datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
sbd-qr-subset
SBD QR Subset — low resolution
A mirror of the low-resolution ROI split of the Synthetic Barcode Dataset
(Quenum, Wang, Zakhor), repackaged from 749,682 loose files into parquet.
split
ROIs
instances
train
80,000
439,731
validation
10,000
55,072
test
10,000
54,876
total
100,000
549,679
Why this repackaging exists
Upstream, this split is three-quarters of a million individual PNG and JPEG
files. That is unpleasant to move, impossible to browse… See the full description on the dataset page: https://huggingface.co/datasets/devmandan/sbd-qr-subset.UPRPRC_SBD_KVrna-sbdd-v2
RNA-SBDD v2
A frozen benchmark for RNA structure-based drug design: 8,006 RNA pocket-ligand
complexes derived from RCSB, with a sequence-identity-disjoint split, the
evaluation artifacts, and the trained checkpoints the benchmark's numbers come
from.
This repository exists because the cluster the work ran on was retired. It is a
complete handoff — dataset, artifacts, weights, and the tooling to bring all of
it up somewhere else.
Code: git@Ced3-han:Ced3-han/RNASBDD.git, branch… See the full description on the dataset page: https://huggingface.co/datasets/CedLJH/rna-sbdd-v2.chagatai-sbd
Chagatai Sentence Boundary Detection
Canonical word-level Sentence Boundary Detection data for Chagatai. South
Uzbek (uzs) and Uyghur (uig) are optional train-only auxiliary languages.
Every configuration uses the same Chagatai train source split. Validation and
test are physically shared files referenced by all five configurations.
Load with datasets
from datasets import load_dataset
dataset = load_dataset("chagatai-project/chagatai-sbd", "chagatai_only")… See the full description on the dataset page: https://huggingface.co/datasets/chagatai-project/chagatai-sbd.Practical_SBDD
PDBBind.lmdb.zip
processed pdbbind data for training in lmdb format. Docs for lmdb can be found at: https://lmdb.readthedocs.io/en/release/
PDBBind-DUD_E_FLAPP_0.6.pkl
train/valid split file for 0.6 version
PDBBind-DUD_E_FLAPP_0.9.pkl
train/valid split file for 0.9 version
DUDE.zip
DUD-E test set. Each directory is a target and contains all needed files for evaluation.
LIT-PCBA.zip
LIT-PCBA test set. Each directory is a target and… See the full description on the dataset page: https://huggingface.co/datasets/bgao95/Practical_SBDD.Synth-SBDH
Dataset Card for Synth-SBDH
Synth-SBDH is a collection of 8,767 synthetic examples with annotations for 15 SBDH categories. SBDH annotations include information such as presence, period and annotation rationale.
Dataset Description
Synth-SBDH is a novel synthetic SBDH dataset that mimics EHR notes.
Repository: Codes to reproduce experiments
Paper: Link
Point of Contact: Avijit Mitra
Dataset Structure
Data Instances
Some examples from… See the full description on the dataset page: https://huggingface.co/datasets/bio-nlp-umass/Synth-SBDH.pbe-world
PBE World
A synthetic dataset generator for Programming-by-Examples (PBE) tasks focused on string manipulation pipelines. This is a lightly extended version of PBEBench by Naik et al. 2025.
Overview
PBE World generates tasks where models must reverse-engineer a sequence of string method calls from input/output examples. Each task consists of:
A fixed pipeline of string operations (e.g., s.replace(old, new), s.upper(), s.strip(chars))
Example input/output pairs… See the full description on the dataset page: https://huggingface.co/datasets/sbdzdz/pbe-world.SB_DPO
This dataset is generated by deepseek-ai/DeepSeek-R1-Distill-Qwen-7B with problem set agentica-org/DeepScaleR-Preview-Dataset
For each problem, the model generates 10 completions with temp=0.9 and max_gen_length=8000
Amoung the correct completions, chose the shortest answer as the chosen; Among all completions, choose the longest one as the rejected.
If none of the completions were correct, skip this problem. This means some of the very hard problems are not inluded in this dataset
sbdsbdeavijit_sbdh_no_reasoningSBDD-modelavijit_sbdhmy-ai-blindspots-assignment
Technical Challenge: Blind Spots of Frontier Models
1. Tested Model
Model Name: SmolLM2-135M
Model Link: HuggingFaceTB/SmolLM2-135M
Parameters: 135 Million (Base Model)
2. Loading Methodology
The model was loaded using the transformers library in a local VS Code environment with the following configuration:
from transformers import AutoModelForCausalLM, AutoTokenizer
import torch
model_id = "HuggingFaceTB/SmolLM2-135M"
tokenizer =… See the full description on the dataset page: https://huggingface.co/datasets/SBD99/my-ai-blindspots-assignment.SBD_Data1_Finetunesbdmtk
