mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-10-30 01:10:33 +00:00
5 lines
319 B
Markdown
5 lines
319 B
Markdown
|
|
# Alternative Weight Loading
|
||
|
|
|
||
|
|
This folder contains alternative weight loading strategies in case the weights become unavailable from Open AI.
|
||
|
|
|
||
|
|
- [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
|