Instructions to use JorgeTC/electra-SRL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use JorgeTC/electra-SRL with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="JorgeTC/electra-SRL")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("JorgeTC/electra-SRL") model = AutoModelForTokenClassification.from_pretrained("JorgeTC/electra-SRL") - Notebooks
- Google Colab
- Kaggle
Upload ElectraForTokenClassification
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 53974792
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:210516b4c0579d95055048aa050c866a79f862f9f2fe40c91c3c6c91a7f6caa0
|
| 3 |
size 53974792
|