mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-01-07 12:41:53 +00:00
345 B
345 B
Alternative Approaches to Loading Pretrained Weights
This folder contains alternative weight loading strategies in case the weights become unavailable from OpenAI.
- weight-loading-hf-transformers.ipynb: contains code to load the weights from the Hugging Face Model Hub via the
transformerslibrary