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 6
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:a6fcb7052062ced3a032d3705728b0820213d97f30246472c9d38967e4a3d16b
|
| 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:d00ad6ecfe1866ac1d0c418fbe62a924d368f2d39dc10d129cd5c5e364474ce0
|
| 3 |
+
size 7471
|