pszemraj commited on
Commit
679ed8c
1 Parent(s): b1c1ae4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -30,10 +30,11 @@ language:
30
 
31
  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.
32
 
33
- - This model has been further trained from [BEE-spoke-data/bert-plus-L8-v1.0-synthSTSv3-4k](https://hf.co/BEE-spoke-data/bert-plus-L8-v1.0-synthSTSv3-4k) on 'v3.0' of the `synthetic text similarity' dataset.
34
  - Intended for use in comparing the cosine similarity of longer document embeddings and/or clustering them.
35
  - Matryoshka dims: [768, 512, 256, 128, 64]
36
 
 
37
 
38
  ## Usage (Sentence-Transformers)
39
 
 
30
 
31
  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.
32
 
33
+ - This model has been further trained from [BEE-spoke-data/bert-plus-L8-v1.0-allNLI_matryoshka](https://hf.co/BEE-spoke-data/bert-plus-L8-v1.0-allNLI_matryoshka) on 'v3.0' of the `synthetic text similarity' dataset.
34
  - Intended for use in comparing the cosine similarity of longer document embeddings and/or clustering them.
35
  - Matryoshka dims: [768, 512, 256, 128, 64]
36
 
37
+ An earlier version of this model (on `v1.0` of the dataset) can be found [here](https://huggingface.co/BEE-spoke-data/bert-plus-L8-v1.0-syntheticSTS-4k). TBD which performs better in practical tasks.
38
 
39
  ## Usage (Sentence-Transformers)
40