RaphaelOlivier commited on
Commit
386d586
·
verified ·
1 Parent(s): f994737

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
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.