Update config.json
Browse files- config.json +2 -4
config.json
CHANGED
|
@@ -7,8 +7,6 @@
|
|
| 7 |
"dropout": 0.1,
|
| 8 |
"bias": true,
|
| 9 |
"_name_or_path": "custom-gpt",
|
| 10 |
-
"model_type": "custom-gpt"
|
| 11 |
-
|
| 12 |
-
"AutoModelForCausalLM": "model.GPT"
|
| 13 |
-
}
|
| 14 |
}
|
|
|
|
| 7 |
"dropout": 0.1,
|
| 8 |
"bias": true,
|
| 9 |
"_name_or_path": "custom-gpt",
|
| 10 |
+
"model_type": "custom-gpt"
|
| 11 |
+
|
|
|
|
|
|
|
| 12 |
}
|