rbelanec commited on
Commit
391c7bb
·
verified ·
1 Parent(s): 204cae4

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_copa_42_1760623607
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.1015
24
  - Num Input Tokens Seen: 564096
25
 
26
  ## Model description
 
18
 
19
  # train_copa_42_1760623607
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 copa dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.0320
24
  - Num Input Tokens Seen: 564096
25
 
26
  ## Model description
all_results.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 20.0,
3
+ "eval_loss": 0.031980086117982864,
4
+ "eval_runtime": 0.628,
5
+ "eval_samples_per_second": 63.695,
6
+ "eval_steps_per_second": 15.924,
7
+ "num_input_tokens_seen": 564096,
8
+ "total_flos": 2.5450673718951936e+16,
9
+ "train_loss": 0.018261103643923585,
10
+ "train_runtime": 415.2132,
11
+ "train_samples_per_second": 17.34,
12
+ "train_steps_per_second": 4.335
13
+ }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 20.0,
3
+ "eval_loss": 0.031980086117982864,
4
+ "eval_runtime": 0.628,
5
+ "eval_samples_per_second": 63.695,
6
+ "eval_steps_per_second": 15.924,
7
+ "num_input_tokens_seen": 564096
8
+ }
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 20.0,
3
+ "num_input_tokens_seen": 564096,
4
+ "total_flos": 2.5450673718951936e+16,
5
+ "train_loss": 0.018261103643923585,
6
+ "train_runtime": 415.2132,
7
+ "train_samples_per_second": 17.34,
8
+ "train_steps_per_second": 4.335
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