Datasets:
admin
commited on
Commit
·
ca59684
1
Parent(s):
ae9be3e
upd ignore
Browse files- .gitignore +1 -0
- README.md +9 -9
.gitignore
CHANGED
@@ -1 +1,2 @@
|
|
1 |
rename.sh
|
|
|
|
1 |
rename.sh
|
2 |
+
test.*
|
README.md
CHANGED
@@ -124,12 +124,6 @@ Audio classification
|
|
124 |
### Languages
|
125 |
Multilingual
|
126 |
|
127 |
-
## Maintenance
|
128 |
-
```bash
|
129 |
-
git clone [email protected]:datasets/ccmusic-database/music_genre
|
130 |
-
cd music_genre
|
131 |
-
```
|
132 |
-
|
133 |
## Usage
|
134 |
### Default Subset
|
135 |
```python
|
@@ -161,6 +155,15 @@ for item in ds["test"]:
|
|
161 |
print(item)
|
162 |
```
|
163 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
164 |
## Dataset Creation
|
165 |
### Curation Rationale
|
166 |
Promoting the development of AI in the music industry
|
@@ -192,9 +195,6 @@ Most are English songs
|
|
192 |
### Other Known Limitations
|
193 |
Samples are not balanced enough
|
194 |
|
195 |
-
## Mirror
|
196 |
-
<https://www.modelscope.cn/datasets/ccmusic-database/music_genre>
|
197 |
-
|
198 |
## Additional Information
|
199 |
### Dataset Curators
|
200 |
Zijin Li
|
|
|
124 |
### Languages
|
125 |
Multilingual
|
126 |
|
|
|
|
|
|
|
|
|
|
|
|
|
127 |
## Usage
|
128 |
### Default Subset
|
129 |
```python
|
|
|
155 |
print(item)
|
156 |
```
|
157 |
|
158 |
+
## Maintenance
|
159 |
+
```bash
|
160 |
+
git clone [email protected]:datasets/ccmusic-database/music_genre
|
161 |
+
cd music_genre
|
162 |
+
```
|
163 |
+
|
164 |
+
## Mirror
|
165 |
+
<https://www.modelscope.cn/datasets/ccmusic-database/music_genre>
|
166 |
+
|
167 |
## Dataset Creation
|
168 |
### Curation Rationale
|
169 |
Promoting the development of AI in the music industry
|
|
|
195 |
### Other Known Limitations
|
196 |
Samples are not balanced enough
|
197 |
|
|
|
|
|
|
|
198 |
## Additional Information
|
199 |
### Dataset Curators
|
200 |
Zijin Li
|