Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix incorrect path to notebooks/ in docs/README_CN and docs/README_JP #21

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ training_config "为训练设置, "model_config "为模型设置,"dataset_conf
# 如何使用

您可以从 Hugging Face Hub 下载训练好的模型:[turing-motors/heron-chat-git-ja-stablelm-base-7b-v0](https://huggingface.co/turing-motors/heron-chat-git-ja-stablelm-base-7b-v0)<br>
有关推理和训练方法的更多信息, 请参阅 [notebooks](./notebooks).
有关推理和训练方法的更多信息, 请参阅 [notebooks](../notebooks).

```python
import requests
Expand Down
2 changes: 1 addition & 1 deletion docs/README_JP.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ dataset_config_path:
# 利用方法

Hugging Face Hubから学習済みモデルをダウンロードすることができます: [turing-motors/heron-chat-git-ja-stablelm-base-7b-v0](https://huggingface.co/turing-motors/heron-chat-git-ja-stablelm-base-7b-v0)<br>
推論・学習の方法については[notebooks](./notebooks)も参考にしてください。
推論・学習の方法については[notebooks](../notebooks)も参考にしてください。

```python
import requests
Expand Down