Trent commited on
Commit
09bdfeb
·
1 Parent(s): 5f56dc3

Contributions

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ You can view our models [here](https://huggingface.co/flax-sentence-embeddings)
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
 
 
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. [Full Evaluation here](https://docs.google.com/spreadsheets/d/1vXJrIg38cEaKjOG5y4I4PQwAQFUmCkohbViJ9zj_Emg/edit#gid=1809754143).
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