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: 5269418 | |
num_examples: 4249 | |
- name: validation | |
num_bytes: 2266690 | |
num_examples: 1822 | |
- name: test | |
num_bytes: 2266690 | |
num_examples: 1822 | |
download_size: 1322575 | |
dataset_size: 9802798 | |
# Dataset Card for "hindi-ner-small" | |
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) |