Caplin43 commited on
Commit
882bd40
·
verified ·
1 Parent(s): 675ca25

Create tokenizer.json

Browse files
Files changed (1) hide show
  1. tokenizer.json +11 -0
tokenizer.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "1.0",
3
+ "model": {
4
+ "type": "WordLevel",
5
+ "vocab": {
6
+ "[PAD]": 0,
7
+ "[UNK]": 1
8
+ },
9
+ "unk_token": "[UNK]"
10
+ }
11
+ }