Update README.md
Browse files
README.md
CHANGED
@@ -34,9 +34,10 @@ language:
|
|
34 |
---
|
35 |
## DistilRoBERTa-NLI
|
36 |
|
37 |
-
This model utilizes the [Distilroberta base](https://huggingface.co/distilroberta-base) architecture, which has been fine-tuned for NLI tasks on the [MultiNLI](https://huggingface.co/datasets/multi_nli) and [SNLI](https://huggingface.co/datasets/snli) datasets.
|
38 |
-
|
39 |
-
|
|
|
40 |
|
41 |
|
42 |
## Model description
|
|
|
34 |
---
|
35 |
## DistilRoBERTa-NLI
|
36 |
|
37 |
+
This model utilizes the [Distilroberta base](https://huggingface.co/distilroberta-base) architecture, which has been fine-tuned for NLI tasks on the [MultiNLI](https://huggingface.co/datasets/multi_nli) and [SNLI](https://huggingface.co/datasets/snli) datasets.
|
38 |
+
It achieves the following results on the evaluation set:
|
39 |
+
* Loss: 0.4384
|
40 |
+
* Accuracy: 0.8295
|
41 |
|
42 |
|
43 |
## Model description
|