nairadithya
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
task_categories:
|
4 |
+
- sentence-similarity
|
5 |
+
- question-answering
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
pretty_name: Dictionary Embeddings
|
9 |
+
size_categories:
|
10 |
+
- 100K<n<1M
|
11 |
+
---
|
12 |
+
|
13 |
+
|
14 |
+
|
15 |
+
Embeddings generated from the model [multi-qa-mpnet-base-dot-v1](https://huggingface.co/sentence-transformers/multi-qa-mpnet-base-dot-v1) being trained on [MAKILINGDING/english_dictionary](https://huggingface.co/MAKILINGDING/english_dictionary)
|