From 0da6a95efa91ca9e6b73e8736a94d8dc8d971591 Mon Sep 17 00:00:00 2001 From: salman Date: Fri, 8 Aug 2025 16:18:42 +0100 Subject: [PATCH] Add citation.tff (#3043) [skip ci] --- CITATION.cff | 10 ++++++++++ README.md | 14 ++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 000000000..e6ecc7cb8 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,10 @@ +cff-version: 1.2.0 +type: software +title: "Axolotl: Post-Training for AI Models" +message: "If you use this software, please cite it as below." +authors: + - name: "Axolotl maintainers and contributors" +repository-code: "https://github.com/axolotl-ai-cloud/axolotl" +url: "https://axolotl.ai/" +license: Apache-2.0 +date-released: "2023-05-30" diff --git a/README.md b/README.md index 9746158b9..117eb9b12 100644 --- a/README.md +++ b/README.md @@ -149,6 +149,20 @@ Contributions are welcome! Please see our [Contributing Guide](https://github.co Interested in sponsoring? Contact us at [wing@axolotl.ai](mailto:wing@axolotl.ai) +## 📝 Citing Axolotl + +If you use Axolotl in your research or projects, please cite it as follows: + +```bibtex +@software{axolotl, + title = {Axolotl: Post-Training for AI Models}, + author = {{Axolotl maintainers and contributors}}, + url = {https://github.com/axolotl-ai-cloud/axolotl}, + license = {Apache-2.0}, + year = {2023} +} +``` + ## 📜 License This project is licensed under the Apache 2.0 License - see the [LICENSE](LICENSE) file for details.