Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -44,5 +44,5 @@ Other arguments can be specified to control audio loading:
|
|
44 |
Use the [alt-eval](https://github.com/audioshake/alt-eval) package for evaluation:
|
45 |
```python
|
46 |
from alt_eval import compute_metrics
|
47 |
-
compute_metrics(dataset["text"],
|
48 |
```
|
|
|
44 |
Use the [alt-eval](https://github.com/audioshake/alt-eval) package for evaluation:
|
45 |
```python
|
46 |
from alt_eval import compute_metrics
|
47 |
+
compute_metrics(dataset["text"], transcriptions, languages=dataset["language"])
|
48 |
```
|