Add pipeline tag, library name, and prominent GitHub link

#1
by nielsr HF Staff - opened

This PR enhances the model card by adding key metadata and improving content organization:

  • pipeline_tag: text-generation: This helps users discover the model when filtering by text generation models on the Hub, reflecting its function in confidence estimation for LLM outputs.
  • library_name: transformers: This enables the automated "how to use" code snippet on the Hub, as the model's code clearly leverages the πŸ€— Transformers library (e.g., AutoModel.from_pretrained, PeftModel.from_pretrained).
  • A prominent link to the GitHub repository is added at the top of the README for easier access to the associated code and project details.

These additions will make the model more accessible and easier for users to integrate into their workflows.

Shiyunee changed pull request status to merged

Sign up or log in to comment