Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
| 6 |
"auto_map": {
|
| 7 |
"AutoTokenizer": "tokenization_gzip_bert.GzipBertTokenizer"
|
| 8 |
},
|
| 9 |
-
"tokenizer_class": "
|
| 10 |
"attention_probs_dropout_prob": 0.1,
|
| 11 |
"bos_token_id": 0,
|
| 12 |
"classifier_dropout": null,
|
|
|
|
| 6 |
"auto_map": {
|
| 7 |
"AutoTokenizer": "tokenization_gzip_bert.GzipBertTokenizer"
|
| 8 |
},
|
| 9 |
+
"tokenizer_class": "GzipBertTokenizer",
|
| 10 |
"attention_probs_dropout_prob": 0.1,
|
| 11 |
"bos_token_id": 0,
|
| 12 |
"classifier_dropout": null,
|