From e33b3b9ea290c8885e0020bbf56bfe43316b2b8f Mon Sep 17 00:00:00 2001 From: Ritchie Ng Date: Tue, 14 Nov 2023 18:25:21 +0800 Subject: [PATCH] Huggingface LLM training book --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c7ee3f4..7dbb685 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,7 @@ This is a curated list of tutorials, projects, libraries, videos, papers, books ## Large Language Models (LLMs) - General + - [Hugginface LLM Training Book, en collection of methodologies to help with successful training of large language models](https://github.com/huggingface/llm_training_handbook) - [Llama](https://github.com/facebookresearch/llama) - [Mosaic Pretrained Transformers (MPT)](https://github.com/mosaicml/llm-foundry) - [Dolly](https://github.com/databrickslabs/dolly)