File size: 676 Bytes
af85a03
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: apache-2.0
dataset_info:
  features:
  - name: inquiry_id
    dtype: int64
  - name: inquiry_type
    dtype: string
  - name: customer_id
    dtype: int64
  - name: account_id
    dtype: int64
  - name: question
    dtype: string
  - name: response
    dtype: string
  - name: status
    dtype: string
  - name: date
    dtype: string
  splits:
  - name: train
    num_bytes: 2814
    num_examples: 15
  download_size: 5791
  dataset_size: 2814
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
task_categories:
- table-question-answering
- question-answering
- text-generation
- text2text-generation
tags:
- code
- finance
---