From 634f384e068b8fb5e04cf76a4e1b5c419771214e Mon Sep 17 00:00:00 2001 From: David Meikle Date: Sat, 13 Jul 2024 19:34:28 +0100 Subject: [PATCH] Changed URL for dataset docs (#1744) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b35702b3..0a4e2e5a1 100644 --- a/README.md +++ b/README.md @@ -333,7 +333,7 @@ For further and fine-grained use cases, please refer to the official [dstack doc Axolotl supports a variety of dataset formats. It is recommended to use a JSONL. The schema of the JSONL depends upon the task and the prompt template you wish to use. Instead of a JSONL, you can also use a HuggingFace dataset with columns for each JSONL field. -See [these docs](https://openaccess-ai-collective.github.io/axolotl/docs/dataset-formats/) for more information on how to use different dataset formats. +See [these docs](https://axolotl-ai-cloud.github.io/axolotl/docs/dataset-formats/) for more information on how to use different dataset formats. ### Config