gabriel lopez commited on
Commit
684f6cd
1 Parent(s): 6b5e1e4

bug resolved

Browse files
Files changed (2) hide show
  1. app.py +3 -3
  2. data/arxiv.csv +0 -0
app.py CHANGED
@@ -12,10 +12,10 @@ EXAMPLES = [
12
  ]
13
  ARTICLE = r"""<center>
14
  This application uses Sentence-BERT embeddings.
15
- Sentence Embedding is achieved here via Siamese BERT-Networks from <a href=https://arxiv.org/abs/1908.10084>this paper</a> <br>
16
- After embedding, encoded papers are projected into the unit sphere and a nearest neighbours search is done to extract best matching results.
17
  Done by dr. Gabriel Lopez<br>
18
- For more please visit: <a href='https://sites.google.com/view/dr-gabriel-lopez/home'>My Page</a>
19
  </center>"""
20
 
21
  # interface function
 
12
  ]
13
  ARTICLE = r"""<center>
14
  This application uses Sentence-BERT embeddings.
15
+ Sentence Embedding is achieved via Siamese BERT-Networks from <a href=https://arxiv.org/abs/1908.10084>this paper</a> <br>
16
+ After embedding, encoded papers are projected into the unit sphere and a nearest neighbours search is done to extract best matching results.<br>
17
  Done by dr. Gabriel Lopez<br>
18
+ For more please visit: <a href='https://sites.google.com/view/dr-gabriel-lopez/home'>My Page</a><br>
19
  </center>"""
20
 
21
  # interface function
data/arxiv.csv CHANGED
The diff for this file is too large to render. See raw diff