Caplin43 commited on
Commit
df0c9ac
·
verified ·
1 Parent(s): 602d972

Create tokenizer.json

Browse files
Files changed (1) hide show
  1. tokenizer.json +18 -0
tokenizer.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "1.0",
3
+ "truncation": null,
4
+ "padding": null,
5
+ "added_tokens": [],
6
+ "normalizer": null,
7
+ "pre_tokenizer": null,
8
+ "post_processor": null,
9
+ "decoder": null,
10
+ "model": {
11
+ "type": "WordLevel",
12
+ "vocab": {
13
+ "[PAD]": 0,
14
+ "[UNK]": 1
15
+ },
16
+ "unk_token": "[UNK]"
17
+ }
18
+ }