preetam7 commited on
Commit
243d14f
·
verified ·
1 Parent(s): c5859c5

Update README.md

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