Skip to content

Commit f05f371

Browse files
authored
Merge pull request huggingface#179 from callezenwaka/patch-1
Update what-is-function-calling.mdx
2 parents 62dd2bd + 0c941fc commit f05f371

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

units/en/bonus-unit1/fine-tuning.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

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

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

77
> Answer : We need **data**.
88
9-
A model training can be divided into 3 steps :
9+
A model training can be divided into 3 steps:
1010

1111
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**.
1212

0 commit comments

Comments
 (0)