gabrielmbmb HF staff commited on
Commit
d0137bd
1 Parent(s): aa3d567

End of training

Browse files
Files changed (4) hide show
  1. README.md +6 -2
  2. all_results.json +5 -0
  3. config.json +1 -1
  4. eval_results.json +8 -0
README.md CHANGED
@@ -3,11 +3,15 @@ library_name: transformers
3
  license: llama3.1
4
  base_model: meta-llama/Llama-3.1-8B
5
  tags:
 
 
 
 
6
  - trl
7
  - sft
8
  - generated_from_trainer
9
  datasets:
10
- - generator
11
  model-index:
12
  - name: Llama-3.1-8B-MagPie-Ultra
13
  results: []
@@ -18,7 +22,7 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  # Llama-3.1-8B-MagPie-Ultra
20
 
21
- This model is a fine-tuned version of [meta-llama/Llama-3.1-8B](https://huggingface.co/meta-llama/Llama-3.1-8B) on the generator dataset.
22
  It achieves the following results on the evaluation set:
23
  - Loss: 0.5915
24
 
 
3
  license: llama3.1
4
  base_model: meta-llama/Llama-3.1-8B
5
  tags:
6
+ - alignment-handbook
7
+ - trl
8
+ - sft
9
+ - generated_from_trainer
10
  - trl
11
  - sft
12
  - generated_from_trainer
13
  datasets:
14
+ - argilla-warehouse/magpie-ultra-v1.0
15
  model-index:
16
  - name: Llama-3.1-8B-MagPie-Ultra
17
  results: []
 
22
 
23
  # Llama-3.1-8B-MagPie-Ultra
24
 
25
+ This model is a fine-tuned version of [meta-llama/Llama-3.1-8B](https://huggingface.co/meta-llama/Llama-3.1-8B) on the argilla-warehouse/magpie-ultra-v1.0 dataset.
26
  It achieves the following results on the evaluation set:
27
  - Loss: 0.5915
28
 
all_results.json CHANGED
@@ -1,5 +1,10 @@
1
  {
2
  "epoch": 0.9997505612372163,
 
 
 
 
 
3
  "total_flos": 838984280309760.0,
4
  "train_loss": 0.6422406448099666,
5
  "train_runtime": 10627.6191,
 
1
  {
2
  "epoch": 0.9997505612372163,
3
+ "eval_loss": 0.5914663672447205,
4
+ "eval_runtime": 137.5296,
5
+ "eval_samples": 14997,
6
+ "eval_samples_per_second": 49.088,
7
+ "eval_steps_per_second": 1.534,
8
  "total_flos": 838984280309760.0,
9
  "train_loss": 0.6422406448099666,
10
  "train_runtime": 10627.6191,
config.json CHANGED
@@ -31,6 +31,6 @@
31
  "tie_word_embeddings": false,
32
  "torch_dtype": "bfloat16",
33
  "transformers_version": "4.45.0",
34
- "use_cache": false,
35
  "vocab_size": 128256
36
  }
 
31
  "tie_word_embeddings": false,
32
  "torch_dtype": "bfloat16",
33
  "transformers_version": "4.45.0",
34
+ "use_cache": true,
35
  "vocab_size": 128256
36
  }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.9997505612372163,
3
+ "eval_loss": 0.5914663672447205,
4
+ "eval_runtime": 137.5296,
5
+ "eval_samples": 14997,
6
+ "eval_samples_per_second": 49.088,
7
+ "eval_steps_per_second": 1.534
8
+ }