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 ·
e8c1b34
1
Parent(s): 001a5ea
Training in progress, step 4800
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:e5e5929313c0c2de8433c7cff1b98b6f22e298985a7322f6598aaab19ffc7856
|
| 3 |
size 25877037
|