Instructions to use amedvedev/rubert-tiny2-cognitive-bias with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use amedvedev/rubert-tiny2-cognitive-bias with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="amedvedev/rubert-tiny2-cognitive-bias")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("amedvedev/rubert-tiny2-cognitive-bias") model = AutoModelForSequenceClassification.from_pretrained("amedvedev/rubert-tiny2-cognitive-bias") - Notebooks
- Google Colab
- Kaggle
Commit ·
db17dc0
1
Parent(s): fc7e554
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (375bf8956c3b48c01a2f57842e6d0ae8dbd97bf1)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:145b1113a5cde63466a3f7cd892f1da02dd0229058da4fb97947075b4e45e280
|
| 3 |
+
size 116808128
|