Add task category and link to paper
Browse filesThis 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).
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://
|
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
|