Create config.json
Browse files- config.json +13 -0
config.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "gpt_oss",
|
| 3 |
+
"task": "text-generation",
|
| 4 |
+
"pipeline_tag": "text-generation",
|
| 5 |
+
"adapter_layers": true,
|
| 6 |
+
"merged_lora": true,
|
| 7 |
+
"vocab_size": 201088,
|
| 8 |
+
"tie_word_embeddings": false,
|
| 9 |
+
"torch_dtype": "bfloat16",
|
| 10 |
+
"auto_train_compatible": true,
|
| 11 |
+
"finetuning_task": "medical-reasoning",
|
| 12 |
+
"_name_or_path": "dousery/medical-reasoning-gpt-oss-20b"
|
| 13 |
+
}
|