ChristianHugD commited on
Commit
1280c5a
·
verified ·
1 Parent(s): 322d0ae

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

Browse files
Files changed (1) hide show
  1. README.md +4 -4
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: str
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: str
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: str
64
  - name: tokens # Tokenized version of text for aligning labels
65
  dtype:
66
  Sequence:
67
  feature:
68
- dtype: str
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