File size: 580 Bytes
5c940ee
 
 
da82538
 
 
 
 
 
 
 
5c940ee
 
8fcc382
5c940ee
8fcc382
5c940ee
f0d7494
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
language: en
license: mit
tags:
- audio
- captioning
- text
- audio-captioning
- automated-audio-captioning
task_categories:
- audio-captioning
---

# CoNeTTE (ConvNext-Transformer with Task Embedding) for Automated Audio Captioning

This model generate a short textual description of any audio file.

```bash
pip install conette
```

```py
from conette import CoNeTTEConfig, CoNeTTEModel

config = CoNeTTEConfig.from_pretrained("Labbeti/conette")
model = CoNeTTEModel.from_pretrained("Labbeti/conette", config=config)
```

It was created by [@Labbeti](https://hf.co/Labbeti).