versae commited on
Commit
905fdd8
·
1 Parent(s): 338f622

Update config.json

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