Skip to content

Commit d44e955

Browse files
committed
Remove Common Voice Dataset
1 parent 006b042 commit d44e955

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

ctranslate2/run_whisper.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,6 @@ do
8484
--batch_size=${BATCH_SIZE} \
8585
--max_eval_samples=-1
8686

87-
python run_eval.py \
88-
--model_id=${MODEL_ID} \
89-
--dataset_path="hf-audio/esb-datasets-test-only-sorted" \
90-
--dataset="common_voice" \
91-
--split="test" \
92-
--device=${DEVICE_INDEX} \
93-
--batch_size=${BATCH_SIZE} \
94-
--max_eval_samples=-1
95-
9687
# Evaluate results
9788
RUNDIR=`pwd` && \
9889
cd ../normalizer && \

0 commit comments

Comments
 (0)