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: 129 Bytes
3d22cb9 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e2921440e6eaf41d57964eacee66c84bc1fbe81464ae43e64def2831f00991ba
size 3835
|