Skip to content

Commit

Permalink
Fix reproducibility link
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmc2005 authored Nov 15, 2023
1 parent fa16c37 commit c88228f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ inference.attach_observers(RTTMWriter(mic.uri, "/output/file.rttm"))
prediction = inference()
```

For inference and evaluation on a dataset we recommend to use `Benchmark` (see notes on [reproducibility](#-reproducibility)).
For inference and evaluation on a dataset we recommend to use `Benchmark` (see notes on [reproducibility](#reproducibility)).

## 🧠 Models

Expand All @@ -148,7 +148,7 @@ segmentation = m.SegmentationModel.from_pretrained("model_name")
embedding = m.EmbeddingModel.from_pretrained("model_name")
```

### Available pre-trained models
### Pre-trained models

Below is a list of all the models currently supported by diart:

Expand Down

0 comments on commit c88228f

Please sign in to comment.