Evgenii commited on
Commit
4b9a65d
·
verified ·
1 Parent(s): 5c7ad26

Upload tokenizer

Browse files
special_tokens_map.json CHANGED
@@ -17,7 +17,7 @@
17
  },
18
  "image_token": "<image_soft_token>",
19
  "pad_token": {
20
- "content": "<pad>",
21
  "lstrip": false,
22
  "normalized": false,
23
  "rstrip": false,
 
17
  },
18
  "image_token": "<image_soft_token>",
19
  "pad_token": {
20
+ "content": "<unk>",
21
  "lstrip": false,
22
  "normalized": false,
23
  "rstrip": false,
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4667f2089529e8e7657cfb6d1c19910ae71ff5f28aa7ab2ff2763330affad795
3
- size 33384568
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:411ae439f10ee27a756e4f4e0ea5f844fd18ecce91e909844f7cbac45cd13fdd
3
+ size 33384722
tokenizer_config.json CHANGED
@@ -51336,7 +51336,7 @@
51336
  },
51337
  "image_token": "<image_soft_token>",
51338
  "model_max_length": 1000000000000000019884624838656,
51339
- "pad_token": "<pad>",
51340
  "processor_class": "Gemma3Processor",
51341
  "sp_model_kwargs": null,
51342
  "spaces_between_special_tokens": false,
 
51336
  },
51337
  "image_token": "<image_soft_token>",
51338
  "model_max_length": 1000000000000000019884624838656,
51339
+ "pad_token": "<unk>",
51340
  "processor_class": "Gemma3Processor",
51341
  "sp_model_kwargs": null,
51342
  "spaces_between_special_tokens": false,