Commit
·
df5385a
1
Parent(s):
d5095f4
Update README.md
Browse files
README.md
CHANGED
@@ -38,13 +38,13 @@ Romanian DistilBERT is 35% smaller than the original Romanian BERT.
|
|
38 |
|
39 |
We evaluated the Romanian DistilBERT in comparison with the original Romanian BERT on 5 tasks:
|
40 |
|
41 |
-
- **UPOS**: Universal Part of Speech
|
42 |
-
- **XPOS**: Extended Part of Speech
|
43 |
-
- **NER**: Named Entity Recognition
|
44 |
-
- **SAPN**: Sentiment Anlaysis - Positive vs Negative
|
45 |
-
- **SAR**: Sentiment Analysis - Rating
|
46 |
-
- **DI**: Dialect
|
47 |
-
- **STS**: Semantic Textual Similarity
|
48 |
|
49 |
| Model | UPOS | XPOS | NER | SAPN | SAR | DI | STS |
|
50 |
|--------------------------------|:----:|:----:|:---:|:----:|:---:|:--:|:---:|
|
|
|
38 |
|
39 |
We evaluated the Romanian DistilBERT in comparison with the original Romanian BERT on 5 tasks:
|
40 |
|
41 |
+
- **UPOS**: Universal Part of Speech (F1-macro)
|
42 |
+
- **XPOS**: Extended Part of Speech (F1-macro)
|
43 |
+
- **NER**: Named Entity Recognition (F1-macro)
|
44 |
+
- **SAPN**: Sentiment Anlaysis - Positive vs Negative (Accuracy)
|
45 |
+
- **SAR**: Sentiment Analysis - Rating (F1-macro)
|
46 |
+
- **DI**: Dialect identification (F1-macro)
|
47 |
+
- **STS**: Semantic Textual Similarity (Pearson)
|
48 |
|
49 |
| Model | UPOS | XPOS | NER | SAPN | SAR | DI | STS |
|
50 |
|--------------------------------|:----:|:----:|:---:|:----:|:---:|:--:|:---:|
|