add dataset_info in dataset metadata
Browse files
README.md
CHANGED
|
@@ -24,6 +24,83 @@ configs:
|
|
| 24 |
- wi
|
| 25 |
tags:
|
| 26 |
- grammatical-error-correction
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
---
|
| 28 |
|
| 29 |
# Dataset Card for Cambridge English Write & Improve + LOCNESS Dataset
|
|
|
|
| 24 |
- wi
|
| 25 |
tags:
|
| 26 |
- grammatical-error-correction
|
| 27 |
+
dataset_info:
|
| 28 |
+
- config_name: default
|
| 29 |
+
features:
|
| 30 |
+
- name: id
|
| 31 |
+
dtype: string
|
| 32 |
+
- name: userid
|
| 33 |
+
dtype: string
|
| 34 |
+
- name: cefr
|
| 35 |
+
dtype: string
|
| 36 |
+
- name: text
|
| 37 |
+
dtype: string
|
| 38 |
+
- name: edits
|
| 39 |
+
sequence:
|
| 40 |
+
- name: start
|
| 41 |
+
dtype: int32
|
| 42 |
+
- name: end
|
| 43 |
+
dtype: int32
|
| 44 |
+
- name: text
|
| 45 |
+
dtype: string
|
| 46 |
+
splits:
|
| 47 |
+
- name: train
|
| 48 |
+
num_bytes: 4375795
|
| 49 |
+
num_examples: 3000
|
| 50 |
+
- name: validation
|
| 51 |
+
num_bytes: 447055
|
| 52 |
+
num_examples: 300
|
| 53 |
+
download_size: 6120469
|
| 54 |
+
dataset_size: 4822850
|
| 55 |
+
- config_name: wi
|
| 56 |
+
features:
|
| 57 |
+
- name: id
|
| 58 |
+
dtype: string
|
| 59 |
+
- name: userid
|
| 60 |
+
dtype: string
|
| 61 |
+
- name: cefr
|
| 62 |
+
dtype: string
|
| 63 |
+
- name: text
|
| 64 |
+
dtype: string
|
| 65 |
+
- name: edits
|
| 66 |
+
sequence:
|
| 67 |
+
- name: start
|
| 68 |
+
dtype: int32
|
| 69 |
+
- name: end
|
| 70 |
+
dtype: int32
|
| 71 |
+
- name: text
|
| 72 |
+
dtype: string
|
| 73 |
+
splits:
|
| 74 |
+
- name: train
|
| 75 |
+
num_bytes: 4375795
|
| 76 |
+
num_examples: 3000
|
| 77 |
+
- name: validation
|
| 78 |
+
num_bytes: 447055
|
| 79 |
+
num_examples: 300
|
| 80 |
+
download_size: 6120469
|
| 81 |
+
dataset_size: 4822850
|
| 82 |
+
- config_name: locness
|
| 83 |
+
features:
|
| 84 |
+
- name: id
|
| 85 |
+
dtype: string
|
| 86 |
+
- name: cefr
|
| 87 |
+
dtype: string
|
| 88 |
+
- name: text
|
| 89 |
+
dtype: string
|
| 90 |
+
- name: edits
|
| 91 |
+
sequence:
|
| 92 |
+
- name: start
|
| 93 |
+
dtype: int32
|
| 94 |
+
- name: end
|
| 95 |
+
dtype: int32
|
| 96 |
+
- name: text
|
| 97 |
+
dtype: string
|
| 98 |
+
splits:
|
| 99 |
+
- name: validation
|
| 100 |
+
num_bytes: 138176
|
| 101 |
+
num_examples: 50
|
| 102 |
+
download_size: 6120469
|
| 103 |
+
dataset_size: 138176
|
| 104 |
---
|
| 105 |
|
| 106 |
# Dataset Card for Cambridge English Write & Improve + LOCNESS Dataset
|