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
Upload model.bin.v6 with huggingface_hub
Browse files- .gitattributes +1 -0
- model.bin.v6 +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
model.bin.v6 filter=lfs diff=lfs merge=lfs -text
|
model.bin.v6
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b427483607c4ea4ff9a7fa4bc7170f9e09db8d70ad0bf1ed874b1d8c4ca92e76
|
| 3 |
+
size 290425723
|