Commit
•
b8c47b9
1
Parent(s):
aa5c7b4
Librarian Bot: Add base_model information to model (#5)
Browse files- Librarian Bot: Add base_model information to model (e99ef3bd39a2391138896d74774b0b2506b28559)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
@@ -11,12 +11,13 @@ metrics:
|
|
11 |
- recall
|
12 |
- f1
|
13 |
- accuracy
|
|
|
14 |
model-index:
|
15 |
- name: xlm-roberta-large-finetuned-lener-br
|
16 |
results:
|
17 |
- task:
|
18 |
-
name: Token Classification
|
19 |
type: token-classification
|
|
|
20 |
dataset:
|
21 |
name: lener_br
|
22 |
type: lener_br
|
@@ -24,18 +25,18 @@ model-index:
|
|
24 |
split: train
|
25 |
args: lener_br
|
26 |
metrics:
|
27 |
-
-
|
28 |
-
type: precision
|
29 |
value: 0.8762313715584744
|
30 |
-
|
31 |
-
|
32 |
value: 0.8966141121736882
|
33 |
-
|
34 |
-
|
35 |
value: 0.8863055697496168
|
36 |
-
|
37 |
-
|
38 |
value: 0.979500052295785
|
|
|
39 |
---
|
40 |
|
41 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
11 |
- recall
|
12 |
- f1
|
13 |
- accuracy
|
14 |
+
base_model: xlm-roberta-large
|
15 |
model-index:
|
16 |
- name: xlm-roberta-large-finetuned-lener-br
|
17 |
results:
|
18 |
- task:
|
|
|
19 |
type: token-classification
|
20 |
+
name: Token Classification
|
21 |
dataset:
|
22 |
name: lener_br
|
23 |
type: lener_br
|
|
|
25 |
split: train
|
26 |
args: lener_br
|
27 |
metrics:
|
28 |
+
- type: precision
|
|
|
29 |
value: 0.8762313715584744
|
30 |
+
name: Precision
|
31 |
+
- type: recall
|
32 |
value: 0.8966141121736882
|
33 |
+
name: Recall
|
34 |
+
- type: f1
|
35 |
value: 0.8863055697496168
|
36 |
+
name: F1
|
37 |
+
- type: accuracy
|
38 |
value: 0.979500052295785
|
39 |
+
name: Accuracy
|
40 |
---
|
41 |
|
42 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|