Upload 19 files
Browse files- config.json +1 -1
- model.safetensors +2 -2
- preprocessor_config.json +43 -0
- processor_config.json +6 -0
config.json
CHANGED
|
@@ -204,7 +204,7 @@
|
|
| 204 |
"vision_batch_size": 16,
|
| 205 |
"vision_config": {
|
| 206 |
"hidden_size": 48,
|
| 207 |
-
"image_size":
|
| 208 |
"intermediate_size": 64,
|
| 209 |
"model_type": "siglip_vision_model",
|
| 210 |
"num_attention_heads": 4,
|
|
|
|
| 204 |
"vision_batch_size": 16,
|
| 205 |
"vision_config": {
|
| 206 |
"hidden_size": 48,
|
| 207 |
+
"image_size": 448,
|
| 208 |
"intermediate_size": 64,
|
| 209 |
"model_type": "siglip_vision_model",
|
| 210 |
"num_attention_heads": 4,
|
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:8043a2ab28496cf9167e6df08230db6506c5abb291188e842469837bee682e5c
|
| 3 |
+
size 5628952
|
preprocessor_config.json
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"auto_map": {
|
| 3 |
+
"AutoImageProcessor": "image_processing_minicpmv.MiniCPMVImageProcessor",
|
| 4 |
+
"AutoProcessor": "processing_minicpmo.MiniCPMOProcessor"
|
| 5 |
+
},
|
| 6 |
+
"chunk_length": 30,
|
| 7 |
+
"feature_extractor_type": "WhisperFeatureExtractor",
|
| 8 |
+
"feature_size": 80,
|
| 9 |
+
"hop_length": 160,
|
| 10 |
+
"im_end": "</image>",
|
| 11 |
+
"im_id_end": "</image_id>",
|
| 12 |
+
"im_id_start": "<image_id>",
|
| 13 |
+
"im_start": "<image>",
|
| 14 |
+
"image_feature_size": 64,
|
| 15 |
+
"image_processor_type": "MiniCPMVImageProcessor",
|
| 16 |
+
"max_slice_nums": 9,
|
| 17 |
+
"n_fft": 400,
|
| 18 |
+
"n_samples": 480000,
|
| 19 |
+
"nb_max_frames": 3000,
|
| 20 |
+
"norm_mean": [
|
| 21 |
+
0.5,
|
| 22 |
+
0.5,
|
| 23 |
+
0.5
|
| 24 |
+
],
|
| 25 |
+
"norm_std": [
|
| 26 |
+
0.5,
|
| 27 |
+
0.5,
|
| 28 |
+
0.5
|
| 29 |
+
],
|
| 30 |
+
"padding_side": "right",
|
| 31 |
+
"padding_value": 0.0,
|
| 32 |
+
"patch_size": 14,
|
| 33 |
+
"processor_class": "MiniCPMOProcessor",
|
| 34 |
+
"return_attention_mask": false,
|
| 35 |
+
"sampling_rate": 16000,
|
| 36 |
+
"scale_resolution": 448,
|
| 37 |
+
"slice_end": "</slice>",
|
| 38 |
+
"slice_mode": true,
|
| 39 |
+
"slice_start": "<slice>",
|
| 40 |
+
"unk": "<unk>",
|
| 41 |
+
"use_image_id": true,
|
| 42 |
+
"version": 2.6
|
| 43 |
+
}
|
processor_config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"auto_map": {
|
| 3 |
+
"AutoProcessor": "processing_minicpmo.MiniCPMOProcessor"
|
| 4 |
+
},
|
| 5 |
+
"processor_class": "MiniCPMOProcessor"
|
| 6 |
+
}
|