Text Classification
Transformers
Safetensors
qwen2
text-generation
text-generation-inference

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-classification and library_name: transformers to 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 transformers library 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

Sign up or log in to comment