Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
pipeline_tag: text-generation
|
6 |
+
tags:
|
7 |
+
- uncertainty
|
8 |
+
- facualit
|
9 |
+
base_model:
|
10 |
+
- meta-llama/Meta-Llama-3-8B-Instruct
|
11 |
+
---
|
12 |
+
# Uncertain-Llama3-8B
|
13 |
+
|
14 |
+
We employ the original [Llama-3-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct) 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).
|