File size: 850 Bytes
b398c81
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
640ef99
 
 
 
 
b398c81
 
 
 
 
 
 
640ef99
 
b398c81
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
---
dataset_info:
  features:
  - name: text
    dtype: string
  - name: label
    dtype:
      class_label:
        names:
          '0': Appointment / Booking
          '1': Cancellation
          '2': Chase Call
          '3': General Customer Service
          '4': Not Classified
          '5': Product Issue
          '6': Qualified Lead
          '7': Quote
          '8': Sale
          '9': Sales Lead
          '10': Unanswered
  splits:
  - name: train
    num_bytes: 13617329
    num_examples: 4898
  - name: test
    num_bytes: 1460356
    num_examples: 550
  - name: all
    num_bytes: 124275327
    num_examples: 37978
  download_size: 58534836
  dataset_size: 139353012
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
  - split: all
    path: data/all-*
---