aciborowska commited on
Commit
1e43673
1 Parent(s): 35e8eac

Upload README.md with huggingface_hub

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