Skip to content

Commit

Permalink
Merge pull request #179 from callezenwaka/patch-1
Browse files Browse the repository at this point in the history
Update what-is-function-calling.mdx
  • Loading branch information
burtenshaw authored Feb 21, 2025
2 parents 4d2a508 + 24b07f3 commit 9f2a853
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions units/en/bonus-unit1/fine-tuning.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

We're now ready to fine-tune our first model for function-calling 🔥.

## How do we train our model for function-calling ?
## How do we train our model for function-calling?

> Answer : We need **data**.
A model training can be divided into 3 steps :
A model training can be divided into 3 steps:

1. **The model is pretrained on a large quantity of data**. The output of that step is a **pre-trained model**. For instance, [google/gemma-2-2b](https://huggingface.co/google/gemma-2-2b). It's a base model and only knows how **to predict the next token without good instruction following capacities**.

Expand Down

0 comments on commit 9f2a853

Please sign in to comment.