nielsr HF Staff commited on
Commit
68ec334
verified
1 Parent(s): 673405a

Add model card with metadata and link to paper and code

Browse files

This PR adds a model card to improve the discoverability of the model on the Hub. It links the model to the paper [Verifying the Verifiers: Unveiling Pitfalls and Potentials in Fact Verifiers](https://huggingface.co/papers/2506.13342) and the Github repository. The `library_name` and `pipeline_tag` are also added.

Please review and merge this PR if everything looks good.

Files changed (1) hide show
  1. README.md +9 -0
README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: transformers
4
+ pipeline_tag: question-answering
5
+ ---
6
+
7
+ This repository contains the ClearCheck-8B model presented in the paper [Verifying the Verifiers: Unveiling Pitfalls and Potentials in Fact Verifiers](https://huggingface.co/papers/2506.13342).
8
+
9
+ Code: https://github.com/just1nseo/Verifying-the-Verifiers