MrBananaHuman
commited on
Commit
•
a2cec42
1
Parent(s):
ed28f14
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -11,6 +11,7 @@
|
|
11 |
"gradient_checkpointing": false,
|
12 |
"initializer_range": 0.02,
|
13 |
"layer_norm_epsilon": 1e-05,
|
|
|
14 |
"model_type": "gptj",
|
15 |
"n_ctx": 2048,
|
16 |
"n_embd": 4096,
|
@@ -26,7 +27,6 @@
|
|
26 |
"summary_proj_to_labels": true,
|
27 |
"summary_type": "cls_index",
|
28 |
"summary_use_proj": true,
|
29 |
-
"max_length": 2048,
|
30 |
"task_specific_params": {
|
31 |
"text-generation": {
|
32 |
"do_sample": true,
|
|
|
11 |
"gradient_checkpointing": false,
|
12 |
"initializer_range": 0.02,
|
13 |
"layer_norm_epsilon": 1e-05,
|
14 |
+
"max_length": 2048,
|
15 |
"model_type": "gptj",
|
16 |
"n_ctx": 2048,
|
17 |
"n_embd": 4096,
|
|
|
27 |
"summary_proj_to_labels": true,
|
28 |
"summary_type": "cls_index",
|
29 |
"summary_use_proj": true,
|
|
|
30 |
"task_specific_params": {
|
31 |
"text-generation": {
|
32 |
"do_sample": true,
|