Update README.md
Browse files
README.md
CHANGED
@@ -15,19 +15,27 @@ tags:
|
|
15 |
- song
|
16 |
---
|
17 |
|
18 |
-
<div
|
19 |
-
<img src="https://i.postimg.cc/3Jx3yZ5b/real-vs-fake-sonics-w-logo.jpg" width="250">
|
20 |
-
</div>
|
21 |
-
|
22 |
-
<div align="center">
|
23 |
<h1>SONICS: Synthetic Or Not - Identifying Counterfeit Songs</h1>
|
24 |
-
<h3
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
</div>
|
32 |
|
33 |
---
|
|
|
15 |
- song
|
16 |
---
|
17 |
|
18 |
+
<div style="text-align: center; color: white; padding: 20px;">
|
19 |
+
<div align="center"><img src="https://i.postimg.cc/3Jx3yZ5b/real-vs-fake-sonics-w-logo.jpg" width="250" alt="SONICS Logo"></div>
|
|
|
|
|
|
|
20 |
<h1>SONICS: Synthetic Or Not - Identifying Counterfeit Songs</h1>
|
21 |
+
<h3 style="color:red;"><b>ICLR 2025 [Poster]</b></h3>
|
22 |
+
<div style="display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin: 20px 0;">
|
23 |
+
<a href="https://arxiv.org/abs/2408.14080" style="text-decoration: none;">
|
24 |
+
<img src="https://img.shields.io/badge/ArXiv-Paper-red" alt="Paper">
|
25 |
+
</a>
|
26 |
+
<a href="https://huggingface.co/collections/awsaf49/sonics-spectttra-67bb6517b3920fd18e409013" style="text-decoration: none;">
|
27 |
+
<img src="https://img.shields.io/badge/HuggingFace-Model-yellow" alt="Hugging Face">
|
28 |
+
</a>
|
29 |
+
<a href="https://huggingface.co/datasets/awsaf49/sonics" style="text-decoration: none;">
|
30 |
+
<img src="https://img.shields.io/badge/HuggingFace-Dataset-orange" alt="Hugging Face Dataset">
|
31 |
+
</a>
|
32 |
+
<a href="https://www.kaggle.com/datasets/awsaf49/sonics-dataset" style="text-decoration: none;">
|
33 |
+
<img src="https://img.shields.io/badge/Kaggle-Dataset-blue?logo=kaggle" alt="Kaggle Dataset">
|
34 |
+
</a>
|
35 |
+
<a href="https://huggingface.co/spaces/awsaf49/sonics-fake-song-detection" style="text-decoration: none;">
|
36 |
+
<img src="https://img.shields.io/badge/HuggingFace-Demo-blue" alt="Hugging Face Demo">
|
37 |
+
</a>
|
38 |
+
</div>
|
39 |
</div>
|
40 |
|
41 |
---
|