Update README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,7 @@
|
|
2 |
base_model: indobenchmark/indobert-base-p2
|
3 |
datasets:
|
4 |
- quarkss/stsb-indo-mt
|
|
|
5 |
language:
|
6 |
- id
|
7 |
library_name: sentence-transformers
|
@@ -176,7 +177,7 @@ model-index:
|
|
176 |
|
177 |
# SentenceTransformer based on indobenchmark/indobert-base-p2
|
178 |
|
179 |
-
This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [indobenchmark/indobert-base-p2](https://huggingface.co/indobenchmark/indobert-base-p2) on the [stsb](https://huggingface.co/datasets/quarkss/stsb-indo-mt) and
|
180 |
|
181 |
## Model Details
|
182 |
|
|
|
2 |
base_model: indobenchmark/indobert-base-p2
|
3 |
datasets:
|
4 |
- quarkss/stsb-indo-mt
|
5 |
+
- quarkss/arxiv-cs-id-small
|
6 |
language:
|
7 |
- id
|
8 |
library_name: sentence-transformers
|
|
|
177 |
|
178 |
# SentenceTransformer based on indobenchmark/indobert-base-p2
|
179 |
|
180 |
+
This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [indobenchmark/indobert-base-p2](https://huggingface.co/indobenchmark/indobert-base-p2) on the [stsb](https://huggingface.co/datasets/quarkss/stsb-indo-mt) and [arxiv_paper_cs_id](https://huggingface.co/datasets/quarkss/arxiv-cs-id-small) datasets. It maps sentences & paragraphs to a 768-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
|
181 |
|
182 |
## Model Details
|
183 |
|