Taykhoom commited on
Commit
5e1471e
·
verified ·
1 Parent(s): 3c1c6d8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -42,7 +42,7 @@ Input sequences must be pre-split into overlapping 5-mers (stride 1) with spaces
42
  between tokens before calling the tokenizer. For example:
43
 
44
  ```
45
- ATCGATG -> ATCGA TCGAT CGAT GATG
46
  ```
47
 
48
  ```python
 
42
  between tokens before calling the tokenizer. For example:
43
 
44
  ```
45
+ ATCGATG -> ATCGA TCGAT CGATG
46
  ```
47
 
48
  ```python