Instructions to use opticalmaterials/opticalbert_cner_cased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use opticalmaterials/opticalbert_cner_cased with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="opticalmaterials/opticalbert_cner_cased")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("opticalmaterials/opticalbert_cner_cased") model = AutoModelForTokenClassification.from_pretrained("opticalmaterials/opticalbert_cner_cased") - Notebooks
- Google Colab
- Kaggle
Commit ·
cc4bdec
1
Parent(s): f13e5ae
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:7e51e02ba4ffd3abb0514c52612c39a4716a71f6cf64556597e1fe63e4d5ecc0
|
| 3 |
+
size 3247
|