Model Card
Mistral 7B v0.1 CT-OE is a fine-tuned Mistral 7B v0.1 model that provides well-calibrated confidence estimates for open-ended question answering.
The model is fine-tuned (calibration-tuned) using a dataset of open-ended generations from mistralai/Mistral-7B-v0.1
, labeled for correctness.
At test/inference time, the probability of correctness defines the confidence of the model in its answer.
For full details, please see our paper and supporting code.
Other Models: We also release a broader collection of Open-Ended CT Models.
Usage
This adapter model is meant to be used on top of mistralai/Mistral-7B-v0.1
model generations.
The confidence estimation pipeline follows these steps,
- Load base model and PEFT adapter.
- Disable adapter and generate answer.
- Enable adapter and generate confidence.
All standard guidelines for the base model's generation apply.
For a complete example, see play.py at the supporting code repository.
NOTE: Using the adapter for generations may hurt downstream task accuracy and confidence estimates. We recommend using the adapter to estimate only confidence.
License
The model is released under the original model's Apache 2.0 license.
Model tree for calibration-tuning/Mistral-7B-v0.1-ct-oe
Base model
mistralai/Mistral-7B-v0.1