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