rbelanec commited on
Commit
18cf30c
·
verified ·
1 Parent(s): 7197f5e

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_cola_123_1760637702
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.2491
23
  - Num Input Tokens Seen: 7337920
24
 
25
  ## Model description
 
17
 
18
  # train_cola_123_1760637702
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 cola dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.2477
23
  - Num Input Tokens Seen: 7337920
24
 
25
  ## Model description
all_results.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 20.0,
3
+ "eval_loss": 0.2477424442768097,
4
+ "eval_runtime": 12.8703,
5
+ "eval_samples_per_second": 66.51,
6
+ "eval_steps_per_second": 16.627,
7
+ "num_input_tokens_seen": 7337920,
8
+ "total_flos": 3.3042322109497344e+17,
9
+ "train_loss": 0.2674692622929997,
10
+ "train_runtime": 5442.7274,
11
+ "train_samples_per_second": 28.276,
12
+ "train_steps_per_second": 7.07
13
+ }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 20.0,
3
+ "eval_loss": 0.2477424442768097,
4
+ "eval_runtime": 12.8703,
5
+ "eval_samples_per_second": 66.51,
6
+ "eval_steps_per_second": 16.627,
7
+ "num_input_tokens_seen": 7337920
8
+ }
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 20.0,
3
+ "num_input_tokens_seen": 7337920,
4
+ "total_flos": 3.3042322109497344e+17,
5
+ "train_loss": 0.2674692622929997,
6
+ "train_runtime": 5442.7274,
7
+ "train_samples_per_second": 28.276,
8
+ "train_steps_per_second": 7.07
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