pszemraj commited on
Commit
83fe912
1 Parent(s): 66716bb

fix post_processor ids

Browse files
Files changed (1) hide show
  1. tokenizer.json +4 -4
tokenizer.json CHANGED
@@ -104,12 +104,12 @@
104
  "post_processor": {
105
  "type": "RobertaProcessing",
106
  "sep": [
107
- "</s>",
108
- 2
109
  ],
110
  "cls": [
111
- "<s>",
112
- 0
113
  ],
114
  "trim_offsets": true,
115
  "add_prefix_space": false
 
104
  "post_processor": {
105
  "type": "RobertaProcessing",
106
  "sep": [
107
+ "<EOT>",
108
+ 0
109
  ],
110
  "cls": [
111
+ "<bos>",
112
+ 65002
113
  ],
114
  "trim_offsets": true,
115
  "add_prefix_space": false