Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
English
msp
Generated from Trainer
custom_code
Instructions to use MahmoodAnaam/MSP-Fusion-V0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MahmoodAnaam/MSP-Fusion-V0 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="MahmoodAnaam/MSP-Fusion-V0", trust_remote_code=True)# Load model directly from transformers import AutoModelForCTC model = AutoModelForCTC.from_pretrained("MahmoodAnaam/MSP-Fusion-V0", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "auto_map": { | |
| "AutoProcessor": "processing_msp.MSPProcessor" | |
| }, | |
| "feature_extractor": { | |
| "auto_map": { | |
| "AutoFeatureExtractor": "feature_extraction_msp_audio.MSPAudioFeatureExtractor", | |
| "AutoProcessor": "processing_msp.MSPProcessor" | |
| }, | |
| "do_normalize": true, | |
| "feature_extractor_type": "MSPAudioFeatureExtractor", | |
| "feature_size": 1, | |
| "padding_side": "right", | |
| "padding_value": 0.0, | |
| "return_attention_mask": false, | |
| "sampling_rate": 16000 | |
| }, | |
| "processor_class": "MSPProcessor", | |
| "video_processor": { | |
| "auto_map": { | |
| "AutoProcessor": "processing_msp.MSPProcessor", | |
| "AutoVideoProcessor": "video_processing_msp_visual.MSPVisualVideoProcessor" | |
| }, | |
| "crop_size": { | |
| "height": 88, | |
| "width": 88 | |
| }, | |
| "data_format": "channels_first", | |
| "default_to_square": true, | |
| "do_center_crop": true, | |
| "do_convert_rgb_to_grayscale": true, | |
| "do_normalize": true, | |
| "do_rescale": true, | |
| "do_resize": true, | |
| "image_mean": 0.421, | |
| "image_std": 0.165, | |
| "resample": 2, | |
| "rescale_factor": 0.00392156862745098, | |
| "return_metadata": false, | |
| "size": { | |
| "height": 96, | |
| "width": 96 | |
| }, | |
| "video_processor_type": "MSPVisualVideoProcessor" | |
| } | |
| } | |