CoolFace
Modelpublic

NextTokenAI/NextSearch-1-M

sourceHugging Faceapache-2.0updated 1mo agoView on Hugging Face
0likes65downloads
processor_config.json47 linesDownload Raw Back to root
1{2  "audio_token": "<|unused_200053|>",3  "audio_bos_token": "<|content_audio_input|>",4  "dmel_max_value": 2.0,5  "dmel_min_value": -7.0,6  "feature_extractor": {7    "audio_token_duration_s": 0.05,8    "feature_extractor_type": "InklingFeatureExtractor",9    "feature_size": 80,10    "hop_length": 800,11    "n_fft": 1600,12    "padding_side": "right",13    "padding_value": 0.0,14    "return_attention_mask": true,15    "sampling_rate": 16000,16    "window_size": 1600,17    "window_size_multiplier": 2.018  },19  "image_processor": {20    "do_convert_rgb": true,21    "do_normalize": true,22    "do_rescale": true,23    "do_resize": true,24    "image_mean": [25      0.48145466,26      0.4578275,27      0.4082107328    ],29    "image_processor_type": "InklingImageProcessor",30    "image_std": [31      0.26862954,32      0.26130258,33      0.2757771134    ],35    "resample": 3,36    "rescale_factor": 0.00392156862745098,37    "size": {38      "height": 40,39      "width": 4040    }41  },42  "image_token": "<|unused_200054|>",43  "image_bos_token": "<|content_image|>",44  "num_dmel_bins": 16,45  "processor_class": "InklingProcessor"46}47