Upload initial dataset files from '/home/christian/Desktop/Uni/Bachelor-Thesis/datasets/because'
Browse files
README.md
CHANGED
|
@@ -65,19 +65,18 @@ configs:
|
|
| 65 |
dtype:
|
| 66 |
Sequence:
|
| 67 |
feature:
|
| 68 |
-
|
| 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:
|
| 74 |
class_label: # Each element in the sequence is a categorical label
|
| 75 |
names:
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
|
| 79 |
-
|
| 80 |
-
|
| 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
|
|
|
|
| 65 |
dtype:
|
| 66 |
Sequence:
|
| 67 |
feature:
|
| 68 |
+
dtype: string
|
|
|
|
| 69 |
- name: labels-BIO # The token-level ground truth labels (BIO tags)
|
| 70 |
dtype:
|
| 71 |
Sequence: # This indicates 'target' is a list/sequence of labels
|
| 72 |
feature:
|
| 73 |
class_label: # Each element in the sequence is a categorical label
|
| 74 |
names:
|
| 75 |
+
- O # Outside of any annotated causal span
|
| 76 |
+
- B-Cause # Beginning of a Cause span
|
| 77 |
+
- I-Cause # Inside a Cause span
|
| 78 |
+
- B-Effect # Beginning of an Effect span
|
| 79 |
+
- I-Effect # Inside an Effect span
|
| 80 |
task_templates: # Metadata for the Hub's display and task understanding
|
| 81 |
- task: token-classification
|
| 82 |
text_column: tokens # For token classification, the input is typically tokens
|