Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
blackhole33
/
ExtractQA
like
0
No application file
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ExtractQA
/
run.py
Rifat Mamayusupov
Update run.py
9635c6d
verified
11 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
158 Bytes
# Use a pipeline as a high-level helper
from
transformers
import
pipeline
pipe = pipeline(
"question-answering"
, model=
"ai-nightcoder/ExtractQuestionAnswer"
)