nsthorat-lilac commited on
Commit
e753143
1 Parent(s): b71cd84

Upload folder using huggingface_hub

Browse files
data/datasets/local/spotify/data-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32224657332b09187a737c73ab634f9d14c9ba9a240bd105f1b9819cde2afcef
3
+ size 37128682
data/datasets/local/spotify/manifest.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "files": [
3
+ "data-00000-of-00001.parquet"
4
+ ],
5
+ "data_schema": {
6
+ "fields": {
7
+ "artist": {
8
+ "dtype": "string"
9
+ },
10
+ "song": {
11
+ "dtype": "string"
12
+ },
13
+ "link": {
14
+ "dtype": "string"
15
+ },
16
+ "text": {
17
+ "dtype": "string"
18
+ },
19
+ "__line_number__": {
20
+ "dtype": "int64"
21
+ },
22
+ "__rowid__": {
23
+ "dtype": "string"
24
+ }
25
+ }
26
+ }
27
+ }