Spaces:

ehsk commited on
Commit
698ec28
β€’
1 Parent(s): 4077dc3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -7,6 +7,7 @@ sdk: streamlit
7
  sdk_version: 1.26.0
8
  app_file: app.py
9
  pinned: false
 
10
  ---
11
 
12
  # Navigating ACL Anthology
@@ -22,6 +23,9 @@ Overall, 12,282 papers were derived from 4 conferences/journals, i.e. ACL (5.2K)
22
  We encoded the papers (titles + abstracts) using [spectre2](https://huggingface.co/allenai/specter2_base), a BERT-based model designed for scientific literature.
23
  We applied t-SNE to reduce dimensions for visualization.
24
 
 
 
 
25
  πŸ‘‰ To learn about how we generated the plot, check out our step-by-step guide [here](scipapers_scatter.ipynb).
26
 
27
  πŸ‘‰ For questions (❓), problems (πŸ› οΈ), or bug reports (πŸ›), please open an [issue](https://huggingface.co/spaces/gwf-uwaterloo/acl-spectrum/discussions) under the Community tab.
 
7
  sdk_version: 1.26.0
8
  app_file: app.py
9
  pinned: false
10
+ license: mit
11
  ---
12
 
13
  # Navigating ACL Anthology
 
23
  We encoded the papers (titles + abstracts) using [spectre2](https://huggingface.co/allenai/specter2_base), a BERT-based model designed for scientific literature.
24
  We applied t-SNE to reduce dimensions for visualization.
25
 
26
+
27
+ πŸ‘‰ Released under the MIT License.
28
+
29
  πŸ‘‰ To learn about how we generated the plot, check out our step-by-step guide [here](scipapers_scatter.ipynb).
30
 
31
  πŸ‘‰ For questions (❓), problems (πŸ› οΈ), or bug reports (πŸ›), please open an [issue](https://huggingface.co/spaces/gwf-uwaterloo/acl-spectrum/discussions) under the Community tab.