preetam7 commited on
Commit
76bcd6e
·
verified ·
1 Parent(s): 6b62aeb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -3
README.md CHANGED
@@ -1,3 +1,24 @@
1
- ---
2
- license: llama3
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama3
3
+ library_name: peft
4
+ tags:
5
+ - llama-factory
6
+ - lora
7
+ base_model: meta-llama/Meta-Llama-3-8B-Instruct
8
+ datasets:
9
+ - preetam7/ClaimVer
10
+ ---
11
+
12
+
13
+ This model is a fine-tuned version of [meta-llama/Meta-Llama-3-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct) on the ClaimVer (https://huggingface.co/datasets/preetam7/ClaimVer) dataset.
14
+
15
+ For additional details on the usage, preparation, and limitations of this model, please refer to https://arxiv.org/pdf/2403.09724
16
+
17
+ If you find this model useful, please cite:
18
+
19
+ @article{dammu2024claimver,
20
+ title={ClaimVer: Explainable Claim-Level Verification and Evidence Attribution of Text Through Knowledge Graphs},
21
+ author={Dammu, Preetam Prabhu Srikar and Naidu, Himanshu and Dewan, Mouly and Kim, YoungMin and Roosta, Tanya and Chadha, Aman and Shah, Chirag},
22
+ journal={arXiv preprint arXiv:2403.09724},
23
+ year={2024}
24
+ }