Dataset Organization
The Prodoric Regulatory dataset is organized by species and context length. Each species has multiple subsets corresponding to different context lengths.
Instructions to Download
You can load a dataset using HF's API, with an example below.
from datasets import load_dataset
prodoric_data = load_dataset("wanglab/prodoric_regulatory", 'Bacillus_subtilis_subsp._subtilis_str._168_1024')
# Access the train data for a specific context length
train_data = prodoric_data['train']
- Downloads last month
- 40