ner-eng-dataset / README.md
LukeGPT88's picture
Update README.md
2b7a24c verified
---
dataset_info:
features:
- name: Tokens
sequence: string
- name: NER_Tags
sequence: int64
- name: NER_Labels
sequence: string
- name: ID
dtype: int64
splits:
- name: train
num_bytes: 4611084
num_examples: 7207
- name: validation
num_bytes: 1516308
num_examples: 2403
- name: test
num_bytes: 1504429
num_examples: 2403
download_size: 989265
dataset_size: 7631821
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
---
The map for the NER entities is the following:
{
0: 'B-LOC',
1: 'I-LEG',
2: 'B-LEG',
3: 'I-ORG',
4: 'B-ORG',
5: 'B-VIP',
6: 'I-VIP',
7: 'B-PER',
8: 'I-PER',
9: 'O',
10: 'I-LOC',
11: 'B-MED',
12: 'I-MED'
}