kykim0 commited on
Commit
13d891d
1 Parent(s): 9246735

End of training

Browse files
Files changed (4) hide show
  1. README.md +8 -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: other
4
  base_model: nvidia/Minitron-4B-Base
5
  tags:
 
 
 
 
6
  - trl
7
  - sft
8
  - generated_from_trainer
9
  datasets:
10
- - generator
11
  model-index:
12
  - name: minitron-4b-tulu-v2-mix
13
  results: []
@@ -18,7 +22,9 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  # minitron-4b-tulu-v2-mix
20
 
21
- This model is a fine-tuned version of [nvidia/Minitron-4B-Base](https://huggingface.co/nvidia/Minitron-4B-Base) on the generator dataset.
 
 
22
 
23
  ## Model description
24
 
 
3
  license: other
4
  base_model: nvidia/Minitron-4B-Base
5
  tags:
6
+ - alignment-handbook
7
+ - trl
8
+ - sft
9
+ - generated_from_trainer
10
  - trl
11
  - sft
12
  - generated_from_trainer
13
  datasets:
14
+ - allenai/tulu-v2-sft-mixture
15
  model-index:
16
  - name: minitron-4b-tulu-v2-mix
17
  results: []
 
22
 
23
  # minitron-4b-tulu-v2-mix
24
 
25
+ This model is a fine-tuned version of [nvidia/Minitron-4B-Base](https://huggingface.co/nvidia/Minitron-4B-Base) on the allenai/tulu-v2-sft-mixture dataset.
26
+ It achieves the following results on the evaluation set:
27
+ - Loss: 1.1978
28
 
29
  ## Model description
30
 
all_results.json CHANGED
@@ -1,5 +1,10 @@
1
  {
2
  "epoch": 0.008827099194527198,
 
 
 
 
 
3
  "total_flos": 6242130984960.0,
4
  "train_loss": 1.322617530822754,
5
  "train_runtime": 636.4506,
 
1
  {
2
  "epoch": 0.008827099194527198,
3
+ "eval_loss": 1.1978037357330322,
4
+ "eval_runtime": 365.9654,
5
+ "eval_samples": 25000,
6
+ "eval_samples_per_second": 15.204,
7
+ "eval_steps_per_second": 3.801,
8
  "total_flos": 6242130984960.0,
9
  "train_loss": 1.322617530822754,
10
  "train_runtime": 636.4506,
config.json CHANGED
@@ -25,6 +25,6 @@
25
  "tie_word_embeddings": false,
26
  "torch_dtype": "bfloat16",
27
  "transformers_version": "4.44.2",
28
- "use_cache": false,
29
  "vocab_size": 256000
30
  }
 
25
  "tie_word_embeddings": false,
26
  "torch_dtype": "bfloat16",
27
  "transformers_version": "4.44.2",
28
+ "use_cache": true,
29
  "vocab_size": 256000
30
  }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.008827099194527198,
3
+ "eval_loss": 1.1978037357330322,
4
+ "eval_runtime": 365.9654,
5
+ "eval_samples": 25000,
6
+ "eval_samples_per_second": 15.204,
7
+ "eval_steps_per_second": 3.801
8
+ }