Update model card: Refine pipeline tag, license, and add project page

#1
by nielsr HF Staff - opened

This PR enhances the model card for itay1itzhak/T5-Tulu by:

  • Refining the pipeline_tag: Changed from text2text-generation to text-generation to better reflect the model's primary use case as a causal language model for text generation and its architecture (T5ForConditionalGeneration used with AutoModelForCausalLM).
  • Correcting the license: Updated from apache-2.0 to mit to accurately reflect the license specified in the accompanying GitHub repository.
  • Adding the project page link: Included a direct link to the official project page (https://itay1itzhak.github.io/planted-in-pretraining) under "Model Details" for easier access to additional resources and context.
  • Adding metrics tag: Included accuracy to the metadata to improve discoverability based on the model's evaluation metrics.

These changes improve the clarity, accuracy, and discoverability of the model on the Hugging Face Hub.

itay1itzhak changed pull request status to merged

Sign up or log in to comment