Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -26,7 +26,7 @@ size_categories:
|
|
| 26 |
</p>
|
| 27 |
|
| 28 |
<p align="center">
|
| 29 |
-
<a href="https://
|
| 30 |
<a href="https://github.com/LOGOS-Hub/LOGOS"><img src="https://img.shields.io/badge/GitHub-LOGOS-181717?logo=github&logoColor=white" height="21px"></a>
|
| 31 |
</p>
|
| 32 |
|
|
@@ -93,6 +93,22 @@ outputs = model.generate(**inputs, max_new_tokens=512)
|
|
| 93 |
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
| 94 |
```
|
| 95 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 96 |
## License
|
| 97 |
|
| 98 |
This project is released under **[CC BY 4.0](https://creativecommons.org/licenses/by/4.0/legalcode)**.
|
|
|
|
| 26 |
</p>
|
| 27 |
|
| 28 |
<p align="center">
|
| 29 |
+
<a href="https://arxiv.org/abs/2606.16905" target="_blank"><img src="https://img.shields.io/badge/Technical Report-b5212f.svg?logo=arxiv" height="21px"></a>
|
| 30 |
<a href="https://github.com/LOGOS-Hub/LOGOS"><img src="https://img.shields.io/badge/GitHub-LOGOS-181717?logo=github&logoColor=white" height="21px"></a>
|
| 31 |
</p>
|
| 32 |
|
|
|
|
| 93 |
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
| 94 |
```
|
| 95 |
|
| 96 |
+
## Citation
|
| 97 |
+
|
| 98 |
+
If you find this work useful in your research or applications, please cite our technical report.
|
| 99 |
+
|
| 100 |
+
```bibtex
|
| 101 |
+
@misc{li2026speakinglanguagesciencegeneralpurpose,
|
| 102 |
+
title={Speaking the Language of Science: Toward a General-Purpose Generative Foundation Model for the Natural Sciences},
|
| 103 |
+
author={Mingyang Li and Yurou Liu and Jieping Ye and Bing Su and Ji-Rong Wen and Zheng Wang},
|
| 104 |
+
year={2026},
|
| 105 |
+
eprint={2606.16905},
|
| 106 |
+
archivePrefix={arXiv},
|
| 107 |
+
primaryClass={cs.CL},
|
| 108 |
+
url={https://arxiv.org/abs/2606.16905},
|
| 109 |
+
}
|
| 110 |
+
```
|
| 111 |
+
|
| 112 |
## License
|
| 113 |
|
| 114 |
This project is released under **[CC BY 4.0](https://creativecommons.org/licenses/by/4.0/legalcode)**.
|