julien-c HF staff commited on
Commit
599308b
1 Parent(s): f4cc78d

Fix images

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -92,7 +92,7 @@ Using the [Lassy UD dataset](https://universaldependencies.org/treebanks/nl_lass
92
  Interestingly, we found that when dealing with **small data sets**, RobBERT v2 **significantly outperforms** other models.
93
 
94
  <p align="center">
95
- <img src="https://github.com/iPieter/RobBERT/blob/master/res/robbert_pos_accuracy.png" alt="RobBERT's performance on smaller datasets">
96
  </p>
97
 
98
  ### Named Entity Recognition
@@ -139,13 +139,13 @@ In the [RobBERT paper](https://arxiv.org/abs/2001.06286), we also investigated p
139
  We found that the zeroshot model estimates the probability of *hij* (he) to be higher than *zij* (she) for most occupations in bleached template sentences, regardless of their actual job gender ratio in reality.
140
 
141
  <p align="center">
142
- <img src="https://github.com/iPieter/RobBERT/blob/master/res/gender_diff.png" alt="RobBERT's performance on smaller datasets">
143
  </p>
144
 
145
  By augmenting the DBRB Dutch Book sentiment analysis dataset with the stated gender of the author of the review, we found that highly positive reviews written by women were generally more accurately detected by RobBERT as being positive than those written by men.
146
 
147
  <p align="center">
148
- <img src="https://github.com/iPieter/RobBERT/blob/master/res/dbrd.png" alt="RobBERT's performance on smaller datasets">
149
  </p>
150
 
151
 
 
92
  Interestingly, we found that when dealing with **small data sets**, RobBERT v2 **significantly outperforms** other models.
93
 
94
  <p align="center">
95
+ <img src="https://github.com/iPieter/RobBERT/raw/master/res/robbert_pos_accuracy.png" alt="RobBERT's performance on smaller datasets">
96
  </p>
97
 
98
  ### Named Entity Recognition
 
139
  We found that the zeroshot model estimates the probability of *hij* (he) to be higher than *zij* (she) for most occupations in bleached template sentences, regardless of their actual job gender ratio in reality.
140
 
141
  <p align="center">
142
+ <img src="https://github.com/iPieter/RobBERT/raw/master/res/gender_diff.png" alt="RobBERT's performance on smaller datasets">
143
  </p>
144
 
145
  By augmenting the DBRB Dutch Book sentiment analysis dataset with the stated gender of the author of the review, we found that highly positive reviews written by women were generally more accurately detected by RobBERT as being positive than those written by men.
146
 
147
  <p align="center">
148
+ <img src="https://github.com/iPieter/RobBERT/raw/master/res/dbrd.png" alt="RobBERT's performance on smaller datasets">
149
  </p>
150
 
151