From 1255c2bc8c9f148de46757f689c725b9c9a0f243 Mon Sep 17 00:00:00 2001 From: takeru1205 Date: Fri, 8 Sep 2023 18:43:23 +0900 Subject: [PATCH] fix incorrect path to notebooks/ --- docs/README_CN.md | 2 +- docs/README_JP.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README_CN.md b/docs/README_CN.md index 86e1b08..1b58020 100644 --- a/docs/README_CN.md +++ b/docs/README_CN.md @@ -146,7 +146,7 @@ training_config "为训练设置, "model_config "为模型设置,"dataset_conf # 如何使用 您可以从 HuggingFace Hub 下载训练好的模型:[turing-motors/heron-chat-git-ja-stablelm-base-7b-v0](https://huggingface.co/turing-motors/heron-chat-git-ja-stablelm-base-7b-v0)
-有关推理和训练方法的更多信息, 请参阅 [notebooks](./notebooks). +有关推理和训练方法的更多信息, 请参阅 [notebooks](../notebooks). ```python import requests diff --git a/docs/README_JP.md b/docs/README_JP.md index 8f41481..fb263e9 100644 --- a/docs/README_JP.md +++ b/docs/README_JP.md @@ -145,7 +145,7 @@ dataset_config_path: # 利用方法 HuggingFace Hubから学習済みモデルをダウンロードすることができます: [turing-motors/heron-chat-git-ja-stablelm-base-7b-v0](https://huggingface.co/turing-motors/heron-chat-git-ja-stablelm-base-7b-v0)
-推論・学習の方法については[notebooks](./notebooks)も参考にしてください。 +推論・学習の方法については[notebooks](../notebooks)も参考にしてください。 ```python import requests