feat: card
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
---
|
6 |
+
|
7 |
+
# wikivec2text
|
8 |
+
|
9 |
+
Simple embedding -> text model trained on a tiny subset of Wikipedia sentences ([~7m](https://www.kaggle.com/datasets/mikeortman/wikipedia-sentences)) embedded via text-embedding-ada-002.
|
10 |
+
|
11 |
+
Used to demonstrate the arithmetic properties of sentence embeddings.
|
12 |
+
|
13 |
+
## Acknowledgements
|
14 |
+
|
15 |
+
Built on [nanoGPT](https://github.com/karpathy/nanoGPT).
|