diff --git a/README.md b/README.md index a2aa2ae..ae0c2d3 100644 --- a/README.md +++ b/README.md @@ -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 ```