File size: 1,408 Bytes
a0bae4d 75a8519 a0bae4d 75a8519 |
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 |
---
license: cc-by-nc-sa-4.0
dataset_info:
- config_name: ann0
features:
- name: src_tokens
sequence: string
- name: tgt_tokens
sequence: string
- name: corrections
list:
- name: idx_src
sequence: int32
- name: idx_tgt
sequence: int32
- name: corr_types
sequence: string
splits:
- name: train
num_bytes: 11199287
num_examples: 42210
- name: validation
num_bytes: 713686
num_examples: 2485
- name: test
num_bytes: 741411
num_examples: 2676
download_size: 3534547
dataset_size: 12654384
- config_name: ann1
features:
- name: src_tokens
sequence: string
- name: tgt_tokens
sequence: string
- name: corrections
list:
- name: idx_src
sequence: int32
- name: idx_tgt
sequence: int32
- name: corr_types
sequence: string
splits:
- name: train
num_bytes: 8124054
num_examples: 42210
- name: validation
num_bytes: 618583
num_examples: 2485
- name: test
num_bytes: 655536
num_examples: 2676
download_size: 3534547
dataset_size: 9398173
---
There are two configs: `ann0` (default) and `ann1`. These correspond to the annotator ID whose annotations will be loaded.
**Important:** Annotations from annotator 1 only exist for the dev set so the training and test set will have no annotations.
It is up to the user to combine the annotations somehow. |