preetam7 commited on
Commit
3b069d6
·
verified ·
1 Parent(s): 4e13b2b

Update README.md

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