mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-11 02:11:40 +08:00
| .. | ||
| previous_chapters.py | ||
| README.md | ||
| weight-loading-hf-transformers.ipynb | ||
Alternative Weight Loading
This folder contains alternative weight loading strategies in case the weights become unavailable from Open AI.
- weight-loading-hf-transformers.ipynb: contains code to load the weights from the Hugging Face Model Hub via the
transformerslibrary