AdamCodd commited on
Commit
b12001e
1 Parent(s): c40ac66

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -34,7 +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
  ## Model description
40
 
 
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. It achieves the following results on the evaluation set:
38
+ Loss: 0.438475
39
+ Accuracy: 0.829536
40
+
41
 
42
  ## Model description
43