Instructions to use breadlicker45/test-class with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use breadlicker45/test-class with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="breadlicker45/test-class")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("breadlicker45/test-class") model = AutoModelForSequenceClassification.from_pretrained("breadlicker45/test-class") - Notebooks
- Google Colab
- Kaggle
Commit ·
77c9b7a
1
Parent(s): 261fd16
Upload 7 files
Browse files- pytorch_model.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 267864749
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:78c9671961067a29bbe9940cb875b56190a5b83262b5f25b1fbe9bebc0891ebd
|
| 3 |
size 267864749
|