hsuvaskakoty commited on
Commit
3204c87
·
1 Parent(s): 7fdb744

Upload tokenizer

Browse files
Files changed (2) hide show
  1. special_tokens_map.json +1 -4
  2. tokenizer.json +2 -29
special_tokens_map.json CHANGED
@@ -1,9 +1,6 @@
1
  {
2
  "additional_special_tokens": [
3
- "<y>",
4
- "</y>",
5
- "<t>",
6
- "</t>"
7
  ],
8
  "cls_token": "[CLS]",
9
  "mask_token": "[MASK]",
 
1
  {
2
  "additional_special_tokens": [
3
+ ","
 
 
 
4
  ],
5
  "cls_token": "[CLS]",
6
  "mask_token": "[MASK]",
tokenizer.json CHANGED
@@ -61,35 +61,8 @@
61
  "special": true
62
  },
63
  {
64
- "id": 30522,
65
- "content": "<y>",
66
- "single_word": false,
67
- "lstrip": false,
68
- "rstrip": false,
69
- "normalized": false,
70
- "special": true
71
- },
72
- {
73
- "id": 30523,
74
- "content": "</y>",
75
- "single_word": false,
76
- "lstrip": false,
77
- "rstrip": false,
78
- "normalized": false,
79
- "special": true
80
- },
81
- {
82
- "id": 30524,
83
- "content": "<t>",
84
- "single_word": false,
85
- "lstrip": false,
86
- "rstrip": false,
87
- "normalized": false,
88
- "special": true
89
- },
90
- {
91
- "id": 30525,
92
- "content": "</t>",
93
  "single_word": false,
94
  "lstrip": false,
95
  "rstrip": false,
 
61
  "special": true
62
  },
63
  {
64
+ "id": 1010,
65
+ "content": ",",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
66
  "single_word": false,
67
  "lstrip": false,
68
  "rstrip": false,