mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-09-02 12:57:41 +00:00
spelling improvements
This commit is contained in:
parent
80cd98884e
commit
2df81f59d3
@ -718,7 +718,7 @@
|
||||
"source": [
|
||||
"from torch.utils.data import DataLoader\n",
|
||||
"\n",
|
||||
"num_workers = 0 # For compatibility with most computers\n",
|
||||
"num_workers = 0\n",
|
||||
"batch_size = 8\n",
|
||||
"\n",
|
||||
"torch.manual_seed(123)\n",
|
||||
@ -991,7 +991,7 @@
|
||||
"id": "1ce39ed0-2c77-410d-8392-dd15d4b22016",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"- As we can see, the model is not very good at following instruction\n",
|
||||
"- As we can see, the model is not very good at following instructions\n",
|
||||
"- This is expected, since it has only been pretrained and not instruction-finetuned (instruction finetuning will be covered in the next chapter)"
|
||||
]
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user