mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-08-30 02:53:41 +08:00
nits
This commit is contained in:
parent
43d0401bcf
commit
20015264f4
@ -226,13 +226,12 @@ data formats. Here are examples of these formats:
|
|||||||
The format for the `arguments` field in a function varies for different models.
|
The format for the `arguments` field in a function varies for different models.
|
||||||
Common formats include JSON strings and dictionaries. The example provided
|
Common formats include JSON strings and dictionaries. The example provided
|
||||||
follows the format used by
|
follows the format used by
|
||||||
[OpenAI](https://platform.openai.com/docs/guides/fine-tuning/fine-tuning-examples),
|
[OpenAI](https://platform.openai.com/docs/guides/fine-tuning/fine-tuning-examples)
|
||||||
and [Mistral
|
and [Mistral
|
||||||
AI](https://github.com/mistralai/mistral-finetune?tab=readme-ov-file#instruct).
|
AI](https://github.com/mistralai/mistral-finetune?tab=readme-ov-file#instruct).
|
||||||
In Hugging Face's [chat
|
A dictionary format is used in Hugging Face's [chat
|
||||||
templates](https://huggingface.co/docs/transformers/main/en/chat_templating#a-complete-tool-use-example),
|
templates](https://huggingface.co/docs/transformers/main/en/chat_templating#a-complete-tool-use-example).
|
||||||
a dictionary format is used. Refer to the documentation for the model you are
|
Refer to the documentation for the model you are fine-tuning for more details.
|
||||||
fine-tuning for more details.
|
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user