jacinthes commited on
Commit
8ee5b08
1 Parent(s): 2f83883

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -6,15 +6,15 @@ language:
6
  ---
7
 
8
  # CrossEncoder for Slovene NLI
9
- The model was trained using [SentenceTransformers](https://sbert.net/) [CrossEncoder](https://www.sbert.net/examples/applications/cross-encoder/README.html) class.
10
  It is based on [SloBerta](https://huggingface.co/EMBEDDIA/sloberta), a monolingual Slovene model.
11
 
12
  ## Training
13
- This model was trained on the [SI-NLI](https://huggingface.co/datasets/cjvt/si_nli) and the [slovene_mnli_snli](https://huggingface.co/datasets/jacinthes/slovene_mnli_snli) datasets.
14
  More details and the training script are available here: [repo](https://github.com/jacinthes/slovene-nli-benchmark)
15
 
16
  ## Performance
17
- -Accuracy on the SI-NLI validation set: 77.51
18
 
19
  ## Usage
20
  The model can be used for inference using the below code:
 
6
  ---
7
 
8
  # CrossEncoder for Slovene NLI
9
+ The model was trained using the [SentenceTransformers](https://sbert.net/) [CrossEncoder](https://www.sbert.net/examples/applications/cross-encoder/README.html) class. <br />
10
  It is based on [SloBerta](https://huggingface.co/EMBEDDIA/sloberta), a monolingual Slovene model.
11
 
12
  ## Training
13
+ This model was trained on the [SI-NLI](https://huggingface.co/datasets/cjvt/si_nli) and the [slovene_mnli_snli](https://huggingface.co/datasets/jacinthes/slovene_mnli_snli) datasets.<br />
14
  More details and the training script are available here: [repo](https://github.com/jacinthes/slovene-nli-benchmark)
15
 
16
  ## Performance
17
+ - Accuracy on the SI-NLI validation set: 77.51
18
 
19
  ## Usage
20
  The model can be used for inference using the below code: