rbelanec commited on
Commit
e6c0951
·
verified ·
1 Parent(s): 5179dd1

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_conala_42_1760623630
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.9179
23
  - Num Input Tokens Seen: 3049984
24
 
25
  ## Model description
 
17
 
18
  # train_conala_42_1760623630
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 conala dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 2.4588
23
  - Num Input Tokens Seen: 3049984
24
 
25
  ## Model description
all_results.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 20.0,
3
+ "eval_loss": 2.4588379859924316,
4
+ "eval_runtime": 4.4347,
5
+ "eval_samples_per_second": 53.668,
6
+ "eval_steps_per_second": 13.53,
7
+ "num_input_tokens_seen": 3049984,
8
+ "total_flos": 1.3733940102483149e+17,
9
+ "train_loss": 0.44957640529957726,
10
+ "train_runtime": 1797.5251,
11
+ "train_samples_per_second": 23.822,
12
+ "train_steps_per_second": 5.964
13
+ }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 20.0,
3
+ "eval_loss": 2.4588379859924316,
4
+ "eval_runtime": 4.4347,
5
+ "eval_samples_per_second": 53.668,
6
+ "eval_steps_per_second": 13.53,
7
+ "num_input_tokens_seen": 3049984
8
+ }
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 20.0,
3
+ "num_input_tokens_seen": 3049984,
4
+ "total_flos": 1.3733940102483149e+17,
5
+ "train_loss": 0.44957640529957726,
6
+ "train_runtime": 1797.5251,
7
+ "train_samples_per_second": 23.822,
8
+ "train_steps_per_second": 5.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