Commit
·
fa64995
1
Parent(s):
330c6e2
Update README.md
Browse files
README.md
CHANGED
@@ -32,6 +32,26 @@ model-index:
|
|
32 |
- name: Recall
|
33 |
type: recall
|
34 |
value: 0.9004554220756779
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
pipeline_tag: text-classification
|
36 |
---
|
37 |
# Model Card for Model ID
|
|
|
32 |
- name: Recall
|
33 |
type: recall
|
34 |
value: 0.9004554220756779
|
35 |
+
- task:
|
36 |
+
name: Natural Language Inference
|
37 |
+
type: text-classification
|
38 |
+
dataset:
|
39 |
+
name: e-SNLI
|
40 |
+
type: esnli
|
41 |
+
split: test
|
42 |
+
metrics:
|
43 |
+
- name: Accuracy
|
44 |
+
type: accuracy
|
45 |
+
value: 0.8957654723127035
|
46 |
+
- name: F1
|
47 |
+
type: f1
|
48 |
+
value: 0.8954702227331482
|
49 |
+
- name: Precision
|
50 |
+
type: precision
|
51 |
+
value: 0.8954036872157838
|
52 |
+
- name: Recall
|
53 |
+
type: recall
|
54 |
+
value: 0.8955997285576146
|
55 |
pipeline_tag: text-classification
|
56 |
---
|
57 |
# Model Card for Model ID
|