hieunguyen1053
commited on
Commit
·
ef046df
1
Parent(s):
acb3b68
add config
Browse files- config.json +1 -0
config.json
CHANGED
@@ -19,6 +19,7 @@
|
|
19 |
"num_hidden_layers": 4,
|
20 |
"pad_token_id": 1,
|
21 |
"position_embedding_type": "absolute",
|
|
|
22 |
"torch_dtype": "float32",
|
23 |
"transformers_version": "4.15.0",
|
24 |
"type_vocab_size": 1,
|
|
|
19 |
"num_hidden_layers": 4,
|
20 |
"pad_token_id": 1,
|
21 |
"position_embedding_type": "absolute",
|
22 |
+
"tokenizer_class": "BartphoTokenizer",
|
23 |
"torch_dtype": "float32",
|
24 |
"transformers_version": "4.15.0",
|
25 |
"type_vocab_size": 1,
|