Gurveer05 commited on
Commit
a2c024d
1 Parent(s): aeeff35

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
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)