Instructions to use rajat99/Fine_Tuning_XLSR_300M_testing_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rajat99/Fine_Tuning_XLSR_300M_testing_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="rajat99/Fine_Tuning_XLSR_300M_testing_model")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("rajat99/Fine_Tuning_XLSR_300M_testing_model") model = AutoModelForCTC.from_pretrained("rajat99/Fine_Tuning_XLSR_300M_testing_model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
b46f482 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7cfd24e48df5c5b56bee255a2e5723e69953ae23121f955fef2b6f8ed9341c39
size 2863
|