Upload tokenizer
Browse files- README.md +7 -7
- added_tokens.json +1 -0
- tokenizer.json +10 -0
- tokenizer_config.json +8 -0
README.md
CHANGED
|
@@ -1,15 +1,15 @@
|
|
| 1 |
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
datasets:
|
| 4 |
-
|
| 5 |
language:
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
metrics:
|
| 9 |
-
- accuracy
|
| 10 |
library_name: transformers
|
|
|
|
|
|
|
|
|
|
| 11 |
tags:
|
| 12 |
-
|
| 13 |
---
|
| 14 |
|
| 15 |
# LLaVA-OneVision
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
datasets:
|
| 3 |
+
- lmms-lab/LLaVA-OneVision-Data
|
| 4 |
language:
|
| 5 |
+
- en
|
| 6 |
+
- zh
|
|
|
|
|
|
|
| 7 |
library_name: transformers
|
| 8 |
+
license: apache-2.0
|
| 9 |
+
metrics:
|
| 10 |
+
- accuracy
|
| 11 |
tags:
|
| 12 |
+
- multimodal
|
| 13 |
---
|
| 14 |
|
| 15 |
# LLaVA-OneVision
|
added_tokens.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"<|endoftext|>": 151643,
|
| 3 |
"<|im_end|>": 151645,
|
| 4 |
"<|im_start|>": 151644
|
|
|
|
| 1 |
{
|
| 2 |
+
"<image>": 151646,
|
| 3 |
"<|endoftext|>": 151643,
|
| 4 |
"<|im_end|>": 151645,
|
| 5 |
"<|im_start|>": 151644
|
tokenizer.json
CHANGED
|
@@ -29,6 +29,15 @@
|
|
| 29 |
"rstrip": false,
|
| 30 |
"normalized": false,
|
| 31 |
"special": true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
}
|
| 33 |
],
|
| 34 |
"normalizer": {
|
|
@@ -73,6 +82,7 @@
|
|
| 73 |
"end_of_word_suffix": "",
|
| 74 |
"fuse_unk": false,
|
| 75 |
"byte_fallback": false,
|
|
|
|
| 76 |
"vocab": {
|
| 77 |
"!": 0,
|
| 78 |
"\"": 1,
|
|
|
|
| 29 |
"rstrip": false,
|
| 30 |
"normalized": false,
|
| 31 |
"special": true
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"id": 151646,
|
| 35 |
+
"content": "<image>",
|
| 36 |
+
"single_word": false,
|
| 37 |
+
"lstrip": false,
|
| 38 |
+
"rstrip": false,
|
| 39 |
+
"normalized": false,
|
| 40 |
+
"special": true
|
| 41 |
}
|
| 42 |
],
|
| 43 |
"normalizer": {
|
|
|
|
| 82 |
"end_of_word_suffix": "",
|
| 83 |
"fuse_unk": false,
|
| 84 |
"byte_fallback": false,
|
| 85 |
+
"ignore_merges": false,
|
| 86 |
"vocab": {
|
| 87 |
"!": 0,
|
| 88 |
"\"": 1,
|
tokenizer_config.json
CHANGED
|
@@ -24,6 +24,14 @@
|
|
| 24 |
"rstrip": false,
|
| 25 |
"single_word": false,
|
| 26 |
"special": true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
}
|
| 28 |
},
|
| 29 |
"additional_special_tokens": [
|
|
|
|
| 24 |
"rstrip": false,
|
| 25 |
"single_word": false,
|
| 26 |
"special": true
|
| 27 |
+
},
|
| 28 |
+
"151646": {
|
| 29 |
+
"content": "<image>",
|
| 30 |
+
"lstrip": false,
|
| 31 |
+
"normalized": false,
|
| 32 |
+
"rstrip": false,
|
| 33 |
+
"single_word": false,
|
| 34 |
+
"special": true
|
| 35 |
}
|
| 36 |
},
|
| 37 |
"additional_special_tokens": [
|