Commit
·
feed2b7
1
Parent(s):
cf81e91
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
"num_hidden_layers": 3,
|
21 |
"pad_token_id": 1,
|
22 |
"position_embedding_type": "absolute",
|
23 |
-
"tokenizer_class": "
|
24 |
"torch_dtype": "float32",
|
25 |
"transformers_version": "4.26.1",
|
26 |
"type_vocab_size": 1,
|
|
|
20 |
"num_hidden_layers": 3,
|
21 |
"pad_token_id": 1,
|
22 |
"position_embedding_type": "absolute",
|
23 |
+
"tokenizer_class": "BertTokenizer",
|
24 |
"torch_dtype": "float32",
|
25 |
"transformers_version": "4.26.1",
|
26 |
"type_vocab_size": 1,
|