Update pipeline tag and correct project page URL
#1
by
nielsr
HF Staff
- opened
This PR improves the model card for DynaGuard-8B by:
- Updating the
pipeline_tag
fromtext-generation
totext-classification
. This more accurately reflects the model's function as a guardrail model that evaluates text against user-defined policies, providing aPASS
orFAIL
classification. This will improve discoverability on the Hugging Face Hub. - Correcting the
project_page
URL in the metadata to point to the official project websitehttps://taruschirag.github.io/DynaGuard/
.