Update README.md
Browse files
README.md
CHANGED
@@ -42,4 +42,7 @@ for t in zip(result["text"],result["transcription"]):
|
|
42 |
print(t)
|
43 |
print(wer.compute(predictions=result["text"], references=result["transcription"]))
|
44 |
|
45 |
-
```
|
|
|
|
|
|
|
|
42 |
print(t)
|
43 |
print(wer.compute(predictions=result["text"], references=result["transcription"]))
|
44 |
|
45 |
+
```
|
46 |
+
|
47 |
+
# License
|
48 |
+
We release this modified version of [LibriSpeech](https://huggingface.co/datasets/librispeech_asr) (CC By 4.0) and Multilingual [CommonVoice](commonvoice.mozilla.org/) (MPL 2.0) under the CC By 4.0 license.
|