rhyang2021 commited on
Commit
930ab2b
·
verified ·
1 Parent(s): 98e33af

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -5,10 +5,10 @@ language:
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).
 
5
  pipeline_tag: text-generation
6
  tags:
7
  - uncertainty
8
+ - factuality
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 **uncertainty-misalignment**. For additional details, please refer to our [Github](https://github.com/rhyang2021/LoGU) and [Paper](https://arxiv.org/abs/2410.14309).