{"id":27969003,"url":"https://github.com/dvgodoy/llm-visuals","last_synced_at":"2026-01-31T23:39:43.624Z","repository":{"id":278208512,"uuid":"934870119","full_name":"dvgodoy/LLM-visuals","owner":"dvgodoy","description":"Over 60 figures and diagrams of LLMs, quantization, low-rank adapters (LoRA), and chat templates FREE TO USE in your blog posts, slides, presentations, or papers. ","archived":false,"fork":false,"pushed_at":"2025-02-18T16:30:16.000Z","size":4311,"stargazers_count":14,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-13T17:06:41.300Z","etag":null,"topics":["bf16","chat-template","data-types","fine-tuning","fine-tuning-llm","hugging-face","llm","llms","lora","low-rank-adaptation","quantization","sft","supervised-learning"],"latest_commit_sha":null,"homepage":"https://dvgodoy.github.io/LLM-visuals/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc-by-4.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dvgodoy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-02-18T14:37:41.000Z","updated_at":"2025-04-25T04:51:02.000Z","dependencies_parsed_at":"2025-02-18T15:50:16.265Z","dependency_job_id":"8c60a9e0-f719-48cf-9687-0bcd9fdc45c9","html_url":"https://github.com/dvgodoy/LLM-visuals","commit_stats":null,"previous_names":["dvgodoy/llm-visuals"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dvgodoy/LLM-visuals","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvgodoy%2FLLM-visuals","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvgodoy%2FLLM-visuals/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvgodoy%2FLLM-visuals/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvgodoy%2FLLM-visuals/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dvgodoy","download_url":"https://codeload.github.com/dvgodoy/LLM-visuals/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvgodoy%2FLLM-visuals/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28960499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T23:03:11.038Z","status":"ssl_error","status_checked_at":"2026-01-31T22:56:44.691Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bf16","chat-template","data-types","fine-tuning","fine-tuning-llm","hugging-face","llm","llms","lora","low-rank-adaptation","quantization","sft","supervised-learning"],"created_at":"2025-05-07T21:08:04.343Z","updated_at":"2026-01-31T23:39:43.603Z","avatar_url":"https://github.com/dvgodoy.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# LLM Visuals\n\nShield: [![CC BY 4.0][cc-by-shield]][cc-by]\n\nThis repository was inspired by the [ML Visuals](https://github.com/dair-ai/ml-visuals) repository maintained by [dair.ai](https://dair.ai/).\n\n**LLM Visuals** contains **62 unique images** divided in **5 categories**. All the images were originally published in my book [\"A Hands-On Guide to Fine-Tuning LLMs with PyTorch and Hugging Face\"](https://pytorchstepbystep.com/llms).\n\nLooking for images and diagrams for Transformers? Check out [DL Visuals](https://github.com/dvgodoy/dl-visuals)\n\n## Can I Freely Use These Images?\n\nSure, these images can be FREELY USED in your own blog posts, slides, presentations, or papers under the CC-BY license.\n\n## Awesome, where are they?\n\nYou can easily navigate through the pages and indices, and click on the desired image to visualize it in full size:\n\n- [Chat Templates](https://dvgodoy.github.io/LLM-visuals/Chat%20Templates)\n- [Data Types](https://dvgodoy.github.io/LLM-visuals/Data%20Types)\n- [LoRA](https://dvgodoy.github.io/LLM-visuals/LoRA)\n- [Quantization](https://dvgodoy.github.io/LLM-visuals/Quantization)\n- [SFT](https://dvgodoy.github.io/LLM-visuals/SFT)\n\n## How Can I Use Them?\n\n**DISCLAIMER: this is NOT legal advice, you should always read the license yourself!**\n\nIn a nutshell, you're allowed to use (or adapt) these images in your own materials, even for commercial purposes, as long as you attribute it.\n\nHere is a quick guide on [Best Practices for Attribution](https://wiki.creativecommons.org/wiki/best_practices_for_attribution).\n\nHere are some examples of both images and attributions:\n\n### Low-Rank Adapters\n\n![](https://raw.githubusercontent.com/dvgodoy/LLM-visuals/main/LoRA/forward.png)\n\nImage by [dvgodoy](https://github.com/dvgodoy/LLM-visuals) / [CC BY](https://creativecommons.org/licenses/by/4.0/)\n\n### Chat Template\n\n![](https://raw.githubusercontent.com/dvgodoy/LLM-visuals/main/Chat%20Templates/chat_prompt_new.png)\nImage by [dvgodoy](https://github.com/dvgodoy/LLM-visuals) / [CC BY](https://creativecommons.org/licenses/by/4.0/)\n\n### Data Types\n\n![](https://raw.githubusercontent.com/dvgodoy/LLM-visuals/main/Data%20Types/bf16_example.png)\nImage by [dvgodoy](https://github.com/dvgodoy/LLM-visuals) / [CC BY](https://creativecommons.org/licenses/by/4.0/)\n\nThis work is licensed under a\n[Creative Commons Attribution 4.0 International License][cc-by].\n\n[![CC BY 4.0][cc-by-image]][cc-by]\n\n[cc-by]: http://creativecommons.org/licenses/by/4.0/\n[cc-by-image]: https://i.creativecommons.org/l/by/4.0/88x31.png\n[cc-by-shield]: https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdvgodoy%2Fllm-visuals","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdvgodoy%2Fllm-visuals","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdvgodoy%2Fllm-visuals/lists"}