Instructions to use muellerzr/sequence_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use muellerzr/sequence_classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="muellerzr/sequence_classification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("muellerzr/sequence_classification") model = AutoModelForSequenceClassification.from_pretrained("muellerzr/sequence_classification") - Notebooks
- Google Colab
- Kaggle
End of training
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 267855533
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:67aedf18c7ac457d3b3a41c1e06c3eedf89c5b928a17f0b8450d0a8fe44a36ed
|
| 3 |
size 267855533
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4091
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:db33a3cf1195e1f6eaf505892e62222a5f403556a60bb0a46757c0351ed4235b
|
| 3 |
size 4091
|