rbelanec commited on
Commit
b12240e
·
verified ·
1 Parent(s): 502a93d

End of training

Browse files
README.md CHANGED
@@ -18,9 +18,9 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  # train_hellaswag_42_1760637627
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 an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.2200
24
  - Num Input Tokens Seen: 218263888
25
 
26
  ## Model description
 
18
 
19
  # train_hellaswag_42_1760637627
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 hellaswag dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.0582
24
  - Num Input Tokens Seen: 218263888
25
 
26
  ## Model description
all_results.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 20.0,
3
+ "eval_loss": 0.058249082416296005,
4
+ "eval_runtime": 125.1498,
5
+ "eval_samples_per_second": 31.89,
6
+ "eval_steps_per_second": 7.974,
7
+ "num_input_tokens_seen": 218263888,
8
+ "total_flos": 9.847548995415441e+18,
9
+ "train_loss": 0.01583954824622065,
10
+ "train_runtime": 78549.6897,
11
+ "train_samples_per_second": 9.144,
12
+ "train_steps_per_second": 2.286
13
+ }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 20.0,
3
+ "eval_loss": 0.058249082416296005,
4
+ "eval_runtime": 125.1498,
5
+ "eval_samples_per_second": 31.89,
6
+ "eval_steps_per_second": 7.974,
7
+ "num_input_tokens_seen": 218263888
8
+ }
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 20.0,
3
+ "num_input_tokens_seen": 218263888,
4
+ "total_flos": 9.847548995415441e+18,
5
+ "train_loss": 0.01583954824622065,
6
+ "train_runtime": 78549.6897,
7
+ "train_samples_per_second": 9.144,
8
+ "train_steps_per_second": 2.286
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