Instructions to use autonomous019/deberta-base-ell with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use autonomous019/deberta-base-ell with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="autonomous019/deberta-base-ell")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("autonomous019/deberta-base-ell") model = AutoModelForSequenceClassification.from_pretrained("autonomous019/deberta-base-ell") - Notebooks
- Google Colab
- Kaggle
Commit ·
90e02cf
1
Parent(s): 13a4a11
Upload training_args.bin
Browse files- training_args.bin +3 -0
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5ce456163c40d81bf42efcc0d2ff9408c23670068f362f8dbb168363cd0c274f
|
| 3 |
+
size 3375
|