Commit
·
c05a17f
1
Parent(s):
56a6bec
Remove metrics tags from train-eval-index (#3)
Browse files- Remove metrics tags from train-eval-index (9a07a921de7360ee9ca77b7e46c49ea9b1cd8708)
README.md
CHANGED
@@ -30,11 +30,6 @@ train-eval-index:
|
|
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
|
@@ -45,11 +40,6 @@ train-eval-index:
|
|
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
|
|
|
30 |
sentence1: text1
|
31 |
sentence2: text2
|
32 |
label: target
|
|
|
|
|
|
|
|
|
|
|
33 |
- config: discoverysmall
|
34 |
task: text-classification
|
35 |
task_id: multi-class-classification
|
|
|
40 |
sentence1: text1
|
41 |
sentence2: text2
|
42 |
label: target
|
|
|
|
|
|
|
|
|
|
|
43 |
configs:
|
44 |
- discovery
|
45 |
- discoverysmall
|