cbdb commited on
Commit
6dbe706
1 Parent(s): de76133

Upload tokenizer

Browse files
Files changed (5) hide show
  1. source.spm +0 -0
  2. special_tokens_map.json +5 -0
  3. target.spm +0 -0
  4. tokenizer_config.json +13 -0
  5. vocab.json +0 -0
source.spm ADDED
Binary file (805 kB). View file
 
special_tokens_map.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "eos_token": "</s>",
3
+ "pad_token": "<pad>",
4
+ "unk_token": "<unk>"
5
+ }
target.spm ADDED
Binary file (807 kB). View file
 
tokenizer_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "eos_token": "</s>",
3
+ "model_max_length": 512,
4
+ "name_or_path": "/content/drive/MyDrive/translate_office_title/models/checkpoint-7000",
5
+ "pad_token": "<pad>",
6
+ "separate_vocabs": false,
7
+ "source_lang": "zho",
8
+ "sp_model_kwargs": {},
9
+ "special_tokens_map_file": null,
10
+ "target_lang": "eng",
11
+ "tokenizer_class": "MarianTokenizer",
12
+ "unk_token": "<unk>"
13
+ }
vocab.json ADDED
The diff for this file is too large to render. See raw diff