Provides 19,331 multi-turn ChatML Hermes reasoning traces for LoRA fine-tuning of local models to behave as Hermes agents. Includes train/valid/test splits, VRAM-tiered variants (nano→spark), ~138K tool-call annotations, and Parquet format under Apache-2.0.
Mixture-of-Experts LLM tuned for mathematical and coding reasoning, with ~760M active / 8.4B total parameters and post-training for improved stepwise reasoning. Optimized for inference efficiency (vLLM/transformers forks) so it can run in computation-constrained or local deployments; Apache-2.0 licensed.
Agentic coding evaluation dataset containing real-world, multi-step developer tasks and raw model responses across 20+ programming languages. Emphasizes challenging, persona-driven prompts for benchmarking and fine-tuning; users should filter and audit outputs before training.
Merges Unsloth UD XL quantized GGUF of Qwen3.6-27B with compact Q8_0 MTP heads to enable multi-token (speculative) decoding on llama.cpp builds that support MTP; aimed at image-text-to-text usage with reduced MTP overhead.
A retrieval benchmark suite focused on “oblique queries,” where relevance depends on latent attributes rather than surface keywords. Includes five tasks with large corpora, qrels (and pooled judgments), and task-specific constraints for evaluating embedding-based retrievers and reasoning-augmented retrieval.
Preview of an MoE model family (V4-Pro: 1.6T params, 49B active; V4-Flash: 284B, 13B active) built for 1M-token contexts. A hybrid attention design cuts single-token inference FLOPs to 27% and KV cache to 10% versus V3.2 at million-token length.
A reasoning-enhanced Mixture-of-Experts (MoE) LLM fine-tuned for multimodal image-text-to-text tasks and long-context reasoning; built on Qwen3.6-35B-A3B with LoRA and released as an experimental GGUF community model.
Provides JSON traces from a Codex-driven swebenchpro agentic benchmark, including per-call token counts, cache hit rates, timing, and per-trial outcomes. Useful for research into LLM caching, long-context workloads, and agent evaluation. MIT-licensed and compact.
Provides 1,781 OpenTelemetry execution traces of LLM-powered agents across six benchmarks, including full conversations, token usage, timing, tool calls and model metadata—useful for performance analysis, agent-behavior research, and inference debugging.
Trains reusable natural-language 'skills' for frozen LLM agents by optimizing the skill document in text-space — using trajectory-driven edits, validation-gated updates, and deployable best_skill.md artifacts. Multi-backend, zero inference-time cost at deployment, designed for iterative, validation-led skill improvement.
Contains 4,006 newline-delimited JSONL agent-session traces recording assistant responses and tool calls from deepseek/deepseek-v4-pro — includes a training-ready tools schema snapshot and helpers for conversion to SFT/distillation workflows.
Processes text and images to produce conversational, reasoning-focused multilingual outputs for agentic workflows. Built as a sparse MoE decoder (25B active / 218B total parameters) with 128K context and available in BF16/FP8/W4A4 quantizations to balance quality and deployability.