added bibtext
Browse files
README.md
CHANGED
@@ -15,3 +15,23 @@ widget:
|
|
15 |
Pretrained model on English language using a masked language modeling (MLM) and next sentence prediction (NSP) objective.
|
16 |
It was introduced in [this paper at ADASS 2021](https://arxiv.org/abs/2112.00590).
|
17 |
This model is cased.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
Pretrained model on English language using a masked language modeling (MLM) and next sentence prediction (NSP) objective.
|
16 |
It was introduced in [this paper at ADASS 2021](https://arxiv.org/abs/2112.00590).
|
17 |
This model is cased.
|
18 |
+
|
19 |
+
|
20 |
+
### BibTeX
|
21 |
+
```bibtex
|
22 |
+
@ARTICLE{2021arXiv211200590G,
|
23 |
+
author = {{Grezes}, Felix and {Blanco-Cuaresma}, Sergi and {Accomazzi}, Alberto and {Kurtz}, Michael J. and {Shapurian}, Golnaz and {Henneken}, Edwin and {Grant}, Carolyn S. and {Thompson}, Donna M. and {Chyla}, Roman and {McDonald}, Stephen and {Hostetler}, Timothy W. and {Templeton}, Matthew R. and {Lockhart}, Kelly E. and {Martinovic}, Nemanja and {Chen}, Shinyi and {Tanner}, Chris and {Protopapas}, Pavlos},
|
24 |
+
title = "{Building astroBERT, a language model for Astronomy \& Astrophysics}",
|
25 |
+
journal = {arXiv e-prints},
|
26 |
+
keywords = {Computer Science - Computation and Language, Astrophysics - Instrumentation and Methods for Astrophysics},
|
27 |
+
year = 2021,
|
28 |
+
month = dec,
|
29 |
+
eid = {arXiv:2112.00590},
|
30 |
+
pages = {arXiv:2112.00590},
|
31 |
+
archivePrefix = {arXiv},
|
32 |
+
eprint = {2112.00590},
|
33 |
+
primaryClass = {cs.CL},
|
34 |
+
adsurl = {https://ui.adsabs.harvard.edu/abs/2021arXiv211200590G},
|
35 |
+
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
|
36 |
+
}
|
37 |
+
```
|