Instructions to use duynhatran/deberta_textclassification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use duynhatran/deberta_textclassification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="duynhatran/deberta_textclassification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("duynhatran/deberta_textclassification") model = AutoModelForSequenceClassification.from_pretrained("duynhatran/deberta_textclassification") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 556799560
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5ce2a17079c2034fe8d0bdab36aea880fc52807d70dbacba0a98060e8316ec21
|
| 3 |
size 556799560
|
runs/Sep04_14-20-47_0ecfd9ff1619/events.out.tfevents.1725459697.0ecfd9ff1619.2927.1
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:17116ff9deb825f548094d52d58135d6bb295c6fac958e721103f71d1a7ea2e6
|
| 3 |
+
size 5628
|