Commit
·
3000b68
1
Parent(s):
9887182
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (f6bf07e8e6b3ee6c42d8375093641896fe754ff2)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
README.md
CHANGED
|
@@ -6,20 +6,21 @@ datasets:
|
|
| 6 |
- pritamdeka/cord-19-abstract
|
| 7 |
metrics:
|
| 8 |
- accuracy
|
|
|
|
| 9 |
model-index:
|
| 10 |
- name: pubmedbert-abstract-cord19
|
| 11 |
results:
|
| 12 |
- task:
|
| 13 |
-
name: Masked Language Modeling
|
| 14 |
type: fill-mask
|
|
|
|
| 15 |
dataset:
|
| 16 |
name: pritamdeka/cord-19-abstract
|
| 17 |
type: pritamdeka/cord-19-abstract
|
| 18 |
args: fulltext
|
| 19 |
metrics:
|
| 20 |
-
-
|
| 21 |
-
type: accuracy
|
| 22 |
value: 0.7246798699728464
|
|
|
|
| 23 |
---
|
| 24 |
|
| 25 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 6 |
- pritamdeka/cord-19-abstract
|
| 7 |
metrics:
|
| 8 |
- accuracy
|
| 9 |
+
base_model: microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract-fulltext
|
| 10 |
model-index:
|
| 11 |
- name: pubmedbert-abstract-cord19
|
| 12 |
results:
|
| 13 |
- task:
|
|
|
|
| 14 |
type: fill-mask
|
| 15 |
+
name: Masked Language Modeling
|
| 16 |
dataset:
|
| 17 |
name: pritamdeka/cord-19-abstract
|
| 18 |
type: pritamdeka/cord-19-abstract
|
| 19 |
args: fulltext
|
| 20 |
metrics:
|
| 21 |
+
- type: accuracy
|
|
|
|
| 22 |
value: 0.7246798699728464
|
| 23 |
+
name: Accuracy
|
| 24 |
---
|
| 25 |
|
| 26 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|