Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
title: SimianDB demo on wikipedia dataset 6M
|
3 |
-
emoji:
|
4 |
colorFrom: blue
|
5 |
colorTo: gray
|
6 |
sdk: gradio
|
@@ -8,11 +8,14 @@ sdk_version: 3.23.0
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
-
models:
|
12 |
-
|
|
|
|
|
|
|
13 |
---
|
14 |
|
15 |
This is a space to test the capabilities of my simple vector store database SimianDB.
|
16 |
The demo contains the first paragraph of the 6 million entry (6,458,670) wikipedia dataset "20220301.en"
|
17 |
|
18 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
title: SimianDB demo on wikipedia dataset 6M
|
3 |
+
emoji: π
|
4 |
colorFrom: blue
|
5 |
colorTo: gray
|
6 |
sdk: gradio
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
+
models:
|
12 |
+
- sentence-transformers/all-MiniLM-L6-v2
|
13 |
+
- cross-encoder/ms-marco-MiniLM-L-6-v2
|
14 |
+
datasets:
|
15 |
+
- wikipedia
|
16 |
---
|
17 |
|
18 |
This is a space to test the capabilities of my simple vector store database SimianDB.
|
19 |
The demo contains the first paragraph of the 6 million entry (6,458,670) wikipedia dataset "20220301.en"
|
20 |
|
21 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|