nielsr HF Staff commited on
Commit
60a5884
·
verified ·
1 Parent(s): fb1bd70

Update pipeline tag to text-generation

Browse files

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.

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -11,9 +11,9 @@ license: mit
11
  metrics:
12
  - f1
13
  - accuracy
 
14
  tags:
15
  - medical
16
- pipeline_tag: text-classification
17
  ---
18
 
19
  **MedVAL-4B** (medical text validator) is a language model fine-tuned to **assess AI-generated medical text** outputs at near **physician-level reliability**.
 
11
  metrics:
12
  - f1
13
  - accuracy
14
+ pipeline_tag: text-generation
15
  tags:
16
  - medical
 
17
  ---
18
 
19
  **MedVAL-4B** (medical text validator) is a language model fine-tuned to **assess AI-generated medical text** outputs at near **physician-level reliability**.