fizban99
commited on
Commit
Β·
7814a47
1
Parent(s):
4183fb4
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: π
|
4 |
colorFrom: blue
|
5 |
colorTo: gray
|
@@ -8,8 +8,11 @@ sdk_version: 3.23.0
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
|
|
|
|
11 |
---
|
12 |
|
13 |
-
This is a space to test the capabilities of my simple vector store database
|
|
|
14 |
|
15 |
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
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
+
models: sentence-transformers/all-MiniLM-L6-v2 cross-encoder/ms-marco-MiniLM-L-6-v2
|
12 |
+
datasets: wikipedia
|
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
|