RaphaelMourad commited on
Commit
c8ed588
1 Parent(s): 31dd990

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-v0.1", trus
30
  model = AutoModel.from_pretrained("RaphaelMourad/Mistral-DNA-v0.1", trust_remote_code=True)
31
  ```
32
 
33
- ## To calculate the embedding of a DNA sequence
34
 
35
  ```
36
  dna = "TGATGATTGGCGCGGCTAGGATCGGCT"
 
30
  model = AutoModel.from_pretrained("RaphaelMourad/Mistral-DNA-v0.1", trust_remote_code=True)
31
  ```
32
 
33
+ ## Calculate the embedding of a DNA sequence
34
 
35
  ```
36
  dna = "TGATGATTGGCGCGGCTAGGATCGGCT"