Commit
•
84f6b58
0
Parent(s):
Update files from the datasets library (from 1.1.3)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.1.3
- .gitattributes +27 -0
- amazon_us_reviews.py +181 -0
- dataset_infos.json +0 -0
- dummy/Apparel_v1_00/0.1.0/dummy_data.zip +3 -0
- dummy/Automotive_v1_00/0.1.0/dummy_data.zip +3 -0
- dummy/Baby_v1_00/0.1.0/dummy_data.zip +3 -0
- dummy/Beauty_v1_00/0.1.0/dummy_data.zip +3 -0
- dummy/Books_v1_00/0.1.0/dummy_data.zip +3 -0
- dummy/Books_v1_01/0.1.0/dummy_data.zip +3 -0
- dummy/Books_v1_02/0.1.0/dummy_data.zip +3 -0
- dummy/Camera_v1_00/0.1.0/dummy_data.zip +3 -0
- dummy/Digital_Ebook_Purchase_v1_00/0.1.0/dummy_data.zip +3 -0
- dummy/Digital_Ebook_Purchase_v1_01/0.1.0/dummy_data.zip +3 -0
- dummy/Digital_Music_Purchase_v1_00/0.1.0/dummy_data.zip +3 -0
- dummy/Digital_Software_v1_00/0.1.0/dummy_data.zip +3 -0
- dummy/Digital_Video_Download_v1_00/0.1.0/dummy_data.zip +3 -0
- dummy/Digital_Video_Games_v1_00/0.1.0/dummy_data.zip +3 -0
- dummy/Electronics_v1_00/0.1.0/dummy_data.zip +3 -0
- dummy/Furniture_v1_00/0.1.0/dummy_data.zip +3 -0
- dummy/Gift_Card_v1_00/0.1.0/dummy_data.zip +3 -0
- dummy/Grocery_v1_00/0.1.0/dummy_data.zip +3 -0
- dummy/Health_Personal_Care_v1_00/0.1.0/dummy_data.zip +3 -0
- dummy/Home_Entertainment_v1_00/0.1.0/dummy_data.zip +3 -0
- dummy/Home_Improvement_v1_00/0.1.0/dummy_data.zip +3 -0
- dummy/Home_v1_00/0.1.0/dummy_data.zip +3 -0
- dummy/Jewelry_v1_00/0.1.0/dummy_data.zip +3 -0
- dummy/Kitchen_v1_00/0.1.0/dummy_data.zip +3 -0
- dummy/Lawn_and_Garden_v1_00/0.1.0/dummy_data.zip +3 -0
- dummy/Luggage_v1_00/0.1.0/dummy_data.zip +3 -0
- dummy/Major_Appliances_v1_00/0.1.0/dummy_data.zip +3 -0
- dummy/Mobile_Apps_v1_00/0.1.0/dummy_data.zip +3 -0
- dummy/Mobile_Electronics_v1_00/0.1.0/dummy_data.zip +3 -0
- dummy/Music_v1_00/0.1.0/dummy_data.zip +3 -0
- dummy/Musical_Instruments_v1_00/0.1.0/dummy_data.zip +3 -0
- dummy/Office_Products_v1_00/0.1.0/dummy_data.zip +3 -0
- dummy/Outdoors_v1_00/0.1.0/dummy_data.zip +3 -0
- dummy/PC_v1_00/0.1.0/dummy_data.zip +3 -0
- dummy/Personal_Care_Appliances_v1_00/0.1.0/dummy_data.zip +3 -0
- dummy/Pet_Products_v1_00/0.1.0/dummy_data.zip +3 -0
- dummy/Shoes_v1_00/0.1.0/dummy_data.zip +3 -0
- dummy/Software_v1_00/0.1.0/dummy_data.zip +3 -0
- dummy/Sports_v1_00/0.1.0/dummy_data.zip +3 -0
- dummy/Tools_v1_00/0.1.0/dummy_data.zip +3 -0
- dummy/Toys_v1_00/0.1.0/dummy_data.zip +3 -0
- dummy/Video_DVD_v1_00/0.1.0/dummy_data.zip +3 -0
- dummy/Video_Games_v1_00/0.1.0/dummy_data.zip +3 -0
- dummy/Video_v1_00/0.1.0/dummy_data.zip +3 -0
- dummy/Watches_v1_00/0.1.0/dummy_data.zip +3 -0
- dummy/Wireless_v1_00/0.1.0/dummy_data.zip +3 -0
.gitattributes
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
4 |
+
*.bin.* filter=lfs diff=lfs merge=lfs -text
|
5 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
11 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
12 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
13 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
14 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
15 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
16 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
17 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
18 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
19 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
20 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
21 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
22 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
23 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
24 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
25 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
26 |
+
*.zstandard filter=lfs diff=lfs merge=lfs -text
|
27 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
amazon_us_reviews.py
ADDED
@@ -0,0 +1,181 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# coding=utf-8
|
2 |
+
# Copyright 2020 The TensorFlow Datasets Authors and the HuggingFace Datasets Authors.
|
3 |
+
#
|
4 |
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
5 |
+
# you may not use this file except in compliance with the License.
|
6 |
+
# You may obtain a copy of the License at
|
7 |
+
#
|
8 |
+
# http://www.apache.org/licenses/LICENSE-2.0
|
9 |
+
#
|
10 |
+
# Unless required by applicable law or agreed to in writing, software
|
11 |
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
12 |
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13 |
+
# See the License for the specific language governing permissions and
|
14 |
+
# limitations under the License.
|
15 |
+
|
16 |
+
"""Amazon Customer Reviews Dataset --- US REVIEWS DATASET."""
|
17 |
+
|
18 |
+
from __future__ import absolute_import, division, print_function
|
19 |
+
|
20 |
+
import csv
|
21 |
+
|
22 |
+
import datasets
|
23 |
+
|
24 |
+
|
25 |
+
_CITATION = """\
|
26 |
+
"""
|
27 |
+
|
28 |
+
_DESCRIPTION = """\
|
29 |
+
Amazon Customer Reviews (a.k.a. Product Reviews) is one of Amazons iconic products. In a period of over two decades since the first review in 1995, millions of Amazon customers have contributed over a hundred million reviews to express opinions and describe their experiences regarding products on the Amazon.com website. This makes Amazon Customer Reviews a rich source of information for academic researchers in the fields of Natural Language Processing (NLP), Information Retrieval (IR), and Machine Learning (ML), amongst others. Accordingly, we are releasing this data to further research in multiple disciplines related to understanding customer product experiences. Specifically, this dataset was constructed to represent a sample of customer evaluations and opinions, variation in the perception of a product across geographical regions, and promotional intent or bias in reviews.
|
30 |
+
|
31 |
+
Over 130+ million customer reviews are available to researchers as part of this release. The data is available in TSV files in the amazon-reviews-pds S3 bucket in AWS US East Region. Each line in the data files corresponds to an individual review (tab delimited, with no quote and escape characters).
|
32 |
+
|
33 |
+
Each Dataset contains the following columns:
|
34 |
+
|
35 |
+
- marketplace: 2 letter country code of the marketplace where the review was written.
|
36 |
+
- customer_id: Random identifier that can be used to aggregate reviews written by a single author.
|
37 |
+
- review_id: The unique ID of the review.
|
38 |
+
- product_id: The unique Product ID the review pertains to. In the multilingual dataset the reviews for the same product in different countries can be grouped by the same product_id.
|
39 |
+
- product_parent: Random identifier that can be used to aggregate reviews for the same product.
|
40 |
+
- product_title: Title of the product.
|
41 |
+
- product_category: Broad product category that can be used to group reviews (also used to group the dataset into coherent parts).
|
42 |
+
- star_rating: The 1-5 star rating of the review.
|
43 |
+
- helpful_votes: Number of helpful votes.
|
44 |
+
- total_votes: Number of total votes the review received.
|
45 |
+
- vine: Review was written as part of the Vine program.
|
46 |
+
- verified_purchase: The review is on a verified purchase.
|
47 |
+
- review_headline: The title of the review.
|
48 |
+
- review_body: The review text.
|
49 |
+
- review_date: The date the review was written.
|
50 |
+
"""
|
51 |
+
|
52 |
+
_DATA_OPTIONS = [
|
53 |
+
"Wireless_v1_00",
|
54 |
+
"Watches_v1_00",
|
55 |
+
"Video_Games_v1_00",
|
56 |
+
"Video_DVD_v1_00",
|
57 |
+
"Video_v1_00",
|
58 |
+
"Toys_v1_00",
|
59 |
+
"Tools_v1_00",
|
60 |
+
"Sports_v1_00",
|
61 |
+
"Software_v1_00",
|
62 |
+
"Shoes_v1_00",
|
63 |
+
"Pet_Products_v1_00",
|
64 |
+
"Personal_Care_Appliances_v1_00",
|
65 |
+
"PC_v1_00",
|
66 |
+
"Outdoors_v1_00",
|
67 |
+
"Office_Products_v1_00",
|
68 |
+
"Musical_Instruments_v1_00",
|
69 |
+
"Music_v1_00",
|
70 |
+
"Mobile_Electronics_v1_00",
|
71 |
+
"Mobile_Apps_v1_00",
|
72 |
+
"Major_Appliances_v1_00",
|
73 |
+
"Luggage_v1_00",
|
74 |
+
"Lawn_and_Garden_v1_00",
|
75 |
+
"Kitchen_v1_00",
|
76 |
+
"Jewelry_v1_00",
|
77 |
+
"Home_Improvement_v1_00",
|
78 |
+
"Home_Entertainment_v1_00",
|
79 |
+
"Home_v1_00",
|
80 |
+
"Health_Personal_Care_v1_00",
|
81 |
+
"Grocery_v1_00",
|
82 |
+
"Gift_Card_v1_00",
|
83 |
+
"Furniture_v1_00",
|
84 |
+
"Electronics_v1_00",
|
85 |
+
"Digital_Video_Games_v1_00",
|
86 |
+
"Digital_Video_Download_v1_00",
|
87 |
+
"Digital_Software_v1_00",
|
88 |
+
"Digital_Music_Purchase_v1_00",
|
89 |
+
"Digital_Ebook_Purchase_v1_00",
|
90 |
+
"Camera_v1_00",
|
91 |
+
"Books_v1_00",
|
92 |
+
"Beauty_v1_00",
|
93 |
+
"Baby_v1_00",
|
94 |
+
"Automotive_v1_00",
|
95 |
+
"Apparel_v1_00",
|
96 |
+
"Digital_Ebook_Purchase_v1_01",
|
97 |
+
"Books_v1_01",
|
98 |
+
"Books_v1_02",
|
99 |
+
]
|
100 |
+
|
101 |
+
_DL_URLS = {
|
102 |
+
name: "https://s3.amazonaws.com/amazon-reviews-pds/tsv/amazon_reviews_us_" + name + ".tsv.gz"
|
103 |
+
for name in _DATA_OPTIONS
|
104 |
+
}
|
105 |
+
|
106 |
+
|
107 |
+
class AmazonUSReviewsConfig(datasets.BuilderConfig):
|
108 |
+
"""BuilderConfig for AmazonUSReviews."""
|
109 |
+
|
110 |
+
def __init__(self, **kwargs):
|
111 |
+
"""Constructs a AmazonUSReviewsConfig.
|
112 |
+
Args:
|
113 |
+
**kwargs: keyword arguments forwarded to super.
|
114 |
+
"""
|
115 |
+
super(AmazonUSReviewsConfig, self).__init__(version=datasets.Version("0.1.0", ""), **kwargs),
|
116 |
+
|
117 |
+
|
118 |
+
class AmazonUSReviews(datasets.GeneratorBasedBuilder):
|
119 |
+
"""AmazonUSReviews dataset."""
|
120 |
+
|
121 |
+
BUILDER_CONFIGS = [
|
122 |
+
AmazonUSReviewsConfig( # pylint: disable=g-complex-comprehension
|
123 |
+
name=config_name,
|
124 |
+
description=(
|
125 |
+
f"A dataset consisting of reviews of Amazon {config_name} products in US marketplace. Each product "
|
126 |
+
"has its own version as specified with it."
|
127 |
+
),
|
128 |
+
)
|
129 |
+
for config_name in _DATA_OPTIONS
|
130 |
+
]
|
131 |
+
|
132 |
+
def _info(self):
|
133 |
+
return datasets.DatasetInfo(
|
134 |
+
description=_DESCRIPTION,
|
135 |
+
features=datasets.Features(
|
136 |
+
{
|
137 |
+
"marketplace": datasets.Value("string"),
|
138 |
+
"customer_id": datasets.Value("string"),
|
139 |
+
"review_id": datasets.Value("string"),
|
140 |
+
"product_id": datasets.Value("string"),
|
141 |
+
"product_parent": datasets.Value("string"),
|
142 |
+
"product_title": datasets.Value("string"),
|
143 |
+
"product_category": datasets.Value("string"),
|
144 |
+
"star_rating": datasets.Value("int32"),
|
145 |
+
"helpful_votes": datasets.Value("int32"),
|
146 |
+
"total_votes": datasets.Value("int32"),
|
147 |
+
"vine": datasets.features.ClassLabel(names=["N", "Y"]),
|
148 |
+
"verified_purchase": datasets.features.ClassLabel(names=["N", "Y"]),
|
149 |
+
"review_headline": datasets.Value("string"),
|
150 |
+
"review_body": datasets.Value("string"),
|
151 |
+
"review_date": datasets.Value("string"),
|
152 |
+
}
|
153 |
+
),
|
154 |
+
supervised_keys=None,
|
155 |
+
homepage="https://s3.amazonaws.com/amazon-reviews-pds/readme.html",
|
156 |
+
citation=_CITATION,
|
157 |
+
)
|
158 |
+
|
159 |
+
def _split_generators(self, dl_manager):
|
160 |
+
url = _DL_URLS[self.config.name]
|
161 |
+
path = dl_manager.download_and_extract(url)
|
162 |
+
|
163 |
+
# There is no predefined train/val/test split for this dataset.
|
164 |
+
return [
|
165 |
+
datasets.SplitGenerator(name=datasets.Split.TRAIN, gen_kwargs={"file_path": path}),
|
166 |
+
]
|
167 |
+
|
168 |
+
def _generate_examples(self, file_path):
|
169 |
+
"""Generate features given the directory path.
|
170 |
+
|
171 |
+
Args:
|
172 |
+
file_path: path where the tsv file is stored
|
173 |
+
Yields:
|
174 |
+
The features.
|
175 |
+
"""
|
176 |
+
|
177 |
+
with open(file_path, "r", encoding="utf-8") as tsvfile:
|
178 |
+
# Need to disable quoting - as dataset contains invalid double quotes.
|
179 |
+
reader = csv.DictReader(tsvfile, dialect="excel-tab", quoting=csv.QUOTE_NONE)
|
180 |
+
for i, row in enumerate(reader):
|
181 |
+
yield i, row
|
dataset_infos.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
dummy/Apparel_v1_00/0.1.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d9760eb0567101e7ee804d6167683c80c0b9bda65d347dca2cf1acf583ed5248
|
3 |
+
size 4381
|
dummy/Automotive_v1_00/0.1.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2d52ef3c6a8a60e7e9a383dd841b6f4c31d3ea3910de4840823756dae2a82046
|
3 |
+
size 3241
|
dummy/Baby_v1_00/0.1.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:06dce6bd49c99193405500828e9501d0c262f18f6b81c2d07b4ae36ca24daa5d
|
3 |
+
size 4250
|
dummy/Beauty_v1_00/0.1.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8493e9ddc970eb5aa02d50d72055ba4a7c8ffd50c81bf71a5cc4f06a69daa856
|
3 |
+
size 3414
|
dummy/Books_v1_00/0.1.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e1fdc096828cde051161973edb37c6b4a2ea0e5f51926678db36ecf703f7b192
|
3 |
+
size 3537
|
dummy/Books_v1_01/0.1.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4bb1569fcf0c931c1e003350a7114cb22941163eeb19ca8eb63e9dcf307093f3
|
3 |
+
size 11486
|
dummy/Books_v1_02/0.1.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:90243d4a19e1a8e4af72f65a86a894d5fb41bb304c0532e9f6ac77307be71dae
|
3 |
+
size 8530
|
dummy/Camera_v1_00/0.1.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:31c1f3c0a1d606902ff403b088e050117f5735248fbbf9cd4dca4f606a2b255d
|
3 |
+
size 7066
|
dummy/Digital_Ebook_Purchase_v1_00/0.1.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:95b378a92665bc86329867f0ae667a89ad877cde4f1b5dd3bedd6b4b8dd06f4d
|
3 |
+
size 3696
|
dummy/Digital_Ebook_Purchase_v1_01/0.1.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9a0eaa5b53bc928af0db2c870f40623a6fc14ac508f994e52b06d6204b04e497
|
3 |
+
size 4525
|
dummy/Digital_Music_Purchase_v1_00/0.1.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:051178158498cb89f182862123b5b1a68bdd82bc706dbb795819434a901e00b9
|
3 |
+
size 2340
|
dummy/Digital_Software_v1_00/0.1.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:75ef5e0f95cc4364536d85d8cd225c17af12a29a4d25fd51a0ba9137ac261125
|
3 |
+
size 3587
|
dummy/Digital_Video_Download_v1_00/0.1.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d0e1ea8ded28ddb44e19c55986ab3ad36f63665cd731e99057599b67dc27111e
|
3 |
+
size 2403
|
dummy/Digital_Video_Games_v1_00/0.1.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:94cdeb7339964dd9bcd6ac5d20492ec95f4cc2e195798cd05c67c1ecb294a2dc
|
3 |
+
size 2634
|
dummy/Electronics_v1_00/0.1.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d41c6093a46d3bc815c6345fd4606e00ec2740e15c46646e58f6a13c1cd96d2e
|
3 |
+
size 2560
|
dummy/Furniture_v1_00/0.1.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:deeb2daec8e2481eb184c883cdccc9c525daf967408497d6dd2b2e14d538df45
|
3 |
+
size 3121
|
dummy/Gift_Card_v1_00/0.1.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:12c724eecb8aae9e1f4228e69a53aa45cda43ddbfff4d475be88fff43b1d2a79
|
3 |
+
size 1665
|
dummy/Grocery_v1_00/0.1.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e14626a0c6cc2f922db9c7c99e4c3082ba5a6026d74c8ab5c3f3f4d58ba85a8a
|
3 |
+
size 3698
|
dummy/Health_Personal_Care_v1_00/0.1.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f5e7b8bbbc48472110061cf8d650f46623ebf1b5728f17ea1b926d49c8fbcaae
|
3 |
+
size 3136
|
dummy/Home_Entertainment_v1_00/0.1.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:05ef6225f747f28701d20b58b1d453eb9ea916ce604d1e9acda1efbf990d4375
|
3 |
+
size 4564
|
dummy/Home_Improvement_v1_00/0.1.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:20e4d1e854e7f88fa99eb9abdc0654eb37731f551c09c0de374aa26cde7549e5
|
3 |
+
size 3260
|
dummy/Home_v1_00/0.1.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2fbab4af7bda752c4b352bb729f79fee4fba5339c205989f40be3da801067807
|
3 |
+
size 5126
|
dummy/Jewelry_v1_00/0.1.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1c413de498c5f7525138dc7c6ca9346263591f54ecae9add399c1459ead8baae
|
3 |
+
size 3228
|
dummy/Kitchen_v1_00/0.1.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ae4761a4dd1a5bc14acee8da06de15f3fddef1354a10a198b6474c13d4734261
|
3 |
+
size 3314
|
dummy/Lawn_and_Garden_v1_00/0.1.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ebf5d2253fe172549fe37555579b215232011b8569ac80906716f44cd2a274bd
|
3 |
+
size 3545
|
dummy/Luggage_v1_00/0.1.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9a7d02892a4ec4c40abe4c5473da11b1bdd6f8c1a34cc1438d71bfc7ef333c6f
|
3 |
+
size 3803
|
dummy/Major_Appliances_v1_00/0.1.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6078dbeb949af76221b0b3994839d9e74eda142a163570d3c5a403ab288e1790
|
3 |
+
size 2860
|
dummy/Mobile_Apps_v1_00/0.1.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2f169b2408c2407bd5f54e81cd4013e2a84a306c21ab4a1de7f62fde156515e6
|
3 |
+
size 2616
|
dummy/Mobile_Electronics_v1_00/0.1.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e6c1cf7500d72489b31f748ccc4fc2ea6bd0547bb1c12c46d9e5edd398416c74
|
3 |
+
size 3826
|
dummy/Music_v1_00/0.1.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:24830caea54d4dab428ac9ad80a13b8d2df3ef63ab9bfdd7e10ad4333fe42aa7
|
3 |
+
size 2282
|
dummy/Musical_Instruments_v1_00/0.1.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:00c3369d0b126d8dc74002fc113e3f2a215b3d72a2b4c2338c2942b1112932ac
|
3 |
+
size 3941
|
dummy/Office_Products_v1_00/0.1.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:96cc083737991be9f999ae6d4dd015aa5a3c6b5d81f60db92cba4b27c8c55c03
|
3 |
+
size 3320
|
dummy/Outdoors_v1_00/0.1.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e2743254be2a963669cfa99038059364bf0cca6d3d7b8921d408a3b43402be2
|
3 |
+
size 4454
|
dummy/PC_v1_00/0.1.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:58007ae0454bde69a4a8d049eced20ab4566fe003bff14e55dc70a1d1686f13b
|
3 |
+
size 6330
|
dummy/Personal_Care_Appliances_v1_00/0.1.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab06199e658ca4b695afc27ad224e31f4a949932d6213e4454810a62aa47b70e
|
3 |
+
size 2877
|
dummy/Pet_Products_v1_00/0.1.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:533bf3e62e855e439db8c8c7faf12863f9fd278164b9a3c8931891699255aaa7
|
3 |
+
size 4518
|
dummy/Shoes_v1_00/0.1.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:15f6f49747257b5575675474c6827c66517d3687494ee12863b72960a0b01430
|
3 |
+
size 2994
|
dummy/Software_v1_00/0.1.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e028aa0429e746bc76ecbf0fe490cd5d832c9490c0127ae02276ebedbc67ef71
|
3 |
+
size 3578
|
dummy/Sports_v1_00/0.1.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f603b3e126e5d389af900f945561a1eb4860f27f5017bdd5c5d46dc8ad2644b6
|
3 |
+
size 3900
|
dummy/Tools_v1_00/0.1.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a942d927f85af62f0699507ac2ea2e17c3ac232c2f97afc7f6982104a1fdcd1c
|
3 |
+
size 4501
|
dummy/Toys_v1_00/0.1.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:830e41fe8096c15a4c09ddec505d0e15c958f78b6cb5031e6531a43f2c800882
|
3 |
+
size 3081
|
dummy/Video_DVD_v1_00/0.1.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ea30fbe6a570d9e4945315a4aa38b95c8fd7b163915cf84a26b49517ddb6162e
|
3 |
+
size 2643
|
dummy/Video_Games_v1_00/0.1.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ddd092896265da7ba76d0fbf744f0b8c7cc6cadf717fb3c954c63b68440571d0
|
3 |
+
size 2779
|
dummy/Video_v1_00/0.1.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e0121ee1717ca4fa89e266e2aec5adbd1f1a9b747a80b124bf709644a7c99190
|
3 |
+
size 3034
|
dummy/Watches_v1_00/0.1.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3d17f9d19d9df40271526d3830016245a1731780fee80bf573b76bdaf74ca82c
|
3 |
+
size 3567
|
dummy/Wireless_v1_00/0.1.0/dummy_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dee3e6ebf680566eb8f9ebcf5023999e097304ea1c2e87e6f4d9d08bd2053ad8
|
3 |
+
size 4169
|