Labbeti commited on
Commit
13632cf
1 Parent(s): 42d9ba8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -12,7 +12,7 @@ task_categories:
12
  - audio-captioning
13
  ---
14
 
15
- <div align="center">
16
 
17
  # CoNeTTE model source
18
 
@@ -31,9 +31,9 @@ task_categories:
31
 
32
  CoNeTTE is an audio captioning system, which generate a short textual description of the sound events in any audio file.
33
 
34
- </div>
35
 
36
- CoNeTTE has been developped by me ([Étienne Labbé](https://labbeti.github.io/)) during my PhD. CoNeTTE stands for ConvNeXt-Transformer model with Task Embedding, and the architecture and training is explained in the corresponding [paper](https://arxiv.org/pdf/2309.00454.pdf).
37
 
38
  ## Installation
39
  ```bash
 
12
  - audio-captioning
13
  ---
14
 
15
+ <!-- <div align="center"> -->
16
 
17
  # CoNeTTE model source
18
 
 
31
 
32
  CoNeTTE is an audio captioning system, which generate a short textual description of the sound events in any audio file.
33
 
34
+ <!-- </div> -->
35
 
36
+ CoNeTTE stands for ConvNeXt-Transformer model with Task Embedding, and the architecture and training is explained in the corresponding [paper](https://arxiv.org/pdf/2309.00454.pdf). CoNeTTE has been developped by me ([Étienne Labbé](https://labbeti.github.io/)) during my PhD.
37
 
38
  ## Installation
39
  ```bash