CoolFace
20 results

chimera

skkwowee /chimera-cs2 Chimera CS2 Dataset Labeled Counter-Strike 2 screenshots for vision-language model training. Each sample has: A CS2 gameplay screenshot Ground truth JSON with game_state, analysis, and advice Structure screenshots/ # PNG/JPG images labels/ # Matching JSON files (same stem name) manifest.jsonl # Data provenance tracking Usage from datasets import load_dataset ds = load_dataset("skkwowee/chimera-cs2") Stats Labels: 5309… See the full description on the dataset page: https://huggingface.co/datasets/skkwowee/chimera-cs2.image-to-text1K<n<10K0 likes3.8k downloads2mo agoHugging FaceBaoruixi /chimera-bench CHIMERA-Bench v1.0 A unified benchmark for epitope-specific antibody CDR sequence-structure co-design. Paper: CHIMERA-Bench: A Benchmark Dataset for Epitope-Specific Antibody Design (ICLR 2026 GEM Workshop) Code: github.com/mansoorbaloch/chimera-bench Dataset Summary Property Value Complexes 2,922 PDB structures 2,721 Pre-computed features 2,941 .pt files Splits 3 (epitope-group, antigen-fold, temporal) Numbering schemes IMGT, Chothia Contact… See the full description on the dataset page: https://huggingface.co/datasets/Baoruixi/chimera-bench.tabularother1K<n<10K0 likes1.1k downloads2mo agoHugging Facemansoorbaloch /chimera-bench CHIMERA-Bench v1.0 A unified benchmark for epitope-specific antibody CDR sequence-structure co-design. Paper: CHIMERA-Bench: A Benchmark Dataset for Epitope-Specific Antibody Design (ICLR 2026 GEM Workshop) Code: github.com/mansoorbaloch/chimera-bench Dataset Summary Property Value Complexes 2,922 PDB structures 2,721 Pre-computed features 2,941 .pt files Splits 3 (epitope-group, antigen-fold, temporal) Numbering schemesIMGT, Chothia Contact… See the full description on the dataset page: https://huggingface.co/datasets/mansoorbaloch/chimera-bench.tabularother1K<n<10K0 likes679 downloads4mo agoHugging FaceAmanPriyanshu /reasoning-sft-CHIMERA reasoning-sft-CHIMERA Converted version of TianHongZXY/CHIMERA, filtered and reformatted for SFT/reasoning training. Both subsets (Qwen3-235B-2507 and Qwen3.5-397B) are included. No content was modified or regenerated, just reformatted the columns into a standard messages format. Filtering Kept only rows with correctness == True Randomly dropped 50% of Mathematics rows to reduce math dominance Both subsets combined into a single file Format Each row has three… See the full description on the dataset page: https://huggingface.co/datasets/AmanPriyanshu/reasoning-sft-CHIMERA.texttext-generation10K<n<100K0 likes332 downloads7mo agoHugging FaceTianHongZXY /CHIMERA CHIMERA: Compact Synthetic Data for Generalizable LLM Reasoning CHIMERA is a compact but high-difficulty synthetic reasoning datasetwith long Chain-of-Thought (CoT) trajectories and broad STEM coverage, designed for reasoning post-training. All examples are fully LLM-generated and automatically verified without human annotation. Total: 9,225 problems Subjects: 8 Topics: 1,179 🔥 Why CHIMERA? Recent reasoning advances rely heavily on high-quality… See the full description on the dataset page: https://huggingface.co/datasets/TianHongZXY/CHIMERA.texttext-generation1K<n<10K24 likes313 downloads5mo agoHugging Facespecimba /chimera-v0.1.0 Chimera v0.1.1 Compression-aware model router for NEXUS OS. Quick Start from chimera.core import ChimeraRouter, CompressionRegistry reg = CompressionRegistry() router = ChimeraRouter(reg) sel = router.select( agent_id="agent-1", intent="write python function", token_budget=5000, latency_sla_ms=500, vram_mb=4096 ) print(sel.model_id) # prism-ml/Bonsai-8B-gguf print(sel.compression) # bonsai_1bit print(sel.pool) # FAST… See the full description on the dataset page: https://huggingface.co/datasets/specimba/chimera-v0.1.0.n<1K1 likes266 downloads5mo agoHugging Face