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 fromtext2text-generation
totext-generation
to better reflect the model's primary use case as a causal language model for text generation and its architecture (T5ForConditionalGeneration
used withAutoModelForCausalLM
). - Correcting the
license
: Updated fromapache-2.0
tomit
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: Includedaccuracy
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