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