Add model card metadata: pipeline tag, library name, link to paper, and link to code repository.
#1
by
nielsr
HF staff
- opened
This PR enriches the model card by:
- Adding the pipeline tag
text-generation
, making the model discoverable at https://huggingface.co/models?pipeline_tag=text-generation. - Specifying the library name (
transformers
). - Linking to the paper Tensor Product Attention Is All You Need.
- Adding a link to the code repository at https://github.com/tensorgi/T6.
Blackroot
changed pull request status to
merged