Datasets:
Update README.md
Browse files
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
|