Add library_name and pipeline_tag
#2
by nielsr HF Staff - opened
Hi! I'm Niels from the community science team at Hugging Face.
This PR adds the missing library_name and pipeline_tag to the model card metadata. Adding these tags helps users find the model more easily and enables Hub features like the inference widget and automated code snippets.
The library_name: transformers was added based on the Qwen2ForCausalLM architecture found in the model's configuration.
QwenPilot changed pull request status to merged