CoolFace
Modelpublic

optimum-intel-internal-testing/tiny-random-gemma4-unified-it

sourceHugging Faceapache-2.0updated 1mo agoView on Hugging Face
0likes2.3kdownloads
processor_config.json64 linesDownload Raw Back to root
1{2  "audio_ms_per_token": 40,3  "audio_seq_length": 750,4  "feature_extractor": {5    "audio_samples_per_token": 640,6    "feature_extractor_type": "Gemma4UnifiedAudioFeatureExtractor",7    "feature_size": 640,8    "padding_side": "right",9    "padding_value": 0.0,10    "return_attention_mask": true,11    "sampling_rate": 1600012  },13  "image_processor": {14    "do_convert_rgb": true,15    "do_normalize": false,16    "do_rescale": true,17    "do_resize": true,18    "image_mean": [19      0.0,20      0.0,21      0.022    ],23    "image_processor_type": "Gemma4UnifiedImageProcessor",24    "image_seq_length": 70,25    "image_std": [26      1.0,27      1.0,28      1.029    ],30    "max_soft_tokens": 70,31    "patch_size": 16,32    "pooling_kernel_size": 3,33    "resample": 3,34    "rescale_factor": 0.0039215686274509835  },36  "image_seq_length": 280,37  "processor_class": "Gemma4UnifiedProcessor",38  "video_processor": {39    "do_convert_rgb": true,40    "do_normalize": true,41    "do_rescale": true,42    "do_resize": true,43    "do_sample_frames": true,44    "image_mean": [45      0.0,46      0.0,47      0.048    ],49    "image_std": [50      1.0,51      1.0,52      1.053    ],54    "max_soft_tokens": 70,55    "num_frames": 32,56    "patch_size": 16,57    "pooling_kernel_size": 3,58    "resample": 3,59    "rescale_factor": 0.00392156862745098,60    "return_metadata": false,61    "video_processor_type": "Gemma4UnifiedVideoProcessor"62  }63}64