vshulev commited on
Commit
58f740e
·
verified ·
1 Parent(s): b1a25c6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -70,7 +70,7 @@ dna_sequence = "AACA ATGT ATTT A-T- TTCG CCCT TGTG AATT TATT ..."
70
  coords = (-3.009083, -58.68281)
71
 
72
  # Tokenize the DNA sequence
73
- dna_tokenized = tokenizer(dna_seq_preprocessed, return_tensors="pt")
74
 
75
  # Obtain the environmental data from the coordinates
76
  env_data = []
 
70
  coords = (-3.009083, -58.68281)
71
 
72
  # Tokenize the DNA sequence
73
+ dna_tokenized = tokenizer(dna_sequence, return_tensors="pt")
74
 
75
  # Obtain the environmental data from the coordinates
76
  env_data = []