GLM-5.0-8000x
收藏资源简介:
[[<img src="https://huggingface.co/crownelius/Crow-9B-Opus-4.6-Distill-Heretic_Qwen3.5/resolve/main/banner.png" width="350"/>](https://ko-fi.com/abcuo)](https://ko-fi.com/abcuo) # GLM-5.0-11000x (Cleaned) This dataset has been automatically cleaned to remove: - Empty or missing responses - Responses shorter than 10 characters - Refusal responses ("problem is incomplete", "cannot solve", etc.) - Responses with no substantive content - Responses that just echo the problem ## Cleaning Report - **Original rows:** 15,624 - **Clean rows:** 8,538 - **Removed:** 7,086 (45.4%) - **Columns:** ['id', 'problem', 'response', 'difficulty', 'category', 'has_thinking'] ### Rejection Breakdown | Reason | Count | % | |--------|------:|---:| | refusal/incomplete_problem | 3,655 | 23.4% | | empty_response | 3,412 | 21.8% | | response_no_substance | 19 | 0.1% | ## Usage ```python from datasets import load_dataset ds = load_dataset("crownelius/GLM-5.0-11000x", split="train") ``` *Cleaned on 2026-02-12 21:48 UTC* --- ## Stats | Metric | Value | |--------|-------| | Total prompt tokens | 0 | | Total completion tokens | 5,776,970 | | Total tokens | 5,776,970 | | Total cost | $13.29 (USD) | | Average turns | 1.00 | | Average tool calls | 0.00 | | Average tokens per row | 676.62 | *Cost estimated using Glm 5.0 pricing on [OpenRouter](https://openrouter.ai) ($0.72/M input, $2.3/M output)* --- <p align="center"> <img src="https://huggingface.co/datasets/Crownelius/GLM-5.0-8000x/resolve/main/assets/crownelius_banner.png" alt="a dataset by Crownelius" width="100%"> </p>



