Labbeti commited on
Commit
42d9ba8
1 Parent(s): 86a524c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +9 -5
README.md CHANGED
@@ -16,10 +16,15 @@ task_categories:
16
 
17
  # CoNeTTE model source
18
 
19
- <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><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><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>
20
- <a href="https://github.com/Labbeti/conette-audio-captioning/actions">
21
- <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">
22
- </a>
 
 
 
 
 
23
  <!-- <a href='https://aac-metrics.readthedocs.io/en/stable/?badge=stable'>
24
  <img src='https://readthedocs.org/projects/aac-metrics/badge/?version=stable&style=for-the-badge' alt='Documentation Status' />
25
  </a> -->
@@ -33,7 +38,6 @@ CoNeTTE has been developped by me ([Étienne Labbé](https://labbeti.github.io/)
33
  ## Installation
34
  ```bash
35
  python -m pip install conette
36
- python -m spacy download en_core_web_sm
37
  ```
38
 
39
  ## Usage with python
 
16
 
17
  # CoNeTTE model source
18
 
19
+ [![](<https://img.shields.io/badge/-Python 3.10+-blue?style=for-the-badge&logo=python&logoColor=white>)](https://www.python.org/)
20
+ [![](<https://img.shields.io/badge/-PyTorch 1.10.1+-ee4c2c?style=for-the-badge&logo=pytorch&logoColor=white>)](https://pytorch.org/get-started/locally/)
21
+ [![](https://img.shields.io/badge/code%20style-black-black.svg?style=for-the-badge&labelColor=gray)](https://black.readthedocs.io/en/stable/)
22
+ [![](https://img.shields.io/github/actions/workflow/status/Labbeti/conette-audio-captioning/python-package-pip.yaml?branch=main&style=for-the-badge&logo=github)](https://github.com/Labbeti/conette-audio-captioning/actions)
23
+
24
+ <!-- <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>
25
+ <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>
26
+ <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>
27
+ <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> -->
28
  <!-- <a href='https://aac-metrics.readthedocs.io/en/stable/?badge=stable'>
29
  <img src='https://readthedocs.org/projects/aac-metrics/badge/?version=stable&style=for-the-badge' alt='Documentation Status' />
30
  </a> -->
 
38
  ## Installation
39
  ```bash
40
  python -m pip install conette
 
41
  ```
42
 
43
  ## Usage with python