Datasets:
Upload dataset
Browse files- README.md +65 -0
- data/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -1,3 +1,68 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
dataset_info:
|
| 4 |
+
features:
|
| 5 |
+
- name: nmId
|
| 6 |
+
dtype: int64
|
| 7 |
+
- name: text
|
| 8 |
+
dtype: string
|
| 9 |
+
- name: responder
|
| 10 |
+
dtype: string
|
| 11 |
+
- name: type
|
| 12 |
+
dtype: string
|
| 13 |
+
- name: product_name
|
| 14 |
+
dtype: string
|
| 15 |
+
- name: product_category_2
|
| 16 |
+
dtype: string
|
| 17 |
+
- name: product_category_1
|
| 18 |
+
dtype: string
|
| 19 |
+
- name: product_color
|
| 20 |
+
dtype: string
|
| 21 |
+
- name: product_description
|
| 22 |
+
dtype: string
|
| 23 |
+
- name: product_brand
|
| 24 |
+
dtype: string
|
| 25 |
+
- name: vector
|
| 26 |
+
sequence: float32
|
| 27 |
+
- name: toxicity
|
| 28 |
+
dtype: string
|
| 29 |
+
- name: emotions
|
| 30 |
+
dtype: string
|
| 31 |
+
- name: target_nmId
|
| 32 |
+
dtype: int64
|
| 33 |
+
- name: target_text
|
| 34 |
+
dtype: string
|
| 35 |
+
- name: target_responder
|
| 36 |
+
dtype: string
|
| 37 |
+
- name: target_type
|
| 38 |
+
dtype: string
|
| 39 |
+
- name: target_product_name
|
| 40 |
+
dtype: string
|
| 41 |
+
- name: target_product_category_2
|
| 42 |
+
dtype: string
|
| 43 |
+
- name: target_product_category_1
|
| 44 |
+
dtype: string
|
| 45 |
+
- name: target_product_color
|
| 46 |
+
dtype: string
|
| 47 |
+
- name: target_product_description
|
| 48 |
+
dtype: string
|
| 49 |
+
- name: target_product_brand
|
| 50 |
+
dtype: string
|
| 51 |
+
- name: target_vector
|
| 52 |
+
sequence: float32
|
| 53 |
+
- name: target_toxicity
|
| 54 |
+
dtype: string
|
| 55 |
+
- name: target_emotions
|
| 56 |
+
dtype: string
|
| 57 |
+
splits:
|
| 58 |
+
- name: train
|
| 59 |
+
num_bytes: 154839107
|
| 60 |
+
num_examples: 22383
|
| 61 |
+
download_size: 138553226
|
| 62 |
+
dataset_size: 154839107
|
| 63 |
+
configs:
|
| 64 |
+
- config_name: default
|
| 65 |
+
data_files:
|
| 66 |
+
- split: train
|
| 67 |
+
path: data/train-*
|
| 68 |
---
|
data/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:29105d57636c927d8e6d3906da3ca11d9ab7852805e4a500f2d4afff0c96d02c
|
| 3 |
+
size 138553226
|