Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandeep42 committed Sep 19, 2024
1 parent 70256bd commit 44b6687
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
24 changes: 24 additions & 0 deletions machine_learning_with_python/05.llms.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1488,6 +1488,30 @@
"* Custom tokenizer with support for tokens in other langugages.\n",
"* Large context length with the recent Llama3: 128k"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "ed543d99-be05-4546-a3c5-63c2d38aa770",
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"id": "a16466db-7b5d-4778-8ee4-629dd09c5da5",
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"id": "0613f4cb-9db1-4d61-bbec-3dfc8a035b25",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down
3 changes: 2 additions & 1 deletion machine_learning_with_python/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ chapters:
- file: 03.statistics
- file: 04.metrics_loss_functions_biases
- file: 05.llms
- file: 06.nlp_with_prompt_engineering.ipynb
- file: 06.nlp_with_prompt_engineering.ipynb
- file: 08.model_quantization.ipynb

0 comments on commit 44b6687

Please sign in to comment.