Instructions to use munozariasjm/writter_bert_hep with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use munozariasjm/writter_bert_hep with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="munozariasjm/writter_bert_hep")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("munozariasjm/writter_bert_hep") model = AutoModelForMaskedLM.from_pretrained("munozariasjm/writter_bert_hep") - Notebooks
- Google Colab
- Kaggle
Commit ·
16d9fcd
1
Parent(s): 43bc774
Upload model.onnx
Browse files- model.onnx +3 -0
model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8af50d06462b3a36dbf79efbd0a335d5704b64514542ef211de262369093302c
|
| 3 |
+
size 535420595
|