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