Sentence Similarity
sentence-transformers
PyTorch
Transformers
Indonesian
bert
feature-extraction
text-embeddings-inference
Inference Endpoints
Rifky commited on
Commit
0f8b1b1
·
1 Parent(s): f24f3fa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -17,7 +17,7 @@ library_name: sentence-transformers
17
 
18
  # genta-tech/indobert-base-qnli
19
 
20
- This is a [sentence-transformers](https://www.SBERT.net) model based on pretrained [IndoBERT](https://huggingface.co/indolem/indobert-base-uncased) model by [IndoLEM](https://indolem.github.io/): It maps sentences & paragraphs to a 768 dimensional dense vector space and can be used for tasks like clustering or semantic search.
21
 
22
  <!--- Describe your model here -->
23
 
 
17
 
18
  # genta-tech/indobert-base-qnli
19
 
20
+ This is a [sentence-transformers](https://www.SBERT.net) model based on pretrained [IndoBERT](https://huggingface.co/indolem/indobert-base-uncased) model by [IndoLEM](https://indolem.github.io/): It maps sentences & paragraphs to a 768 dimensional dense vector space and can be used for tasks like clustering or semantic search. This model specifically trained on questio-passage pairs dataset making it work best on question-passage input, if you need a model on sentence-sentence pairs input please check [genta-tech/indobert-base-snli](https://huggingface.co/genta-tech/indobert-base-snli).
21
 
22
  <!--- Describe your model here -->
23