Add pipeline tag for feature extraction
Browse filesHi! I'm Niels from the community science team at Hugging Face.
I'm opening this PR to add the `feature-extraction` pipeline tag to your model card's metadata. This tag will help researchers and developers find your model more easily when filtering for feature extraction and transcriptomics tools on the Hub. I have also ensured the research paper and GitHub repository are correctly linked in the content.
README.md
CHANGED
|
@@ -1,12 +1,13 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
| 2 |
library_name: biomed-multi-omic
|
| 3 |
license: apache-2.0
|
|
|
|
| 4 |
tags:
|
| 5 |
- Biology
|
| 6 |
- RNA
|
| 7 |
-
datasets:
|
| 8 |
-
- PanglaoDB
|
| 9 |
-
- CELLxGENE
|
| 10 |
---
|
| 11 |
|
| 12 |
# ibm-research/biomed.rna.bert.110m.mlm.multitask.v1
|
|
|
|
| 1 |
---
|
| 2 |
+
datasets:
|
| 3 |
+
- PanglaoDB
|
| 4 |
+
- CELLxGENE
|
| 5 |
library_name: biomed-multi-omic
|
| 6 |
license: apache-2.0
|
| 7 |
+
pipeline_tag: feature-extraction
|
| 8 |
tags:
|
| 9 |
- Biology
|
| 10 |
- RNA
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# ibm-research/biomed.rna.bert.110m.mlm.multitask.v1
|