Noename commited on
Commit
3bbf813
·
verified ·
1 Parent(s): 1596b50

Update dataset_info.json

Browse files
Files changed (1) hide show
  1. 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
- "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": "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",