Commit
·
c295dea
1
Parent(s):
b877572
Update README.md
Browse files
README.md
CHANGED
@@ -52,6 +52,26 @@ model-index:
|
|
52 |
- name: Recall
|
53 |
type: recall
|
54 |
value: 0.8955997285576146
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
pipeline_tag: text-classification
|
56 |
tags:
|
57 |
- Natural Language Inference
|
|
|
52 |
- name: Recall
|
53 |
type: recall
|
54 |
value: 0.8955997285576146
|
55 |
+
- task:
|
56 |
+
name: Natural Language Inference
|
57 |
+
type: text-classification
|
58 |
+
dataset:
|
59 |
+
name: e-SNLI
|
60 |
+
type: esnli
|
61 |
+
split: train
|
62 |
+
metrics:
|
63 |
+
- name: Accuracy
|
64 |
+
type: accuracy
|
65 |
+
value: 0.9428232857088249
|
66 |
+
- name: F1
|
67 |
+
type: f1
|
68 |
+
value: 0.9427238488455546
|
69 |
+
- name: Precision
|
70 |
+
type: precision
|
71 |
+
value: 0.9427589040743564
|
72 |
+
- name: Recall
|
73 |
+
type: recall
|
74 |
+
value: 0.942796523745599
|
75 |
pipeline_tag: text-classification
|
76 |
tags:
|
77 |
- Natural Language Inference
|