Fill-Mask
Transformers
PyTorch
English
bert
exbert
Ozan Oktay commited on
Commit
fcd5036
·
1 Parent(s): 1d47dbc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -97,6 +97,11 @@ Additional details about performance can be found in the corresponding paper, [M
97
 
98
  This model was developed using English corpora, and thus can be considered English-only.
99
 
100
- ## More Information
 
 
 
 
 
 
101
 
102
- Refer to the corresponding paper, [Making the Most of Text Semantics to Improve Biomedical Vision-Language Processing](https://arxiv.org/abs/2204.09817) for additional details and performance information.
 
97
 
98
  This model was developed using English corpora, and thus can be considered English-only.
99
 
100
+ ## Further information
101
+
102
+ Please refer to the corresponding paper, [Making the Most of Text Semantics to Improve Biomedical Vision-Language Processing](https://arxiv.org/abs/2204.09817) for additional details on the model training and evaluation.
103
+
104
+ For additional inference pipelines with CXR-BERT, please refer to the [HI-ML GitHub repository](https://github.com/microsoft/hi-ml/blob/main/multimodal/README.md). The associated source files will soon be released at this repository.
105
+
106
+
107