Commit
•
f3265f2
1
Parent(s):
21cb61b
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (b582c4ccf57da6d414b1f1c484fa250c94daf4f0)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
README.md
CHANGED
@@ -1,7 +1,16 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: mit
|
3 |
tags:
|
4 |
- generated_from_keras_callback
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
model-index:
|
6 |
- name: pmfsl/bertimbau-base-finetuned-rte
|
7 |
results:
|
@@ -9,21 +18,13 @@ model-index:
|
|
9 |
type: text-classification
|
10 |
name: Natural Lenguage Inference
|
11 |
dataset:
|
12 |
-
type: assin2
|
13 |
name: ASSIN2
|
|
|
14 |
metrics:
|
15 |
- type: accuracy
|
16 |
value: 0.877859477124183
|
17 |
- type: f1
|
18 |
value: 0.8860083873427372
|
19 |
-
datasets:
|
20 |
-
- assin2
|
21 |
-
metrics:
|
22 |
-
- accuracy
|
23 |
-
- f1
|
24 |
-
language:
|
25 |
-
- pt
|
26 |
-
pipeline_tag: text-classification
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- pt
|
4 |
license: mit
|
5 |
tags:
|
6 |
- generated_from_keras_callback
|
7 |
+
datasets:
|
8 |
+
- assin2
|
9 |
+
metrics:
|
10 |
+
- accuracy
|
11 |
+
- f1
|
12 |
+
pipeline_tag: text-classification
|
13 |
+
base_model: neuralmind/bert-base-portuguese-cased
|
14 |
model-index:
|
15 |
- name: pmfsl/bertimbau-base-finetuned-rte
|
16 |
results:
|
|
|
18 |
type: text-classification
|
19 |
name: Natural Lenguage Inference
|
20 |
dataset:
|
|
|
21 |
name: ASSIN2
|
22 |
+
type: assin2
|
23 |
metrics:
|
24 |
- type: accuracy
|
25 |
value: 0.877859477124183
|
26 |
- type: f1
|
27 |
value: 0.8860083873427372
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
---
|
29 |
|
30 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|