Update README.md
Browse files
README.md
CHANGED
@@ -16,6 +16,20 @@ tags:
|
|
16 |
- tasksource
|
17 |
- zero-shot
|
18 |
- rlhf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
pipeline_tag: zero-shot-classification
|
20 |
datasets:
|
21 |
- glue
|
|
|
16 |
- tasksource
|
17 |
- zero-shot
|
18 |
- rlhf
|
19 |
+
model-index:
|
20 |
+
- name: deberta-v3-base-tasksource-nli
|
21 |
+
results:
|
22 |
+
- task:
|
23 |
+
type: text-classification
|
24 |
+
name: Text Classification
|
25 |
+
dataset:
|
26 |
+
name: glue
|
27 |
+
type: glue
|
28 |
+
config: rte
|
29 |
+
split: validation
|
30 |
+
metrics:
|
31 |
+
- type: accuracy
|
32 |
+
value: 0.89
|
33 |
pipeline_tag: zero-shot-classification
|
34 |
datasets:
|
35 |
- glue
|