dbourget commited on
Commit
4d9ddeb
1 Parent(s): 15620e0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -13,7 +13,7 @@ tags:
13
 
14
  This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 1024 dimensional dense vector space and can be used for tasks like clustering or semantic search.
15
 
16
- The model is based on BERT-large-uncased, further trained using the TSDAE technique described [here](https://sbert.net/examples/unsupervised_learning/TSDAE/README.html) on a corpus of open access philosophy from [https://philpapers.org](PhilArchive.org).
17
 
18
  The aim was to make an embedding model that can correctly captures semantic similarity between sentences that use philosophical jargon. The aim was partly achieved. In our informal benchmarks, it performs better than Ada3-large. However, it is still far from perfect and we hope to release an improved model soon.
19
 
 
13
 
14
  This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 1024 dimensional dense vector space and can be used for tasks like clustering or semantic search.
15
 
16
+ The model is based on BERT-large-uncased, further trained using the TSDAE technique described [here](https://sbert.net/examples/unsupervised_learning/TSDAE/README.html) on a corpus of open access philosophy from [PhilArchive.org](https://philarchive.org).
17
 
18
  The aim was to make an embedding model that can correctly captures semantic similarity between sentences that use philosophical jargon. The aim was partly achieved. In our informal benchmarks, it performs better than Ada3-large. However, it is still far from perfect and we hope to release an improved model soon.
19