rbelanec commited on
Commit
d8a684b
·
verified ·
1 Parent(s): 8fa7e9d

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_mrpc_789_1760637907
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.4785
24
  - Num Input Tokens Seen: 6772448
25
 
26
  ## Model description
 
18
 
19
  # train_mrpc_789_1760637907
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 mrpc dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.1058
24
  - Num Input Tokens Seen: 6772448
25
 
26
  ## Model description
all_results.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 20.0,
3
+ "eval_loss": 0.10575559735298157,
4
+ "eval_runtime": 5.0299,
5
+ "eval_samples_per_second": 72.964,
6
+ "eval_steps_per_second": 18.291,
7
+ "num_input_tokens_seen": 6772448,
8
+ "total_flos": 3.055567923306824e+17,
9
+ "train_loss": 0.02818761768770438,
10
+ "train_runtime": 3327.9603,
11
+ "train_samples_per_second": 19.838,
12
+ "train_steps_per_second": 4.964
13
+ }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 20.0,
3
+ "eval_loss": 0.10575559735298157,
4
+ "eval_runtime": 5.0299,
5
+ "eval_samples_per_second": 72.964,
6
+ "eval_steps_per_second": 18.291,
7
+ "num_input_tokens_seen": 6772448
8
+ }
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 20.0,
3
+ "num_input_tokens_seen": 6772448,
4
+ "total_flos": 3.055567923306824e+17,
5
+ "train_loss": 0.02818761768770438,
6
+ "train_runtime": 3327.9603,
7
+ "train_samples_per_second": 19.838,
8
+ "train_steps_per_second": 4.964
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