Add 'Company' config data files
Browse files
Company/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5cbad89b2b452c12c6e20de002d02001e771c6977859e16a8c1067b87bede248
|
3 |
+
size 72639763
|
Company/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2419e63c1742c66ec9b28f5cf857374ea21c76c2e861fc6e33dc43acc613d7f1
|
3 |
+
size 200419076
|
Company/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fbfdc010c5ccc5de10de56a0be455ae4f0bb6d02bdc521eafde87c90bb386e2a
|
3 |
+
size 92626956
|
README.md
CHANGED
@@ -60,6 +60,26 @@ dataset_info:
|
|
60 |
num_examples: 91
|
61 |
download_size: 29542
|
62 |
dataset_size: 68993
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
63 |
configs:
|
64 |
- config_name: Abt_Buy
|
65 |
data_files:
|
@@ -85,4 +105,12 @@ configs:
|
|
85 |
path: Beer/validation-*
|
86 |
- split: test
|
87 |
path: Beer/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
88 |
---
|
|
|
60 |
num_examples: 91
|
61 |
download_size: 29542
|
62 |
dataset_size: 68993
|
63 |
+
- config_name: Company
|
64 |
+
features:
|
65 |
+
- name: productA
|
66 |
+
dtype: string
|
67 |
+
- name: productB
|
68 |
+
dtype: string
|
69 |
+
- name: same
|
70 |
+
dtype: bool_
|
71 |
+
splits:
|
72 |
+
- name: train
|
73 |
+
num_bytes: 438041265
|
74 |
+
num_examples: 33718
|
75 |
+
- name: validation
|
76 |
+
num_bytes: 322303999
|
77 |
+
num_examples: 22533
|
78 |
+
- name: test
|
79 |
+
num_bytes: 309899980
|
80 |
+
num_examples: 22503
|
81 |
+
download_size: 365685795
|
82 |
+
dataset_size: 1070245244
|
83 |
configs:
|
84 |
- config_name: Abt_Buy
|
85 |
data_files:
|
|
|
105 |
path: Beer/validation-*
|
106 |
- split: test
|
107 |
path: Beer/test-*
|
108 |
+
- config_name: Company
|
109 |
+
data_files:
|
110 |
+
- split: train
|
111 |
+
path: Company/train-*
|
112 |
+
- split: validation
|
113 |
+
path: Company/validation-*
|
114 |
+
- split: test
|
115 |
+
path: Company/test-*
|
116 |
---
|