How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("question-answering", model="JohnDoe70/tinyroberta-squad2")
# Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering

tokenizer = AutoTokenizer.from_pretrained("JohnDoe70/tinyroberta-squad2")
model = AutoModelForQuestionAnswering.from_pretrained("JohnDoe70/tinyroberta-squad2")
Quick Links

No model card

Downloads last month
7
Safetensors
Model size
81.5M params
Tensor type
F32
Inference Providers NEW
This model isn't deployed by any Inference Provider. 馃檵 Ask for provider support

Model tree for JohnDoe70/tinyroberta-squad2

Quantizations
1 model