w11wo commited on
Commit
c1367be
1 Parent(s): f3028a6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -6,7 +6,7 @@ tags:
6
  - sentence-similarity
7
  ---
8
 
9
- # {MODEL_NAME}
10
 
11
  This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 768 dimensional dense vector space and can be used for tasks like clustering or semantic search.
12
 
@@ -26,7 +26,7 @@ Then you can use the model like this:
26
  from sentence_transformers import SentenceTransformer
27
  sentences = ["This is an example sentence", "Each sentence is converted"]
28
 
29
- model = SentenceTransformer('{MODEL_NAME}')
30
  embeddings = model.encode(sentences)
31
  print(embeddings)
32
  ```
@@ -37,7 +37,7 @@ print(embeddings)
37
 
38
  <!--- Describe how your model was evaluated -->
39
 
40
- For an automated evaluation of this model, see the *Sentence Embeddings Benchmark*: [https://seb.sbert.net](https://seb.sbert.net?model_name={MODEL_NAME})
41
 
42
 
43
  ## Training
 
6
  - sentence-similarity
7
  ---
8
 
9
+ # LazarusNLP/congen-simcse-indobert-base
10
 
11
  This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 768 dimensional dense vector space and can be used for tasks like clustering or semantic search.
12
 
 
26
  from sentence_transformers import SentenceTransformer
27
  sentences = ["This is an example sentence", "Each sentence is converted"]
28
 
29
+ model = SentenceTransformer('LazarusNLP/congen-simcse-indobert-base')
30
  embeddings = model.encode(sentences)
31
  print(embeddings)
32
  ```
 
37
 
38
  <!--- Describe how your model was evaluated -->
39
 
40
+ For an automated evaluation of this model, see the *Sentence Embeddings Benchmark*: [https://seb.sbert.net](https://seb.sbert.net?model_name=LazarusNLP/congen-simcse-indobert-base)
41
 
42
 
43
  ## Training