|
14 | 14 |
|
15 | 15 | python run_eval.py \ |
16 | 16 | --model_id=${MODEL_ID} \ |
17 | | - --dataset_path="https://huggingface.co/datasets/hf-audio/esb-datasets-test-only" \ |
| 17 | + --dataset_path="hf-audio/esb-datasets-test-only-sorted" \ |
18 | 18 | --dataset="ami" \ |
19 | 19 | --split="test" \ |
20 | 20 | --device=${DEVICE_INDEX} \ |
|
23 | 23 |
|
24 | 24 | python run_eval.py \ |
25 | 25 | --model_id=${MODEL_ID} \ |
26 | | - --dataset_path="https://huggingface.co/datasets/hf-audio/esb-datasets-test-only" \ |
| 26 | + --dataset_path="hf-audio/esb-datasets-test-only-sorted" \ |
27 | 27 | --dataset="earnings22" \ |
28 | 28 | --split="test" \ |
29 | 29 | --device=${DEVICE_INDEX} \ |
|
32 | 32 |
|
33 | 33 | python run_eval.py \ |
34 | 34 | --model_id=${MODEL_ID} \ |
35 | | - --dataset_path="https://huggingface.co/datasets/hf-audio/esb-datasets-test-only" \ |
| 35 | + --dataset_path="hf-audio/esb-datasets-test-only-sorted" \ |
36 | 36 | --dataset="gigaspeech" \ |
37 | 37 | --split="test" \ |
38 | 38 | --device=${DEVICE_INDEX} \ |
|
41 | 41 |
|
42 | 42 | python run_eval.py \ |
43 | 43 | --model_id=${MODEL_ID} \ |
44 | | - --dataset_path="https://huggingface.co/datasets/hf-audio/esb-datasets-test-only" \ |
| 44 | + --dataset_path="hf-audio/esb-datasets-test-only-sorted" \ |
45 | 45 | --dataset="librispeech" \ |
46 | 46 | --split="test.clean" \ |
47 | 47 | --device=${DEVICE_INDEX} \ |
|
50 | 50 |
|
51 | 51 | python run_eval.py \ |
52 | 52 | --model_id=${MODEL_ID} \ |
53 | | - --dataset_path="https://huggingface.co/datasets/hf-audio/esb-datasets-test-only" \ |
| 53 | + --dataset_path="hf-audio/esb-datasets-test-only-sorted" \ |
54 | 54 | --dataset="librispeech" \ |
55 | 55 | --split="test.other" \ |
56 | 56 | --device=${DEVICE_INDEX} \ |
|
59 | 59 |
|
60 | 60 | python run_eval.py \ |
61 | 61 | --model_id=${MODEL_ID} \ |
62 | | - --dataset_path="https://huggingface.co/datasets/hf-audio/esb-datasets-test-only" \ |
| 62 | + --dataset_path="hf-audio/esb-datasets-test-only-sorted" \ |
63 | 63 | --dataset="spgispeech" \ |
64 | 64 | --split="test" \ |
65 | 65 | --device=${DEVICE_INDEX} \ |
|
68 | 68 |
|
69 | 69 | python run_eval.py \ |
70 | 70 | --model_id=${MODEL_ID} \ |
71 | | - --dataset_path="https://huggingface.co/datasets/hf-audio/esb-datasets-test-only" \ |
| 71 | + --dataset_path="hf-audio/esb-datasets-test-only-sorted" \ |
72 | 72 | --dataset="tedlium" \ |
73 | 73 | --split="test" \ |
74 | 74 | --device=${DEVICE_INDEX} \ |
|
77 | 77 |
|
78 | 78 | python run_eval.py \ |
79 | 79 | --model_id=${MODEL_ID} \ |
80 | | - --dataset_path="https://huggingface.co/datasets/hf-audio/esb-datasets-test-only" \ |
| 80 | + --dataset_path="hf-audio/esb-datasets-test-only-sorted" \ |
81 | 81 | --dataset="voxpopuli" \ |
82 | 82 | --split="test" \ |
83 | 83 | --device=${DEVICE_INDEX} \ |
|
86 | 86 |
|
87 | 87 | python run_eval.py \ |
88 | 88 | --model_id=${MODEL_ID} \ |
89 | | - --dataset_path="https://huggingface.co/datasets/hf-audio/esb-datasets-test-only" \ |
| 89 | + --dataset_path="hf-audio/esb-datasets-test-only-sorted" \ |
90 | 90 | --dataset="common_voice" \ |
91 | 91 | --split="test" \ |
92 | 92 | --device=${DEVICE_INDEX} \ |
|
0 commit comments