Correct pipeline tag and add library name
#1
by
nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,9 +1,12 @@
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
| 3 |
datasets:
|
| 4 |
- ncbi/pubmed
|
| 5 |
language:
|
| 6 |
- en
|
|
|
|
|
|
|
| 7 |
tags:
|
| 8 |
- biomedical-text
|
| 9 |
- nlp
|
|
@@ -11,9 +14,7 @@ tags:
|
|
| 11 |
- discharge-notes
|
| 12 |
- healthcare
|
| 13 |
- pubmed
|
| 14 |
-
|
| 15 |
-
base_model:
|
| 16 |
-
- answerdotai/ModernBERT-base
|
| 17 |
---
|
| 18 |
|
| 19 |
Below is a draft Hugging Face model card for Clinical ModernBERT. The card emphasizes the masked language modeling setup and describes the pre-training optimizations.
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model:
|
| 3 |
+
- answerdotai/ModernBERT-base
|
| 4 |
datasets:
|
| 5 |
- ncbi/pubmed
|
| 6 |
language:
|
| 7 |
- en
|
| 8 |
+
license: mit
|
| 9 |
+
pipeline_tag: feature-extraction
|
| 10 |
tags:
|
| 11 |
- biomedical-text
|
| 12 |
- nlp
|
|
|
|
| 14 |
- discharge-notes
|
| 15 |
- healthcare
|
| 16 |
- pubmed
|
| 17 |
+
library_name: transformers
|
|
|
|
|
|
|
| 18 |
---
|
| 19 |
|
| 20 |
Below is a draft Hugging Face model card for Clinical ModernBERT. The card emphasizes the masked language modeling setup and describes the pre-training optimizations.
|