Add pipeline tag, library name and improve model card
#1
by nielsr HF Staff - opened
This PR improves the model card by adding relevant metadata and links:
- Added
pipeline_tag: text-classificationto categorize the model. - Added
library_name: transformersto enable the automated code snippet feature and "Use in Transformers" button. - Linked the model card to the research paper: BERT-as-a-Judge: A Robust Alternative to Lexical Methods for Efficient Reference-Based LLM Evaluation.
- Updated the sample usage snippet to point to this specific repository path.
hgissbkh changed pull request status to closed