File size: 1,877 Bytes
dcc921b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9a4113c
dcc921b
9a4113c
dcc921b
9a4113c
dcc921b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9a4113c
dcc921b
 
9a4113c
dcc921b
9a4113c
 
dcc921b
 
 
 
 
 
 
 
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
---
dataset_info:
  features:
  - name: source_file
    dtype: string
  - name: seed_city
    dtype: string
  - name: seed_state
    dtype: string
  - name: seed_postal_code
    dtype: string
  - name: seed_zone_type
    dtype: string
  - name: seed_area_type
    dtype: string
  - name: generated_address
    struct:
    - name: address_detail
      struct:
      - name: primary_line
        dtype: string
      - name: secondary_line
        dtype: string
    - name: address_type
      dtype: string
    - name: locality_info
      struct:
      - name: locality_city
        dtype: string
      - name: locality_state
        dtype: string
      - name: locality_zip
        dtype: string
    - name: property_context
      struct:
      - name: property_description
        dtype: string
      - name: property_usage
        dtype: string
      - name: zone_type
        dtype: string
    - name: recipient_info
      struct:
      - name: recipient_description
        dtype: string
      - name: recipient_name
        dtype: string
      - name: recipient_type
        dtype: string
  - name: system
    dtype: string
  - name: user
    dtype: string
  - name: assistant
    dtype: string
  - name: template_values
    struct:
    - name: entity
      dtype: string
    - name: n
      dtype: string
    - name: seed
      struct:
      - name: area_type
        dtype: string
      - name: city
        dtype: string
      - name: postal_code
        dtype: string
      - name: state
        dtype: string
      - name: zone_type
        dtype: string
  splits:
  - name: train
    num_bytes: 35458152
    num_examples: 24840
  - name: test
    num_bytes: 8868369
    num_examples: 6210
  download_size: 10065530
  dataset_size: 44326521
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---