CITATION.cff 746 B

123456789101112131415161718
  1. cff-version: 1.2.0
  2. message: "If you use this book or its accompanying code, please cite it as follows."
  3. title: "Build A Large Language Model (From Scratch), Published by Manning, ISBN 978-1633437166"
  4. abstract: "This book provides a comprehensive, step-by-step guide to implementing a ChatGPT-like large language model from scratch in PyTorch."
  5. date-released: 2024-09-12
  6. authors:
  7. - family-names: "Raschka"
  8. given-names: "Sebastian"
  9. license: "Apache-2.0"
  10. url: "https://www.manning.com/books/build-a-large-language-model-from-scratch"
  11. repository-code: "https://github.com/rasbt/LLMs-from-scratch"
  12. keywords:
  13. - large language models
  14. - natural language processing
  15. - artificial intelligence
  16. - PyTorch
  17. - machine learning
  18. - deep learning