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 12
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:dd4a6defe4a11e4ee0c1005286fdbe81c39540846384194506175152e62b3170
|
| 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:d4347f9c99eccbfebe29fe40af6c542ad3060353a5f1312e880a836393fffb48
|
| 3 |
+
size 9831
|