Add pipeline tag and library name for LLaDA-8B-BGPO-math
#1
by
nielsr HF Staff - opened
This PR improves the model card for LLaDA-8B-BGPO-math by adding important metadata:
- Adds
pipeline_tag: text-generationto ensure better discoverability on the Hugging Face Hub, as this is a large language model designed for tasks like math problem solving and code generation. - Adds
library_name: transformersto enable the automated "How to use" widget on the model page. Theconfig.jsonexplicitly shows compatibility with thetransformerslibrary through itsauto_mapentries andtransformers_versionfield, albeit likely requiringtrust_remote_code=Truefor custom architecture loading.
No sample usage code has been added, as a straightforward, direct transformers inference snippet was not found in the associated GitHub repository's README.