rhyang2021
commited on
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
pipeline_tag: text-generation
|
6 |
+
base_model:
|
7 |
+
- mistralai/Mistral-7B-Instruct-v0.2
|
8 |
+
---
|
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 |
+
|
18 |
+
|