rbelanec commited on
Commit
e4c07d4
·
verified ·
1 Parent(s): 250b02e

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_siqa_42_1760637600
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.3844
23
  - Num Input Tokens Seen: 60302568
24
 
25
  ## Model description
 
17
 
18
  # train_siqa_42_1760637600
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 siqa dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.3242
23
  - Num Input Tokens Seen: 60302568
24
 
25
  ## Model description
all_results.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 20.0,
3
+ "eval_loss": 0.32417818903923035,
4
+ "eval_runtime": 69.9327,
5
+ "eval_samples_per_second": 47.775,
6
+ "eval_steps_per_second": 11.954,
7
+ "num_input_tokens_seen": 60302568,
8
+ "total_flos": 2.715397382208946e+18,
9
+ "train_loss": 0.15006305239016296,
10
+ "train_runtime": 29717.5338,
11
+ "train_samples_per_second": 20.237,
12
+ "train_steps_per_second": 5.06
13
+ }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 20.0,
3
+ "eval_loss": 0.32417818903923035,
4
+ "eval_runtime": 69.9327,
5
+ "eval_samples_per_second": 47.775,
6
+ "eval_steps_per_second": 11.954,
7
+ "num_input_tokens_seen": 60302568
8
+ }
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 20.0,
3
+ "num_input_tokens_seen": 60302568,
4
+ "total_flos": 2.715397382208946e+18,
5
+ "train_loss": 0.15006305239016296,
6
+ "train_runtime": 29717.5338,
7
+ "train_samples_per_second": 20.237,
8
+ "train_steps_per_second": 5.06
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