GenerTeam commited on
Commit
e977463
·
verified ·
1 Parent(s): 09b92bc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -35,7 +35,7 @@ Note: Prediction time may increase significantly for longer input sequences. It
35
  ```python
36
  from datasets import load_dataset
37
 
38
- datasets = load_dataset("GenerTeam/next-kmer-prediction")
39
  ```
40
 
41
  ## Citation
 
35
  ```python
36
  from datasets import load_dataset
37
 
38
+ datasets = load_dataset("GenerTeam/next-kmer-prediction", "eukaryote") # or "bacteria" or "others"
39
  ```
40
 
41
  ## Citation