Update README.md
Browse files
README.md
CHANGED
@@ -103,7 +103,7 @@ tags:
|
|
103 |
- music
|
104 |
---
|
105 |
# **CLaMP 3: Universal Music Information Retrieval Across Unaligned Modalities and Unseen Languages**
|
106 |
-
[](#)
|
108 |
[](https://github.com/sanderwood/clamp3)
|
109 |
[](https://huggingface.co/spaces/sander-wood/clamp3)
|
@@ -216,8 +216,8 @@ python -m torch.distributed.launch --nproc_per_node=<GPUs> --use_env train_clamp
|
|
216 |
```
|
217 |
|
218 |
Alternatively, you can use **pre-trained weights**:
|
219 |
-
- **[CLaMP 3 SAAS (Optimal for Audio)](https://huggingface.co/sander-wood/clamp3/blob/main/
|
220 |
-
- **[CLaMP 3 C2 (Optimal for Symbolic Music)](https://huggingface.co/sander-wood/clamp3/blob/main/
|
221 |
|
222 |
By default, CLaMP 3 is configured for the **SAAS version**, which provides **optimal performance on audio data**. If working primarily with **symbolic music**, download the **C2 variant** and modify **line 66 in `config.py`** from **saas** to **c2**.
|
223 |
|
|
|
103 |
- music
|
104 |
---
|
105 |
# **CLaMP 3: Universal Music Information Retrieval Across Unaligned Modalities and Unseen Languages**
|
106 |
+
[](https://sanderwood.github.io/clamp3/)
|
107 |
[](#)
|
108 |
[](https://github.com/sanderwood/clamp3)
|
109 |
[](https://huggingface.co/spaces/sander-wood/clamp3)
|
|
|
216 |
```
|
217 |
|
218 |
Alternatively, you can use **pre-trained weights**:
|
219 |
+
- **[CLaMP 3 SAAS (Optimal for Audio)](https://huggingface.co/sander-wood/clamp3/blob/main/weights_clamp3_saas_h_size_768_t_model_FacebookAI_xlm-roberta-base_t_length_128_a_size_768_a_layers_12_a_length_128_s_size_768_s_layers_12_p_size_64_p_length_512.pth)**
|
220 |
+
- **[CLaMP 3 C2 (Optimal for Symbolic Music)](https://huggingface.co/sander-wood/clamp3/blob/main/weights_clamp3_c2_h_size_768_t_model_FacebookAI_xlm-roberta-base_t_length_128_a_size_768_a_layers_12_a_length_128_s_size_768_s_layers_12_p_size_64_p_length_512.pth)**
|
221 |
|
222 |
By default, CLaMP 3 is configured for the **SAAS version**, which provides **optimal performance on audio data**. If working primarily with **symbolic music**, download the **C2 variant** and modify **line 66 in `config.py`** from **saas** to **c2**.
|
223 |
|