TrevorJS's picture
Upload dataset
9a4113c verified
metadata
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-*