Toan Nguyen commited on
Commit ·
5062a7b
1
Parent(s): 7bd393b
Upload tokenizer
Browse files- tokenizer.json +1 -6
- tokenizer_config.json +1 -1
tokenizer.json
CHANGED
|
@@ -1,11 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
-
"truncation":
|
| 4 |
-
"direction": "Right",
|
| 5 |
-
"max_length": 128,
|
| 6 |
-
"strategy": "LongestFirst",
|
| 7 |
-
"stride": 0
|
| 8 |
-
},
|
| 9 |
"padding": null,
|
| 10 |
"added_tokens": [
|
| 11 |
{
|
|
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
+
"truncation": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
"padding": null,
|
| 5 |
"added_tokens": [
|
| 6 |
{
|
tokenizer_config.json
CHANGED
|
@@ -52,7 +52,7 @@
|
|
| 52 |
"eos_token": "</s>",
|
| 53 |
"extra_ids": 48,
|
| 54 |
"model_max_length": 1000000000000000019884624838656,
|
| 55 |
-
"name_or_path": "
|
| 56 |
"pad_token": "<pad>",
|
| 57 |
"sp_model_kwargs": {},
|
| 58 |
"special_tokens_map_file": "/root/.cache/huggingface/hub/models--VietAI--envit5-translation/snapshots/840bc88104d5a4277af740eaedb024df8c3093e7/special_tokens_map.json",
|
|
|
|
| 52 |
"eos_token": "</s>",
|
| 53 |
"extra_ids": 48,
|
| 54 |
"model_max_length": 1000000000000000019884624838656,
|
| 55 |
+
"name_or_path": "vien-translation",
|
| 56 |
"pad_token": "<pad>",
|
| 57 |
"sp_model_kwargs": {},
|
| 58 |
"special_tokens_map_file": "/root/.cache/huggingface/hub/models--VietAI--envit5-translation/snapshots/840bc88104d5a4277af740eaedb024df8c3093e7/special_tokens_map.json",
|