andjela-r commited on
Commit
5b1b661
·
verified ·
1 Parent(s): d2a01ba

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -3
README.md CHANGED
@@ -1104,14 +1104,28 @@ This dataset was made as sample of several datasets from the link above.
1104
 
1105
  ### Dataset Description
1106
 
1107
- This dataset is a curated sample derived from seven filtered Amazon product category datasets(Amazon All Beauty, Amazon Fashion, Sports and Outdoors, Health and Personal Care, Amazon Clothing Shoes and Jewlery, Baby Products and Beauty and Personal Care), combining diverse product information across categories. The dataset contains 299,994 entries, each representing a unique product and its associated metadata. Designed for product-related analysis, this dataset is well-suited for tasks such as embedding generation, recommendation systems, and NLP model training.
 
 
 
 
1108
 
1109
  <h2>Dataset Versions:</h2>
1110
  <ul>
1111
  <li><strong>Data version:</strong> Contains standard product attributes, without the additional <code>text</code> column.</li>
1112
  <li><strong>Formatted version:</strong> Includes an extra column, <code>text</code>, specifically created for generating embeddings, allowing for deeper semantic analysis and machine learning tasks.</li>
 
 
 
 
 
 
 
 
 
1113
  </ul>
1114
 
 
1115
  <table border="1" cellpadding="5" cellspacing="0">
1116
  <tr>
1117
  <th>Field</th>
@@ -1203,9 +1217,8 @@ This dataset is a curated sample derived from seven filtered Amazon product cate
1203
 
1204
  ### Dataset Size
1205
  <ul>
1206
- <li><strong>Total entries:</strong> 299,994</li>
1207
  <li><strong>Total columns (Data version):</strong> 45</li>
1208
- <li><strong>Total columns (Formatted version):</strong> 46 (including the <code>text</code> column)</li>
1209
  </ul>
1210
 
1211
  ### Final Structure
 
1104
 
1105
  ### Dataset Description
1106
 
1107
+ This dataset is a curated sample derived from seven filtered Amazon product category datasets(Amazon All Beauty, Amazon Fashion, Sports and Outdoors,
1108
+ Health and Personal Care, Amazon Clothing Shoes and Jewlery,
1109
+ Baby Products and Beauty and Personal Care), combining diverse product information across categories.
1110
+ The dataset contains 258k entries, each representing a unique product and its associated metadata.
1111
+ Designed for product-related analysis, this dataset is well-suited for tasks such as embedding generation, recommendation systems, and NLP model training.
1112
 
1113
  <h2>Dataset Versions:</h2>
1114
  <ul>
1115
  <li><strong>Data version:</strong> Contains standard product attributes, without the additional <code>text</code> column.</li>
1116
  <li><strong>Formatted version:</strong> Includes an extra column, <code>text</code>, specifically created for generating embeddings, allowing for deeper semantic analysis and machine learning tasks.</li>
1117
+ <li><strong>Embeddings:</strong> Generated embeddings from the <code>text</code> column, along with parent_asin and token count.</li>
1118
+ <li><strong>Formatted and embedded version:</strong> The formatted version with the embeddings.</li>
1119
+ <li><strong>Image description version:</strong> The standard dataset with the description of the images for each product.</li>
1120
+ <li><strong>Image embeddings:</strong> The standard dataset with the image embedding of the first encountered image of each product.</li>
1121
+ <li><strong>Combined description version:</strong> The standard dataset along with the image description and combined description and image description in the <code>image_description_formatted</code> column.</li>
1122
+ <li><strong>Combined and formatted description version:</strong> The standard dataset along with the image description, and combined description and image description in the <code>image_description_formatted</code> column. Including the <code>text</code> column.</li>
1123
+ <li><strong>Embeddings for Combined description version:</strong> The Combined and formatted description version along with <code>token_counts</code> and <code>embeddings </code> of the text column.</li>
1124
+ <li><strong>Query columns version:</strong> The standard dataset along with short queries and long queries.</li>
1125
+ <li><strong>Product2Query version:</strong> The dataset with query columns, splited into train and test for fine-tuning.</li>
1126
  </ul>
1127
 
1128
+ ### Original Structure
1129
  <table border="1" cellpadding="5" cellspacing="0">
1130
  <tr>
1131
  <th>Field</th>
 
1217
 
1218
  ### Dataset Size
1219
  <ul>
1220
+ <li><strong>Total entries:</strong> 258k</li>
1221
  <li><strong>Total columns (Data version):</strong> 45</li>
 
1222
  </ul>
1223
 
1224
  ### Final Structure