rbelanec commited on
Commit
c1398db
·
verified ·
1 Parent(s): 0eaf610

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_math_qa_123_1760637723
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: 3.7401
24
  - Num Input Tokens Seen: 77961608
25
 
26
  ## Model description
 
18
 
19
  # train_math_qa_123_1760637723
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 math_qa dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.6289
24
  - Num Input Tokens Seen: 77961608
25
 
26
  ## Model description
all_results.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 20.0,
3
+ "eval_loss": 0.6289011240005493,
4
+ "eval_runtime": 49.5803,
5
+ "eval_samples_per_second": 60.185,
6
+ "eval_steps_per_second": 15.046,
7
+ "num_input_tokens_seen": 77961608,
8
+ "total_flos": 3.517442860457853e+18,
9
+ "train_loss": 0.1899333936204811,
10
+ "train_runtime": 32145.787,
11
+ "train_samples_per_second": 16.707,
12
+ "train_steps_per_second": 4.177
13
+ }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 20.0,
3
+ "eval_loss": 0.6289011240005493,
4
+ "eval_runtime": 49.5803,
5
+ "eval_samples_per_second": 60.185,
6
+ "eval_steps_per_second": 15.046,
7
+ "num_input_tokens_seen": 77961608
8
+ }
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 20.0,
3
+ "num_input_tokens_seen": 77961608,
4
+ "total_flos": 3.517442860457853e+18,
5
+ "train_loss": 0.1899333936204811,
6
+ "train_runtime": 32145.787,
7
+ "train_samples_per_second": 16.707,
8
+ "train_steps_per_second": 4.177
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