rhyang2021
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -5,12 +5,11 @@ language:
|
|
5 |
pipeline_tag: text-generation
|
6 |
base_model:
|
7 |
- mistralai/Mistral-7B-Instruct-v0.2
|
|
|
|
|
|
|
8 |
---
|
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
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
|
|
5 |
pipeline_tag: text-generation
|
6 |
base_model:
|
7 |
- mistralai/Mistral-7B-Instruct-v0.2
|
8 |
+
tags:
|
9 |
+
- factuality
|
10 |
+
- uncertainty
|
11 |
---
|
12 |
|
13 |
# Uncertain-Mistral-7B
|
14 |
|
15 |
+
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 **uncertainty-misalignment**. For additional details, please refer to our [Github](https://github.com/rhyang2021/LoGU) and [Paper](https://arxiv.org/abs/2410.14309).
|
|
|
|
|
|
|
|