rbelanec commited on
Commit
8fcd532
·
verified ·
1 Parent(s): ce9e903

End of training

Browse files
README.md CHANGED
@@ -17,10 +17,10 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  # train_codealpacapy_42_1767887026
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.4644
23
- - Num Input Tokens Seen: 9710784
24
 
25
  ## Model description
26
 
 
17
 
18
  # train_codealpacapy_42_1767887026
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 codealpacapy dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.4641
23
+ - Num Input Tokens Seen: 10214104
24
 
25
  ## Model description
26
 
all_results.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 10.0,
3
+ "eval_loss": 0.46405282616615295,
4
+ "eval_runtime": 18.2002,
5
+ "eval_samples_per_second": 46.593,
6
+ "eval_steps_per_second": 23.296,
7
+ "num_input_tokens_seen": 10214104,
8
+ "total_flos": 5.0107394251771085e+17,
9
+ "train_loss": 0.5066599989749814,
10
+ "train_runtime": 5951.357,
11
+ "train_samples_per_second": 12.819,
12
+ "train_steps_per_second": 6.41
13
+ }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 10.0,
3
+ "eval_loss": 0.46405282616615295,
4
+ "eval_runtime": 18.2002,
5
+ "eval_samples_per_second": 46.593,
6
+ "eval_steps_per_second": 23.296,
7
+ "num_input_tokens_seen": 10214104
8
+ }
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 10.0,
3
+ "num_input_tokens_seen": 10214104,
4
+ "total_flos": 5.0107394251771085e+17,
5
+ "train_loss": 0.5066599989749814,
6
+ "train_runtime": 5951.357,
7
+ "train_samples_per_second": 12.819,
8
+ "train_steps_per_second": 6.41
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