kalpeshk2011
commited on
Commit
·
089dfa0
1
Parent(s):
415f3c8
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: cc-by-nc-4.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
tags:
|
5 |
+
- llama
|
6 |
+
- instruction-tuning
|
7 |
+
- large-language-model
|
8 |
+
- autoregressive
|
9 |
+
- text-generation
|
10 |
license: cc-by-nc-4.0
|
11 |
---
|
12 |
+
|
13 |
+
This is the HuggingFace model release of the instruction tuned LLAMA-7B model used in our paper [FActScore: Fine-grained Atomic Evaluation of Factual Precision in Long Form Text Generation](https://arxiv.org/abs/2305.14251).
|
14 |
+
|
15 |
+
Please refer to the README for instructions on how to setup the model ([link](https://github.com/shmsw25/FActScore#download-the-data)).
|