KoichiYasuoka
commited on
Commit
•
9b87caa
1
Parent(s):
0790fc4
tokenizer_class added
Browse files- config.json +1 -0
config.json
CHANGED
@@ -18,6 +18,7 @@
|
|
18 |
"num_hidden_layers": 12,
|
19 |
"pad_token_id": 0,
|
20 |
"position_embedding_type": "absolute",
|
|
|
21 |
"torch_dtype": "float32",
|
22 |
"transformers_version": "4.11.3",
|
23 |
"type_vocab_size": 2,
|
|
|
18 |
"num_hidden_layers": 12,
|
19 |
"pad_token_id": 0,
|
20 |
"position_embedding_type": "absolute",
|
21 |
+
"tokenizer_class": "RemBertTokenizerFast",
|
22 |
"torch_dtype": "float32",
|
23 |
"transformers_version": "4.11.3",
|
24 |
"type_vocab_size": 2,
|