Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Sharmaboy
/
Madaxeey
like
0
Model card
Files
Files and versions
Community
1
Sharmaboy
commited on
Jun 4, 2024
Commit
f79cb3a
·
verified
·
1 Parent(s):
deeef1e
Create README.md
Browse files
Files changed (1)
hide
show
README.md
+4
-0
README.md
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
# Use a pipeline as a high-level helper
2
+
from transformers import pipeline
3
+
4
+
pipe = pipeline("automatic-speech-recognition", model="Mustafaa4a/ASR-Somali")