Update pipeline tag to text-generation
#2
by
nielsr
HF Staff
- opened
This PR updates the pipeline_tag in the model card metadata from text-classification to text-generation.
The MedVAL-4B model takes task instructions, original input, and AI-generated output, and then generates structured textual feedback including reasoning, specific errors (with explanations), and a risk_level. This output format, which involves generating explanatory text rather than a single classification label, aligns more accurately with the text-generation pipeline. This change will improve the discoverability and accurate categorization of the model on the Hugging Face Hub.
asadaali
changed pull request status to
merged