Viharikvs/aadimodeldataset
Aadi Training Data Raw and processed genomics data used to train Aadi, a 404M-parameter plant-DNA foundation model by UrbanKisaan Inc. This repository holds the inputs behind two stages: self-supervised pretraining of the shared frozen trunk on 49 plant genomes, and supervised RNA-seq + ATAC coverage training for maize and Arabidopsis. The dataset viewer is disabled on purpose. This repo contains raw sequencing reads, alignments, genome FASTA and coverage tracks (.bam /… See the full description on the dataset page: https://huggingface.co/datasets/Viharikvs/aadimodeldataset.
Aadi Training Data
Raw and processed genomics data used to train [Aadi](https://huggingface.co/Viharikvs/aadimodel), a 404M-parameter plant-DNA foundation model by UrbanKisaan Inc. This repository holds the inputs behind two stages: self-supervised pretraining of the shared frozen trunk on 49 plant genomes, and supervised RNA-seq + ATAC coverage training for maize and Arabidopsis.
The dataset viewer is disabled on purpose. This repo contains raw sequencing reads, alignments, genome FASTA and coverage tracks (.bam/.fastq.gz/.fa/.bw), which are not tabular formats the viewer can render. Browse the files under Files and versions instead.
Contents
Directory layout
.
├── ssl_corpus/ 49 plant-genome FASTAs + .fai + agront_corpus_species.txt
│ ├── zea_mays.fa, oryza_sativa.fa, triticum_aestivum.fa, ...
│ └── agront_corpus_species.txt the species manifest
├── maize_b73_v5/
│ ├── fastq/ raw paired-end reads (.fastq.gz)
│ ├── rna_bam/ STAR RNA-seq alignments (*_Aligned.sortedByCoord.out.bam + .bai)
│ ├── atac_bam/ bowtie2 ATAC alignments (atac_*.bam + .bai)
│ ├── bigwig/ per-base CPM coverage tracks (.bw)
│ ├── indices/ STAR / bowtie2 genome indices
│ ├── reference/ Zm-B73-REFERENCE-NAM-5.0 genome (.fa) + annotation (.gtf/.gff3)
│ ├── metadata/ sample manifests
│ └── logs/ alignment logs
└── arabidopsis_tair10/ same subfolder structure, TAIR10Provenance
- SSL corpus: 49 plant genomes from Ensembl Plants release 56 — the AgroNT 48-species breadth set plus one additional genome. Species manifest:
ssl_corpus/agront_corpus_species.txt. - Reference genomes:
- Maize —
Zea_mays.Zm-B73-REFERENCE-NAM-5.0, Ensembl Plants r61 (FASTA + GTF + GFF3). - Arabidopsis —
Arabidopsis_thaliana.TAIR10, Ensembl Plants r56 (FASTA + GTF). - Reads: public RNA-seq and ATAC-seq runs from ENA/SRA (accessions preserved in filenames, e.g. RNA
ERR2273051, ATACSRR4000469; maize ATACSRR28817197, etc.). RNA aligned with STAR, ATAC with bowtie2; per-base coverage computed as CPM and stored as bigWig.
The full acquisition and preprocessing pipeline is scripted in the Aadi repo under scripts/data_pipeline/ (fetch_agront_corpus.sh, maize_align_and_bigwig.py).
Relationship to the model
The frozen trunk and per-task adapters trained on this data live in `Viharikvs/aadimodel`. ssl_corpus/ produced the shared 404M trunk; the maize and Arabidopsis coverage data produced the supervised heads and the cross-species transfer results.
License
Proprietary — Copyright (c) 2026 UrbanKisaan Inc. All rights reserved. The underlying genome assemblies and sequencing runs are publicly available from Ensembl Plants and ENA/SRA under their respective terms; the curation, processing, and assembly of this collection are proprietary.
