nielsr HF Staff commited on
Commit
a8399eb
·
verified ·
1 Parent(s): bfbaa53

Add task category and link to paper

Browse files

This PR adds the `audio-classification` task category and a link to the paper [SemantiCodec: An Ultra Low Bitrate Semantic Audio Codec for General Sound](https://huggingface.co/papers/2405.00233).

Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -25,9 +25,11 @@ configs:
25
  path: data/train-*
26
  - split: test
27
  path: data/test-*
 
 
28
  ---
29
 
30
- This dataset contains tokenized audio from [lewtun/music_genres](https://huggingface.co/datasets/lewtun/music_genres) using [SemantiCodec](https://arxiv.org/abs/2405.00233) for performing experiments on AR music generation
31
 
32
  The following script is used for tokenization
33
  ```python
 
25
  path: data/train-*
26
  - split: test
27
  path: data/test-*
28
+ task_categories:
29
+ - audio-classification
30
  ---
31
 
32
+ This dataset contains tokenized audio from [lewtun/music_genres](https://huggingface.co/datasets/lewtun/music_genres) using [SemantiCodec](https://huggingface.co/papers/2405.00233) for performing experiments on AR music generation
33
 
34
  The following script is used for tokenization
35
  ```python