Instructions to use microsoft/BiomedVLP-BioViL-T with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/BiomedVLP-BioViL-T with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="microsoft/BiomedVLP-BioViL-T", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("microsoft/BiomedVLP-BioViL-T", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update the readme -- Out of scope use cases.
Browse files
README.md
CHANGED
|
@@ -59,7 +59,7 @@ The primary intended use is to support AI researchers building on top of this wo
|
|
| 59 |
|
| 60 |
#### Out-of-Scope Use
|
| 61 |
|
| 62 |
-
**Any** deployed use case of the model --- commercial or otherwise --- is currently out of scope. Although we evaluated the models using a broad set of publicly-available research benchmarks, the models and evaluations are not intended for deployed use cases. Please refer to [the associated paper](https://arxiv.org/abs/2301.04558) for more details.
|
| 63 |
|
| 64 |
### How to use
|
| 65 |
|
|
|
|
| 59 |
|
| 60 |
#### Out-of-Scope Use
|
| 61 |
|
| 62 |
+
**Any** deployed use case of the model --- commercial or otherwise --- is currently out of scope. Although we evaluated the models using a broad set of publicly-available research benchmarks, the models and evaluations are not intended for deployed use cases. Under unprecedented conditions, the models may make inaccurate predictions and display limitations, which may require additional mitigation strategies. Therefore, we discourage use of the model for automated diagnosis or in a medical device. Please refer to [the associated paper](https://arxiv.org/abs/2301.04558) for more details.
|
| 63 |
|
| 64 |
### How to use
|
| 65 |
|