We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11543d8 commit fe6f825Copy full SHA for fe6f825
transformers/run_data2vec.sh
@@ -84,15 +84,6 @@ do
84
--batch_size=${BATCH_SIZE} \
85
--max_eval_samples=8
86
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=0 \
93
- --batch_size=${BATCH_SIZE} \
94
- --max_eval_samples=8
95
-
96
# Evaluate results
97
RUNDIR=`pwd` && \
98
cd ../normalizer && \
0 commit comments