Update README.md
Browse files
README.md
CHANGED
@@ -30,7 +30,7 @@ tokenizer = AutoTokenizer.from_pretrained("RaphaelMourad/Mistral-DNA-v1-138M-hg3
|
|
30 |
model = AutoModel.from_pretrained("RaphaelMourad/Mistral-DNA-v1-138M-hg38", trust_remote_code=True)
|
31 |
```
|
32 |
|
33 |
-
## Calculate the embedding of a
|
34 |
|
35 |
```
|
36 |
insulin = "TGATGATTGGCGCGGCTAGGATCGGCT"
|
|
|
30 |
model = AutoModel.from_pretrained("RaphaelMourad/Mistral-DNA-v1-138M-hg38", trust_remote_code=True)
|
31 |
```
|
32 |
|
33 |
+
## Calculate the embedding of a DNA sequence
|
34 |
|
35 |
```
|
36 |
insulin = "TGATGATTGGCGCGGCTAGGATCGGCT"
|