Instructions to use Den4ikAI/ruBert-tiny-questions-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Den4ikAI/ruBert-tiny-questions-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Den4ikAI/ruBert-tiny-questions-classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Den4ikAI/ruBert-tiny-questions-classifier") model = AutoModelForSequenceClassification.from_pretrained("Den4ikAI/ruBert-tiny-questions-classifier") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
3d22cb9 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:740aba6b58d69dec83264298cda58b7747458ec305f8663f398cf71c4867beb3
size 116813471
|