Any-to-Any
English
nielsr HF Staff commited on
Commit
ec049db
·
verified ·
1 Parent(s): d4acc31

Update pipeline tag, add library name, paper title and project page link

Browse files

This PR improves the model card by:
- Updating the `pipeline_tag` to `image-text-to-text`
- Adding `library_name: transformers` to the metadata.
- Adding the paper title to the content section.
- Adding a link to the project page.

Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -1,16 +1,19 @@
1
  ---
2
- license: apache-2.0
 
3
  datasets:
4
  - mint-medmax/medmax_data
5
  language:
6
  - en
7
- pipeline_tag: any-to-any
8
- base_model:
9
- - mint-medmax/anole_7b_hf
10
  ---
11
 
 
12
 
13
  Evaluation code: https://github.com/Hritikbansal/medmax?tab=readme-ov-file#custom-inference
14
 
 
15
 
16
- Demo: https://huggingface.co/spaces/mint-medmax/medmax-demo-v1.0
 
1
  ---
2
+ base_model:
3
+ - mint-medmax/anole_7b_hf
4
  datasets:
5
  - mint-medmax/medmax_data
6
  language:
7
  - en
8
+ license: apache-2.0
9
+ pipeline_tag: image-text-to-text
10
+ library_name: transformers
11
  ---
12
 
13
+ This repository contains the model described in [MedMax: Mixed-Modal Instruction Tuning for Training Biomedical Assistants](https://huggingface.co/papers/2412.12661).
14
 
15
  Evaluation code: https://github.com/Hritikbansal/medmax?tab=readme-ov-file#custom-inference
16
 
17
+ Demo: https://huggingface.co/spaces/mint-medmax/medmax-demo-v1.0
18
 
19
+ Project page: https://mint-medmax.github.io