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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
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 | 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
 
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 | Layers | #Params. | Accuracy |
43
  |----------------|------------------------------------------------------------------------|-----------|-----------|
44
+ | RobBERT (v2) | [`DTAI-KULeuven/robbert-v2-dutch-sentiment`](https://huggingface.co/DTAI-KULeuven/robbert-v2-dutch-sentiment) | 12 | 116 M |93.3* |
45
+ | RobBERTje - Merged (p=0.5)| [`DTAI-KULeuven/robbertje-merged-dutch-sentiment`](https://huggingface.co/DTAI-KULeuven/robbertje-merged-dutch-sentiment) | 6 | 74 M |92.9 |
46
+
47
  *The results of RobBERT are of a different run than the one reported in the paper.
48
 
49
  # Training data and setup