mirfan899/hindi-ner-small
收藏资源简介:
--- 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](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
数据集概述
配置信息
- 配置名称: default
- 数据文件:
- 训练集: data/train-*
- 验证集: data/validation-*
- 测试集: data/test-*
数据集信息
- 特征:
- id: 数据类型为字符串
- tokens: 序列类型,数据类型为字符串
- ner_tags: 序列类型,包含以下类别标签:
- 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
数据集划分
- 训练集:
- 字节数: 8748829
- 样本数: 7049
- 验证集:
- 字节数: 3816340
- 样本数: 3022
- 测试集:
- 字节数: 3816340
- 样本数: 3022
数据集大小
- 下载大小: 2199610 字节
- 数据集大小: 16381509 字节



