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 3
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:514dbcc5a0b608cd26ce2f4ef0863b3e0d5e05239e344111870e5dfcc561ce25
|
| 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:bd816944a83d2021ff1b402a07ebe357c8fdfee2b83b92c7eea2391bc6254e37
|
| 3 |
+
size 8212
|