Add task category and link to paper
#2
by
nielsr
HF Staff
- opened
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
|