Instructions to use Drigoro/deberta_normal with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Drigoro/deberta_normal with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Drigoro/deberta_normal")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Drigoro/deberta_normal") model = AutoModelForSequenceClassification.from_pretrained("Drigoro/deberta_normal") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 7
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 556811872
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4992b2b924bee4b20438c29e4e96671ef5cf7c88ab5caf16d1d75c54f4e774c5
|
| 3 |
size 556811872
|
runs/Jun17_09-44-37_38db9711d831/events.out.tfevents.1718617479.38db9711d831.209.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:06dae9a8eadc9a996f046120508286c18838f04a024b2b74199f1b53cbe8653c
|
| 3 |
+
size 7794
|