nielsr HF Staff commited on
Commit
a0eb40f
·
verified ·
1 Parent(s): 3664f66

Improve model card: Update pipeline tag and add paper metadata

Browse files

This PR introduces two improvements to the model card:

1. **Update `pipeline_tag` to `text-generation`**: The model's functionality, which involves generating structured text outputs for error assessment and risk grading, is more accurately represented by the `text-generation` pipeline tag. This change better reflects the model's generative capabilities and will improve its categorization on the Hugging Face Hub.
2. **Add `paper` metadata tag**: The model is linked to its official Hugging Face paper page via `2507.03152`. Adding `paper: 2507.03152` to the metadata creates a direct link, enhancing visibility and discoverability for users exploring research artifacts on the Hub.

Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -11,7 +11,8 @@ license: mit
11
  metrics:
12
  - f1
13
  - accuracy
14
- pipeline_tag: text-classification
 
15
  tags:
16
  - medical
17
  ---
 
11
  metrics:
12
  - f1
13
  - accuracy
14
+ paper: 2507.03152
15
+ pipeline_tag: text-generation
16
  tags:
17
  - medical
18
  ---