kykim0 commited on
Commit
459cea4
1 Parent(s): d4400a1

End of training

Browse files
Files changed (4) hide show
  1. README.md +7 -1
  2. all_results.json +5 -0
  3. config.json +1 -1
  4. eval_results.json +8 -0
README.md CHANGED
@@ -3,9 +3,15 @@ library_name: transformers
3
  license: apache-2.0
4
  base_model: EleutherAI/pythia-160m
5
  tags:
 
6
  - trl
7
  - sft
8
  - generated_from_trainer
 
 
 
 
 
9
  model-index:
10
  - name: pythia-160m-tulu-v2-mix
11
  results: []
@@ -16,7 +22,7 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # pythia-160m-tulu-v2-mix
18
 
19
- This model is a fine-tuned version of [EleutherAI/pythia-160m](https://huggingface.co/EleutherAI/pythia-160m) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
  - Loss: 2.4481
22
 
 
3
  license: apache-2.0
4
  base_model: EleutherAI/pythia-160m
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: pythia-160m-tulu-v2-mix
17
  results: []
 
22
 
23
  # pythia-160m-tulu-v2-mix
24
 
25
+ This model is a fine-tuned version of [EleutherAI/pythia-160m](https://huggingface.co/EleutherAI/pythia-160m) on the allenai/tulu-v2-sft-mixture dataset.
26
  It achieves the following results on the evaluation set:
27
  - Loss: 2.4481
28
 
all_results.json CHANGED
@@ -1,5 +1,10 @@
1
  {
2
  "epoch": 2.999705680368881,
 
 
 
 
 
3
  "total_flos": 5.656192905023324e+17,
4
  "train_loss": 2.742037247513552,
5
  "train_runtime": 9381.445,
 
1
  {
2
  "epoch": 2.999705680368881,
3
+ "eval_loss": 2.4481096267700195,
4
+ "eval_runtime": 156.3095,
5
+ "eval_samples": 25000,
6
+ "eval_samples_per_second": 159.939,
7
+ "eval_steps_per_second": 39.985,
8
  "total_flos": 5.656192905023324e+17,
9
  "train_loss": 2.742037247513552,
10
  "train_runtime": 9381.445,
config.json CHANGED
@@ -25,7 +25,7 @@
25
  "tie_word_embeddings": false,
26
  "torch_dtype": "bfloat16",
27
  "transformers_version": "4.44.2",
28
- "use_cache": false,
29
  "use_parallel_residual": true,
30
  "vocab_size": 50304
31
  }
 
25
  "tie_word_embeddings": false,
26
  "torch_dtype": "bfloat16",
27
  "transformers_version": "4.44.2",
28
+ "use_cache": true,
29
  "use_parallel_residual": true,
30
  "vocab_size": 50304
31
  }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 2.999705680368881,
3
+ "eval_loss": 2.4481096267700195,
4
+ "eval_runtime": 156.3095,
5
+ "eval_samples": 25000,
6
+ "eval_samples_per_second": 159.939,
7
+ "eval_steps_per_second": 39.985
8
+ }