Text Classification
Transformers
PyTorch
TensorBoard
electra
Generated from Trainer
Eval Results (legacy)
Instructions to use jiiyy/electra with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jiiyy/electra with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="jiiyy/electra")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("jiiyy/electra") model = AutoModelForSequenceClassification.from_pretrained("jiiyy/electra") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 473264497
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:db57f34f2ce6a7f24d24e7419e50b9a58c21cf1ad7a5fe72bfa2cd813dbb22f0
|
| 3 |
size 473264497
|
runs/Aug15_11-30-36_2889d0ce71fe/events.out.tfevents.1692099042.2889d0ce71fe.454.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0eed1dee877493ec3bdd9a8c7233c5ae41b99f1d51334d84bf2dd46ed0d81bfb
|
| 3 |
+
size 14370
|