Text Classification
Transformers
PyTorch
distilbert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use osanseviero/trainer-chapter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use osanseviero/trainer-chapter with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="osanseviero/trainer-chapter")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("osanseviero/trainer-chapter") model = AutoModelForSequenceClassification.from_pretrained("osanseviero/trainer-chapter") - Notebooks
- Google Colab
- Kaggle
Commit ·
303b41a
1
Parent(s): a641bb0
Training in progress, step 500
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 267867821
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e4361baf839707ce19a2e1f825b089e8394ee753f1b2d066056f8de10123da4d
|
| 3 |
size 267867821
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4027
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:566cd9e4ec2e8dbdb44aa48519d60a13c7f74469e4a3f1d2206309b4495d369c
|
| 3 |
size 4027
|