Mistral 7B β€” RL-MPQ Aggressive

Standalone RL-MPQ (Reinforcement Learning Mixed-Precision Quantization) checkpoint for the Aggressive scenario β€” a quantized variant of mistralai/Mistral-7B-v0.1.

Field Value
Base model mistralai/Mistral-7B-v0.1
Scenario Aggressive
Avg bits / weight 2.8125
Compression vs FP16 5.6889Γ—
WikiText-2 PPL 10.025
Layers 32
Bit distribution {'2': 7, '3': 24, '4': 1}
Format Fake-quant FP16 + rlmpq_policy.json

Collection: RL-MPQ β€” Mistral 7B β€” all five scenarios for Mistral 7B.

Usage

from transformers import AutoModelForCausalLM, AutoTokenizer

repo = "AvoCahDoe/mistral-7b-rlmpq-aggressive"

model = AutoModelForCausalLM.from_pretrained(repo, torch_dtype="float16")
tokenizer = AutoTokenizer.from_pretrained(repo)

Other Mistral 7B scenarios

Scenario Avg bits Compression WikiText-2 PPL
Balanced 3.3438 4.785x 5.3053
Conservative 3.8125 4.1967x 5.1877
Extreme Survival 2.5625 6.2439x 46.2801
High Fidelity 4.4375 3.6056x 4.8901

Grouped archive (all scenarios in one repo): AvoCahDoe/mistral-7b-rlmpq

Method

  1. Phase 3 β€” PPO agent assigns per-layer bit widths under the Aggressive reward target.
  2. Phase 4 β€” Policy replayed on real weights; WikiText-2 perplexity validates quality.
  3. Export β€” Fake-quantized FP16 weights compatible with Hugging Face Transformers.

Files

File Description
config.json Llama architecture + RL-MPQ metadata
model.safetensors Fake-quantized weights
rlmpq_policy.json Per-layer bit-width policy
rlmpq_metrics.json Validation & PPL summary

Citation

@misc{rlmpq_mistral_7b_aggressive_2026,
  title  = {RL-MPQ Aggressive: Mistral 7B Mixed-Precision Quantization},
  author = {AvoCahDoe},
  year   = {2026},
  url    = {https://huggingface.co/AvoCahDoe/mistral-7b-rlmpq-aggressive}
}
Downloads last month
33
Safetensors
Model size
7B params
Tensor type
F16
Β·
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for AvoCahDoe/mistral-7b-rlmpq-aggressive

Finetuned
(937)
this model

Dataset used to train AvoCahDoe/mistral-7b-rlmpq-aggressive

Collection including AvoCahDoe/mistral-7b-rlmpq-aggressive