davidlms commited on
Commit
40c729e
1 Parent(s): f272857

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -114,7 +114,7 @@ A typical instance in the dataset is formatted in JSON and contains the followin
114
  }
115
  ```
116
 
117
- The id field uniquelyidentifies each instance in the dataset, providing a way to reference specific entries. The authors, song_type, year, group, and group_type fields provide context for the lyrics, while the lyrics field itself contains the actual text of the song. The relationships between these fields are implicit in the structure of the dataset, with each instance representing a single song from the Carnaval de Cádiz.
118
 
119
  ### Data Fields
120
 
 
114
  }
115
  ```
116
 
117
+ The `id` field uniquely identifies each instance in the dataset, providing a way to reference specific entries. The `authors`, `song_type`, `year`, `group`, and `group_type` fields provide context for the lyrics, while the `lyrics` field itself contains the actual text of the song. The relationships between these fields are implicit in the structure of the dataset, with each instance representing a single song from the Carnaval de Cádiz.
118
 
119
  ### Data Fields
120