Update README.md
Browse files
README.md
CHANGED
@@ -32,7 +32,42 @@ This dataset card aims to be a base template for new datasets. It has been gener
|
|
32 |
|
33 |
### Data Fields
|
34 |
|
35 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
|
37 |
### Data Splits
|
38 |
|
|
|
32 |
|
33 |
### Data Fields
|
34 |
|
35 |
+
`id`
|
36 |
+
|
37 |
+
Unique identifier for each song in the dataset.
|
38 |
+
|
39 |
+
`authors`
|
40 |
+
|
41 |
+
List of authors who have written the song.
|
42 |
+
|
43 |
+
`song_type`
|
44 |
+
|
45 |
+
Type of song represented as an integer. The song types are:
|
46 |
+
|
47 |
+
1: Pasodoble
|
48 |
+
2: Cuplé
|
49 |
+
3: Popurrí
|
50 |
+
|
51 |
+
`year`
|
52 |
+
|
53 |
+
Year the song was written or performed.
|
54 |
+
|
55 |
+
`group`
|
56 |
+
|
57 |
+
Name of the group that performed the song.
|
58 |
+
|
59 |
+
`group_type`
|
60 |
+
|
61 |
+
Type of group represented as an integer. The group types are:
|
62 |
+
|
63 |
+
1: Coro
|
64 |
+
2: Comparsa
|
65 |
+
3: Chirigota
|
66 |
+
4: Cuarteto
|
67 |
+
|
68 |
+
`lyrics`
|
69 |
+
|
70 |
+
List of verses that make up the lyrics of the song.
|
71 |
|
72 |
### Data Splits
|
73 |
|