HectorHe commited on
Commit
be1f4a2
·
verified ·
1 Parent(s): 315932c

End of training

Browse files
Files changed (3) hide show
  1. README.md +3 -1
  2. config.json +1 -1
  3. training.log +2 -0
README.md CHANGED
@@ -1,9 +1,11 @@
1
  ---
2
  base_model: openai/gpt-oss-20b
 
3
  library_name: transformers
4
  model_name: gpt-oss-20b-math7k
5
  tags:
6
  - generated_from_trainer
 
7
  - trl
8
  - sft
9
  licence: license
@@ -11,7 +13,7 @@ licence: license
11
 
12
  # Model Card for gpt-oss-20b-math7k
13
 
14
- This model is a fine-tuned version of [openai/gpt-oss-20b](https://huggingface.co/openai/gpt-oss-20b).
15
  It has been trained using [TRL](https://github.com/huggingface/trl).
16
 
17
  ## Quick start
 
1
  ---
2
  base_model: openai/gpt-oss-20b
3
+ datasets: HectorHe/math7k
4
  library_name: transformers
5
  model_name: gpt-oss-20b-math7k
6
  tags:
7
  - generated_from_trainer
8
+ - open-r1
9
  - trl
10
  - sft
11
  licence: license
 
13
 
14
  # Model Card for gpt-oss-20b-math7k
15
 
16
+ This model is a fine-tuned version of [openai/gpt-oss-20b](https://huggingface.co/openai/gpt-oss-20b) on the [HectorHe/math7k](https://huggingface.co/datasets/HectorHe/math7k) dataset.
17
  It has been trained using [TRL](https://github.com/huggingface/trl).
18
 
19
  ## Quick start
config.json CHANGED
@@ -63,6 +63,6 @@
63
  "tie_word_embeddings": false,
64
  "torch_dtype": "bfloat16",
65
  "transformers_version": "4.55.2",
66
- "use_cache": false,
67
  "vocab_size": 201088
68
  }
 
63
  "tie_word_embeddings": false,
64
  "torch_dtype": "bfloat16",
65
  "transformers_version": "4.55.2",
66
+ "use_cache": true,
67
  "vocab_size": 201088
68
  }
training.log CHANGED
@@ -1980,3 +1980,5 @@ weight_decay=0.0,
1980
  (lm_head): Linear(in_features=2880, out_features=201088, bias=False)
1981
  )
1982
  2025-08-14 06:14:57 - INFO - __main__ - *** Save model ***
 
 
 
1980
  (lm_head): Linear(in_features=2880, out_features=201088, bias=False)
1981
  )
1982
  2025-08-14 06:14:57 - INFO - __main__ - *** Save model ***
1983
+ 2025-08-14 06:27:06 - INFO - __main__ - Model saved to data/GPT-oss/sft/math7k
1984
+ 2025-08-14 06:27:06 - INFO - __main__ - Pushing to hub...