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, step 900
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:288fc9b427b01515fa8899230e44d1483d4317cb749a9727790ae4969f7a61c8
|
| 3 |
size 556799560
|
runs/Sep04_15-35-22_0ecfd9ff1619/events.out.tfevents.1725464160.0ecfd9ff1619.2927.3
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:c4765cff8866e23461c9d0c1f50b5979bb59aa974dca0687de82d799a2b6b43a
|
| 3 |
+
size 6482
|