added metadata
Browse files
README.md
CHANGED
@@ -19,6 +19,37 @@ task_categories:
|
|
19 |
task_ids: []
|
20 |
paperswithcode_id: discovery
|
21 |
pretty_name: Discovery
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
configs:
|
23 |
- discovery
|
24 |
- discoverysmall
|
|
|
19 |
task_ids: []
|
20 |
paperswithcode_id: discovery
|
21 |
pretty_name: Discovery
|
22 |
+
train-eval-index:
|
23 |
+
- config: discovery
|
24 |
+
task: text-classification
|
25 |
+
task_id: multi-class-classification
|
26 |
+
splits:
|
27 |
+
train_split: train
|
28 |
+
eval_split: validation
|
29 |
+
col_mapping:
|
30 |
+
sentence1: text1
|
31 |
+
sentence2: text2
|
32 |
+
label: target
|
33 |
+
metrics:
|
34 |
+
- type: accuracy
|
35 |
+
name: Accuracy
|
36 |
+
- type: f1
|
37 |
+
name: F1 binary
|
38 |
+
- config: discoverysmall
|
39 |
+
task: text-classification
|
40 |
+
task_id: multi-class-classification
|
41 |
+
splits:
|
42 |
+
train_split: train
|
43 |
+
eval_split: validation
|
44 |
+
col_mapping:
|
45 |
+
sentence1: text1
|
46 |
+
sentence2: text2
|
47 |
+
label: target
|
48 |
+
metrics:
|
49 |
+
- type: accuracy
|
50 |
+
name: Accuracy
|
51 |
+
- type: f1
|
52 |
+
name: F1 binary
|
53 |
configs:
|
54 |
- discovery
|
55 |
- discoverysmall
|