updated feature description
Browse files
README.md
CHANGED
|
@@ -62,6 +62,7 @@ configs:
|
|
| 62 |
dtype:
|
| 63 |
class_label:
|
| 64 |
names:
|
|
|
|
| 65 |
'1': causal
|
| 66 |
- name: first
|
| 67 |
dtype: string
|
|
|
|
| 62 |
dtype:
|
| 63 |
class_label:
|
| 64 |
names:
|
| 65 |
+
'0': no-rel # Does not really make sense but exists to have the same labels as the classification task
|
| 66 |
'1': causal
|
| 67 |
- name: first
|
| 68 |
dtype: string
|