Improve model card with metadata, links, and usage example
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card by:
- Adding the
pipeline_tag: text-classificationandlibrary_name: transformersto the metadata, improving discoverability and usability on the Hugging Face Hub. - Providing a direct link to the associated Hugging Face Paper: One Token to Fool LLM-as-a-Judge.
- Including links to the official GitHub repository for code and the synthetic training data, as mentioned in the paper's abstract.
- Adding a comprehensive Python code snippet demonstrating how to use the model with the Hugging Face
transformerslibrary for evaluation, including an example showcasing its robustness against adversarial inputs. - Updating the model description based on the paper's abstract for better clarity and context.
sarosavo
changed pull request status to
merged