Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title: NBDT
|
3 |
emoji: 📊
|
4 |
colorFrom: indigo
|
5 |
colorTo: blue
|
@@ -7,11 +7,9 @@ sdk: gradio
|
|
7 |
sdk_version: 3.35.2
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
-
models:
|
11 |
-
- biodatlab/MIReAD-Neuro-Contrastive
|
12 |
-
duplicated_from: biodatlab/NBDT-Recommendation-Engine
|
13 |
---
|
14 |
|
15 |
-
This space is a demo for a Reviewer Recommendation System for the Neurons, Behavior, Data Analysis and Theory Journal.
|
16 |
-
The index being used here includes papers from a variety of authors who have published in the NBDT Journal across various years.
|
|
|
17 |
The embedding model in use here is [biodatlab/MIReAD-Neuro-Contrastive](https://huggingface.co/biodatlab/MIReAD-Neuro-Contrastive).
|
|
|
1 |
---
|
2 |
+
title: NBDT RecSys Arena
|
3 |
emoji: 📊
|
4 |
colorFrom: indigo
|
5 |
colorTo: blue
|
|
|
7 |
sdk_version: 3.35.2
|
8 |
app_file: app.py
|
9 |
pinned: false
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
+
This space is a demo for a Reviewer Recommendation System Arena for the Neurons, Behavior, Data Analysis and Theory Journal.
|
13 |
+
The index being used here includes papers from a variety of authors who have published in the NBDT Journal across various years.
|
14 |
+
It allows the user to compare the recommendations of two models for the same abstract. The results from the user will be used for qualitative analysis of the models.
|
15 |
The embedding model in use here is [biodatlab/MIReAD-Neuro-Contrastive](https://huggingface.co/biodatlab/MIReAD-Neuro-Contrastive).
|