Update README.md
Browse files
README.md
CHANGED
|
@@ -21,4 +21,19 @@ task_categories:
|
|
| 21 |
- token-classification
|
| 22 |
task_ids:
|
| 23 |
- disfluency-detection
|
| 24 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
- token-classification
|
| 22 |
task_ids:
|
| 23 |
- disfluency-detection
|
| 24 |
+
dataset_info:
|
| 25 |
+
features:
|
| 26 |
+
- name: id
|
| 27 |
+
dtype: string
|
| 28 |
+
- name: tokens
|
| 29 |
+
sequence: string
|
| 30 |
+
- name: isDisf
|
| 31 |
+
sequence:
|
| 32 |
+
class_label:
|
| 33 |
+
names:
|
| 34 |
+
0: O
|
| 35 |
+
1: B_RM
|
| 36 |
+
2: I_RM
|
| 37 |
+
3: B_RP
|
| 38 |
+
4: I_RP
|
| 39 |
+
5: I
|