Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
gigant
/
romanian-wav2vec2
like
5
Automatic Speech Recognition
Transformers
PyTorch
Safetensors
mozilla-foundation/common_voice_8_0
gigant/romanian_speech_synthesis_0_8_1
Romanian
wav2vec2
hf-asr-leaderboard
robust-speech-event
Eval Results
Inference Endpoints
License:
apache-2.0
Model card
Files
Files and versions
Community
2
Train
Deploy
Use this model
gigant
commited on
Feb 7, 2022
Commit
7c3ada2
•
1 Parent(s):
5069d74
Upload eval.sh
Browse files
Files changed (1)
hide
show
eval.sh
+7
-0
eval.sh
ADDED
Viewed
@@ -0,0 +1,7 @@
1
+
python eval.py \
2
+
--model_id="gigant/wav2vec2-ro-300m_01" \
3
+
--dataset="speech-recognition-community-v2/dev_data" \
4
+
--config="ro" \
5
+
--split="validation" \
6
+
--chunk_length_s 10 \
7
+
--stride_length_s 1 \