Instructions to use allenai/specter2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use allenai/specter2 with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("allenai/specter_plus_plus") model.load_adapter("allenai/specter2", set_active=True) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -190,12 +190,12 @@ Please cite the following works if you end up using SPECTER 2.0:
|
|
| 190 |
|
| 191 |
[SciRepEval paper](https://api.semanticscholar.org/CorpusID:254018137)
|
| 192 |
```bibtex
|
| 193 |
-
@
|
| 194 |
title={SciRepEval: A Multi-Format Benchmark for Scientific Document Representations},
|
| 195 |
author={Amanpreet Singh and Mike D'Arcy and Arman Cohan and Doug Downey and Sergey Feldman},
|
| 196 |
-
|
| 197 |
year={2022},
|
| 198 |
-
|
| 199 |
}
|
| 200 |
```
|
| 201 |
|
|
|
|
| 190 |
|
| 191 |
[SciRepEval paper](https://api.semanticscholar.org/CorpusID:254018137)
|
| 192 |
```bibtex
|
| 193 |
+
@inproceedings{Singh2022SciRepEvalAM,
|
| 194 |
title={SciRepEval: A Multi-Format Benchmark for Scientific Document Representations},
|
| 195 |
author={Amanpreet Singh and Mike D'Arcy and Arman Cohan and Doug Downey and Sergey Feldman},
|
| 196 |
+
booktitle={Conference on Empirical Methods in Natural Language Processing},
|
| 197 |
year={2022},
|
| 198 |
+
url={https://api.semanticscholar.org/CorpusID:254018137}
|
| 199 |
}
|
| 200 |
```
|
| 201 |
|