File size: 1,205 Bytes
1e43673
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
dataset_info:
  features:
  - name: Date_received
    dtype: string
  - name: Product
    dtype: string
  - name: Sub_product
    dtype: string
  - name: Issue
    dtype: string
  - name: Sub_issue
    dtype: string
  - name: Consumer_complaint_narrative
    dtype: string
  - name: Company_public_response
    dtype: string
  - name: Company
    dtype: string
  - name: State
    dtype: string
  - name: ZIP_code
    dtype: string
  - name: Tags
    dtype: string
  - name: Consumer_consent_provided?
    dtype: string
  - name: Submitted_via
    dtype: string
  - name: Date_sent_to_company
    dtype: string
  - name: Company response to consumer
    dtype: string
  - name: Timely_response?
    dtype: string
  - name: Consumer_disputed?
    dtype: string
  - name: Complaint_ID
    dtype: int64
  splits:
  - name: train
    num_bytes: 40340456
    num_examples: 30000
  download_size: 15875683
  dataset_size: 40340456
---
# Dataset Card for "financial-customer-complaints-v5"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)