rbelanec commited on
Commit
4ab7eb6
verified
1 Parent(s): a677ba1

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_101112_1760638083
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.2429
24
  - Num Input Tokens Seen: 218373904
25
 
26
  ## Model description
 
18
 
19
  # train_hellaswag_101112_1760638083
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.0606
24
  - Num Input Tokens Seen: 218373904
25
 
26
  ## Model description
all_results.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 20.0,
3
+ "eval_loss": 0.06061485782265663,
4
+ "eval_runtime": 124.1275,
5
+ "eval_samples_per_second": 32.152,
6
+ "eval_steps_per_second": 8.04,
7
+ "num_input_tokens_seen": 218373904,
8
+ "total_flos": 9.852512656423256e+18,
9
+ "train_loss": 0.015886625606237346,
10
+ "train_runtime": 78418.9489,
11
+ "train_samples_per_second": 9.16,
12
+ "train_steps_per_second": 2.29
13
+ }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 20.0,
3
+ "eval_loss": 0.06061485782265663,
4
+ "eval_runtime": 124.1275,
5
+ "eval_samples_per_second": 32.152,
6
+ "eval_steps_per_second": 8.04,
7
+ "num_input_tokens_seen": 218373904
8
+ }
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 20.0,
3
+ "num_input_tokens_seen": 218373904,
4
+ "total_flos": 9.852512656423256e+18,
5
+ "train_loss": 0.015886625606237346,
6
+ "train_runtime": 78418.9489,
7
+ "train_samples_per_second": 9.16,
8
+ "train_steps_per_second": 2.29
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