preetam7 commited on
Commit
da53a80
1 Parent(s): dbb1682

Update README.md

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