Update README.md
Browse files
README.md
CHANGED
@@ -75,6 +75,8 @@ The model can be evaluated as follows on the {language} test data of Common Voic
|
|
75 |
|
76 |
|
77 |
```python
|
|
|
|
|
78 |
import torch
|
79 |
import torchaudio
|
80 |
from datasets import load_dataset, load_metric
|
|
|
75 |
|
76 |
|
77 |
```python
|
78 |
+
!mkdir cer
|
79 |
+
!wget -O cer/cer.py https://huggingface.co/ctl/wav2vec2-large-xlsr-cantonese/raw/main/cer.py
|
80 |
import torch
|
81 |
import torchaudio
|
82 |
from datasets import load_dataset, load_metric
|