/Sentence_Similarity

Primary LanguageHTMLApache License 2.0Apache-2.0

KLUE-STS Sentence Similarity BERT Model

Try using the Sentence Similarity model as a BERT model trained on KLUE-MRC data

Github: KLUE-benchmark/KLUE

Open API: On Ainize

License: CC-BY-SA-4.0

model : huggingface

model fine-tuning : git

Post parameter

source: 소스 sentence
compare: 비교 sentence

Output format

{"0": 답}

* With CLI *

Input example

curl -X POST "https://master-sentence-similarity-audrb96.endpoint.ainize.ai" -H "accept: application/json" -H "Content-Type: multipart/form-data" -d "source={}&compare={}"

Output example

{
  "0": {}
}

* With swagger *

API page: Ainize

* With a Demo *

Demo page: End-point