Update README.md
Browse files
README.md
CHANGED
@@ -18,12 +18,14 @@ All the models have a comparable model size between 90 MB and 150 MB, BPE tokeni
|
|
18 |
### Model Sources
|
19 |
|
20 |
- **Repository:** [Plant DNA LLMs](https://github.com/zhangtaolab/plant_DNA_LLMs)
|
21 |
-
- **Manuscript:** [Versatile applications of foundation DNA language models in plant genomes]()
|
22 |
|
23 |
### Architecture
|
24 |
|
25 |
The model is trained based on the OpenAI GPT-2 model with modified tokenizer specific for DNA sequence.
|
26 |
|
|
|
|
|
27 |
### How to use
|
28 |
|
29 |
Install the runtime library first:
|
|
|
18 |
### Model Sources
|
19 |
|
20 |
- **Repository:** [Plant DNA LLMs](https://github.com/zhangtaolab/plant_DNA_LLMs)
|
21 |
+
- **Manuscript:** [Versatile applications of foundation DNA large language models in plant genomes]()
|
22 |
|
23 |
### Architecture
|
24 |
|
25 |
The model is trained based on the OpenAI GPT-2 model with modified tokenizer specific for DNA sequence.
|
26 |
|
27 |
+
This model is fine-tuned for predicting H3K27ac histone modification.
|
28 |
+
|
29 |
### How to use
|
30 |
|
31 |
Install the runtime library first:
|