Instructions to use kasohrab/electra-distilled with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kasohrab/electra-distilled with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="kasohrab/electra-distilled")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("kasohrab/electra-distilled") model = AutoModelForSequenceClassification.from_pretrained("kasohrab/electra-distilled") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 4
Browse files
logs/events.out.tfevents.1713491533.persepolis.24356.7
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:7c98ef9dcb09446065fd3dca6013c9b43349420dc55a8ba8bf335872ad506a58
|
| 3 |
+
size 6972
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 54221200
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3f112d24a28375528f6c880efaefa9ffe75e5852132116345b2a2a5306e32007
|
| 3 |
size 54221200
|