Instructions to use opticalmaterials/opticalpurebert_cased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use opticalmaterials/opticalpurebert_cased with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="opticalmaterials/opticalpurebert_cased")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("opticalmaterials/opticalpurebert_cased") model = AutoModelForMaskedLM.from_pretrained("opticalmaterials/opticalpurebert_cased") - Notebooks
- Google Colab
- Kaggle
Commit ·
41c8840
1
Parent(s): 00e9dd6
Upload training_args.bin
Browse files- training_args.bin +3 -0
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:413a2fcace8358aad632abe29b5734980dbdf105059f29a952f1aad492ec4edd
|
| 3 |
+
size 3183
|