rbelanec commited on
Commit
a9ea1ed
·
verified ·
1 Parent(s): e398b20

End of training

Browse files
README.md CHANGED
@@ -17,9 +17,9 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  # train_math_qa_456_1760637835
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 an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.8015
23
  - Num Input Tokens Seen: 77891968
24
 
25
  ## Model description
 
17
 
18
  # train_math_qa_456_1760637835
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 math_qa dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.8014
23
  - Num Input Tokens Seen: 77891968
24
 
25
  ## Model description
all_results.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 20.0,
3
+ "eval_loss": 0.8014279007911682,
4
+ "eval_runtime": 70.5042,
5
+ "eval_samples_per_second": 42.324,
6
+ "eval_steps_per_second": 10.581,
7
+ "num_input_tokens_seen": 77891968,
8
+ "total_flos": 3.507440114363007e+18,
9
+ "train_loss": 0.8179087050248016,
10
+ "train_runtime": 29814.1808,
11
+ "train_samples_per_second": 18.014,
12
+ "train_steps_per_second": 4.504
13
+ }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 20.0,
3
+ "eval_loss": 0.8014279007911682,
4
+ "eval_runtime": 70.5042,
5
+ "eval_samples_per_second": 42.324,
6
+ "eval_steps_per_second": 10.581,
7
+ "num_input_tokens_seen": 77891968
8
+ }
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 20.0,
3
+ "num_input_tokens_seen": 77891968,
4
+ "total_flos": 3.507440114363007e+18,
5
+ "train_loss": 0.8179087050248016,
6
+ "train_runtime": 29814.1808,
7
+ "train_samples_per_second": 18.014,
8
+ "train_steps_per_second": 4.504
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