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 ·
efe1761
1
Parent(s): 970840e
Training in progress, step 9200
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:d571b5fb06415b24551170a7c8a7bc2a97089cd6ec77acc7e0cded06c09d73a0
|
| 3 |
size 19547821
|