hellosimple commited on
Commit
bd42c39
·
1 Parent(s): 29d06fa

add tokenizer

Browse files
Files changed (2) hide show
  1. .gitignore +1 -0
  2. vocab.json +1 -1
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
vocab.json CHANGED
@@ -1 +1 @@
1
- {"j": 0, "d": 1, "r": 2, "k": 3, "x": 4, "f": 5, "b": 6, "q": 7, "h": 8, "o": 9, "c": 10, "z": 11, "s": 12, "l": 13, "'": 15, "n": 16, "a": 17, "i": 18, "m": 19, "y": 20, "g": 21, "e": 22, "v": 23, "p": 24, "t": 25, "w": 26, "u": 27, "|": 14, "[UNK]": 28, "[PAD]": 29}
 
1
+ {"a": 0, "f": 1, "v": 2, "e": 3, "m": 4, "d": 5, "s": 7, "g": 8, "q": 9, "j": 10, "'": 11, "l": 12, "z": 13, "y": 14, "n": 15, "p": 16, "i": 17, "b": 18, "k": 19, "h": 20, "w": 21, "c": 22, "o": 23, "u": 24, "r": 25, "x": 26, "t": 27, "|": 6, "[UNK]": 28, "[PAD]": 29}