Update BuilderConfig to clean
#9
by
code-rider
- opened
README.md
CHANGED
|
@@ -127,7 +127,7 @@ pipe = pipeline(
|
|
| 127 |
device=device,
|
| 128 |
)
|
| 129 |
|
| 130 |
-
dataset = load_dataset("distil-whisper/librispeech_long", "
|
| 131 |
sample = dataset[0]["audio"]
|
| 132 |
|
| 133 |
result = pipe(sample)
|
|
|
|
| 127 |
device=device,
|
| 128 |
)
|
| 129 |
|
| 130 |
+
dataset = load_dataset("distil-whisper/librispeech_long", "clean", split="validation")
|
| 131 |
sample = dataset[0]["audio"]
|
| 132 |
|
| 133 |
result = pipe(sample)
|