Add pipeline tag, library name, correct base model and add sample usage
#1
by
nielsr
HF Staff
- opened
Hi! I'm Niels, part of the community science team at Hugging Face.
This pull request improves the model card for Arctic-AWM-14B by:
- Adding the
pipeline_tag: text-generationandlibrary_name: transformersmetadata for better discoverability and to enable the "Use in Transformers" button. - Correcting the
base_modelmetadata fromQwen/Qwen3-4BtoQwen/Qwen3-14Bto match the model's actual architecture. - Adding a Sample Usage section based on the official GitHub repository to help users get started with the model using vLLM and the AWM CLI.
- Ensuring the research paper is properly linked.
These changes help users find and use your model more effectively!