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") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 2197dd8
Christopher McMaster commited on
add tokenizer e8f87f2
Christopher McMaster commited on
update model card README.md 4e125cb
Christopher McMaster commited on
End of training 9330bef
Christopher McMaster commited on
Training in progress, step 360000 a10d2cb
Christopher McMaster commited on
Training in progress, step 320000 99b0f3c
Christopher McMaster commited on
Training in progress, step 280000 4c74f75
Christopher McMaster commited on
Training in progress, step 240000 b4debd4
Christopher McMaster commited on
Training in progress, step 200000 aa095f0
Christopher McMaster commited on
Training in progress, step 160000 e154bab
Christopher McMaster commited on
Training in progress, step 120000 37a52da
Christopher McMaster commited on
Training in progress, step 80000 a56633e
Christopher McMaster commited on
Training in progress, step 40000 b07d922
Christopher McMaster commited on