Hemanth-thunder commited on
Commit
f1d7e63
1 Parent(s): 6fbbebd

Upload tokenizer

Browse files
Files changed (1) hide show
  1. tokenizer.json +2 -6
tokenizer.json CHANGED
@@ -1,11 +1,6 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 1024,
6
- "strategy": "LongestFirst",
7
- "stride": 0
8
- },
9
  "padding": null,
10
  "added_tokens": [
11
  {
@@ -265,6 +260,7 @@
265
  "end_of_word_suffix": null,
266
  "fuse_unk": true,
267
  "byte_fallback": true,
 
268
  "vocab": {
269
  "<unk>": 0,
270
  "<s>": 1,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
 
260
  "end_of_word_suffix": null,
261
  "fuse_unk": true,
262
  "byte_fallback": true,
263
+ "ignore_merges": false,
264
  "vocab": {
265
  "<unk>": 0,
266
  "<s>": 1,