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 ·
b20877f
1
Parent(s): bd0f10c
Training in progress, step 6800
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:977373b5bc70e31db05df3cf8a60d079513a26d1721697a56b0f5a5334679403
|
| 3 |
size 25877037
|