rbelanec commited on
Commit
67e8afe
·
verified ·
1 Parent(s): d067584

End of training

Browse files
README.md CHANGED
@@ -4,6 +4,7 @@ license: llama3
4
  base_model: meta-llama/Meta-Llama-3-8B-Instruct
5
  tags:
6
  - llama-factory
 
7
  - generated_from_trainer
8
  datasets:
9
  - super_glue
@@ -17,9 +18,9 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  # train_cb_1745950312
19
 
20
- This model is a fine-tuned version of [meta-llama/Meta-Llama-3-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct) on the super_glue dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.7426
23
  - Num Input Tokens Seen: 22164464
24
 
25
  ## Model description
 
4
  base_model: meta-llama/Meta-Llama-3-8B-Instruct
5
  tags:
6
  - llama-factory
7
+ - ia3
8
  - generated_from_trainer
9
  datasets:
10
  - super_glue
 
18
 
19
  # train_cb_1745950312
20
 
21
+ This model is a fine-tuned version of [meta-llama/Meta-Llama-3-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct) on the cb dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.1586
24
  - Num Input Tokens Seen: 22164464
25
 
26
  ## Model description
all_results.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 701.7610619469026,
3
+ "eval_loss": 0.15857546031475067,
4
+ "eval_runtime": 1.0555,
5
+ "eval_samples_per_second": 23.684,
6
+ "eval_steps_per_second": 12.316,
7
+ "num_input_tokens_seen": 22164464,
8
+ "total_flos": 9.980819425571635e+17,
9
+ "train_loss": 0.006749326340724289,
10
+ "train_runtime": 12825.8192,
11
+ "train_samples_per_second": 12.475,
12
+ "train_steps_per_second": 3.119
13
+ }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 701.7610619469026,
3
+ "eval_loss": 0.15857546031475067,
4
+ "eval_runtime": 1.0555,
5
+ "eval_samples_per_second": 23.684,
6
+ "eval_steps_per_second": 12.316,
7
+ "num_input_tokens_seen": 22164464
8
+ }
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 701.7610619469026,
3
+ "num_input_tokens_seen": 22164464,
4
+ "total_flos": 9.980819425571635e+17,
5
+ "train_loss": 0.006749326340724289,
6
+ "train_runtime": 12825.8192,
7
+ "train_samples_per_second": 12.475,
8
+ "train_steps_per_second": 3.119
9
+ }
trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
training_eval_loss.png ADDED
training_loss.png ADDED