Guilherme34
commited on
Upload preprocessor_config.json with huggingface_hub
Browse files- preprocessor_config.json +43 -0
preprocessor_config.json
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"auto_map": {
|
3 |
+
"AutoImageProcessor": "openbmb/MiniCPM-o-2_6--image_processing_minicpmv.MiniCPMVImageProcessor",
|
4 |
+
"AutoProcessor": "openbmb/MiniCPM-o-2_6--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 |
+
}
|