nicolauduran45
commited on
Commit
•
0c0bde0
1
Parent(s):
d24a0cb
Update README.md
Browse files
README.md
CHANGED
@@ -95,8 +95,8 @@ The model's performance was evaluated on a 10% of the dataset.
|
|
95 |
| Semicolon split (baseline) | .793 | .907 |
|
96 |
| RoBERTa | .929 | .981 |
|
97 |
| XLM | .931 | .978 |
|
98 |
-
|
|
99 |
-
|
|
100 |
|
101 |
All the numbers reported above represent F1-score with *strict* and *partial* match, when both the boundaries and types of the entities match.
|
102 |
|
|
|
95 |
| Semicolon split (baseline) | .793 | .907 |
|
96 |
| RoBERTa | .929 | .981 |
|
97 |
| XLM | .931 | .978 |
|
98 |
+
| **AffilGoodRoBERTa (this model)** | **.938** | **.981** |
|
99 |
+
| AffilGoodXLM | .927 | .979 |
|
100 |
|
101 |
All the numbers reported above represent F1-score with *strict* and *partial* match, when both the boundaries and types of the entities match.
|
102 |
|