Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -41,7 +41,7 @@ Other arguments can be specified to control audio loading:
|
|
| 41 |
|
| 42 |
## Running evaluation
|
| 43 |
|
| 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"])
|
|
|
|
| 41 |
|
| 42 |
## Running evaluation
|
| 43 |
|
| 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"])
|