Instructions to use breadberry-prime/ylabs-data-heidi-medium-entrypoint with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use breadberry-prime/ylabs-data-heidi-medium-entrypoint with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="breadberry-prime/ylabs-data-heidi-medium-entrypoint")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("breadberry-prime/ylabs-data-heidi-medium-entrypoint") model = AutoModelForSpeechSeq2Seq.from_pretrained("breadberry-prime/ylabs-data-heidi-medium-entrypoint", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload WhisperForConditionalGeneration
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2894649264
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:262c136a84c31ec98b578546dfcd9b4cc6cd9b3d401e22a064c48611a7614e2d
|
| 3 |
size 2894649264
|