adlumal commited on
Commit
3302f7d
1 Parent(s): afe6eab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -35,7 +35,7 @@ Then you can use the model like this:
35
  from sentence_transformers import SentenceTransformer
36
  sentences = ["This is an example sentence", "Each sentence is converted"]
37
 
38
- model = SentenceTransformer('{MODEL_NAME}')
39
  embeddings = model.encode(sentences)
40
  print(embeddings)
41
  ```
@@ -46,7 +46,7 @@ print(embeddings)
46
 
47
  <!--- Describe how your model was evaluated -->
48
 
49
- For an automated evaluation of this model, see the *Sentence Embeddings Benchmark*: [https://seb.sbert.net](https://seb.sbert.net?model_name={MODEL_NAME})
50
 
51
 
52
  ## Training
 
35
  from sentence_transformers import SentenceTransformer
36
  sentences = ["This is an example sentence", "Each sentence is converted"]
37
 
38
+ model = SentenceTransformer('adlumal/auslaw-embed-v1.0')
39
  embeddings = model.encode(sentences)
40
  print(embeddings)
41
  ```
 
46
 
47
  <!--- Describe how your model was evaluated -->
48
 
49
+ For an automated evaluation of this model, see the *Sentence Embeddings Benchmark*: [https://seb.sbert.net](https://seb.sbert.net?model_name=adlumal/auslaw-embed-v1.0)
50
 
51
 
52
  ## Training