From 091509a01c537b43f89d5bb217d43e2786177549 Mon Sep 17 00:00:00 2001 From: _ Date: Tue, 1 Oct 2024 01:02:53 +0100 Subject: [PATCH] Fix: Links, README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d9b7225..8e7a261 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,9 @@ Main documentation is available in: - CLAP-LAION score: [`src/clap_score.py`](src/clap_score.py) Each example script (with musiccaps) further details how to use it: -- Fréchet Distance based on Openl3: [`examples/musiccaps_openl3_fd.py`](example/musiccaps_openl3_fd.py) -- Kullback–Leibler divergence based on PaSST: [`examples/musiccaps_passt_kld.py`](example/musiccaps_passt_kld.py) -- CLAP-LAION score: [`example/musiccapss_clap_score.py`](example/musiccapss_clap_score.py) +- Fréchet Distance based on Openl3: [`examples/musiccaps_openl3_fd.py`](examples/musiccaps_openl3_fd.py) +- Kullback–Leibler divergence based on PaSST: [`examples/musiccaps_passt_kld.py`](examples/musiccaps_passt_kld.py) +- CLAP-LAION score: [`example/musiccapss_clap_score.py`](examples/musiccapss_clap_score.py) Our [documentation](examples/README.md) includes examples on how to evaluate with: - MusicCaps dataset