How to use Docty/question_and_answer with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="Docty/question_and_answer")
# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("Docty/question_and_answer") model = AutoModelForQuestionAnswering.from_pretrained("Docty/question_and_answer")
The community tab is the place to discuss and collaborate with the HF community!
Create images in seconds. No sign-up, no paywall, no setup.