thagen commited on
Commit
f2bc030
·
1 Parent(s): 4a5a781

updated metadata

Browse files
Files changed (1) hide show
  1. README.md +11 -12
README.md CHANGED
@@ -49,18 +49,17 @@ configs:
49
  - name: text
50
  dtype: string
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
 
49
  - name: text
50
  dtype: string
51
  - name: relations
52
+ sequence:
53
+ - name: relationship
54
+ dtype:
55
+ class_label:
56
+ names:
57
+ '0': uncausal
58
+ '1': causal
59
+ - name: first
60
+ dtype: string
61
+ - name: second
62
+ dtype: string
 
63
  train-eval-index:
64
  - config: causality detection
65
  task: text-classification