adorkin commited on
Commit
67363ca
1 Parent(s): 0e45bc8

add tokenizer

Browse files
Files changed (5) hide show
  1. source.spm +0 -0
  2. special_tokens_map.json +1 -0
  3. target.spm +0 -0
  4. tokenizer_config.json +1 -0
  5. vocab.json +0 -0
source.spm ADDED
Binary file (803 kB). View file
 
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"eos_token": "</s>", "unk_token": "<unk>", "pad_token": "<pad>"}
target.spm ADDED
Binary file (1.08 MB). View file
 
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"source_lang": "en", "target_lang": "ru", "unk_token": "<unk>", "eos_token": "</s>", "pad_token": "<pad>", "model_max_length": 512, "sp_model_kwargs": {}, "special_tokens_map_file": null, "tokenizer_file": null, "name_or_path": "/home/adorkin/tmp/tatoeba_enru/checkpoint-59990", "tokenizer_class": "MarianTokenizer"}
vocab.json ADDED
The diff for this file is too large to render. See raw diff