Commit
·
e5cdc54
1
Parent(s):
4fd027c
typo
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ def get_arxiv_result():
|
|
33 |
|
34 |
|
35 |
def load_model():
|
36 |
-
return SetFitModel.from_pretrained("librarian-bots/
|
37 |
|
38 |
|
39 |
def format_row_for_model(row):
|
@@ -120,7 +120,7 @@ The Space works by:
|
|
120 |
- searching for papers on arXiv with the term `dataset` in the title + "machine learning" in the abstract
|
121 |
- passing the abstract and title of the papers to a machine learning model that predicts if the paper is introducing a new dataset or not
|
122 |
|
123 |
-
This Space is a
|
124 |
|
125 |
|
126 |
with gr.Blocks() as demo:
|
|
|
33 |
|
34 |
|
35 |
def load_model():
|
36 |
+
return SetFitModel.from_pretrained("librarian-bots/is_new_dataset_teacher_model")
|
37 |
|
38 |
|
39 |
def format_row_for_model(row):
|
|
|
120 |
- searching for papers on arXiv with the term `dataset` in the title + "machine learning" in the abstract
|
121 |
- passing the abstract and title of the papers to a machine learning model that predicts if the paper is introducing a new dataset or not
|
122 |
|
123 |
+
This Space is a work in progress. The model is not perfect, and the search query is not perfect. If you have suggestions for how to improve this Space, please open a Discussion.\n\n"""
|
124 |
|
125 |
|
126 |
with gr.Blocks() as demo:
|