Commit
•
a1ae99a
1
Parent(s):
1084e3e
Librarian Bot: Add base_model information to model (#2)
Browse files- Librarian Bot: Add base_model information to model (1557144ac20949dbf12f3c0f8da2e96f1b7f24a7)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
README.md
CHANGED
@@ -5,23 +5,22 @@ tags:
|
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- sqac
|
8 |
-
|
9 |
metrics:
|
10 |
- f1
|
|
|
11 |
model-index:
|
12 |
- name: roberta-base-bne-finetuned-sqac
|
13 |
results:
|
14 |
- task:
|
15 |
-
name: Question Answering
|
16 |
type: Question-Answering
|
|
|
17 |
dataset:
|
18 |
name: sqac
|
19 |
type: sqac
|
20 |
-
args:
|
21 |
metrics:
|
22 |
-
-
|
23 |
-
type: f1
|
24 |
value: 0.7903
|
|
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- sqac
|
|
|
8 |
metrics:
|
9 |
- f1
|
10 |
+
base_model: BSC-TeMU/roberta-base-bne
|
11 |
model-index:
|
12 |
- name: roberta-base-bne-finetuned-sqac
|
13 |
results:
|
14 |
- task:
|
|
|
15 |
type: Question-Answering
|
16 |
+
name: Question Answering
|
17 |
dataset:
|
18 |
name: sqac
|
19 |
type: sqac
|
|
|
20 |
metrics:
|
21 |
+
- type: f1
|
|
|
22 |
value: 0.7903
|
23 |
+
name: f1
|
24 |
---
|
25 |
|
26 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|