Instructions to use austin/medberta_v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use austin/medberta_v2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="austin/medberta_v2")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("austin/medberta_v2") model = AutoModelForMaskedLM.from_pretrained("austin/medberta_v2") - Notebooks
- Google Colab
- Kaggle
Commit History
update model card README.md 6105b09
Christopher McMaster commited on
End of training d29a21c
Christopher McMaster commited on
Training in progress, step 160000 6ec592e
Christopher McMaster commited on
Training in progress, step 120000 6929597
Christopher McMaster commited on
Training in progress, step 80000 2384443
Christopher McMaster commited on
Training in progress, step 40000 02a5505
Christopher McMaster commited on
update model card README.md ffe77ca
Christopher McMaster commited on
End of training 58b00c4
Christopher McMaster commited on
Training in progress, step 80000 06cde94
Christopher McMaster commited on
Training in progress, step 40000 dd9e3b2
Christopher McMaster commited on
initial commit bb4b83e
Christopher McMaster commited on