A Mixture-of-Experts instruct-capable LLM (295B total, 21B active) designed for long-context reasoning, code/agent workflows and instruction-following; released by Tencent Hy Team with safetensors weights on Hugging Face.
Provides 1,003,589 full chain-of-thought reasoning traces and final answers generated by GLM-5.1, split into main/Math/PHD-Science/Multilingual-STEM subsets. Useful for instruction-tuning, supervised fine-tuning, and reasoning experiments; released under Apache-2.0.
Delivers an ultra-efficient, edge-friendly multimodal image-and-video-to-text model optimized for on-device deployment. Uses mixed 4x/16x visual token compression, a low-FLOPs visual encoder, and multiple quantized variants for mobile and embedded inference.
Multimodal agent model for long-horizon coding, image-text understanding, and autonomous task orchestration. Built as a 1T-parameter Mixture-of-Experts with 256K context and native int4 quantization — intended for coding-driven design, persistent background agents, and swarm-style sub-agent workflows.
Provides 336,146 Turkish instruction-following chat examples (system→user→assistant) for supervised fine-tuning; single train split (no validation/test), reported MIT license, diverse tasks (rewrites, summarization, QA) and a uniform system prompt that may bias model behavior.
Provides paired before/after satellite images with question–answer annotations for semantic change understanding. Includes Yes/No and multiple-choice formats, delivered in Hugging Face datasets (streaming-friendly), suited for remote-sensing multimodal VQA and semantic change captioning research.
Removes safety refusals from a Gemma 4 E4B–based model and publishes uncensored, locally runnable GGUF/safetensors variants while preserving all tensors and fixing prior corruption. Intended for red‑teaming and offline research; not recommended for production.
Open-weight multimodal 35B Qwen3.6 model in Hugging Face Transformers format that supports image/video/text inputs and native long contexts (262,144 tokens). Emphasizes agentic coding and preserved reasoning traces (thinking), uses an MoE-backed architecture and is designed for self-hosting with vLLM/SGLang/KTransformers; requires multi-GPU resources for production.
Reconstructs camera poses and dense 3D point clouds from video streams using a feed‑forward foundation model. Combines a Geometric Context Transformer (anchor + local window + trajectory memory) with paged KV‑cache attention to enable stable, long‑sequence streaming inference (~20 FPS at 518×378).
Provides deduplicated, sanitized Usenet posts (1980–2013) for language-model pretraining and linguistic research. Includes a ~103.1B-token full corpus (408M posts) with freely downloadable sample files; full corpus access requires a license and PII redaction was applied.
Provides ~12.29M execution‑free agentic coding trajectories (≈112B tokens) sampled from 122K GitHub PRs to mid‑train code and agent models. Uses bash-only actions (grep, git, sed, etc.) so it scales without Docker; trajectories are unverified and intended for mid-training rather than final SFT.
Performs feed‑forward streaming 3D reconstruction from image sequences, combining coordinate grounding, dense geometric cues and trajectory memory to correct long‑range drift; uses paged KV‑cache attention for ~20 FPS inference at 518×378 and supports sequences >10,000 frames.