From 7fcefdedf5ff743628999b3de9de0c75a6cef77d Mon Sep 17 00:00:00 2001 From: Soham Date: Thu, 10 Nov 2022 15:16:54 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```