Update README.md
Browse files
README.md
CHANGED
@@ -24,6 +24,18 @@ metrics:
|
|
24 |
model-index:
|
25 |
- name: pixel-base-finetuned-xnli-translate-train-all
|
26 |
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
29 |
should probably proofread and complete it, then remove this comment. -->
|
|
|
24 |
model-index:
|
25 |
- name: pixel-base-finetuned-xnli-translate-train-all
|
26 |
results:
|
27 |
+
- task:
|
28 |
+
name: Text Classification
|
29 |
+
type: text-classification
|
30 |
+
dataset:
|
31 |
+
name: XNLI
|
32 |
+
type: xnli
|
33 |
+
args: xnli
|
34 |
+
metrics:
|
35 |
+
- name: Accuracy
|
36 |
+
type: accuracy
|
37 |
+
value: 0.6254886211512718
|
38 |
+
---
|
39 |
|
40 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
41 |
should probably proofread and complete it, then remove this comment. -->
|