ODeNy commited on
Commit
7d53ce4
1 Parent(s): 5d7bb88

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -4
README.md CHANGED
@@ -158,9 +158,6 @@ model-index:
158
  - task:
159
  type: semantic-similarity
160
  name: Semantic Similarity
161
- dataset:
162
- name: Unknown
163
- type: unknown
164
  metrics:
165
  - type: pearson_cosine
166
  value: 0.9021917485421888
@@ -177,7 +174,7 @@ datasets:
177
 
178
  # SentenceTransformer based on sentence-transformers/paraphrase-multilingual-mpnet-base-v2
179
 
180
- This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [sentence-transformers/paraphrase-multilingual-mpnet-base-v2](https://huggingface.co/sentence-transformers/paraphrase-multilingual-mpnet-base-v2). It maps sentences & paragraphs to a 768-dimensional dense vector space and can be used for semantic textual similarity and stylistic textual similarity (main task). Using an SBERT model for stylistic textual similarity is an experimental usecase but it works really well and I recommend it.
181
 
182
  ## Model Details
183
 
 
158
  - task:
159
  type: semantic-similarity
160
  name: Semantic Similarity
 
 
 
161
  metrics:
162
  - type: pearson_cosine
163
  value: 0.9021917485421888
 
174
 
175
  # SentenceTransformer based on sentence-transformers/paraphrase-multilingual-mpnet-base-v2
176
 
177
+ This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [sentence-transformers/paraphrase-multilingual-mpnet-base-v2](https://huggingface.co/sentence-transformers/paraphrase-multilingual-mpnet-base-v2). It maps sentences & paragraphs to a 768-dimensional dense vector space and can be used for paraphrase similarity (main task) and semantic textual similarity. Using an SBERT model for stylistic textual similarity is an experimental use case but it works really well and I recommend it.
178
 
179
  ## Model Details
180