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: 22988092 | |
num_examples: 18376 | |
- name: validation | |
num_bytes: 9784310 | |
num_examples: 7876 | |
- name: test | |
num_bytes: 9784310 | |
num_examples: 7876 | |
download_size: 6072695 | |
dataset_size: 42556712 | |
# Dataset Card for "hindi-ner" | |
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) |