Transformers
Safetensors
PEFT
Inference Endpoints
psiyum commited on
Commit
9e31e55
1 Parent(s): 95d37b9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -13,7 +13,7 @@ datasets:
13
 
14
  **Mistral 7B Instruct v0.2 CT-OE** is a fine-tuned [Mistral 7B Instruct v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2) model that provides well-calibrated confidence estimates for open-ended question answering.
15
 
16
- The model is fine-tuned (calibration-tuned) using a [dataset](https://huggingface.co/datasets/calibration-tuning/Mistral-7B-Instruct-v0.2-20k-oe) of *open-ended* generations from XXX, labeled for correctness.
17
  At test/inference time, the probability of correctness defines the confidence of the model in its answer.
18
  For full details, please see our [paper](https://arxiv.org/) and supporting [code](https://github.com/activatedgeek/calibration-tuning).
19
 
 
13
 
14
  **Mistral 7B Instruct v0.2 CT-OE** is a fine-tuned [Mistral 7B Instruct v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2) model that provides well-calibrated confidence estimates for open-ended question answering.
15
 
16
+ The model is fine-tuned (calibration-tuned) using a [dataset](https://huggingface.co/datasets/calibration-tuning/Mistral-7B-Instruct-v0.2-20k-oe) of *open-ended* generations from `mistralai/Mistral-7B-Instruct-v0.2`, labeled for correctness.
17
  At test/inference time, the probability of correctness defines the confidence of the model in its answer.
18
  For full details, please see our [paper](https://arxiv.org/) and supporting [code](https://github.com/activatedgeek/calibration-tuning).
19