Xenova HF Staff commited on
Commit
86cbe77
·
verified ·
1 Parent(s): 273ec1a

Upload HF tokenizer

Browse files
merges.txt CHANGED
The diff for this file is too large to render. See raw diff
 
special_tokens_map.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "unk_token": {
17
+ "content": "<unk>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ }
23
+ }
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f3f3604b41bc7ecfa2919ca5a3cea47a0f7a69c6e3164098fb2dfed6d3d2c473
3
- size 10800513
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff890df6114bcb2d802a8d461bd7fdde183563dc570ddeeabd39e8f28e3f233f
3
+ size 9264745
tokenizer_config.json CHANGED
The diff for this file is too large to render. See raw diff
 
vocab.json CHANGED
The diff for this file is too large to render. See raw diff