Instructions to use andreyunic23/beds_step3_constraint with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use andreyunic23/beds_step3_constraint with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="andreyunic23/beds_step3_constraint")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("andreyunic23/beds_step3_constraint") model = AutoModelForSequenceClassification.from_pretrained("andreyunic23/beds_step3_constraint") - Notebooks
- Google Colab
- Kaggle
Upload BertForSequenceClassification
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 437958648
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:75ebf3f4aab9f900cb1e5f2469c863afc97451bb79577bc2db0c3a9be583bf7c
|
| 3 |
size 437958648
|