Marwolaeth
commited on
Add test accuracy result
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ model-index:
|
|
22 |
type: text-classification
|
23 |
name: Text Classification
|
24 |
dataset:
|
25 |
-
name:
|
26 |
type: NLI
|
27 |
split: validation
|
28 |
metrics:
|
@@ -38,6 +38,17 @@ model-index:
|
|
38 |
- type: recall
|
39 |
value: 0.8235294117647058
|
40 |
name: Recall
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
---
|
42 |
|
43 |
# RoSBERTa-nli-terra-v0
|
|
|
22 |
type: text-classification
|
23 |
name: Text Classification
|
24 |
dataset:
|
25 |
+
name: TERRa
|
26 |
type: NLI
|
27 |
split: validation
|
28 |
metrics:
|
|
|
38 |
- type: recall
|
39 |
value: 0.8235294117647058
|
40 |
name: Recall
|
41 |
+
- task:
|
42 |
+
type: text-classification
|
43 |
+
name: Text Classification
|
44 |
+
dataset:
|
45 |
+
name: TERRa
|
46 |
+
type: NLI
|
47 |
+
split: test
|
48 |
+
metrics:
|
49 |
+
- type: accuracy
|
50 |
+
value: 0.753
|
51 |
+
name: Accuracy
|
52 |
---
|
53 |
|
54 |
# RoSBERTa-nli-terra-v0
|