AdamCodd commited on
Commit
2c7aee7
1 Parent(s): b12001e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
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. It achieves the following results on the evaluation set:
38
- Loss: 0.438475
39
- Accuracy: 0.829536
 
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