dbourget commited on
Commit
15620e0
1 Parent(s): 94ecf4c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -9,11 +9,13 @@ tags:
9
 
10
  ---
11
 
12
- # dbourget/philai-tsdae-4.8e-cp
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
- <!--- Describe your model here -->
 
 
17
 
18
  ## Usage (Sentence-Transformers)
19
 
 
9
 
10
  ---
11
 
12
+ # dbourget/philai-embeddings-v1.1
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
 
20
  ## Usage (Sentence-Transformers)
21