From 9d4006b773d6fa22a6b96530207a6a355053047b Mon Sep 17 00:00:00 2001 From: Soham Date: Mon, 18 Sep 2023 15:10:26 -0700 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b8709c1..2264c9f 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ CLAP (Contrastive Language-Audio Pretraining) is a neural network model that lea clap_diagram_v3 +## Updates +- A new CLAP version [[paper]](https://arxiv.org/abs/2309.05767) trained on 4.6M pairs will be released here soon. + ## Setup You are required to just install the dependencies: `pip install -r requirements.txt` using Python 3 to get started. @@ -19,7 +22,7 @@ pip install -r requirements.txt ``` ## CLAP weights -Request CLAP weights: [Pretrained Model \[Zenodo\]](https://zenodo.org/record/7312125#.Y22vecvMIQ9) +Download CLAP weights: [Pretrained Model \[Zenodo\]](https://zenodo.org/record/7312125#.Y22vecvMIQ9) ## Usage