Yamei's picture
Upload README.md with huggingface_hub
44c4b75
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: text
      dtype: string
    - name: id
      dtype: int64
    - name: entity_type
      dtype: string
    - name: entity_type_high
      dtype: string
    - name: label
      dtype:
        class_label:
          names:
            '0': method
            '1': evaluation
            '2': data
            '3': background
            '4': Author
            '5': DBPedia
            '6': Affiliation
            '7': Paper
            '8': Journal
  splits:
    - name: train
      num_bytes: 3565888.348566884
      num_examples: 47281
    - name: test
      num_bytes: 891528.6514331156
      num_examples: 11821
  download_size: 1857856
  dataset_size: 4457417

Dataset Card for "TVCG_entity_classify"

More Information needed