Skip to content

Commit

Permalink
Remove Common Voice Dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimas committed Aug 5, 2024
1 parent 6551c74 commit b979546
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions ctranslate2/run_whisper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,15 +84,6 @@ do
--batch_size=${BATCH_SIZE} \
--max_eval_samples=-1

python run_eval.py \
--model_id=${MODEL_ID} \
--dataset_path="hf-audio/esb-datasets-test-only-sorted" \
--dataset="common_voice" \
--split="test" \
--device=${DEVICE_INDEX} \
--batch_size=${BATCH_SIZE} \
--max_eval_samples=-1

# Evaluate results
RUNDIR=`pwd` && \
cd ../normalizer && \
Expand Down

0 comments on commit b979546

Please sign in to comment.