Instructions to use johnny9604/pbl_electra with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use johnny9604/pbl_electra with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="johnny9604/pbl_electra")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("johnny9604/pbl_electra") model = AutoModelForTokenClassification.from_pretrained("johnny9604/pbl_electra") - Notebooks
- Google Colab
- Kaggle
Commit ·
0cdaeff
1
Parent(s): a4cdd13
Upload pytorch_model.bin
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 449440113
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ea8b6d0ae6018a5e491e5e52164d52f184fc2cc4e44c8371ab4e5f67ff6a5973
|
| 3 |
size 449440113
|