ChristianHugD commited on
Commit
e1171ea
·
verified ·
1 Parent(s): 375118b

Upload initial dataset files from '/home/christian/Desktop/Uni/Bachelor-Thesis/datasets/because'

Browse files
Files changed (1) hide show
  1. README.md +6 -7
README.md CHANGED
@@ -65,19 +65,18 @@ configs:
65
  dtype:
66
  Sequence:
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:
74
  class_label: # Each element in the sequence is a categorical label
75
  names:
76
- '0': O # Outside of any annotated causal span
77
- '1': B-Cause # Beginning of a Cause span
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
 
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