Instructions to use AlonCohen/RuSentNE-iter-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AlonCohen/RuSentNE-iter-2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="AlonCohen/RuSentNE-iter-2")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("AlonCohen/RuSentNE-iter-2") model = AutoModelForSequenceClassification.from_pretrained("AlonCohen/RuSentNE-iter-2") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e12aa704b04d07591914b6d9ebebbd751ca6e6f0376b7fb45f4f64bf0df0d5a0
|
| 3 |
+
size 737726548
|