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 5
Browse files
runs/Oct08_15-05-34_06a14169c5e2/events.out.tfevents.1728399977.06a14169c5e2.985.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:f77b6f53c2268813cc86d1d6f528cd4fa912e857fcb6f41dfa38b6180759429f
|
| 3 |
+
size 9859
|