Commit
·
fd6353a
1
Parent(s):
1ec1a2a
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,25 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
pretty_name: OpenAI, all-MiniLM-L6-v2, GTE-small embeddings for Wikipedia Simple English
|
6 |
+
size_categories:
|
7 |
+
- 100K<n<1M
|
8 |
---
|
9 |
+
|
10 |
+
Texts and OpenAI embeddings are genereted by Stephan Sturges, big thanks for sharing [this dataset](https://www.kaggle.com/datasets/stephanst/wikipedia-simple-openai-embeddings).
|
11 |
+
|
12 |
+
Here we added embeddings for [`all-MiniLM-L6-v2`](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2) and [`GTE-small`](https://huggingface.co/thenlper/gte-small).
|
13 |
+
|
14 |
+
Total 224,482 vectors for each model.
|
15 |
+
|
16 |
+
## Notes
|
17 |
+
|
18 |
+
These are the embeddings and corresponded simplified articles from the wikipedia "simple english" dump.
|
19 |
+
|
20 |
+
Please see wikipedia's licensing for usage information: https://en.wikipedia.org/wiki/Wikipedia:Copyrights
|
21 |
+
|
22 |
+
Please see OpenAI's terms of service for usage of the embeddings:
|
23 |
+
https://platform.openai.com/docs/guides/embeddings/can-i-share-my-embeddings-online
|
24 |
+
|
25 |
+
For the purposes of this dataset, the embeddings are published under MIT license.
|