Update dataset_info.json
Browse files- dataset_info.json +13 -2
dataset_info.json
CHANGED
|
@@ -23,17 +23,28 @@
|
|
| 23 |
"contentUrl": "https://huggingface.co/datasets/Noename/MAVL/raw/main/mavl_dataset.json"
|
| 24 |
}
|
| 25 |
],
|
| 26 |
-
|
| 27 |
{
|
| 28 |
"@type": "RecordSet",
|
| 29 |
"name": "lyrics_data",
|
| 30 |
"description": "Lyrics data for animated songs across multiple languages.",
|
| 31 |
"source": {
|
| 32 |
"extract": {
|
| 33 |
-
"jsonPath": "$"
|
| 34 |
}
|
| 35 |
},
|
| 36 |
"field": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
{
|
| 38 |
"@type": "Field",
|
| 39 |
"name": "youtube_url_us",
|
|
|
|
| 23 |
"contentUrl": "https://huggingface.co/datasets/Noename/MAVL/raw/main/mavl_dataset.json"
|
| 24 |
}
|
| 25 |
],
|
| 26 |
+
"recordSet": [
|
| 27 |
{
|
| 28 |
"@type": "RecordSet",
|
| 29 |
"name": "lyrics_data",
|
| 30 |
"description": "Lyrics data for animated songs across multiple languages.",
|
| 31 |
"source": {
|
| 32 |
"extract": {
|
| 33 |
+
"jsonPath": "$[*]"
|
| 34 |
}
|
| 35 |
},
|
| 36 |
"field": [
|
| 37 |
+
{
|
| 38 |
+
"@type": "Field",
|
| 39 |
+
"name": "song_title",
|
| 40 |
+
"description": "Title of the song",
|
| 41 |
+
"dataType": "Text",
|
| 42 |
+
"source": {
|
| 43 |
+
"extract": {
|
| 44 |
+
"jsonPath": "$.song_title"
|
| 45 |
+
}
|
| 46 |
+
}
|
| 47 |
+
},
|
| 48 |
{
|
| 49 |
"@type": "Field",
|
| 50 |
"name": "youtube_url_us",
|