preetam7 commited on
Commit
e25b75b
·
verified ·
1 Parent(s): 023a289

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: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: mistralai/Mistral-7B-Instruct-v0.3
4
+ library_name: peft
5
+ tags:
6
+ - llama-factory
7
+ - lora
8
+ datasets:
9
+ - preetam7/ClaimVer
10
+ ---
11
+
12
+
13
+ This model is a fine-tuned version of [mistralai/Mistral-7B-Instruct-v0.3](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.3) 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
+ }