Update README.md

This commit is contained in:
Soham
2022-11-10 15:16:54 -08:00
committed by GitHub
parent 2bcc168ec4
commit 7fcefdedf5
+1 -1
View File
@@ -49,7 +49,7 @@ sim = clap_model.compute_similarity(audio_embeddings, text_embeddings)
```
## Examples
To run zero-shot evaluation on ESC50 dataset or on a single audio file from ESC50 check `CLAP\src\`. For zero-shot evaluation on ESC50 dataset:
To run zero-shot evaluation on the ESC50 dataset or a single audio file from ESC50, check `CLAP\src\`. For zero-shot evaluation on the ESC50 dataset:
```bash
> cd src && python zero_shot_classification.py
```