File size: 708 Bytes
a5af5e0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
language:
- en
license: mit
tags:
- natural-language-inference
- nli
- text-classification
datasets:
- sentence-transformers/all-nli
metrics:
- accuracy
- f1
model-index:
- name: nli-model
  results:
  - task:
      type: text-classification
      name: Natural Language Inference
    dataset:
      name: sentence-transformers/all-nli
      type: sentence-transformers/all-nli
    metrics:
      - name: Accuracy
        type: accuracy
        value: 0.2500
      - name: F1
        type: f1
        value: 0.2246
---

# NLI Fine-tuned Model

## Evaluation Results

| Metric | Value |
|--------|-------|
| Loss | 1.3435 |
| Accuracy | 0.2500 |
| Precision | 0.2042 |
| Recall | 0.2500 |
| F1 | 0.2246 |