fizban commited on
Commit
eb30bc9
β€’
1 Parent(s): 969f2bd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -4
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: ["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
 
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