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