Try using the QA model as a BERT model trained on KLUE-MRC data
Github: KLUE-benchmark/KLUE
Open API: On Ainize
License: CC-BY-SA-4.0
context: 질문에 답할 수 있는 문맥
question: 질문
{"0": 답}
curl -X POST "https://main-klue-mrc-bert-scy6500.endpoint.ainize.ai" -H "accept: application/json" -H "Content-Type: multipart/form-data" -d "context={}&question={}"
{
"0": {}
}
API page: Ainize
Demo page: End-point