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 ·
5e59bb1
1
Parent(s): cce4ce5
Training in progress, step 2800
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 25877037
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5feaef65d4c0d56c13d22e7547b7ebef18032c89320fde9c4590e24b965ff75a
|
| 3 |
size 25877037
|