kaixkhazaki commited on
Commit
cd322ff
·
verified ·
1 Parent(s): 82196d2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -27,12 +27,14 @@ should probably proofread and complete it, then remove this comment. -->
27
 
28
  This model is a fine-tuned version of [deepset/gbert-large](https://huggingface.co/deepset/gbert-large) on facebook/xnli de dataset.
29
  It achieves the following results on the evaluation set:
 
30
  - Loss: 0.4592
31
  - Accuracy: 0.8486
32
  - F1: 0.8487
33
  - Precision: 0.8505
34
  - Recall: 0.8486
35
- -
 
36
  ## Usage
37
 
38
  ```python
 
27
 
28
  This model is a fine-tuned version of [deepset/gbert-large](https://huggingface.co/deepset/gbert-large) on facebook/xnli de dataset.
29
  It achieves the following results on the evaluation set:
30
+
31
  - Loss: 0.4592
32
  - Accuracy: 0.8486
33
  - F1: 0.8487
34
  - Precision: 0.8505
35
  - Recall: 0.8486
36
+
37
+
38
  ## Usage
39
 
40
  ```python