Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
a2dd896
1
Parent(s):
bcd4a65
Update README.md to pin as favourite Space and enhance project description.
Browse files
README.md
CHANGED
@@ -7,14 +7,17 @@ python_version: 3.1
|
|
7 |
sdk: gradio
|
8 |
sdk_version: 5.23.1
|
9 |
app_file: app.py
|
10 |
-
pinned:
|
11 |
license: agpl-3.0
|
12 |
short_description: Connect research papers. Discover new insights.
|
13 |
datasets:
|
14 |
- nomadicsynth/arxiv-dataset-abstract-embeddings
|
15 |
models:
|
16 |
- nomadicsynth/research-compass-arxiv-abstracts-embedding-model
|
17 |
-
- meta-llama/Llama-3.2-3B-Instruct
|
18 |
---
|
19 |
|
20 |
-
|
|
|
|
|
|
|
|
|
|
7 |
sdk: gradio
|
8 |
sdk_version: 5.23.1
|
9 |
app_file: app.py
|
10 |
+
pinned: true
|
11 |
license: agpl-3.0
|
12 |
short_description: Connect research papers. Discover new insights.
|
13 |
datasets:
|
14 |
- nomadicsynth/arxiv-dataset-abstract-embeddings
|
15 |
models:
|
16 |
- nomadicsynth/research-compass-arxiv-abstracts-embedding-model
|
|
|
17 |
---
|
18 |
|
19 |
+
# Research Compass
|
20 |
+
|
21 |
+
Research Compass is a tool that helps you navigate the vast sea of research papers. It uses embeddings to connect research papers and discover new insights.
|
22 |
+
|
23 |
+
This is using the first prototype version of the model. The model is trained on a dataset of arXiv abstract triplets created from a synthetic dataset of 10,000 abstract pair ratings. The dataset will be made available soon.
|