Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -11,11 +11,13 @@ def main():
|
|
11 |
st.write("**Goal**: search for datasets in NCEI's Archive using natural language queries")
|
12 |
st.write("[Repo](https://github.com/myrandaGoesToSpace/semantic-search-datasets)")
|
13 |
|
14 |
-
st.image("ncei_banner.png")
|
15 |
-
|
16 |
st.image("pres-whatisnoaa.png")
|
17 |
-
|
18 |
-
st.
|
|
|
|
|
|
|
|
|
19 |
|
20 |
st.write("##The Model: [Sentence Transformers](https://huggingface.co/sentence-transformers/multi-qa-MiniLM-L6-cos-v1")
|
21 |
st.image("pres-sentencetransformers.png")
|
|
|
11 |
st.write("**Goal**: search for datasets in NCEI's Archive using natural language queries")
|
12 |
st.write("[Repo](https://github.com/myrandaGoesToSpace/semantic-search-datasets)")
|
13 |
|
|
|
|
|
14 |
st.image("pres-whatisnoaa.png")
|
15 |
+
|
16 |
+
st.write("Uses service called OneStop for data search")
|
17 |
+
st.write("**Problems:**")
|
18 |
+
st.write("- Uses keyword search -- not robust to natural language queries")
|
19 |
+
#st.image("pres-onestop.png")
|
20 |
+
#st.image("pres-problems.png")
|
21 |
|
22 |
st.write("##The Model: [Sentence Transformers](https://huggingface.co/sentence-transformers/multi-qa-MiniLM-L6-cos-v1")
|
23 |
st.image("pres-sentencetransformers.png")
|