Instructions to use karanzrk/essayl0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use karanzrk/essayl0 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="karanzrk/essayl0")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("karanzrk/essayl0") model = AutoModelForSequenceClassification.from_pretrained("karanzrk/essayl0", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 15
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 466195929
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:27e50ec3af95f5938be7a94930b3df53bef9139874b5f768c0ba14e2ccb26967
|
| 3 |
size 466195929
|
runs/Aug20_18-03-27_b5528da88767/events.out.tfevents.1692554619.b5528da88767.5783.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:3bd17e94ec694fcdd60215bd896a2f1f3b8b65b0763ea7fc98122453c5c879e8
|
| 3 |
+
size 14453
|