test-re / README.md
gabi0215's picture
Upload dataset
def910e verified
metadata
dataset_info:
  features:
    - name: guid
      dtype: string
    - name: sentence
      dtype: string
    - name: subject_entity
      struct:
        - name: word
          dtype: string
        - name: start_idx
          dtype: int32
        - name: end_idx
          dtype: int32
        - name: type
          dtype: string
    - name: object_entity
      struct:
        - name: word
          dtype: string
        - name: start_idx
          dtype: int32
        - name: end_idx
          dtype: int32
        - name: type
          dtype: string
    - name: label
      dtype:
        class_label:
          names:
            '0': no_relation
            '1': org:dissolved
            '2': org:founded
            '3': org:place_of_headquarters
            '4': org:alternate_names
            '5': org:member_of
            '6': org:members
            '7': org:political/religious_affiliation
            '8': org:product
            '9': org:founded_by
            '10': org:top_members/employees
            '11': org:number_of_employees/members
            '12': per:date_of_birth
            '13': per:date_of_death
            '14': per:place_of_birth
            '15': per:place_of_death
            '16': per:place_of_residence
            '17': per:origin
            '18': per:employee_of
            '19': per:schools_attended
            '20': per:alternate_names
            '21': per:parents
            '22': per:children
            '23': per:siblings
            '24': per:spouse
            '25': per:other_family
            '26': per:colleagues
            '27': per:product
            '28': per:religion
            '29': per:title
    - name: source
      dtype: string
  splits:
    - name: train
      num_bytes: 11145426
      num_examples: 32470
  download_size: 6647272
  dataset_size: 11145426
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*