diff --git a/docs/blog/finetune-with-docs.mdx b/docs/blog/finetune-with-docs.mdx index 60e89a923..478c98ff8 100644 --- a/docs/blog/finetune-with-docs.mdx +++ b/docs/blog/finetune-with-docs.mdx @@ -258,6 +258,10 @@ After training the model, it can be tested locally in the GGUF format using [Jan **Fig 2. Using Jan to run a new fine-tuned model** +![Finetuned Nitro Respond 2](img/finetuned-respond-2.png) + +**Fig 3. Model answers a technical question related to Nitro** + As shown inĀ `Fig 2`, the model successfully learned new information from Nitro's documentation. This indicates that it accurately understands details about Nitro. ## Limitations diff --git a/docs/blog/img/finetuned-respond-2.png b/docs/blog/img/finetuned-respond-2.png new file mode 100644 index 000000000..8168fc160 Binary files /dev/null and b/docs/blog/img/finetuned-respond-2.png differ