Add pipeline_tag and library_name to metadata

#1
by nielsr HF Staff - opened

Hi! I'm Niels from the Hugging Face community science team.

This pull request improves the model card by adding relevant metadata to the YAML header. Specifically:

  • pipeline_tag: text-generation: Categorizes the model for the text generation task.
  • library_name: transformers: Enables the "Use in Transformers" button on the Hub, as the model uses auto_map in its config.json.

These changes help users discover the model more easily and provide guidance on how to use it within the Hugging Face ecosystem.

OpenMOSS org

OK, thank you.

Auraithm changed pull request status to merged

Sign up or log in to comment