KotshinZ commited on
Commit
4340656
·
verified ·
1 Parent(s): da4ccf7

End of training

Browse files
Files changed (4) hide show
  1. README.md +3 -1
  2. all_results.json +4 -4
  3. config.json +1 -1
  4. eval_results.json +4 -4
README.md CHANGED
@@ -1,9 +1,11 @@
1
  ---
2
  base_model: openai-community/gpt2
 
3
  library_name: transformers
4
  model_name: gpt2-SFT
5
  tags:
6
  - generated_from_trainer
 
7
  - trl
8
  - sft
9
  licence: license
@@ -11,7 +13,7 @@ licence: license
11
 
12
  # Model Card for gpt2-SFT
13
 
14
- This model is a fine-tuned version of [openai-community/gpt2](https://huggingface.co/openai-community/gpt2).
15
  It has been trained using [TRL](https://github.com/huggingface/trl).
16
 
17
  ## Quick start
 
1
  ---
2
  base_model: openai-community/gpt2
3
+ datasets: HuggingFaceFW/fineweb-edu
4
  library_name: transformers
5
  model_name: gpt2-SFT
6
  tags:
7
  - generated_from_trainer
8
+ - open-r1
9
  - trl
10
  - sft
11
  licence: license
 
13
 
14
  # Model Card for gpt2-SFT
15
 
16
+ This model is a fine-tuned version of [openai-community/gpt2](https://huggingface.co/openai-community/gpt2) on the [HuggingFaceFW/fineweb-edu](https://huggingface.co/datasets/HuggingFaceFW/fineweb-edu) dataset.
17
  It has been trained using [TRL](https://github.com/huggingface/trl).
18
 
19
  ## Quick start
all_results.json CHANGED
@@ -1,9 +1,9 @@
1
  {
2
- "eval_loss": 1.6588891744613647,
3
- "eval_runtime": 2.2929,
4
  "eval_samples": 100,
5
- "eval_samples_per_second": 239.436,
6
- "eval_steps_per_second": 60.186,
7
  "total_flos": 15459466346496.0,
8
  "train_loss": 3.207212707142771,
9
  "train_runtime": 884.063,
 
1
  {
2
+ "eval_loss": 2.982074737548828,
3
+ "eval_runtime": 1.7363,
4
  "eval_samples": 100,
5
+ "eval_samples_per_second": 53.562,
6
+ "eval_steps_per_second": 6.911,
7
  "total_flos": 15459466346496.0,
8
  "train_loss": 3.207212707142771,
9
  "train_runtime": 884.063,
config.json CHANGED
@@ -33,6 +33,6 @@
33
  },
34
  "torch_dtype": "bfloat16",
35
  "transformers_version": "4.50.0.dev0",
36
- "use_cache": false,
37
  "vocab_size": 50257
38
  }
 
33
  },
34
  "torch_dtype": "bfloat16",
35
  "transformers_version": "4.50.0.dev0",
36
+ "use_cache": true,
37
  "vocab_size": 50257
38
  }
eval_results.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
- "eval_loss": 1.6588891744613647,
3
- "eval_runtime": 2.2929,
4
  "eval_samples": 100,
5
- "eval_samples_per_second": 239.436,
6
- "eval_steps_per_second": 60.186
7
  }
 
1
  {
2
+ "eval_loss": 2.982074737548828,
3
+ "eval_runtime": 1.7363,
4
  "eval_samples": 100,
5
+ "eval_samples_per_second": 53.562,
6
+ "eval_steps_per_second": 6.911
7
  }