young-geng / EasyLM

Large language models (LLMs) made easy, EasyLM is a one stop solution for pre-training, finetuning, evaluating and serving LLMs in JAX/Flax.
Apache License 2.0
2.33k stars 247 forks source link

Citation #67

Closed syzymon closed 1 year ago

syzymon commented 1 year ago

Hi, we are immensely grateful for the release of the codebase, which enabled us to fine-tune LLaMA in JAX. Is there a standardized way to cite this repo in a paper?

young-geng commented 1 year ago

I'm glad to hear that you find it useful for your research. You can use the following bibtex:

@software{geng2023easylm,
  author = {Geng, Xinyang},
  title = {EasyLM: A Simple And Scalable Training Framework for Large Language Models},
  month = March,
  year = 2023,
  url = {https://github.com/young-geng/EasyLM}
}