lhallee commited on
Commit
0d3c647
·
verified ·
1 Parent(s): 7d00bf6

Upload tokenizer

Browse files
Files changed (1) hide show
  1. tokenizer.json +0 -18
tokenizer.json CHANGED
@@ -83,35 +83,17 @@
83
  }
84
  ],
85
  "pair": [
86
- {
87
- "SpecialToken": {
88
- "id": "<cls>",
89
- "type_id": 0
90
- }
91
- },
92
  {
93
  "Sequence": {
94
  "id": "A",
95
  "type_id": 0
96
  }
97
  },
98
- {
99
- "SpecialToken": {
100
- "id": "<eos>",
101
- "type_id": 0
102
- }
103
- },
104
  {
105
  "Sequence": {
106
  "id": "B",
107
  "type_id": 1
108
  }
109
- },
110
- {
111
- "SpecialToken": {
112
- "id": "<eos>",
113
- "type_id": 1
114
- }
115
  }
116
  ],
117
  "special_tokens": {
 
83
  }
84
  ],
85
  "pair": [
 
 
 
 
 
 
86
  {
87
  "Sequence": {
88
  "id": "A",
89
  "type_id": 0
90
  }
91
  },
 
 
 
 
 
 
92
  {
93
  "Sequence": {
94
  "id": "B",
95
  "type_id": 1
96
  }
 
 
 
 
 
 
97
  }
98
  ],
99
  "special_tokens": {