datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
atlas-crispr-10k-benchmark
🧬 ATLAS CRISPR 10k Benchmark
Contribution communauté LeWorldModel — Benchmark CRISPR 10k guides ARNUtilisé pour fine-tuner aguennoune17/negenWM-jepa-v2 — ATLAS NWM Sprint 3Self-supervised I-JEPA · Encodage téléologique (κ, τ, λ)
Description
10 000 guides ARN Cas9 de 20 nucléotides consolidés depuis 12 études expérimentales
de criblage CRISPR génomique à grande échelle. Ce dataset est le benchmark officiel du
Sprint 3 ATLAS NWM v2 — entraînement I-JEPA… See the full description on the dataset page: https://huggingface.co/datasets/aguennoune17/atlas-crispr-10k-benchmark.crispr_delivery
Crispr Delivery Dataset
This dataset is part of the Deep Principle Bench collection.
Files
crispr_delivery.csv: Main dataset file
Usage
import pandas as pd
from datasets import load_dataset
# Load the dataset
dataset = load_dataset("yhqu/crispr_delivery")
# Or load directly as pandas DataFrame
df = pd.read_csv("hf://datasets/yhqu/crispr_delivery/crispr_delivery.csv")
Citation
Please cite this work if you use this dataset in your research.
