Instructions to use reubenjohn/stack-overflow-open-status-classifier-pt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use reubenjohn/stack-overflow-open-status-classifier-pt with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="reubenjohn/stack-overflow-open-status-classifier-pt")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("reubenjohn/stack-overflow-open-status-classifier-pt") model = AutoModelForSequenceClassification.from_pretrained("reubenjohn/stack-overflow-open-status-classifier-pt") - Notebooks
- Google Colab
- Kaggle
Commit ·
beff260
1
Parent(s): 0787249
Training in progress, step 93000
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 46763397
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b09c80cc4ae01a2c08f8e0b044059f30fe24d5c65f77f0a56edbf730af46be47
|
| 3 |
size 46763397
|