pdelobelle commited on
Commit
2e9199b
1 Parent(s): e1eaeb2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -39,10 +39,11 @@ This is a finetuned model based on [RobBERTje (merged)](https://huggingface.co/D
39
  We released a distilled model and a `base`-sized model. Both models perform quite well, so there is only a slight performance tradeoff:
40
 
41
 
42
- | Model | #Params. | Accuracy |
43
- |-----------------------------------------------------------------------------------------|-----------|-----------|
44
- | [RobBERT (v2)](https://huggingface.co/DTAI-KULeuven/robbert-v2-dutch-sentiment) | 110 M |94.4 |
45
- | [Merged (p=0.5)](https://huggingface.co/DTAI-KULeuven/robbertje-merged-dutch-sentiment) | 74 M |92.9 |
 
46
 
47
  # Training data and setup
48
  We used the [Dutch Book Reviews Dataset (DBRD)](https://huggingface.co/datasets/dbrd) from van der Burgh et al. (2019).
 
39
  We released a distilled model and a `base`-sized model. Both models perform quite well, so there is only a slight performance tradeoff:
40
 
41
 
42
+ | Model | Identifier | #Params. | Accuracy |
43
+ |----------------|------------------------------------------------------------------------|-----------|-----------|
44
+ | RobBERT (v2) | [`DTAI-KULeuven/robbert-v2-dutch-sentiment`](https://huggingface.co/DTAI-KULeuven/robbert-v2-dutch-sentiment) | 110 M |93.3* |
45
+ | Merged (p=0.5)| [`DTAI-KULeuven/robbertje-merged-dutch-sentiment`](https://huggingface.co/DTAI-KULeuven/robbertje-merged-dutch-sentiment) | 74 M |92.9 |
46
+ *The results of RobBERT are of a different run than the one reported in the paper.
47
 
48
  # Training data and setup
49
  We used the [Dutch Book Reviews Dataset (DBRD)](https://huggingface.co/datasets/dbrd) from van der Burgh et al. (2019).