Instructions to use Mahmoud8/deberta-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Mahmoud8/deberta-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Mahmoud8/deberta-base")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Mahmoud8/deberta-base") model = AutoModelForSequenceClassification.from_pretrained("Mahmoud8/deberta-base") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 556848625
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dd8d5c4c28b71172870939ec0f5470064d50582723b30cf38b1d60e9224d848a
|
| 3 |
size 556848625
|
runs/Oct19_21-44-47_1d8262030b4e/events.out.tfevents.1697751892.1d8262030b4e.32.4
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:ed84734edb3c3da3d92a7ba977eeeead3cd31e005b8a8662bda058df8a8e0c9c
|
| 3 |
+
size 6790
|