nreimers commited on
Commit
c87bc10
1 Parent(s): a0f0155

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -19
README.md CHANGED
@@ -4,14 +4,12 @@ tags:
4
  - sentence-transformers
5
  - feature-extraction
6
  - sentence-similarity
7
- - transformers
8
- - transformers
9
  ---
10
 
11
- # sentence-transformers/allenai-specter
12
-
13
- This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 768 dimensional dense vector space and can be used for tasks like clustering or semantic search.
14
 
 
15
 
16
 
17
  ## Usage (Sentence-Transformers)
@@ -88,17 +86,4 @@ SentenceTransformer(
88
 
89
  ## Citing & Authors
90
 
91
- This model was trained by [sentence-transformers](https://www.sbert.net/).
92
-
93
- If you find this model helpful, feel free to cite our publication [Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks](https://arxiv.org/abs/1908.10084):
94
- ```bibtex
95
- @inproceedings{reimers-2019-sentence-bert,
96
- title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
97
- author = "Reimers, Nils and Gurevych, Iryna",
98
- booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
99
- month = "11",
100
- year = "2019",
101
- publisher = "Association for Computational Linguistics",
102
- url = "http://arxiv.org/abs/1908.10084",
103
- }
104
- ```
 
4
  - sentence-transformers
5
  - feature-extraction
6
  - sentence-similarity
7
+ license: apache-2.0
 
8
  ---
9
 
10
+ # allenai-specter
 
 
11
 
12
+ This model is a conversion of the [AllenAI SPECTER](https://github.com/allenai/specter) model to [sentence-transformers](https://www.SBERT.net). It can be used to map the titles & abstracts of scientific publications to a vector space such that similar papers are close.
13
 
14
 
15
  ## Usage (Sentence-Transformers)
 
86
 
87
  ## Citing & Authors
88
 
89
+ See [AllenAI SPECTER](https://github.com/allenai/specter)