Upload initial dataset files from '/home/christian/Desktop/Uni/Bachelor-Thesis/datasets/because'
Browse files
README.md
CHANGED
|
@@ -67,7 +67,7 @@ configs:
|
|
| 67 |
feature:
|
| 68 |
- name: tokens-list
|
| 69 |
dtype: string
|
| 70 |
-
- name: labels-
|
| 71 |
dtype:
|
| 72 |
Sequence: # This indicates 'target' is a list/sequence of labels
|
| 73 |
feature:
|
|
@@ -78,10 +78,10 @@ configs:
|
|
| 78 |
'2': I-Cause # Inside a Cause span
|
| 79 |
'3': B-Effect # Beginning of an Effect span
|
| 80 |
'4': I-Effect # Inside an Effect span
|
| 81 |
-
|
| 82 |
- task: token-classification
|
| 83 |
text_column: tokens # For token classification, the input is typically tokens
|
| 84 |
-
labels_column: labels
|
| 85 |
entity_type_names:
|
| 86 |
- O
|
| 87 |
- B-Cause
|
|
|
|
| 67 |
feature:
|
| 68 |
- name: tokens-list
|
| 69 |
dtype: string
|
| 70 |
+
- name: labels-BIO # The token-level ground truth labels (BIO tags)
|
| 71 |
dtype:
|
| 72 |
Sequence: # This indicates 'target' is a list/sequence of labels
|
| 73 |
feature:
|
|
|
|
| 78 |
'2': I-Cause # Inside a Cause span
|
| 79 |
'3': B-Effect # Beginning of an Effect span
|
| 80 |
'4': I-Effect # Inside an Effect span
|
| 81 |
+
task_templates: # Metadata for the Hub's display and task understanding
|
| 82 |
- task: token-classification
|
| 83 |
text_column: tokens # For token classification, the input is typically tokens
|
| 84 |
+
labels_column: labels-BIO
|
| 85 |
entity_type_names:
|
| 86 |
- O
|
| 87 |
- B-Cause
|