--- # For reference on model card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/datasetcard.md?plain=1 # Doc / guide: https://huggingface.co/docs/hub/datasets-cards {} --- # Dataset Card for Dataset Name The nucleotide_transformer_downstream_tasks_public dataset features 2 of the 18 downstream tasks classification downstream tasks presented in the Nucleotide Transformer paper. ## Dataset Description - **Repository:** [Nucleotide Transformer](https://github.com/instadeepai/nucleotide-transformer) - **Paper:** [The Nucleotide Transformer: Building and Evaluating Robust Foundation Models for Human Genomics](https://www.biorxiv.org/content/10.1101/2023.01.11.523679v1) ### Dataset Summary This dataset features two classification datasets that were introduced in two different genomics papers: - [DeePromoter: Robust Promoter Predictor Using Deep Learning](https://www.frontiersin.org/articles/10.3389/fgene.2019.00286/full): The datasets features 3,065 TATA promoters and 26,532 non-TATA promoters, with each promoter yielding a negative sequence by randomly sampling parts of the sequence. - [A deep learning framework for enhancer prediction using word embedding and sequence generation](https://www.sciencedirect.com/science/article/abs/pii/S0301462222000643): To build the training dataset, the authors collect 742 strong enhancers, 742 weak enhancers and 1484 non-enhancers, and augment the dataset with 6000 synthetic enhancers and 6000 synthetic non-enhancers produced with a generative model. The test dataset is comprised of 100 strong enhancers, 100 weak enhancers and 200 non enhancers. The original paper also uses this dataset to do both binary classification (i.e a sample gets classified as non-enhancer or enhancer) and 3-class classification (i.e a sample gets classified as non-enhancer, weak enhancer or strong enhancer). Here the dataset has been processed to do binary classification only. ## Dataset Structure ``` | Task | Number of train sequences | Number of test sequences | | ------------- | --------------------------| --------------------------| | promoter_all | 53,276 | 5,920 | | enhancers | 14,968 | 400 | ```