Commit
•
66a8d7b
1
Parent(s):
511a17a
Upload processor
Browse files- added_tokens.json +2 -1
- preprocessor_config.json +2 -2
- tokenizer.json +9 -0
- tokenizer_config.json +10 -2
added_tokens.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
2 |
"<image>": 32000,
|
3 |
-
"<pad>":
|
|
|
4 |
}
|
|
|
1 |
{
|
2 |
"<image>": 32000,
|
3 |
+
"<pad>": 32002,
|
4 |
+
"<video>": 32001
|
5 |
}
|
preprocessor_config.json
CHANGED
@@ -30,13 +30,13 @@
|
|
30 |
0.4578275,
|
31 |
0.40821073
|
32 |
],
|
33 |
-
"image_processor_type": "
|
34 |
"image_std": [
|
35 |
0.26862954,
|
36 |
0.26130258,
|
37 |
0.27577711
|
38 |
],
|
39 |
-
"processor_class": "
|
40 |
"resample": 3,
|
41 |
"rescale_factor": 0.00392156862745098,
|
42 |
"size": {
|
|
|
30 |
0.4578275,
|
31 |
0.40821073
|
32 |
],
|
33 |
+
"image_processor_type": "VideoLlavaImageProcessor",
|
34 |
"image_std": [
|
35 |
0.26862954,
|
36 |
0.26130258,
|
37 |
0.27577711
|
38 |
],
|
39 |
+
"processor_class": "VideoLlavaProcessor",
|
40 |
"resample": 3,
|
41 |
"rescale_factor": 0.00392156862745098,
|
42 |
"size": {
|
tokenizer.json
CHANGED
@@ -41,6 +41,15 @@
|
|
41 |
},
|
42 |
{
|
43 |
"id": 32001,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
"content": "<pad>",
|
45 |
"single_word": false,
|
46 |
"lstrip": false,
|
|
|
41 |
},
|
42 |
{
|
43 |
"id": 32001,
|
44 |
+
"content": "<video>",
|
45 |
+
"single_word": false,
|
46 |
+
"lstrip": false,
|
47 |
+
"rstrip": false,
|
48 |
+
"normalized": false,
|
49 |
+
"special": true
|
50 |
+
},
|
51 |
+
{
|
52 |
+
"id": 32002,
|
53 |
"content": "<pad>",
|
54 |
"single_word": false,
|
55 |
"lstrip": false,
|
tokenizer_config.json
CHANGED
@@ -36,6 +36,14 @@
|
|
36 |
"special": true
|
37 |
},
|
38 |
"32001": {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
"content": "<pad>",
|
40 |
"lstrip": false,
|
41 |
"normalized": false,
|
@@ -50,8 +58,8 @@
|
|
50 |
"legacy": false,
|
51 |
"model_max_length": 4096,
|
52 |
"pad_token": "<pad>",
|
53 |
-
"padding_side": "
|
54 |
-
"processor_class": "
|
55 |
"sp_model_kwargs": {},
|
56 |
"spaces_between_special_tokens": false,
|
57 |
"tokenizer_class": "LlamaTokenizer",
|
|
|
36 |
"special": true
|
37 |
},
|
38 |
"32001": {
|
39 |
+
"content": "<video>",
|
40 |
+
"lstrip": false,
|
41 |
+
"normalized": false,
|
42 |
+
"rstrip": false,
|
43 |
+
"single_word": false,
|
44 |
+
"special": true
|
45 |
+
},
|
46 |
+
"32002": {
|
47 |
"content": "<pad>",
|
48 |
"lstrip": false,
|
49 |
"normalized": false,
|
|
|
58 |
"legacy": false,
|
59 |
"model_max_length": 4096,
|
60 |
"pad_token": "<pad>",
|
61 |
+
"padding_side": "left",
|
62 |
+
"processor_class": "VideoLlavaProcessor",
|
63 |
"sp_model_kwargs": {},
|
64 |
"spaces_between_special_tokens": false,
|
65 |
"tokenizer_class": "LlamaTokenizer",
|