Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
dataset_info:
|
| 3 |
+
features:
|
| 4 |
+
- name: category
|
| 5 |
+
dtype: string
|
| 6 |
+
- name: title
|
| 7 |
+
dtype: string
|
| 8 |
+
- name: brand
|
| 9 |
+
dtype: string
|
| 10 |
+
- name: asin
|
| 11 |
+
dtype: string
|
| 12 |
+
- name: imageURL
|
| 13 |
+
dtype: string
|
| 14 |
+
- name: position_index
|
| 15 |
+
dtype: int64
|
| 16 |
+
- name: num_tokens
|
| 17 |
+
dtype: int64
|
| 18 |
+
- name: title_length
|
| 19 |
+
dtype: int64
|
| 20 |
+
- name: title_category
|
| 21 |
+
dtype: string
|
| 22 |
+
splits:
|
| 23 |
+
- name: train
|
| 24 |
+
num_bytes: 68007488
|
| 25 |
+
num_examples: 181551
|
| 26 |
+
- name: test
|
| 27 |
+
num_bytes: 18875793
|
| 28 |
+
num_examples: 50432
|
| 29 |
+
- name: automotive
|
| 30 |
+
num_bytes: 4523220
|
| 31 |
+
num_examples: 12891
|
| 32 |
+
- name: cellphones
|
| 33 |
+
num_bytes: 51882096
|
| 34 |
+
num_examples: 78478
|
| 35 |
+
- name: clothes
|
| 36 |
+
num_bytes: 37489496
|
| 37 |
+
num_examples: 85052
|
| 38 |
+
- name: electronics
|
| 39 |
+
num_bytes: 4820108
|
| 40 |
+
num_examples: 9568
|
| 41 |
+
- name: grocery
|
| 42 |
+
num_bytes: 1567047
|
| 43 |
+
num_examples: 4475
|
| 44 |
+
- name: new_cat
|
| 45 |
+
num_bytes: 93547671
|
| 46 |
+
num_examples: 174381
|
| 47 |
+
- name: pets
|
| 48 |
+
num_bytes: 4175961
|
| 49 |
+
num_examples: 10851
|
| 50 |
+
- name: sports
|
| 51 |
+
num_bytes: 3804172
|
| 52 |
+
num_examples: 10841
|
| 53 |
+
- name: toys
|
| 54 |
+
num_bytes: 4161246
|
| 55 |
+
num_examples: 12657
|
| 56 |
+
- name: val
|
| 57 |
+
num_bytes: 7583420
|
| 58 |
+
num_examples: 20172
|
| 59 |
+
download_size: 110231234
|
| 60 |
+
dataset_size: 300437718
|
| 61 |
+
---
|
| 62 |
+
# Dataset Card for "openbrand"
|
| 63 |
+
|
| 64 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|