Improve model card and add metadata

#1
by nielsr HF Staff - opened

Hi! I'm Niels from the Hugging Face community science team. I've updated your model card to make it more comprehensive and discoverable on the Hub.

Specifically, this PR adds the following:

  • Metadata tags: pipeline_tag: text-generation and library_name: transformers (identified through the config.json and base model architecture).
  • Additional tags: hallucination-detection and faithfulness for better discoverability.
  • A clear link to the associated paper: FaithLens: Detecting and Explaining Faithfulness Hallucination.
  • A link to the official GitHub repository: https://github.com/S1s-Z/FaithLens.
  • A sample usage section with a code snippet directly from your GitHub README, making it easy for users to get started.
  • The BibTeX citation for your work.

These changes will help users understand and utilize FaithLens more effectively. Please let me know if you have any questions or feedback!

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment