File size: 621 Bytes
ad9c173
 
 
 
 
 
 
 
 
 
 
 
 
c76f366
 
 
 
ad9c173
 
5d80c8d
ad9c173
 
5d80c8d
ad9c173
5d80c8d
 
ad9c173
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: label
    dtype: string
  - name: input_text
    dtype: string
  - name: first_address
    dtype: string
  - name: second_address
    dtype: string
  - name: llm_response
    dtype: string
  - name: information
    dtype: string
  - name: final_output
    dtype: string
  splits:
  - name: train
    num_bytes: 19776032
    num_examples: 3485
  - name: test
    num_bytes: 2245375
    num_examples: 388
  download_size: 7192161
  dataset_size: 22021407
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---