Kevletesteur/chimere-calibration
收藏资源简介:
--- license: apache-2.0 tags: - calibration - imatrix - quantization - chimere --- # Chimere Calibration Corpus Multi-domain calibration corpus for generating importance matrices (imatrix) for GGUF quantization. Used to produce the [RAMP-v2](https://huggingface.co/Kevletesteur/Qwen3.5-35B-A3B-RAMP-v2-15G) quantization. ## Contents 5,545 samples (1.0 MB) covering: code (Python, Rust, JS, SQL), math reasoning, tool calling (BFCL-v3), French technical writing, general knowledge. ## Usage ```bash llama-imatrix -m your-model.gguf \ -f calibration_chimere.txt \ -ngl 99 --chunks 200 \ -o your-imatrix.dat ``` ## Author **Kevin Remondiere** — Independent ML researcher, Oloron-Sainte-Marie, France
license: Apache-2.0 tags: - 校准(calibration) - imatrix - 量化(quantization) - chimere # 奇迈尔校准语料库(Chimere Calibration Corpus) 这是一款多领域校准语料库,用于为GGUF量化生成重要性矩阵(imatrix),可用于构建[RAMP-v2](https://huggingface.co/Kevletesteur/Qwen3.5-35B-A3B-RAMP-v2-15G)量化模型。 ## 数据集内容 共包含5545条样本,总大小1.0 MB,覆盖以下领域:代码(涵盖Python、Rust、JS、SQL)、数学推理、工具调用(BFCL-v3)、法语技术写作、通用知识。 ## 使用方法 bash llama-imatrix -m your-model.gguf -f calibration_chimere.txt -ngl 99 --chunks 200 -o your-imatrix.dat ## 作者 **凯文·勒蒙迪耶(Kevin Remondiere)** — 法国奥洛龙-圣玛丽的独立机器学习研究员



