chavinlo commited on
Commit
a72cd0e
1 Parent(s): caf022a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +63 -9
README.md CHANGED
@@ -1,11 +1,65 @@
1
  ---
2
- extra_gated_heading: "Access Aproval Request Form"
3
- extra_gated_button_content: "Acknowledge license"
4
- extra_gated_prompt: "Public access restricted due to possible copyright issues. Fill the form below."
 
5
  extra_gated_fields:
6
- Reason for access: text
7
- Organization (Optional): text
8
- Country: text
9
- I agree to use this dataset for non-commercial use ONLY: checkbox
10
- I agree to use not share or redistribute this dataset: checkbox
11
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ extra_gated_heading: Access Aproval Request Form
3
+ extra_gated_button_content: Acknowledge license
4
+ extra_gated_prompt: Public access restricted due to possible copyright issues. Fill
5
+ the form below.
6
  extra_gated_fields:
7
+ Reason for access: text
8
+ Organization (Optional): text
9
+ Country: text
10
+ I agree to use this dataset for non-commercial use ONLY: checkbox
11
+ I agree to use not share or redistribute this dataset: checkbox
12
+ dataset_info:
13
+ features:
14
+ - name: id
15
+ dtype: int64
16
+ - name: title
17
+ dtype: string
18
+ - name: added
19
+ dtype: int64
20
+ - name: creatives
21
+ dtype: string
22
+ - name: length
23
+ dtype: int64
24
+ - name: bpm
25
+ dtype: int64
26
+ - name: isSfx
27
+ dtype: int64
28
+ - name: hasVocals
29
+ dtype: int64
30
+ - name: hidden
31
+ dtype: int64
32
+ - name: publicSlug
33
+ dtype: string
34
+ - name: genres
35
+ dtype: string
36
+ - name: moods
37
+ dtype: string
38
+ - name: energyLevel
39
+ dtype: string
40
+ - name: stems
41
+ dtype: string
42
+ - name: metadataTags
43
+ dtype: string
44
+ - name: isExplicit
45
+ dtype: int64
46
+ - name: isCommercialRelease
47
+ dtype: int64
48
+ - name: imageUrl
49
+ dtype: string
50
+ - name: coverArt
51
+ dtype: string
52
+ - name: releaseDate
53
+ dtype: string
54
+ - name: lyrics
55
+ dtype: string
56
+ splits:
57
+ - name: train
58
+ num_bytes: 203156125.92
59
+ num_examples: 133650
60
+ - name: test
61
+ num_bytes: 2052082.08
62
+ num_examples: 1350
63
+ download_size: 32133629
64
+ dataset_size: 205208208.0
65
+ ---