lambdaofgod commited on
Commit
524b123
·
1 Parent(s): 9f7559c

plot descriptions

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -145,6 +145,12 @@ descriptions = {
145
  Note the difference between embeddings of generated tasks and repository signatures (which contain them)
146
  """,
147
  "READMEs": """
 
 
 
 
 
 
148
  """
149
  }
150
 
@@ -168,7 +174,7 @@ with gr.Blocks() as demo:
168
  setup_repository_representations_tab(repos, representation_types)
169
  with gr.Tab("Explore PapersWithCode Tasks"):
170
 
171
- gr.Markdown(task_counts_description)
172
 
173
  with gr.Row():
174
  min_task_counts_slider_all = gr.Slider(
 
145
  Note the difference between embeddings of generated tasks and repository signatures (which contain them)
146
  """,
147
  "READMEs": """
148
+ """,
149
+ "task_counts_description": """
150
+ PapersWithCode tasks are grouped by areas. In the following plots we can see overall distribution of area given tasks, and the distribution in repository subset that will be used for visualization.
151
+
152
+ Below we can also see embeddings of task names with MPNet after dimensionality reduction with UMAP.
153
+ MPNet, a sentence-transformer model, the embeddings visibly separate tasks by area.
154
  """
155
  }
156
 
 
174
  setup_repository_representations_tab(repos, representation_types)
175
  with gr.Tab("Explore PapersWithCode Tasks"):
176
 
177
+ gr.Markdown(descriptions["task_counts_description"])
178
 
179
  with gr.Row():
180
  min_task_counts_slider_all = gr.Slider(