Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -93,20 +93,6 @@ outputs = model.generate(**inputs, max_new_tokens=512)
|
|
| 93 |
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
| 94 |
```
|
| 95 |
|
| 96 |
-
## Citation
|
| 97 |
-
|
| 98 |
-
LOGOS is developed by Alibaba Group and Gaoling School of Artificial Intelligence, Renmin University of China. If you find this work useful in your research or applications, please cite our technical report.
|
| 99 |
-
|
| 100 |
-
```bibtex
|
| 101 |
-
@article{li2025logos,
|
| 102 |
-
title={Speaking the Language of Science: Toward a General-Purpose Generative Foundation Model for the Natural Sciences},
|
| 103 |
-
author={Li, Mingyang and Liu, Yurou and Ye, Jieping and Su, Bing and Wen, Ji-Rong and Wang, Zheng},
|
| 104 |
-
year={2025},
|
| 105 |
-
journal={arXiv preprint arXiv:2510.24701},
|
| 106 |
-
url={https://arxiv.org/abs/2510.24701}
|
| 107 |
-
}
|
| 108 |
-
```
|
| 109 |
-
|
| 110 |
## License
|
| 111 |
|
| 112 |
This project is released under **[CC BY 4.0](https://creativecommons.org/licenses/by/4.0/legalcode)**.
|
|
|
|
| 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)**.
|