mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-08-30 19:41:51 +00:00
6 lines
345 B
Markdown
6 lines
345 B
Markdown
# 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](weight-loading-hf-transformers.ipynb): contains code to load the weights from the Hugging Face Model Hub via the `transformers` library
|