Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
|
@@ -159,7 +159,8 @@
|
|
| 159 |
"summary_proj_to_labels": true,
|
| 160 |
"summary_type": "cls_index",
|
| 161 |
"summary_use_proj": true,
|
| 162 |
-
"vocab_size": 8194
|
|
|
|
| 163 |
},
|
| 164 |
"autoregressive_config_dict": null
|
| 165 |
}
|
|
|
|
| 159 |
"summary_proj_to_labels": true,
|
| 160 |
"summary_type": "cls_index",
|
| 161 |
"summary_use_proj": true,
|
| 162 |
+
"vocab_size": 8194,
|
| 163 |
+
"feature_size": 80,
|
| 164 |
},
|
| 165 |
"autoregressive_config_dict": null
|
| 166 |
}
|