Spaces:
Runtime error
Runtime error
Trent
commited on
Commit
·
5f56dc3
1
Parent(s):
3a9a750
Contributions
Browse files
app.py
CHANGED
@@ -21,7 +21,14 @@ The models were trained on a dataset comprising of [1 Billion+ training corpus](
|
|
21 |
In addition, we trained [20 models](https://huggingface.co/flax-sentence-embeddings) focused on general-purpose, QuestionAnswering and Code search.
|
22 |
You can view our models [here](https://huggingface.co/flax-sentence-embeddings)
|
23 |
|
24 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
|
26 |
''')
|
27 |
|
|
|
21 |
In addition, we trained [20 models](https://huggingface.co/flax-sentence-embeddings) focused on general-purpose, QuestionAnswering and Code search.
|
22 |
You can view our models [here](https://huggingface.co/flax-sentence-embeddings)
|
23 |
|
24 |
+
## Contributions
|
25 |
+
|
26 |
+
- 20 sentence embedding models that can be utilized for Sentence Simliarity / Asymmetric QA / Search / Clustering.
|
27 |
+
- 8 Datasets from Stackexchange and StackOverflow, PAWS, Gender Evaluation formatted and uploaded to HuggingFace Hub.
|
28 |
+
- Achieve SOTA on multiple general purpose Sentence Similarity evaluation tasks by utilizing large TPU memory to maximize
|
29 |
+
customized Contrastive Loss.
|
30 |
+
- Gender Bias Demonstration that explores inherent bias in general purpose datasets.
|
31 |
+
- Search / Clustering Demonstration that showcases real-world use-cases for Sentence Embeddings.
|
32 |
|
33 |
''')
|
34 |
|