thagen commited on
Commit
56b80a6
·
verified ·
1 Parent(s): b8911cd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -51,9 +51,16 @@ configs:
51
  - name: relations
52
  dtype:
53
  sequence:
54
- - string
55
- - string
56
- - string
 
 
 
 
 
 
 
57
  train-eval-index:
58
  - config: causality detection
59
  task: text-classification
 
51
  - name: relations
52
  dtype:
53
  sequence:
54
+ - name: relationship
55
+ dtype:
56
+ class_label:
57
+ names:
58
+ '0': uncausal
59
+ '1': causal
60
+ - name: first
61
+ dtype: string
62
+ - name: second
63
+ dtype: string
64
  train-eval-index:
65
  - config: causality detection
66
  task: text-classification