Update `pipeline_tag` and correct `project_page` URL in metadata
#1
by
nielsr
HF Staff
- opened
This PR improves the model card metadata by:
- Changing the
pipeline_tag
fromtext-generation
totext-classification
. This more accurately reflects the model's core functionality of evaluating text for policy compliance and providing a classification (PASS/FAIL), ensuring better discoverability at https://huggingface.co/models?pipeline_tag=text-classification. - Correcting the
project_page
URL fromhttps://github.com/taruschirag/DynaGuard
tohttps://taruschirag.github.io/DynaGuard/
to point to the official project website, ensuring consistency and accuracy.
No changes are made to the markdown content as it is already comprehensive and well-structured.