Upload config.json with huggingface_hub
Browse files- config.json +8 -0
config.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"GPT2LMHeadModel"
|
| 4 |
+
],
|
| 5 |
+
"model_type": "gpt2",
|
| 6 |
+
"base_model": "sshleifer/tiny-gpt2",
|
| 7 |
+
"derived": true
|
| 8 |
+
}
|