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 InstaDeepAI/nucleotide-transformer-v2-100m-multi-species model with modified tokenizer that replaces k-mer to BPE.
|
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 InstaDeepAI/nucleotide-transformer-v2-100m-multi-species model with modified tokenizer that replaces k-mer to BPE.
|
26 |
|
27 |
+
This model is fine-tuned for predicting open chromatin.
|
28 |
+
|
29 |
### How to use
|
30 |
|
31 |
Install the runtime library first:
|