RaphaelMourad commited on
Commit
a152f30
·
verified ·
1 Parent(s): 1758702

Update README.md

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