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 from text-generation to text-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 from https://github.com/taruschirag/DynaGuard to https://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.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment