File size: 445 Bytes
84b0dc3
 
 
 
 
 
 
 
 
 
 
a878e69
84b0dc3
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
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")
```