gonzalez-agirre
commited on
Commit
•
102a360
1
Parent(s):
a7a8a3a
Update README.md
Browse files
README.md
CHANGED
@@ -41,7 +41,7 @@ model-index:
|
|
41 |
metrics:
|
42 |
- name: F1
|
43 |
type: f1
|
44 |
-
value: 0.
|
45 |
|
46 |
widget:
|
47 |
|
@@ -111,10 +111,10 @@ We evaluated the _roberta-base-ca-v2-cased-pos_ on the Ancora-ca-ner test set ag
|
|
111 |
|
112 |
| Model | Ancora-ca-pos (F1) |
|
113 |
| ------------|:-------------|
|
114 |
-
| roberta-base-ca-v2-cased-pos |
|
115 |
-
| roberta-base-ca-cased-pos | **
|
116 |
-
| mBERT | 98.
|
117 |
-
| XLM-RoBERTa |
|
118 |
|
119 |
For more details, check the fine-tuning and evaluation scripts in the official [GitHub repository](https://github.com/projecte-aina/club).
|
120 |
|
|
|
41 |
metrics:
|
42 |
- name: F1
|
43 |
type: f1
|
44 |
+
value: 0.9896
|
45 |
|
46 |
widget:
|
47 |
|
|
|
111 |
|
112 |
| Model | Ancora-ca-pos (F1) |
|
113 |
| ------------|:-------------|
|
114 |
+
| roberta-base-ca-v2-cased-pos | **98.96** |
|
115 |
+
| roberta-base-ca-cased-pos | **98.96** |
|
116 |
+
| mBERT | 98.83 |
|
117 |
+
| XLM-RoBERTa | 98.89 |
|
118 |
|
119 |
For more details, check the fine-tuning and evaluation scripts in the official [GitHub repository](https://github.com/projecte-aina/club).
|
120 |
|