feat(doc): Improve guide to dataset types with better examples (#2286)

This commit is contained in:
NanoCode012
2025-02-14 04:01:41 +07:00
committed by GitHub
parent ffae8d6a95
commit 40362d60e0
3 changed files with 889 additions and 25 deletions

View File

@@ -6,7 +6,7 @@ order: 3
## sharegpt
IMPORTANT: ShareGPT is deprecated!. Please see `chat_template` section below.
IMPORTANT: ShareGPT is deprecated!. Please see [chat_template](#chat_template) section below.
## pygmalion
@@ -22,7 +22,7 @@ Chat Template strategy uses a jinja2 template that converts a list of messages i
{"conversations": [{"role": "...", "content": "..."}]}
```
See `config.qmd` for full configs and supported templates.
See [configs](../config.qmd) for full configs and supported templates.
### Migrating from sharegpt