aciborowska
commited on
Commit
•
535b08c
1
Parent(s):
20062ed
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -4,6 +4,10 @@ configs:
|
|
4 |
data_files:
|
5 |
- split: train
|
6 |
path: data/train-*
|
|
|
|
|
|
|
|
|
7 |
dataset_info:
|
8 |
features:
|
9 |
- name: Product
|
@@ -14,10 +18,16 @@ dataset_info:
|
|
14 |
dtype: string
|
15 |
splits:
|
16 |
- name: train
|
17 |
-
num_bytes:
|
18 |
-
num_examples:
|
19 |
-
|
20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
---
|
22 |
# Dataset Card for "customers-complaints"
|
23 |
|
|
|
4 |
data_files:
|
5 |
- split: train
|
6 |
path: data/train-*
|
7 |
+
- split: eval
|
8 |
+
path: data/eval-*
|
9 |
+
- split: test
|
10 |
+
path: data/test-*
|
11 |
dataset_info:
|
12 |
features:
|
13 |
- name: Product
|
|
|
18 |
dtype: string
|
19 |
splits:
|
20 |
- name: train
|
21 |
+
num_bytes: 25124940.0
|
22 |
+
num_examples: 24000
|
23 |
+
- name: eval
|
24 |
+
num_bytes: 3140617.5
|
25 |
+
num_examples: 3000
|
26 |
+
- name: test
|
27 |
+
num_bytes: 3140617.5
|
28 |
+
num_examples: 3000
|
29 |
+
download_size: 14662968
|
30 |
+
dataset_size: 31406175.0
|
31 |
---
|
32 |
# Dataset Card for "customers-complaints"
|
33 |
|