vanboefer commited on
Commit 路
d3a64a1
1
Parent(s): cf46e33
update README.md
Browse files
README.md
CHANGED
|
@@ -31,6 +31,7 @@ model = NERModel(
|
|
| 31 |
'bert',
|
| 32 |
'jeniakim/hedgehog',
|
| 33 |
use_cuda=False,
|
|
|
|
| 34 |
)
|
| 35 |
|
| 36 |
example = "As much as I definitely enjoy solitude, I wouldn't mind perhaps spending little time with you (Bj枚rk)"
|
|
@@ -81,4 +82,4 @@ Certain | 1.00 | 1.00 | 1.00 | 104,751
|
|
| 81 |
**macro average** | **0.89** | **0.90** | **0.89** | 105,714
|
| 82 |
|
| 83 |
# References
|
| 84 |
-
<sup>1</sup> Szarvas, G., Vincze, V., Farkas, R., M贸ra, G., & Gurevych, I. (2012). Cross-genre and cross-domain detection of semantic uncertainty. *Computational Linguistics, 38*(2), 335-367.
|
|
|
|
| 31 |
'bert',
|
| 32 |
'jeniakim/hedgehog',
|
| 33 |
use_cuda=False,
|
| 34 |
+
labels=["C", "D", "E", "I", "N"],
|
| 35 |
)
|
| 36 |
|
| 37 |
example = "As much as I definitely enjoy solitude, I wouldn't mind perhaps spending little time with you (Bj枚rk)"
|
|
|
|
| 82 |
**macro average** | **0.89** | **0.90** | **0.89** | 105,714
|
| 83 |
|
| 84 |
# References
|
| 85 |
+
<sup>1</sup> Szarvas, G., Vincze, V., Farkas, R., M贸ra, G., & Gurevych, I. (2012). Cross-genre and cross-domain detection of semantic uncertainty. *Computational Linguistics, 38*(2), 335-367.
|