Update pipeline tag and project page URL
#1
by
nielsr
HF Staff
- opened
This PR improves the model card by:
- Updating the
pipeline_tag
fromtext-generation
totext-classification
, which more accurately reflects the model's core function of evaluating text against policies to classify compliance. This enhances discoverability for users looking for guardrail or text classification models on the Hugging Face Hub (https://huggingface.co/models?pipeline_tag=text-classification). - Correcting the
project_page
URL in the metadata from the GitHub repository to the dedicated project page:https://taruschirag.github.io/DynaGuard/
.