Sobit commited on
Commit
447f0f5
1 Parent(s): 5fb5501

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +15 -1
tokenizer_config.json CHANGED
@@ -1 +1,15 @@
1
- {"eos_token": "</s>", "unk_token": "<unk>", "pad_token": "<pad>", "extra_ids": 0, "special_tokens_map_file": "/home/patrick/.cache/torch/transformers/685ac0ca8568ec593a48b61b0a3c272beee9bc194a3c7241d15dcadb5f875e53.f76030f3ec1b96a8199b2593390c610e76ca8028ef3d24680000619ffb646276", "tokenizer_file": null, "name_or_path": "google/mt5-base"}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": true,
3
+ "additional_special_tokens": 2,
4
+ "eos_token": "</s>",
5
+ "extra_ids": 0,
6
+ "name_or_path": "google/mt5-base",
7
+ "pad_token": "<pad>",
8
+ "sp_model_kwargs": {},
9
+ "special_tokens_map_file": "/home/patrick/.cache/torch/transformers/685ac0ca8568ec593a48b61b0a3c272beee9bc194a3c7241d15dcadb5f875e53.f76030f3ec1b96a8199b2593390c610e76ca8028ef3d24680000619ffb646276",
10
+ "tokenizer_class": "T5Tokenizer",
11
+ "unk_token": "<unk>",
12
+ "input_text":"<ne>",
13
+ "target_text":"<en>"
14
+
15
+ }