/KLUE-MRC-BERT

Primary LanguageHTMLApache License 2.0Apache-2.0

KLUE-MRC BERT Question Answering Model

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

Post parameter

context: 질문에 답할 수 있는 문맥
question: 질문

Output format

{"0": 답}

* With CLI *

Input example

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={}"

Output example

{
  "0": {}
}

* With swagger *

API page: Ainize

* With a Demo *

Demo page: End-point