Instructions to use Den-Intelligente-Patientjournal/MeDa-BERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Den-Intelligente-Patientjournal/MeDa-BERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="Den-Intelligente-Patientjournal/MeDa-BERT")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("Den-Intelligente-Patientjournal/MeDa-BERT") model = AutoModelForMaskedLM.from_pretrained("Den-Intelligente-Patientjournal/MeDa-BERT") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#2 opened about 1 year ago
by
SFconvertbot
Github?
2
#1 opened over 1 year ago
by
ThatsGroes