Update README.md
Browse files
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(
|
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 = []
|