metadata
dataset_info:
features:
- name: tokens
list: string
- name: tags
list:
class_label:
names:
'0': O
'1': B-PER
'2': I-PER
'3': B-ORG
'4': I-ORG
'5': B-LOC
'6': I-LOC
- name: langs
list: string
- name: spans
list: string
splits:
- name: validation
num_bytes: 2280489
num_examples: 10000
- name: test
num_bytes: 2276892
num_examples: 10000
- name: train
num_bytes: 4501856
num_examples: 20000
download_size: 2176280
dataset_size: 9059237
configs:
- config_name: default
data_files:
- split: validation
path: data/validation-*
- split: test
path: data/test-*
- split: train
path: data/train-*
Dataset Card for WikiANN TR
Table of Contents
Dataset Description
WikiANN is originally released for 176 langauages. We used the tr subset of the dataset.
Dataset Structure
We kept the original data structure.
Data Fields
- tokens (list): a
listofstringfeatures. - tags (list): a
listof classification labels, with possible values includingO(0),B-PER(1),I-PER(2),B-ORG(3),I-ORG(4),B-LOC(5),I-LOC(6).