gsaltintas commited on
Commit
c90a210
·
verified ·
1 Parent(s): cb527c7

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. tokenizer.json +13 -4
  2. vocab.json +0 -0
tokenizer.json CHANGED
@@ -64,10 +64,19 @@
64
  },
65
  "post_processor": null,
66
  "decoder": {
67
- "type": "ByteLevel",
68
- "add_prefix_space": true,
69
- "trim_offsets": true,
70
- "use_regex": true
 
 
 
 
 
 
 
 
 
71
  },
72
  "model": {
73
  "type": "BPE",
 
64
  },
65
  "post_processor": null,
66
  "decoder": {
67
+ "type": "Sequence",
68
+ "decoders": [
69
+ {
70
+ "type": "BPEDecoder",
71
+ "suffix": "</w>"
72
+ },
73
+ {
74
+ "type": "ByteLevel",
75
+ "add_prefix_space": true,
76
+ "trim_offsets": true,
77
+ "use_regex": true
78
+ }
79
+ ]
80
  },
81
  "model": {
82
  "type": "BPE",
vocab.json CHANGED
The diff for this file is too large to render. See raw diff