Add files using upload-large-folder tool
Browse files- config.json +1 -1
- model.safetensors +2 -2
- special_tokens_map.json +7 -1
config.json
CHANGED
@@ -31,5 +31,5 @@
|
|
31 |
"transformers_version": "4.50.0.dev0",
|
32 |
"unsloth_fixed": true,
|
33 |
"use_cache": true,
|
34 |
-
"vocab_size":
|
35 |
}
|
|
|
31 |
"transformers_version": "4.50.0.dev0",
|
32 |
"unsloth_fixed": true,
|
33 |
"use_cache": true,
|
34 |
+
"vocab_size": 262144
|
35 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ee5250f6eb1aa7cfb729dfd4dc8d9964fd772324776c6d00bf2bc674c069cb27
|
3 |
+
size 1999811208
|
special_tokens_map.json
CHANGED
@@ -8,7 +8,13 @@
|
|
8 |
"single_word": false
|
9 |
},
|
10 |
"eoi_token": "<end_of_image>",
|
11 |
-
"eos_token":
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
"image_token": "<image_soft_token>",
|
13 |
"pad_token": {
|
14 |
"content": "<pad>",
|
|
|
8 |
"single_word": false
|
9 |
},
|
10 |
"eoi_token": "<end_of_image>",
|
11 |
+
"eos_token": {
|
12 |
+
"content": "<eos>",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false
|
17 |
+
},
|
18 |
"image_token": "<image_soft_token>",
|
19 |
"pad_token": {
|
20 |
"content": "<pad>",
|