cifkao commited on
Commit
cf4fcaa
1 Parent(s): ba23be3

Update README.md

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