aciborowska
commited on
Commit
•
1dd9a01
1
Parent(s):
3edb60f
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: Date_received
|
5 |
+
dtype: string
|
6 |
+
- name: Product
|
7 |
+
dtype: string
|
8 |
+
- name: Sub_product
|
9 |
+
dtype: string
|
10 |
+
- name: Issue
|
11 |
+
dtype: string
|
12 |
+
- name: Sub_issue
|
13 |
+
dtype: string
|
14 |
+
- name: Consumer_complaint_narrative
|
15 |
+
dtype: string
|
16 |
+
- name: Company_public_response
|
17 |
+
dtype: string
|
18 |
+
- name: Company
|
19 |
+
dtype: string
|
20 |
+
- name: State
|
21 |
+
dtype: string
|
22 |
+
- name: ZIP_code
|
23 |
+
dtype: string
|
24 |
+
- name: Tags
|
25 |
+
dtype: string
|
26 |
+
- name: Consumer_consent_provided?
|
27 |
+
dtype: string
|
28 |
+
- name: Submitted_via
|
29 |
+
dtype: string
|
30 |
+
- name: Date_sent_to_company
|
31 |
+
dtype: string
|
32 |
+
- name: Company response to consumer
|
33 |
+
dtype: string
|
34 |
+
- name: Timely_response?
|
35 |
+
dtype: string
|
36 |
+
- name: Consumer_disputed?
|
37 |
+
dtype: string
|
38 |
+
- name: Complaint_ID
|
39 |
+
dtype: int64
|
40 |
+
splits:
|
41 |
+
- name: train
|
42 |
+
num_bytes: 4068482
|
43 |
+
num_examples: 3000
|
44 |
+
download_size: 1612360
|
45 |
+
dataset_size: 4068482
|
46 |
+
configs:
|
47 |
+
- config_name: default
|
48 |
+
data_files:
|
49 |
+
- split: train
|
50 |
+
path: data/train-*
|
51 |
+
---
|
52 |
+
# Dataset Card for "customers-complaints-test"
|
53 |
+
|
54 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|