autotrain-data-processor commited on
Commit
ae57e98
1 Parent(s): 65f2c5c

Processed data from AutoTrain data processor ([2023-06-16 14:26 ]

Browse files
README.md CHANGED
@@ -22,26 +22,12 @@ A sample from this dataset looks as follows:
22
  ```json
23
  [
24
  {
25
- "feat_ytid": "XILyHZyyCik",
26
- "feat_start_s": 140,
27
- "feat_end_s": 150,
28
- "feat_audioset_positive_labels": "/m/015lz1,/m/028sqc,/m/04rlf",
29
- "text": "['pop', 'low quality', 'live performance', 'flat male vocal', 'passionate female vocal', 'wide harmonizing vocals', 'punchy kick', 'punchy snare', 'shimmering hi hats', 'groovy bass', 'crowd cheering', 'crowd singing', 'energetic', 'groovy', 'emotional', 'passionate']",
30
- "target": "The low quality recording features a live performance of a pop song that consists of flat male vocal talking, passionate female vocal, alongside harmonizing wide female vocals, singing over punchy kick and snare hits, shimmering hi hats and groovy bass. There are crowd singing and cheering sounds in the background. It sounds groovy, emotional, energetic and passionate.",
31
- "feat_author_id": 4,
32
- "feat_is_balanced_subset": false,
33
- "feat_is_audioset_eval": false
34
  },
35
  {
36
- "feat_ytid": "t9aSL2MwEDM",
37
- "feat_start_s": 30,
38
- "feat_end_s": 40,
39
- "feat_audioset_positive_labels": "/m/015lz1,/m/04rlf,/m/04wptg,/m/05w3f,/m/064t9,/m/06rqw",
40
- "text": "['pop', 'amateur recording', 'e-bass', 'e-guitar', 'acoustic drums', 'synth', 'female voice singing', 'mid range', 'mideum to uptempo']",
41
- "target": "This song contains a female singer singing with a lower voice. An acoustic drum is playing a simple groove with a catchy bassline. An e-guitar is playing the notes along with the bass. A keyboard is emulating an e-guitar sound by playing a little lick. This song may be playing at a live concert.",
42
- "feat_author_id": 6,
43
- "feat_is_balanced_subset": false,
44
- "feat_is_audioset_eval": false
45
  }
46
  ]
47
  ```
@@ -52,15 +38,8 @@ The dataset has the following fields (also called "features"):
52
 
53
  ```json
54
  {
55
- "feat_ytid": "Value(dtype='string', id=None)",
56
- "feat_start_s": "Value(dtype='int64', id=None)",
57
- "feat_end_s": "Value(dtype='int64', id=None)",
58
- "feat_audioset_positive_labels": "Value(dtype='string', id=None)",
59
  "text": "Value(dtype='string', id=None)",
60
- "target": "Value(dtype='string', id=None)",
61
- "feat_author_id": "Value(dtype='int64', id=None)",
62
- "feat_is_balanced_subset": "Value(dtype='bool', id=None)",
63
- "feat_is_audioset_eval": "Value(dtype='bool', id=None)"
64
  }
65
  ```
66
 
@@ -70,5 +49,5 @@ This dataset is split into a train and validation split. The split sizes are as
70
 
71
  | Split name | Num samples |
72
  | ------------ | ------------------- |
73
- | train | 4416 |
74
- | valid | 1105 |
 
22
  ```json
23
  [
24
  {
25
+ "text": "['instrumental', 'medium tempo', 'electric guitar lead', 'ambient', 'steady drumming', 'groovy bass line', 'trumpets', 'melodic', 'pleasant', 'funky', 'groovy', 'soft rock', 'pop rock', 'funk rock', 'youthful', 'atmospheric', 'brass band', 'soul', 'neo soul', 'soothing', 'rhythmic acoustic guitar']",
26
+ "target": "This music is a melodic instrumental. The tempo is medium with a captivating electric guitar lead, rhythmic acoustic guitar, funky bass line, keyboard accompaniment, steady drumming and trumpets. The music is soothing, atmospheric, euphonious, youthful, and soulful. This instrumental is a Soft Rock/Funk pop."
 
 
 
 
 
 
 
27
  },
28
  {
29
+ "text": "['pianomusic/meditation', 'water soundsample', 'acoustic piano', 'reverb']",
30
+ "target": "This song contains a piano-composition with a lot of reverb playing a relaxing melody while running a waterdrippling sample. This song may be playing at home for meditation or sleeping."
 
 
 
 
 
 
 
31
  }
32
  ]
33
  ```
 
38
 
39
  ```json
40
  {
 
 
 
 
41
  "text": "Value(dtype='string', id=None)",
42
+ "target": "Value(dtype='string', id=None)"
 
 
 
43
  }
44
  ```
45
 
 
49
 
50
  | Split name | Num samples |
51
  | ------------ | ------------------- |
52
+ | train | 2159 |
53
+ | valid | 540 |
processed/dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train", "valid"]}
processed/train/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97341d8d4c5081079547ca8ca36f7d03a6d2b8745a288343f289c12bece3838f
3
+ size 1028920
processed/train/dataset_info.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "AutoTrain generated dataset",
4
+ "features": {
5
+ "text": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "target": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ }
13
+ },
14
+ "homepage": "",
15
+ "license": "",
16
+ "splits": {
17
+ "train": {
18
+ "name": "train",
19
+ "num_bytes": 1027832,
20
+ "num_examples": 2159,
21
+ "dataset_name": null
22
+ }
23
+ }
24
+ }
processed/train/state.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "f069687702b8683f",
8
+ "_format_columns": [
9
+ "target",
10
+ "text"
11
+ ],
12
+ "_format_kwargs": {},
13
+ "_format_type": null,
14
+ "_output_all_columns": false,
15
+ "_split": null
16
+ }
processed/valid/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:777f6263155e6814107684088677518f3cf456799e1e2e23c9cb6f3b0f1e79f3
3
+ size 254728
processed/valid/dataset_info.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "AutoTrain generated dataset",
4
+ "features": {
5
+ "text": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "target": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ }
13
+ },
14
+ "homepage": "",
15
+ "license": "",
16
+ "splits": {
17
+ "valid": {
18
+ "name": "valid",
19
+ "num_bytes": 254129,
20
+ "num_examples": 540,
21
+ "dataset_name": null
22
+ }
23
+ }
24
+ }
processed/valid/state.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "84efb11c178761eb",
8
+ "_format_columns": [
9
+ "target",
10
+ "text"
11
+ ],
12
+ "_format_kwargs": {},
13
+ "_format_type": null,
14
+ "_output_all_columns": false,
15
+ "_split": null
16
+ }