cwangrun commited on
Commit
0d50af0
·
verified ·
1 Parent(s): eb1d9d4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
1
  # CheXficient
2
 
3
  CheXficient is a vision-language foundation model for chest X-ray (CXR) interpretation, developed to enhance both data- and computation-efficiency.
@@ -94,4 +105,4 @@ print(probs)
94
  journal={...},
95
  year={2024}
96
  }
97
- ```
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ base_model:
6
+ - facebook/dinov2-small
7
+ - emilyalsentzer/Bio_ClinicalBERT
8
+ pipeline_tag: zero-shot-image-classification
9
+ tags:
10
+ - medical
11
+ ---
12
  # CheXficient
13
 
14
  CheXficient is a vision-language foundation model for chest X-ray (CXR) interpretation, developed to enhance both data- and computation-efficiency.
 
105
  journal={...},
106
  year={2024}
107
  }
108
+ ```