Adding model_type gpt_neo to config.json
#8
by
lostdrifter
- opened
- config.json +2 -1
config.json
CHANGED
@@ -26,5 +26,6 @@
|
|
26 |
"use_bias_in_mlp": false,
|
27 |
"use_cache": true,
|
28 |
"use_parallel_residual": true,
|
29 |
-
"vocab_size": 65536
|
|
|
30 |
}
|
|
|
26 |
"use_bias_in_mlp": false,
|
27 |
"use_cache": true,
|
28 |
"use_parallel_residual": true,
|
29 |
+
"vocab_size": 65536,
|
30 |
+
"model_type" : "gpt_neo"
|
31 |
}
|