Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -11,42 +11,16 @@ model_name: CoNeTTE
|
|
| 11 |
task_categories:
|
| 12 |
- audio-captioning
|
| 13 |
---
|
| 14 |
-
|
| 15 |
-
language: en
|
| 16 |
-
license: mit
|
| 17 |
-
tags:
|
| 18 |
-
- audio
|
| 19 |
-
- captioning
|
| 20 |
-
- text
|
| 21 |
-
- audio-captioning
|
| 22 |
-
- automated-audio-captioning
|
| 23 |
-
model_name: CoNeTTE
|
| 24 |
-
task_categories:
|
| 25 |
-
- audio-captioning
|
| 26 |
-
---
|
| 27 |
-
|
| 28 |
-
<!-- <div align="center"> -->
|
| 29 |
-
|
| 30 |
-
# CoNeTTE model source
|
| 31 |
|
| 32 |
-
|
| 33 |
-
[](https://pytorch.org/get-started/locally/)
|
| 34 |
-
[](https://black.readthedocs.io/en/stable/)
|
| 35 |
-
[](https://github.com/Labbeti/conette-audio-captioning/actions) -->
|
| 36 |
|
| 37 |
-
<!-- <a href="https://www.python.org/"><img alt="Python" src="https://img.shields.io/badge/-Python 3.10+-blue?style=for-the-badge&logo=python&logoColor=white"></a>
|
| 38 |
-
<a href="https://pytorch.org/get-started/locally/"><img alt="PyTorch" src="https://img.shields.io/badge/-PyTorch 1.10.1+-ee4c2c?style=for-the-badge&logo=pytorch&logoColor=white"></a>
|
| 39 |
-
<a href="https://black.readthedocs.io/en/stable/"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-black.svg?style=for-the-badge&labelColor=gray"></a>
|
| 40 |
-
<a href="https://github.com/Labbeti/conette-audio-captioning/actions"><img alt="Build" src="https://img.shields.io/github/actions/workflow/status/Labbeti/conette-audio-captioning/python-package-pip.yaml?branch=main&style=for-the-badge&logo=github"></a> -->
|
| 41 |
-
<!-- <a href='https://aac-metrics.readthedocs.io/en/stable/?badge=stable'>
|
| 42 |
-
<img src='https://readthedocs.org/projects/aac-metrics/badge/?version=stable&style=for-the-badge' alt='Documentation Status' />
|
| 43 |
-
</a> -->
|
| 44 |
|
| 45 |
CoNeTTE is an audio captioning system, which generate a short textual description of the sound events in any audio file.
|
| 46 |
|
| 47 |
-
|
| 48 |
|
| 49 |
-
The architecture and training are explained in the corresponding [paper](https://arxiv.org/pdf/2309.00454.pdf).
|
| 50 |
|
| 51 |
## Installation
|
| 52 |
```bash
|
|
|
|
| 11 |
task_categories:
|
| 12 |
- audio-captioning
|
| 13 |
---
|
| 14 |
+
<div align="center">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
|
| 16 |
+
# CoNeTTE model for Audio Captioning
|
|
|
|
|
|
|
|
|
|
| 17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
|
| 19 |
CoNeTTE is an audio captioning system, which generate a short textual description of the sound events in any audio file.
|
| 20 |
|
| 21 |
+
</div>
|
| 22 |
|
| 23 |
+
The architecture and training are explained in the corresponding [paper](https://arxiv.org/pdf/2309.00454.pdf). The model has been developped by me ([Étienne Labbé](https://labbeti.github.io/)) during my PhD.
|
| 24 |
|
| 25 |
## Installation
|
| 26 |
```bash
|