Datasets:
task_categories: | |
- zero-shot-classification | |
tags: | |
- biology | |
- genomics | |
- long-context | |
## Abouts | |
The human reference genome data is sourced from the [NCBI website](https://www.ncbi.nlm.nih.gov/datasets/genome/GCF_000001405.40/). | |
We have applied minor formatting adjustments to the dataset to facilitate streamlined data analysis. | |
## How to use | |
```python | |
from datasets import load_dataset | |
datasets = load_dataset("GenerTeam/hg38") | |
``` |