imperialwool
commited on
Commit
•
3d81812
1
Parent(s):
58293b2
Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
@@ -16,6 +16,7 @@
|
|
16 |
"LABEL_1": 1
|
17 |
},
|
18 |
"layer_norm_epsilon": 1e-05,
|
|
|
19 |
"n_ctx": 1024,
|
20 |
"n_embd": 1600,
|
21 |
"n_head": 25,
|
|
|
16 |
"LABEL_1": 1
|
17 |
},
|
18 |
"layer_norm_epsilon": 1e-05,
|
19 |
+
"model_type": "gpt2",
|
20 |
"n_ctx": 1024,
|
21 |
"n_embd": 1600,
|
22 |
"n_head": 25,
|