Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
metrics:
|
3 |
+
- mse
|
4 |
+
- accuracy
|
5 |
+
library_name: transformers
|
6 |
+
tags:
|
7 |
+
- biology
|
8 |
+
---
|
9 |
+
This is **roberta-base trained on DNA promoter sequences of plants and fine-tuned on gene expression values (normalized to tpm)** in 8 tissues of maize cultivars corresponding to their individual promoter sequences.
|
10 |
+
Currently, this model is trained on a subset of the total data (FloraBERT-"small"). There are 47 million parameters in this model.
|
11 |
+
|
12 |
+
References:
|
13 |
+
- [GitHub Repository](https://github.com/gurveervirk/florabert/)
|
14 |
+
- [Kaggle Dataset](https://www.kaggle.com/datasets/gsv001100/florabert-project)
|