rbelanec commited on
Commit
bbeb444
·
verified ·
1 Parent(s): b5ea133

End of training

Browse files
README.md CHANGED
@@ -4,6 +4,7 @@ license: llama3
4
  base_model: meta-llama/Meta-Llama-3-8B-Instruct
5
  tags:
6
  - llama-factory
 
7
  - generated_from_trainer
8
  datasets:
9
  - super_glue
@@ -17,9 +18,9 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  # train_boolq_1745950277
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 super_glue dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.7987
23
  - Num Input Tokens Seen: 34078960
24
 
25
  ## Model description
 
4
  base_model: meta-llama/Meta-Llama-3-8B-Instruct
5
  tags:
6
  - llama-factory
7
+ - lora
8
  - generated_from_trainer
9
  datasets:
10
  - super_glue
 
18
 
19
  # train_boolq_1745950277
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 boolq dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.1300
24
  - Num Input Tokens Seen: 34078960
25
 
26
  ## Model description
all_results.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 18.85902876001886,
3
+ "eval_loss": 0.13001807034015656,
4
+ "eval_runtime": 27.6843,
5
+ "eval_samples_per_second": 34.063,
6
+ "eval_steps_per_second": 17.049,
7
+ "num_input_tokens_seen": 34078960,
8
+ "total_flos": 1.5375618540837274e+18,
9
+ "train_loss": 0.024724481988686597,
10
+ "train_runtime": 22328.9004,
11
+ "train_samples_per_second": 7.166,
12
+ "train_steps_per_second": 1.791
13
+ }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 18.85902876001886,
3
+ "eval_loss": 0.13001807034015656,
4
+ "eval_runtime": 27.6843,
5
+ "eval_samples_per_second": 34.063,
6
+ "eval_steps_per_second": 17.049,
7
+ "num_input_tokens_seen": 34078960
8
+ }
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 18.85902876001886,
3
+ "num_input_tokens_seen": 34078960,
4
+ "total_flos": 1.5375618540837274e+18,
5
+ "train_loss": 0.024724481988686597,
6
+ "train_runtime": 22328.9004,
7
+ "train_samples_per_second": 7.166,
8
+ "train_steps_per_second": 1.791
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