fpaissan commited on
Commit
d498b46
1 Parent(s): fc76201

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -9
README.md CHANGED
@@ -7,12 +7,12 @@ tags:
7
  - zero-shot classification
8
  ---
9
 
10
- # tinyCLAP: Distilling Contrastive Language-Audio Pretrained models
11
 
12
- [![arXiv](https://img.shields.io/badge/arXiv-1234.56789-b31b1b.svg)](https://arxiv.org/abs/2311.14517)
13
 
14
- This repository contains the official implementation of [tinyCLAP](https://arxiv.org/abs/2311.14517).
15
- To access the project website, using [this link](https://francescopaissan.it/tinyclapweb/).
16
 
17
  ![tinyCLAP overview](https://francescopaissan.it/tinyclapweb/assets/overview.png)
18
 
@@ -92,10 +92,13 @@ The original paper's checkpoints are available through [this link](https://www.d
92
  ## Citing tinyCLAP
93
 
94
  ```
95
- @inproceedings{paissan2024tinyclap,
96
- title={tinyCLAP: Distilling Constrastive Language-Audio Pretrained Models},
97
- author={Paissan, Francesco and Farella, Elisabetta},
98
- journal={Interspeech 2024},
99
- year={2024}
 
 
 
100
  }
101
  ```
 
7
  - zero-shot classification
8
  ---
9
 
10
+ [![arXiv](https://img.shields.io/badge/10.21437%2FInterspeech.2024-red?label=paper-pdf)](https://www.isca-archive.org/interspeech_2024/paissan24_interspeech.pdf)
11
 
12
+ # tinyCLAP: Distilling Contrastive Language-Audio Pretrained models
13
 
14
+ This repository contains the official implementation of [tinyCLAP](https://www.isca-archive.org/interspeech_2024/paissan24_interspeech.html).
15
+ To access the project website, use [this link](https://francescopaissan.it/tinyclapweb/).
16
 
17
  ![tinyCLAP overview](https://francescopaissan.it/tinyclapweb/assets/overview.png)
18
 
 
92
  ## Citing tinyCLAP
93
 
94
  ```
95
+ @inproceedings{paissan24_interspeech,
96
+ title = {tinyCLAP: Distilling Constrastive Language-Audio Pretrained Models},
97
+ author = {Francesco Paissan and Elisabetta Farella},
98
+ year = {2024},
99
+ booktitle = {Interspeech 2024},
100
+ pages = {1685--1689},
101
+ doi = {10.21437/Interspeech.2024-193},
102
+ issn = {2958-1796},
103
  }
104
  ```