mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
add links to summary sections
This commit is contained in:
@@ -2430,9 +2430,9 @@
|
||||
"id": "fc7ed189-a633-458c-bf12-4f70b42684b8",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"- See the [gpt_train.py](gpt_train.py) script containing a self-contained training script\n",
|
||||
"- The [gpt_generate.py](gpt_generate.py) script loads pretrained weights from OpenAI and generates text based on a prompt\n",
|
||||
"- You can find the exercise solutions in [exercise-solutions.ipynb](exercise-solutions.ipynb)"
|
||||
"- See the [./gpt_train.py](./gpt_train.py) script, a self-contained script for training\n",
|
||||
"- The [./gpt_generate.py](./gpt_generate.py) script loads pretrained weights from OpenAI and generates text based on a prompt\n",
|
||||
"- You can find the exercise solutions in [./exercise-solutions.ipynb](./exercise-solutions.ipynb)"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user