Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# wikiembed.py
|
2 |
text embeddings for wikipedia articles
|
3 |
|
@@ -64,4 +77,4 @@ released under [creative commons license (CC BY-SA 3.0 unported)](https://en.wik
|
|
64 |
|
65 |
data cleaning adapted from [olm/wikipedia](https://huggingface.co/datasets/olm/wikipedia)
|
66 |
|
67 |
-
by [britt lewis](https://bl3.dev)
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-sa-3.0
|
3 |
+
task_categories:
|
4 |
+
- question-answering
|
5 |
+
tags:
|
6 |
+
- wikipedia
|
7 |
+
- usearch
|
8 |
+
- distilbert
|
9 |
+
- msmarco
|
10 |
+
- text
|
11 |
+
size_categories:
|
12 |
+
- 100K<n<1M
|
13 |
+
---
|
14 |
# wikiembed.py
|
15 |
text embeddings for wikipedia articles
|
16 |
|
|
|
77 |
|
78 |
data cleaning adapted from [olm/wikipedia](https://huggingface.co/datasets/olm/wikipedia)
|
79 |
|
80 |
+
by [britt lewis](https://bl3.dev)
|