rhyang2021 commited on
Commit
408b6f1
·
verified ·
1 Parent(s): 3131e0c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -9,9 +9,7 @@ base_model:
9
 
10
  # Uncertain-Mistral-7B
11
 
12
- We use the original [Mistral-7B-Instruct-v0.2](https://huggingface.co/meta-llama/Llama-2-7b-hf) by finetuning it on selected samples from our data(https://github.com/RUCAIBox/HaluEval).
13
- We then use it in our LoGU task to target at the uncertainty-suppression and uncertain-misalignment problem.
14
- More details are provided in our [Github](https://github.com/hillzhang1999/ICD) and [Paper]().
15
 
16
 
17
 
 
9
 
10
  # Uncertain-Mistral-7B
11
 
12
+ We employ the original [Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2) model, which we further fine-tune using carefully selected samples from our compiled dataset (available at https://github.com/rhyang2021/LoGU). This refined model is subsequently utilized within our LoGU task, specifically targeting the challenges of uncertainty-suppression and uncertain-misalignment. For additional details, please refer to our [Github](https://github.com/rhyang2021/LoGU) and [Paper](https://arxiv.org/abs/2410.14309).
 
 
13
 
14
 
15