Upload initial dataset files from '/home/christian/Desktop/Uni/Bachelor-Thesis/datasets/because'
Browse files
README.md
CHANGED
|
@@ -16,7 +16,7 @@ configs:
|
|
| 16 |
- test.csv
|
| 17 |
features: # These are the features expected *by this config*
|
| 18 |
- name: text
|
| 19 |
-
dtype:
|
| 20 |
- name: seq_label
|
| 21 |
dtype:
|
| 22 |
class_label:
|
|
@@ -38,7 +38,7 @@ configs:
|
|
| 38 |
- test.csv
|
| 39 |
features:
|
| 40 |
- name: text_w_pairs
|
| 41 |
-
dtype:
|
| 42 |
- name: pair_label
|
| 43 |
dtype:
|
| 44 |
class_label:
|
|
@@ -60,12 +60,12 @@ configs:
|
|
| 60 |
- test.csv
|
| 61 |
features: # These are the features expected *by this config*
|
| 62 |
- name: text
|
| 63 |
-
dtype:
|
| 64 |
- name: tokens # Tokenized version of text for aligning labels
|
| 65 |
dtype:
|
| 66 |
Sequence:
|
| 67 |
feature:
|
| 68 |
-
dtype:
|
| 69 |
- name: labels # The token-level ground truth labels (BIO tags)
|
| 70 |
dtype:
|
| 71 |
Sequence: # This indicates 'target' is a list/sequence of labels
|
|
|
|
| 16 |
- test.csv
|
| 17 |
features: # These are the features expected *by this config*
|
| 18 |
- name: text
|
| 19 |
+
dtype: string
|
| 20 |
- name: seq_label
|
| 21 |
dtype:
|
| 22 |
class_label:
|
|
|
|
| 38 |
- test.csv
|
| 39 |
features:
|
| 40 |
- name: text_w_pairs
|
| 41 |
+
dtype: string
|
| 42 |
- name: pair_label
|
| 43 |
dtype:
|
| 44 |
class_label:
|
|
|
|
| 60 |
- test.csv
|
| 61 |
features: # These are the features expected *by this config*
|
| 62 |
- name: text
|
| 63 |
+
dtype: string
|
| 64 |
- name: tokens # Tokenized version of text for aligning labels
|
| 65 |
dtype:
|
| 66 |
Sequence:
|
| 67 |
feature:
|
| 68 |
+
dtype: string
|
| 69 |
- name: labels # The token-level ground truth labels (BIO tags)
|
| 70 |
dtype:
|
| 71 |
Sequence: # This indicates 'target' is a list/sequence of labels
|