Skip to content

Commit 8af62ca

Browse files
Merge pull request #321 from behroozazarkhalili/add-function-calling-xlam-notebook
Add Function Calling Fine-tuning LLMs on xLAM Dataset notebook
2 parents 152ea5c + 186b679 commit 8af62ca

4 files changed

Lines changed: 14141 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.vscode
22
.idea/
33
.venv/
4+
.env
45

56
**/.ipynb_checkpoints
67
**/.DS_Store

notebooks/en/_toctree.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@
8686
title: Documentation Chatbot with Meta Synthetic Data Kit
8787
- local: optuna_hpo_with_transformers
8888
title: Hyperparameter Optimization with Optuna and Transformers
89+
- local: function_calling_fine_tuning_llms_on_xlam
90+
title: Fine-tuning LLMs for Function Calling with the xLAM Dataset
8991

9092

9193

0 commit comments

Comments
 (0)