Instructions to use Stacy123/rubert_tiny_qa_kontur with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Stacy123/rubert_tiny_qa_kontur with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="Stacy123/rubert_tiny_qa_kontur")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("Stacy123/rubert_tiny_qa_kontur") model = AutoModelForQuestionAnswering.from_pretrained("Stacy123/rubert_tiny_qa_kontur") - Notebooks
- Google Colab
- Kaggle
Upload 2 files
Browse files- Predict.ipynb +0 -0
- Rubert_tiny.ipynb +0 -0
Predict.ipynb
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
Rubert_tiny.ipynb
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|