Upload 3 files
Browse files- config.json +2 -3
- preprocessor_config.json +6 -1
- processor_config.json +1 -1
config.json
CHANGED
@@ -1,10 +1,9 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/fsx/miquel/smolvlmvideo/checkpoints/final-vision-balanced-500-visionunfrozen/checkpoint-4000",
|
3 |
"architectures": [
|
4 |
"SmolVLMForConditionalGeneration"
|
5 |
],
|
6 |
"image_token_id": 49190,
|
7 |
-
"model_type": "
|
8 |
"pad_token_id": 128002,
|
9 |
"scale_factor": 4,
|
10 |
"text_config": {
|
@@ -128,7 +127,7 @@
|
|
128 |
"max_image_size": {
|
129 |
"longest_edge": 512
|
130 |
},
|
131 |
-
"model_type": "
|
132 |
"num_attention_heads": 12,
|
133 |
"patch_size": 16,
|
134 |
"size": {
|
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"SmolVLMForConditionalGeneration"
|
4 |
],
|
5 |
"image_token_id": 49190,
|
6 |
+
"model_type": "smolvlm",
|
7 |
"pad_token_id": 128002,
|
8 |
"scale_factor": 4,
|
9 |
"text_config": {
|
|
|
127 |
"max_image_size": {
|
128 |
"longest_edge": 512
|
129 |
},
|
130 |
+
"model_type": "smolvlm_vision",
|
131 |
"num_attention_heads": 12,
|
132 |
"patch_size": 16,
|
133 |
"size": {
|
preprocessor_config.json
CHANGED
@@ -19,7 +19,12 @@
|
|
19 |
"max_image_size": {
|
20 |
"longest_edge": 512
|
21 |
},
|
22 |
-
"
|
|
|
|
|
|
|
|
|
|
|
23 |
"resample": 1,
|
24 |
"rescale_factor": 0.00392156862745098,
|
25 |
"size": {
|
|
|
19 |
"max_image_size": {
|
20 |
"longest_edge": 512
|
21 |
},
|
22 |
+
"video_sampling": {
|
23 |
+
"fps": 1,
|
24 |
+
"max_frames": 64,
|
25 |
+
"video_size": {"longest_edge": 384}
|
26 |
+
},
|
27 |
+
"processor_class": "SmolVLMProcessor",
|
28 |
"resample": 1,
|
29 |
"rescale_factor": 0.00392156862745098,
|
30 |
"size": {
|
processor_config.json
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
{
|
2 |
"image_seq_len": 64,
|
3 |
-
"processor_class": "
|
4 |
}
|
|
|
1 |
{
|
2 |
"image_seq_len": 64,
|
3 |
+
"processor_class": "SmolVLMProcessor"
|
4 |
}
|