Commit
·
3a4e10c
1
Parent(s):
4dd3b02
added yaml data in readme file
Browse files
README.md
CHANGED
@@ -1,3 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# 🧬 mRNA-BioBERT: Fine-Tuned BioBERT for mRNA Sentence Classification
|
2 |
**Fine-tuned BioBERT model for classifying mRNA-related sentences in biomedical research papers.**
|
3 |
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-classification
|
4 |
+
- transformers
|
5 |
+
- biobert
|
6 |
+
- mRNA
|
7 |
+
- biomedical
|
8 |
+
- LoRA
|
9 |
+
- fine-tuning
|
10 |
+
library_name: transformers
|
11 |
+
datasets:
|
12 |
+
- custom-biomedical-dataset
|
13 |
+
license: apache-2.0
|
14 |
+
---
|
15 |
+
|
16 |
# 🧬 mRNA-BioBERT: Fine-Tuned BioBERT for mRNA Sentence Classification
|
17 |
**Fine-tuned BioBERT model for classifying mRNA-related sentences in biomedical research papers.**
|
18 |
|