From 7b060d6c40df4b0c1a1ce6e75d1fe79cd16b7317 Mon Sep 17 00:00:00 2001 From: s-sakshi9317 Date: Mon, 12 Jan 2026 13:52:47 +0530 Subject: [PATCH] docs: add beginner LLM Fine-Tuning tutorial under Python miscellaneous --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9f3119b7..19eeefad 100644 --- a/README.md +++ b/README.md @@ -526,6 +526,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - [Write yourself a Git](https://wyag.thb.lt/) - [A Python implementation of a Python bytecode runner](https://www.aosabook.org/en/500L/a-python-interpreter-written-in-python.html) - [Create a Voice assistant using Python](https://www.geeksforgeeks.org/voice-assistant-using-python/) +- [Introduction to LLM Fine-Tuning](https://www.digitalocean.com/community/tutorials/llm-finetuning-domain-specific-models) ## Go: