Add `library_name` metadata tag
#2
by nielsr HF Staff - opened
This PR improves the model card by adding the library_name: transformers metadata tag. This addition is supported by the config.json (indicating "model_type": "opt" and "transformers_version") and tokenizer_config.json (specifying "tokenizer_class": "GPT2Tokenizer"), confirming compatibility with the Hugging Face transformers library.
Adding this tag will enable the automated code snippet on the model page, making it easier for users to get started with the KD-OPT-1.3B model and leverage the transformers library directly from the Hub.