autotrain-data-processor commited on
Commit
4cd556e
·
1 Parent(s): a88ad58

Processed data from AutoTrain data processor ([2023-10-28 20:44 ]

Browse files
README.md ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ task_categories:
5
+ - text-classification
6
+
7
+ ---
8
+ # AutoTrain Dataset for project: hstv-cc-help_v01
9
+
10
+ ## Dataset Description
11
+
12
+ This dataset has been automatically processed by AutoTrain for project hstv-cc-help_v01.
13
+
14
+ ### Languages
15
+
16
+ The BCP-47 code for the dataset's language is en.
17
+
18
+ ## Dataset Structure
19
+
20
+ ### Data Instances
21
+
22
+ A sample from this dataset looks as follows:
23
+
24
+ ```json
25
+ [
26
+ {
27
+ "text": "Product Name",
28
+ "feat_\u200b\u200bHuggimalz\u200b Unicorn Soft Plush Toy": null,
29
+ "target": 4,
30
+ "feat_\u00a329.99": null,
31
+ "feat_What products do you offer?": null,
32
+ "feat_We offer a wide range of products including the Power XL Vortex PRO - 4L Digital Air Fryer, Drew&Cole Adoro Pizza Oven, Nutribullet Smart Touch Blender Combo, SmartAir BOOST Radiator Fan, and many more.": null,
33
+ "feat_Ollyball \u2013 The Ultimate Indoor Play Ball": "Nutribullet 600 Series Starter Kit",
34
+ "feat_Now you can play ball in the house - Hit it, kick it, colour it in Ollyball is perfect for full-speed indoors without breaking windows or leaving a nasty bruise The 30cm super lightweight inflatable ball, with special KrunchCOR construction, absorbs the impact from full-speed hits and kicks.": null,
35
+ "feat_SAVE \u00a310": null,
36
+ "feat_As low as \u00a317.99": "\u00a359.99",
37
+ "feat_https://www.highstreettv.com/media/catalog/product/cache/f158af82292ec3d0638e111a17ec7f2d/o/l/ollyball_web_images_cd333_72dpi_02_3.jpg": null,
38
+ "feat_Happy Nappers - Disco Dolphin - Medium (ages 3 to 6)": null,
39
+ "feat_5.0 Stars-Reviews 2 ": null
40
+ },
41
+ {
42
+ "text": "Product Name",
43
+ "feat_\u200b\u200bHuggimalz\u200b Unicorn Soft Plush Toy": "Like New - Nutribullet 1200 Series",
44
+ "target": 1,
45
+ "feat_\u00a329.99": "\u00a3119.99",
46
+ "feat_What products do you offer?": null,
47
+ "feat_We offer a wide range of products including the Power XL Vortex PRO - 4L Digital Air Fryer, Drew&Cole Adoro Pizza Oven, Nutribullet Smart Touch Blender Combo, SmartAir BOOST Radiator Fan, and many more.": null,
48
+ "feat_Ollyball \u2013 The Ultimate Indoor Play Ball": null,
49
+ "feat_Now you can play ball in the house - Hit it, kick it, colour it in Ollyball is perfect for full-speed indoors without breaking windows or leaving a nasty bruise The 30cm super lightweight inflatable ball, with special KrunchCOR construction, absorbs the impact from full-speed hits and kicks.": null,
50
+ "feat_SAVE \u00a310": null,
51
+ "feat_As low as \u00a317.99": null,
52
+ "feat_https://www.highstreettv.com/media/catalog/product/cache/f158af82292ec3d0638e111a17ec7f2d/o/l/ollyball_web_images_cd333_72dpi_02_3.jpg": null,
53
+ "feat_Happy Nappers - Disco Dolphin - Medium (ages 3 to 6)": null,
54
+ "feat_5.0 Stars-Reviews 2 ": null
55
+ }
56
+ ]
57
+ ```
58
+
59
+ ### Dataset Fields
60
+
61
+ The dataset has the following fields (also called "features"):
62
+
63
+ ```json
64
+ {
65
+ "text": "Value(dtype='string', id=None)",
66
+ "feat_\u200b\u200bHuggimalz\u200b Unicorn Soft Plush Toy": "Value(dtype='string', id=None)",
67
+ "target": "ClassLabel(names=[' Stars-Reviews', 'Before Price', 'Description', 'Discount', 'Final Price', 'Product Photo', 'Response:'], id=None)",
68
+ "feat_\u00a329.99": "Value(dtype='string', id=None)",
69
+ "feat_What products do you offer?": "Value(dtype='string', id=None)",
70
+ "feat_We offer a wide range of products including the Power XL Vortex PRO - 4L Digital Air Fryer, Drew&Cole Adoro Pizza Oven, Nutribullet Smart Touch Blender Combo, SmartAir BOOST Radiator Fan, and many more.": "Value(dtype='string', id=None)",
71
+ "feat_Ollyball \u2013 The Ultimate Indoor Play Ball": "Value(dtype='string', id=None)",
72
+ "feat_Now you can play ball in the house - Hit it, kick it, colour it in Ollyball is perfect for full-speed indoors without breaking windows or leaving a nasty bruise The 30cm super lightweight inflatable ball, with special KrunchCOR construction, absorbs the impact from full-speed hits and kicks.": "Value(dtype='string', id=None)",
73
+ "feat_SAVE \u00a310": "Value(dtype='string', id=None)",
74
+ "feat_As low as \u00a317.99": "Value(dtype='string', id=None)",
75
+ "feat_https://www.highstreettv.com/media/catalog/product/cache/f158af82292ec3d0638e111a17ec7f2d/o/l/ollyball_web_images_cd333_72dpi_02_3.jpg": "Value(dtype='string', id=None)",
76
+ "feat_Happy Nappers - Disco Dolphin - Medium (ages 3 to 6)": "Value(dtype='string', id=None)",
77
+ "feat_5.0 Stars-Reviews 2 ": "Value(dtype='string', id=None)"
78
+ }
79
+ ```
80
+
81
+ ### Dataset Splits
82
+
83
+ This dataset is split into a train and validation split. The split sizes are as follow:
84
+
85
+ | Split name | Num samples |
86
+ | ------------ | ------------------- |
87
+ | train | 2786 |
88
+ | valid | 699 |
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:d5e230d07479f0c3bdadf7f2ca287bc2beec5c17e3dd30ecdb02d857a1ec03a2
3
+ size 490256
processed/train/dataset_info.json ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "AutoTrain generated dataset",
4
+ "features": {
5
+ "text": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "feat_\u200b\u200bHuggimalz\u200b Unicorn Soft Plush Toy": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ },
13
+ "target": {
14
+ "names": [
15
+ " Stars-Reviews",
16
+ "Before Price",
17
+ "Description",
18
+ "Discount",
19
+ "Final Price",
20
+ "Product Photo",
21
+ "Response:"
22
+ ],
23
+ "_type": "ClassLabel"
24
+ },
25
+ "feat_\u00a329.99": {
26
+ "dtype": "string",
27
+ "_type": "Value"
28
+ },
29
+ "feat_What products do you offer?": {
30
+ "dtype": "string",
31
+ "_type": "Value"
32
+ },
33
+ "feat_We offer a wide range of products including the Power XL Vortex PRO - 4L Digital Air Fryer, Drew&Cole Adoro Pizza Oven, Nutribullet Smart Touch Blender Combo, SmartAir BOOST Radiator Fan, and many more.": {
34
+ "dtype": "string",
35
+ "_type": "Value"
36
+ },
37
+ "feat_Ollyball \u2013 The Ultimate Indoor Play Ball": {
38
+ "dtype": "string",
39
+ "_type": "Value"
40
+ },
41
+ "feat_Now you can play ball in the house - Hit it, kick it, colour it in Ollyball is perfect for full-speed indoors without breaking windows or leaving a nasty bruise The 30cm super lightweight inflatable ball, with special KrunchCOR construction, absorbs the impact from full-speed hits and kicks.": {
42
+ "dtype": "string",
43
+ "_type": "Value"
44
+ },
45
+ "feat_SAVE \u00a310": {
46
+ "dtype": "string",
47
+ "_type": "Value"
48
+ },
49
+ "feat_As low as \u00a317.99": {
50
+ "dtype": "string",
51
+ "_type": "Value"
52
+ },
53
+ "feat_https://www.highstreettv.com/media/catalog/product/cache/f158af82292ec3d0638e111a17ec7f2d/o/l/ollyball_web_images_cd333_72dpi_02_3.jpg": {
54
+ "dtype": "string",
55
+ "_type": "Value"
56
+ },
57
+ "feat_Happy Nappers - Disco Dolphin - Medium (ages 3 to 6)": {
58
+ "dtype": "string",
59
+ "_type": "Value"
60
+ },
61
+ "feat_5.0 Stars-Reviews 2 ": {
62
+ "dtype": "string",
63
+ "_type": "Value"
64
+ }
65
+ },
66
+ "homepage": "",
67
+ "license": "",
68
+ "splits": {
69
+ "train": {
70
+ "name": "train",
71
+ "num_bytes": 483805,
72
+ "num_examples": 2786,
73
+ "dataset_name": null
74
+ }
75
+ }
76
+ }
processed/train/state.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "a9c1a3a416f5806d",
8
+ "_format_columns": [
9
+ "feat_5.0 Stars-Reviews 2 ",
10
+ "feat_As low as \u00a317.99",
11
+ "feat_Happy Nappers - Disco Dolphin - Medium (ages 3 to 6)",
12
+ "feat_Now you can play ball in the house - Hit it, kick it, colour it in Ollyball is perfect for full-speed indoors without breaking windows or leaving a nasty bruise The 30cm super lightweight inflatable ball, with special KrunchCOR construction, absorbs the impact from full-speed hits and kicks.",
13
+ "feat_Ollyball \u2013 The Ultimate Indoor Play Ball",
14
+ "feat_SAVE \u00a310",
15
+ "feat_We offer a wide range of products including the Power XL Vortex PRO - 4L Digital Air Fryer, Drew&Cole Adoro Pizza Oven, Nutribullet Smart Touch Blender Combo, SmartAir BOOST Radiator Fan, and many more.",
16
+ "feat_What products do you offer?",
17
+ "feat_https://www.highstreettv.com/media/catalog/product/cache/f158af82292ec3d0638e111a17ec7f2d/o/l/ollyball_web_images_cd333_72dpi_02_3.jpg",
18
+ "feat_\u00a329.99",
19
+ "feat_\u200b\u200bHuggimalz\u200b Unicorn Soft Plush Toy",
20
+ "target",
21
+ "text"
22
+ ],
23
+ "_format_kwargs": {},
24
+ "_format_type": null,
25
+ "_output_all_columns": false,
26
+ "_split": null
27
+ }
processed/valid/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d008486af286677929cadd49d3a89aa224b068e7602aa0686b8820e731e4b7ef
3
+ size 123792
processed/valid/dataset_info.json ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "AutoTrain generated dataset",
4
+ "features": {
5
+ "text": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "feat_\u200b\u200bHuggimalz\u200b Unicorn Soft Plush Toy": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ },
13
+ "target": {
14
+ "names": [
15
+ " Stars-Reviews",
16
+ "Before Price",
17
+ "Description",
18
+ "Discount",
19
+ "Final Price",
20
+ "Product Photo",
21
+ "Response:"
22
+ ],
23
+ "_type": "ClassLabel"
24
+ },
25
+ "feat_\u00a329.99": {
26
+ "dtype": "string",
27
+ "_type": "Value"
28
+ },
29
+ "feat_What products do you offer?": {
30
+ "dtype": "string",
31
+ "_type": "Value"
32
+ },
33
+ "feat_We offer a wide range of products including the Power XL Vortex PRO - 4L Digital Air Fryer, Drew&Cole Adoro Pizza Oven, Nutribullet Smart Touch Blender Combo, SmartAir BOOST Radiator Fan, and many more.": {
34
+ "dtype": "string",
35
+ "_type": "Value"
36
+ },
37
+ "feat_Ollyball \u2013 The Ultimate Indoor Play Ball": {
38
+ "dtype": "string",
39
+ "_type": "Value"
40
+ },
41
+ "feat_Now you can play ball in the house - Hit it, kick it, colour it in Ollyball is perfect for full-speed indoors without breaking windows or leaving a nasty bruise The 30cm super lightweight inflatable ball, with special KrunchCOR construction, absorbs the impact from full-speed hits and kicks.": {
42
+ "dtype": "string",
43
+ "_type": "Value"
44
+ },
45
+ "feat_SAVE \u00a310": {
46
+ "dtype": "string",
47
+ "_type": "Value"
48
+ },
49
+ "feat_As low as \u00a317.99": {
50
+ "dtype": "string",
51
+ "_type": "Value"
52
+ },
53
+ "feat_https://www.highstreettv.com/media/catalog/product/cache/f158af82292ec3d0638e111a17ec7f2d/o/l/ollyball_web_images_cd333_72dpi_02_3.jpg": {
54
+ "dtype": "string",
55
+ "_type": "Value"
56
+ },
57
+ "feat_Happy Nappers - Disco Dolphin - Medium (ages 3 to 6)": {
58
+ "dtype": "string",
59
+ "_type": "Value"
60
+ },
61
+ "feat_5.0 Stars-Reviews 2 ": {
62
+ "dtype": "string",
63
+ "_type": "Value"
64
+ }
65
+ },
66
+ "homepage": "",
67
+ "license": "",
68
+ "splits": {
69
+ "valid": {
70
+ "name": "valid",
71
+ "num_bytes": 119594,
72
+ "num_examples": 699,
73
+ "dataset_name": null
74
+ }
75
+ }
76
+ }
processed/valid/state.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "963f2a5013ff9474",
8
+ "_format_columns": [
9
+ "feat_5.0 Stars-Reviews 2 ",
10
+ "feat_As low as \u00a317.99",
11
+ "feat_Happy Nappers - Disco Dolphin - Medium (ages 3 to 6)",
12
+ "feat_Now you can play ball in the house - Hit it, kick it, colour it in Ollyball is perfect for full-speed indoors without breaking windows or leaving a nasty bruise The 30cm super lightweight inflatable ball, with special KrunchCOR construction, absorbs the impact from full-speed hits and kicks.",
13
+ "feat_Ollyball \u2013 The Ultimate Indoor Play Ball",
14
+ "feat_SAVE \u00a310",
15
+ "feat_We offer a wide range of products including the Power XL Vortex PRO - 4L Digital Air Fryer, Drew&Cole Adoro Pizza Oven, Nutribullet Smart Touch Blender Combo, SmartAir BOOST Radiator Fan, and many more.",
16
+ "feat_What products do you offer?",
17
+ "feat_https://www.highstreettv.com/media/catalog/product/cache/f158af82292ec3d0638e111a17ec7f2d/o/l/ollyball_web_images_cd333_72dpi_02_3.jpg",
18
+ "feat_\u00a329.99",
19
+ "feat_\u200b\u200bHuggimalz\u200b Unicorn Soft Plush Toy",
20
+ "target",
21
+ "text"
22
+ ],
23
+ "_format_kwargs": {},
24
+ "_format_type": null,
25
+ "_output_all_columns": false,
26
+ "_split": null
27
+ }