Create config.json
Browse files- config.json +7 -0
config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "gpt2",
|
| 3 |
+
"auto_map": {
|
| 4 |
+
"AutoModelForCausalLM": "gpt2",
|
| 5 |
+
"AutoTokenizer": "gpt2"
|
| 6 |
+
}
|
| 7 |
+
}
|