Text Classification
Transformers
PyTorch
distilbert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use nxtcoder19/distilbert-base-uncased-finetuned-cola with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nxtcoder19/distilbert-base-uncased-finetuned-cola with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="nxtcoder19/distilbert-base-uncased-finetuned-cola")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("nxtcoder19/distilbert-base-uncased-finetuned-cola") model = AutoModelForSequenceClassification.from_pretrained("nxtcoder19/distilbert-base-uncased-finetuned-cola", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
53538a9
1
Parent(s): 66fd466
Training in progress, epoch 1
Browse files- pytorch_model.bin +1 -1
- training_args.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267854570
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2c459620396b08e3f3a6f0c89ee4ac365a08dc1860289f8c72721de8437c2308
|
| 3 |
size 267854570
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4600
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5be6a27c1d9a2931fd275f991f1310c05921de2087629162c0cc5b977eab638b
|
| 3 |
size 4600
|