Add pipeline_tag, library_name and correct base_model
#1
by
nielsr
HF Staff
- opened
This PR improves the model card by:
- Adding the
pipeline_tag: text-generationfor better discoverability. - Adding
library_name: transformersto enable the inference widget and code snippets. - Correcting the
base_modelmetadata fromQwen3-4BtoQwen3-8Bto accurately reflect the model architecture. - Linking the model to its research paper on Hugging Face.