Spaces:
Runtime error
Runtime error
Trent
commited on
Commit
·
6a49bc1
1
Parent(s):
2d3176a
Contributions
Browse files
app.py
CHANGED
@@ -19,7 +19,8 @@ We trained three general-purpose flax-sentence-embeddings models: a **distilrobe
|
|
19 |
The models were trained on a dataset comprising of [1 Billion+ training corpus](https://huggingface.co/flax-sentence-embeddings/all_datasets_v4_MiniLM-L6#training-data) with the v3 setup.
|
20 |
|
21 |
In addition, we trained [20 models](https://huggingface.co/flax-sentence-embeddings) focused on general-purpose, QuestionAnswering and Code search.
|
22 |
-
|
|
|
23 |
|
24 |
## Contributions
|
25 |
|
|
|
19 |
The models were trained on a dataset comprising of [1 Billion+ training corpus](https://huggingface.co/flax-sentence-embeddings/all_datasets_v4_MiniLM-L6#training-data) with the v3 setup.
|
20 |
|
21 |
In addition, we trained [20 models](https://huggingface.co/flax-sentence-embeddings) focused on general-purpose, QuestionAnswering and Code search.
|
22 |
+
We also uploaded [8 datasets](https://huggingface.co/flax-sentence-embeddings) specialized for Question Answering, Sentence-Similiarity and Gender Evaluation.
|
23 |
+
You can view our models and datasets [here](https://huggingface.co/flax-sentence-embeddings).
|
24 |
|
25 |
## Contributions
|
26 |
|