Instructions to use CLTL/MedRoBERTa.nl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use CLTL/MedRoBERTa.nl with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="CLTL/MedRoBERTa.nl")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("CLTL/MedRoBERTa.nl") model = AutoModelForMaskedLM.from_pretrained("CLTL/MedRoBERTa.nl", device_map="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
3f621be | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f57c35542e536558bae9f3d3d8a936501a72bdcbdae1885622fd89fa961d3024
size 504215810
|