gonzalez-agirre
commited on
Commit
•
0d79206
1
Parent(s):
7ace853
Update README.md
Browse files
README.md
CHANGED
@@ -37,7 +37,7 @@ model-index:
|
|
37 |
metrics:
|
38 |
- name: F1
|
39 |
type: f1
|
40 |
-
value: 0.
|
41 |
|
42 |
widget:
|
43 |
|
@@ -108,10 +108,10 @@ We evaluated the _roberta-base-ca-v2-cased-ner_ on the Ancora-ca-ner test set ag
|
|
108 |
|
109 |
| Model | Ancora-ca-ner (F1)|
|
110 |
| ------------|:-------------|
|
111 |
-
| roberta-base-ca-v2-cased-ner |
|
112 |
-
| roberta-base-ca-cased-ner |
|
113 |
-
| mBERT | 87
|
114 |
-
| XLM-RoBERTa |
|
115 |
|
116 |
For more details, check the fine-tuning and evaluation scripts in the official [GitHub repository](https://github.com/projecte-aina/club).
|
117 |
|
|
|
37 |
metrics:
|
38 |
- name: F1
|
39 |
type: f1
|
40 |
+
value: 0.8929
|
41 |
|
42 |
widget:
|
43 |
|
|
|
108 |
|
109 |
| Model | Ancora-ca-ner (F1)|
|
110 |
| ------------|:-------------|
|
111 |
+
| roberta-base-ca-v2-cased-ner | 89.29 |
|
112 |
+
| roberta-base-ca-cased-ner | **89.76** |
|
113 |
+
| mBERT | 86.87 |
|
114 |
+
| XLM-RoBERTa | 86.31 |
|
115 |
|
116 |
For more details, check the fine-tuning and evaluation scripts in the official [GitHub repository](https://github.com/projecte-aina/club).
|
117 |
|