Instructions to use Almoooo/hasa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Almoooo/hasa with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Almoooo/hasa")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("Almoooo/hasa") model = AutoModelForSpeechSeq2Seq.from_pretrained("Almoooo/hasa") - Notebooks
- Google Colab
- Kaggle
Remove unnecessary file: model.bin.v6
Browse files- model.bin.v6 +0 -3
model.bin.v6
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:b427483607c4ea4ff9a7fa4bc7170f9e09db8d70ad0bf1ed874b1d8c4ca92e76
|
| 3 |
-
size 290425723
|
|
|
|
|
|
|
|
|
|
|
|