hindi-ner-small / README.md
mirfan899's picture
Upload README.md with huggingface_hub
645cb23
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: id
      dtype: string
    - name: tokens
      sequence: string
    - name: ner_tags
      sequence:
        class_label:
          names:
            '0': LOCATION
            '1': BRAND
            '2': TITLE_OBJECT
            '3': PERSON
            '4': DESIGNATION
            '5': ORGANIZATION
            '6': ABBREVIATION
            '7': TIME
            '8': NUMBER
            '9': MEASURE
            '10': TERMS
            '11': O
  splits:
    - name: train
      num_bytes: 8748829
      num_examples: 7049
    - name: validation
      num_bytes: 3816340
      num_examples: 3022
    - name: test
      num_bytes: 3816340
      num_examples: 3022
  download_size: 2199610
  dataset_size: 16381509

Dataset Card for "hindi-ner-small"

More Information needed