autonlp-data-processor commited on
Commit
d2518ae
1 Parent(s): 6f6def9

Processed data from autonlp data processor ([2021-10-18 15:46 ]

Browse files
README.md ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ languages:
3
+ - en
4
+ task_categories:
5
+ - text-classification
6
+
7
+ ---
8
+ # AutoNLP Dataset for project: song-lyrics-demo
9
+
10
+ ## Table of content
11
+ - [Dataset Description](#dataset-description)
12
+ - [Languages](#languages)
13
+ - [Dataset Structure](#dataset-structure)
14
+ - [Data Instances](#data-instances)
15
+ - [Data Fields](#data-fields)
16
+ - [Data Splits](#data-splits)
17
+
18
+ ## Dataset Descritpion
19
+
20
+ This dataset has been automatically processed by AutoNLP for project song-lyrics-demo.
21
+
22
+ ### Languages
23
+
24
+ The BCP-47 code for the dataset's language is en.
25
+
26
+ ## Dataset Structure
27
+
28
+ ### Data Instances
29
+
30
+ A sample from this dataset looks as follows:
31
+
32
+ ```json
33
+ [
34
+ {
35
+ "target": 2,
36
+ "text": "[Intro: Method Man w/ sample] + (Sunny valentine). We got butter (8X). (The gun'll go the gun'll go.... The gun'll go...). [Raekwon]. Aiyo one thing for sure keep you of all. Keep a nice crib fly away keep to the point. Keep niggaz outta ya face who snakes. Keep bitches in they place keep the mac in a special place. Keep moving for papes keep cool keep doing what you doing. Keep it fly keep me in the crates. Cuz I will erase shit on the real note you'se a waste. It's right here for you I will lace you. Rip you and brace you put a nice W up on ya face. Word to mother you could get chased. It's nothing to taste blood on a thug if he gotta go. All I know is we be giving grace. This is a place from where we make tapes. We make 'em everywhere still in all we be making base. Y'all be making paste these little niggaz they be making shapes. Our shit is art yours is traced. [Chorus: Sunny Valentine]. This is the way that we rolling in the streets. You know when we roll we be packing that heat. The gun'll go the gun'll go the gun'll go the gun'll go. The gun'll go the gun'll go the gun'll go the gun'll go. The gun'll go the gun'll go.... [Method Man]. This is Poverty Island man these animals don't run. Slums where the ambulance don't come. Who got the best base? Fiends waiting to smoke some. Approach something ask him where he getting that coke from. My dudes hug blocks like samurai shogun. Cuz no V and no ones equalling no fun. Who want a treat they know huh? Body to go numb. My woman need funds plus her hair and her toes done. It is what it is though you fuck with the kid flow. That make it hard to get dough the harder to get gold. Harder the piff blow harder when it snow. The pinky and the wrist glow this here what we live for. Get gwop then get low but first thought. We gotta get the work off the gift and the curse boss. Yeah see I'm the shit yo the dirt in the fit no. Hustling from the get-go the motto is get more. [Chorus]. [Masta Killa]. We was quiet flashy brothers strapped all along. With the dirty .38 long twelve hour shift gate. Took case state to state you think he won't hold his weight?. Put ya money on the plate and watch it get scrapped. We get ape up in that club off that juice and Henn. And it's a no win situation fucking with them. You mean like Ewing at the front at the rim finger roll a Dutch. Million dollar stages touched techs gauges bust. Trust no one the lone shogun rugged Timb boot stomper. Damaging lyrical mass destruction launcher. Nothing can calm the quakeage when I break kid. Peace to my brothers up north doing state bids. [Chorus]. [Chorus 2: Sunny Valentine]. Whoa... this is the way we be rolling in the club. You know when we roll we be packing .32 snubs. The gun'll go the gun'll go the gun'll go the gun'll go. The gun'll go the gun'll go the gun'll go the gun'll go. The gun'll go the gun'll go the gun'll go the gun'll go. [Outro: sample to fade]. We got butter..."
37
+ },
38
+ {
39
+ "target": 4,
40
+ "text": "[Sean Paul:]. Aye. It's Sean Paul 'long side. The mandem called Jay Sean. Fi di gal dem. Tellin' 'em again what we tell 'em. [Jay Sean:]. Pass me a drink to the left yeah. Said her name was Delilah. And I'm like \"you should come my way\". I already surrender. Damn girl that body's fire. You gon' remember my name. (She should give it up definite). You need it. I need it. We can jump in the deep end. I wanna get lost in your love. I just wanna be close to you. (Just wanna I just wanna). And do all the things you want me to. I just wanna be close to you. (I just wanna I just wanna). And show you the way I feel. You make my love go. You make my love go. You make my love go. In the morning we gon' do it again wake up. I'mma do it like we just broke up and made up. Get up on top of me and work up a sweat work up a sweat. See we can do it any type of way that you want. I'm thinking maybe you're the right kind of wrong. I'm saying baby you won't ever forget my love. You need it. I need it. We can jump in the deep end. I wanna get lost in your love. I just wanna be close to you. (Just wanna I just wanna). And do all the things you want me to. I just wanna be close to you. (I just wanna I just wanna). And show you the way I feel. You make my love go. You make my love go. You make my love go. [Sean Paul:]. Girl mi wan' figure hundred hundred and fifty. Love how you move you know that I'm with it. Perfect size I know that you fit it. Just let me hit it you know mi not quit it. Pon di Dl like Cassie and Diddy. Mi na wound a mi watch we like Sin City. Full time mi run da ting mi tall legend. If you don't come gimme dat would I be offended my girl. Come here down wan' see something me want in life and then waste time. A you a mi pree every day baby full time when ya de pon on mi mind. So mi wine if you give it to me baby girl so we can play. Stick to the ting now I am your king my girl this is what we say. [Jay Sean:]. I just wanna be close to you. (Just wanna I just wanna). And do all the things you want me to. I just wanna be close to you. (I just wanna I just wanna). And show you the way I feel. You make my love go. You make my love go. You make my love go"
41
+ }
42
+ ]
43
+ ```
44
+
45
+ ### Dataset Fields
46
+
47
+ The dataset has the following fields (also called "features"):
48
+
49
+ ```json
50
+ {
51
+ "target": "ClassLabel(num_classes=6, names=['Dance', 'Heavy Metal', 'Hip Hop', 'Indie', 'Pop', 'Rock'], names_file=None, id=None)",
52
+ "text": "Value(dtype='string', id=None)"
53
+ }
54
+ ```
55
+
56
+ ### Dataset Splits
57
+
58
+ This dataset is split into a train and validation split. The split sizes are as follow:
59
+
60
+ | Split name | Num samples |
61
+ | ------------ | ------------------- |
62
+ | train | 48493 |
63
+ | valid | 5389 |
processed/dataset_dict.json ADDED
@@ -0,0 +1 @@
 
1
+ {"splits": ["train", "valid"]}
processed/train/dataset.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:763adb127825aab4d825c99f15aa5d30d15abb9157b7604feaf5aa67f89af2e2
3
+ size 78608520
processed/train/dataset_info.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": null,
3
+ "citation": "",
4
+ "config_name": null,
5
+ "dataset_size": null,
6
+ "description": "AutoNLP generated dataset",
7
+ "download_checksums": null,
8
+ "download_size": null,
9
+ "features": {
10
+ "target": {
11
+ "num_classes": 6,
12
+ "names": [
13
+ "Dance",
14
+ "Heavy Metal",
15
+ "Hip Hop",
16
+ "Indie",
17
+ "Pop",
18
+ "Rock"
19
+ ],
20
+ "names_file": null,
21
+ "id": null,
22
+ "_type": "ClassLabel"
23
+ },
24
+ "text": {
25
+ "dtype": "string",
26
+ "id": null,
27
+ "_type": "Value"
28
+ }
29
+ },
30
+ "homepage": "",
31
+ "license": "",
32
+ "post_processed": null,
33
+ "post_processing_size": null,
34
+ "size_in_bytes": null,
35
+ "splits": {
36
+ "train": {
37
+ "name": "train",
38
+ "num_bytes": 78596272,
39
+ "num_examples": 48493,
40
+ "dataset_name": null
41
+ }
42
+ },
43
+ "supervised_keys": null,
44
+ "task_templates": null,
45
+ "version": null
46
+ }
processed/train/indices.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b44a0c3948728f7fb76e83f92d52695afff0b7264590bb8911ec0f0c5c3c027
3
+ size 395280
processed/train/state.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "465e094706d446e4",
8
+ "_format_columns": [
9
+ "split",
10
+ "target",
11
+ "text"
12
+ ],
13
+ "_format_kwargs": {},
14
+ "_format_type": null,
15
+ "_indexes": {},
16
+ "_indices_data_files": [
17
+ {
18
+ "filename": "indices.arrow"
19
+ }
20
+ ],
21
+ "_output_all_columns": false,
22
+ "_split": null
23
+ }
processed/valid/dataset.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:763adb127825aab4d825c99f15aa5d30d15abb9157b7604feaf5aa67f89af2e2
3
+ size 78608520
processed/valid/dataset_info.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": null,
3
+ "citation": "",
4
+ "config_name": null,
5
+ "dataset_size": null,
6
+ "description": "AutoNLP generated dataset",
7
+ "download_checksums": null,
8
+ "download_size": null,
9
+ "features": {
10
+ "target": {
11
+ "num_classes": 6,
12
+ "names": [
13
+ "Dance",
14
+ "Heavy Metal",
15
+ "Hip Hop",
16
+ "Indie",
17
+ "Pop",
18
+ "Rock"
19
+ ],
20
+ "names_file": null,
21
+ "id": null,
22
+ "_type": "ClassLabel"
23
+ },
24
+ "text": {
25
+ "dtype": "string",
26
+ "id": null,
27
+ "_type": "Value"
28
+ }
29
+ },
30
+ "homepage": "",
31
+ "license": "",
32
+ "post_processed": null,
33
+ "post_processing_size": null,
34
+ "size_in_bytes": null,
35
+ "splits": {
36
+ "valid": {
37
+ "name": "valid",
38
+ "num_bytes": 78596272,
39
+ "num_examples": 5389,
40
+ "dataset_name": null
41
+ }
42
+ },
43
+ "supervised_keys": null,
44
+ "task_templates": null,
45
+ "version": null
46
+ }
processed/valid/indices.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5d863535de8b9d085f6a55842332e4dbd679f49adb1a8dee01e938d895c6bf5
3
+ size 44256
processed/valid/state.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "b7e3cbfa5ed320b0",
8
+ "_format_columns": [
9
+ "split",
10
+ "target",
11
+ "text"
12
+ ],
13
+ "_format_kwargs": {},
14
+ "_format_type": null,
15
+ "_indexes": {},
16
+ "_indices_data_files": [
17
+ {
18
+ "filename": "indices.arrow"
19
+ }
20
+ ],
21
+ "_output_all_columns": false,
22
+ "_split": null
23
+ }