cifkao commited on
Commit
ba23be3
1 Parent(s): 8b477b5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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"], hypotheses, languages=dataset["languages"])
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
  ```