Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
segestic
/
whisper-tiny-turkish-0-bin
like
0
Safetensors
Turkish
Model card
Files
Files and versions
xet
Community
segestic
commited on
Jul 11, 2025
Commit
8eb123d
·
verified
·
1 Parent(s):
f7a2cff
Create README.md
Browse files
Files changed (1)
hide
show
README.md
+9
-0
README.md
ADDED
Viewed
@@ -0,0 +1,9 @@
1
+
---
2
+
language:
3
+
- tr
4
+
base_model:
5
+
- openai/whisper-tiny
6
+
---
7
+
from faster_whisper import WhisperModel
8
+
9
+
model = WhisperModel("segestic/whisper-tiny-turkish-0-bin")