File size: 1,551 Bytes
c047997
 
 
 
 
4525433
c047997
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4525433
c047997
 
 
 
 
 
 
 
 
 
 
fefa86a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
---
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](#dataset-description)
  - [Dataset Structure](#dataset-structure)
  - [Data Fields](#data-fields)
- [Source Data](#source-data)

## Dataset Description

WikiANN is originally [released](https://huggingface.co/datasets/unimelb-nlp/wikiann) for 176 langauages. We used the `tr` subset of the dataset.

### Dataset Structure

We kept the original data structure.

### Data Fields

- **tokens** (list): a `list` of `string` features.
- **tags** (list): a `list` of classification labels, with possible values including `O` (0), `B-PER` (1), `I-PER` (2), `B-ORG` (3), `I-ORG` (4), `B-LOC` (5), `I-LOC` (6).

## Source Dataset

[hf.co/datasets/unimelb-nlp/wikiann](https://huggingface.co/datasets/unimelb-nlp/wikiann)