esfrankel17 commited on
Commit
24759e6
·
verified ·
1 Parent(s): a774ffa

End of training

Browse files
README.md CHANGED
@@ -4,6 +4,7 @@ license: llama3.1
4
  base_model: meta-llama/Meta-Llama-3.1-8B
5
  tags:
6
  - llama-factory
 
7
  - generated_from_trainer
8
  model-index:
9
  - name: oh_v3-1_only_collective_cognition
@@ -15,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # oh_v3-1_only_collective_cognition
17
 
18
- This model is a fine-tuned version of [meta-llama/Meta-Llama-3.1-8B](https://huggingface.co/meta-llama/Meta-Llama-3.1-8B) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
  - Loss: 0.9105
21
 
 
4
  base_model: meta-llama/Meta-Llama-3.1-8B
5
  tags:
6
  - llama-factory
7
+ - full
8
  - generated_from_trainer
9
  model-index:
10
  - name: oh_v3-1_only_collective_cognition
 
16
 
17
  # oh_v3-1_only_collective_cognition
18
 
19
+ This model is a fine-tuned version of [meta-llama/Meta-Llama-3.1-8B](https://huggingface.co/meta-llama/Meta-Llama-3.1-8B) on the mlfoundations-dev/oh_v3-1_only_collective_cognition dataset.
20
  It achieves the following results on the evaluation set:
21
  - Loss: 0.9105
22
 
all_results.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_loss": 0.9104933738708496,
4
+ "eval_runtime": 2.6847,
5
+ "eval_samples_per_second": 0.372,
6
+ "eval_steps_per_second": 0.372,
7
+ "total_flos": 104689827840.0,
8
+ "train_loss": 0.03748885293801626,
9
+ "train_runtime": 197.2018,
10
+ "train_samples_per_second": 0.061,
11
+ "train_steps_per_second": 0.015
12
+ }
eval_results.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_loss": 0.9104933738708496,
4
+ "eval_runtime": 2.6847,
5
+ "eval_samples_per_second": 0.372,
6
+ "eval_steps_per_second": 0.372
7
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "total_flos": 104689827840.0,
4
+ "train_loss": 0.03748885293801626,
5
+ "train_runtime": 197.2018,
6
+ "train_samples_per_second": 0.061,
7
+ "train_steps_per_second": 0.015
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 3,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 1.0,
13
+ "eval_loss": 0.9104933738708496,
14
+ "eval_runtime": 2.6212,
15
+ "eval_samples_per_second": 0.382,
16
+ "eval_steps_per_second": 0.382,
17
+ "step": 1
18
+ },
19
+ {
20
+ "epoch": 2.0,
21
+ "eval_loss": 0.9104933738708496,
22
+ "eval_runtime": 2.628,
23
+ "eval_samples_per_second": 0.381,
24
+ "eval_steps_per_second": 0.381,
25
+ "step": 2
26
+ },
27
+ {
28
+ "epoch": 3.0,
29
+ "eval_loss": 0.9104933738708496,
30
+ "eval_runtime": 2.7629,
31
+ "eval_samples_per_second": 0.362,
32
+ "eval_steps_per_second": 0.362,
33
+ "step": 3
34
+ },
35
+ {
36
+ "epoch": 3.0,
37
+ "step": 3,
38
+ "total_flos": 104689827840.0,
39
+ "train_loss": 0.03748885293801626,
40
+ "train_runtime": 197.2018,
41
+ "train_samples_per_second": 0.061,
42
+ "train_steps_per_second": 0.015
43
+ }
44
+ ],
45
+ "logging_steps": 10,
46
+ "max_steps": 3,
47
+ "num_input_tokens_seen": 0,
48
+ "num_train_epochs": 3,
49
+ "save_steps": 500,
50
+ "stateful_callbacks": {
51
+ "TrainerControl": {
52
+ "args": {
53
+ "should_epoch_stop": false,
54
+ "should_evaluate": false,
55
+ "should_log": false,
56
+ "should_save": true,
57
+ "should_training_stop": true
58
+ },
59
+ "attributes": {}
60
+ }
61
+ },
62
+ "total_flos": 104689827840.0,
63
+ "train_batch_size": 2,
64
+ "trial_name": null,
65
+ "trial_params": null
66
+ }
training_eval_loss.png ADDED