MichelBartelsDeepset commited on
Commit
af4e144
1 Parent(s): a75ac21

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -11,7 +11,7 @@ tags:
11
  ![bert_image](https://thumb.tildacdn.com/tild3433-3637-4830-a533-353833613061/-/resize/720x/-/format/webp/germanquad.jpg)
12
 
13
  ## Overview
14
- **Language model:** deepset/roberta-base-squad2-distilled
15
  **Language:** Multilingual
16
  **Training data:** SQuAD 2.0 training set
17
  **Infrastructure**: 1x V100 GPU
@@ -34,8 +34,8 @@ distillation_loss_weight = 0.75
34
  ## Performance
35
  SQuAD v2 dev set:
36
  ```
37
- "exact": 79.8366040596311%
38
- "f1": 83.916407079888%
39
  ```
40
 
41
  ## Authors
 
11
  ![bert_image](https://thumb.tildacdn.com/tild3433-3637-4830-a533-353833613061/-/resize/720x/-/format/webp/germanquad.jpg)
12
 
13
  ## Overview
14
+ **Language model:** deepset/xlm-roberta-base-squad2-distilled
15
  **Language:** Multilingual
16
  **Training data:** SQuAD 2.0 training set
17
  **Infrastructure**: 1x V100 GPU
 
34
  ## Performance
35
  SQuAD v2 dev set:
36
  ```
37
+ "exact": 74.06721131980123%
38
+ "f1": 76.39919553344667%
39
  ```
40
 
41
  ## Authors