mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-09-01 04:14:38 +08:00
nit
This commit is contained in:
@@ -166,7 +166,7 @@ Currently, `*.jsonl` files support three data formats: `chat`,
|
||||
`chat`:
|
||||
|
||||
```jsonl
|
||||
{"messages": [ { "role": "system", "content": "You are a helpful assistant." }, { "role": "user", "content": "Hello." }, { "role": "assistant", "content": "How can I assistant you today." } ] }
|
||||
{"messages": [{"role": "system", "content": "You are a helpful assistant."}, {"role": "user", "content": "Hello."}, {"role": "assistant", "content": "How can I assistant you today."}]}
|
||||
```
|
||||
|
||||
`completions`:
|
||||
|
Reference in New Issue
Block a user