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
Christopher McMaster commited on
Commit ·
9330bef
1
Parent(s): a10d2cb
End of training
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 557063277
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:08e4cec284f7eddfb3d49f0ceddea39123b199b9968e273393010156ac5ad97b
|
| 3 |
size 557063277
|