GGUF quantized files for a Qwen3.6-35B checkpoint fine-tuned with Claude Opus 4.6-style chain-of-thought distillation to improve reasoning. Offers multiple llama.cpp-compatible quant options (Q4/Q5/Q6/Q8) for local text-generation inference.
Provides 316,427 Go source-code samples in JSONL focused on concurrency and backend idioms, enabling fine-tuning and evaluation of code models for completion, summarization, and static-analysis tasks.
Provides 7,823 single-turn reasoning conversations generated by Anthropic's Claude Opus 4.7 and reformatted into Qwen-style chat templates for supervised fine-tuning (SFT). Includes explicit <think> chain-of-thought blocks and many long reasoning chains (avg ~4k tokens).
Fine-tuned Qwen3.6-35B-A3B MoE that reproduces Claude Opus 4.7-style chain-of-thought with explicit <think>…</think> blocks. Offers sparse activation (256 experts, ~3B active params), 64k context, and GGUF builds for local inference; best for long, multi-step reasoning but may emit very long reasoning traces.
Contains 8,124 reasoning conversations (extended-thinking + final responses) generated by Anthropic Claude Opus 4.7 for distillation into open-source LLMs. Each row stores the prompt, thinking trace, final answer and usage metadata; packaged under Apache‑2.0.
Synthetic JSON dataset of model-generated prompts and step-by-step reasoning traces (≈90k rows, ~75M tokens) created with Claude Sonnet 4.6 and cross-checked by Gemini 3.1 Pro — intended for training or fine-tuning LLMs on natural reasoning, multi-domain code/math, and instruction following. Hosted on Hugging Face, MIT license.
Synthetic Korean-language persona dataset for training and evaluating conversational and generative models — 1M records (≈7M persona entries) with 26 fields aligned to South Korea’s demographic distributions. Built with NeMo Data Designer and released under CC BY 4.0.
Instruction-tuned 13B LLM post-trained on 260B tokens of pre-1931 English and finetuned with online DPO (LLM-as-judge) to improve instruction-following; suited for period-style English generation and etiquette/letter-writing formats, but not optimized for contemporary factual updates.
Provides a large-scale multimodal embodied dataset (vision, depth, hand/arm kinematics, tactile) captured with an exoskeleton glove and egocentric sensors; organized as clip-level Zarr volumes for manipulation, imitation learning, and vision–action research. Includes both high-precision glove measurements and natural bare-hand clips; sizable storage required.
A 284B-parameter Mixture-of-Experts LLM with only 13B activated parameters, designed for 1,000,000-token contexts. Uses hybrid compressed attention and mixed FP4/FP8 precision to reduce long-context KV-cache and per-token FLOPs; aimed at long-document QA, RAG pipelines, and local/high-capacity inference.
Generates conversational and reasoning outputs with support for million‑token contexts; uses a hybrid attention + MoE design to cut long‑context inference FLOPs and KV cache. Suited for long‑document retrieval, coding and complex reasoning; MIT licensed.
Provides instruction-based (before, after) structured 3D latents (SLAT) with aligned RGB views and natural-language edit prompts for training and evaluating instruction-following 3D editing models. Covers part-level semantic edits across seven edit types (deletion, addition, modification, scale, material, color, global) and supplies shard-based NPZ assets and loader code.