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="blackhole33/ExtractQuestionAnswer")
# Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering

tokenizer = AutoTokenizer.from_pretrained("blackhole33/ExtractQuestionAnswer")
model = AutoModelForQuestionAnswering.from_pretrained("blackhole33/ExtractQuestionAnswer")
Quick Links

Model description

ExtractQuestionAnswer model bu open-source modellardan olindi, asosiy maqsat dataset taxlash uchun ishlatiladi. Foydalanuvchilar bemalol kunlik tasklarni bajarish uchun ishlatsa bo'ladi, va Space workspace ham mavjud.

Keyinchlik kuchli va Abstract model ishlab chiqarish uchun ishlatiladi. Dataset ko'rinishi: SQUAD kabi bo'adi.

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