AvoCahDoe/mistral-7b-rlmpq-conservative
014
Mistral 7B — RL-MPQ Conservative
Standalone RL-MPQ (Reinforcement Learning Mixed-Precision Quantization) checkpoint for the Conservative scenario — a quantized variant of mistralai/Mistral-7B-v0.1.
Collection: RL-MPQ — Mistral 7B — all five scenarios for Mistral 7B.
Usage
from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "AvoCahDoe/mistral-7b-rlmpq-conservative"
model = AutoModelForCausalLM.from_pretrained(repo, torch_dtype="float16")
tokenizer = AutoTokenizer.from_pretrained(repo)Other Mistral 7B scenarios
Grouped archive (all scenarios in one repo): AvoCahDoe/mistral-7b-rlmpq
Method
- Phase 3 — PPO agent assigns per-layer bit widths under the Conservative reward target.
- Phase 4 — Policy replayed on real weights; WikiText-2 perplexity validates quality.
- Export — Fake-quantized FP16 weights compatible with Hugging Face Transformers.
Files
Citation
@misc{rlmpq_mistral_7b_conservative_2026,
title = {RL-MPQ Conservative: Mistral 7B Mixed-Precision Quantization},
author = {AvoCahDoe},
year = {2026},
url = {https://huggingface.co/AvoCahDoe/mistral-7b-rlmpq-conservative}
}