Skip to content

Commit

Permalink
Add length instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
duzx16 committed Apr 13, 2023
1 parent c6294ab commit 8123b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ptuning/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ response, history = model.chat(tokenizer, "你好", history=[])
```

## 使用自己的数据集
修改 `train.sh``evaluate.sh` 中的 `train_file``validation_file``test_file`为你自己的 JSON 格式数据集路径,并将 `prompt_column``response_column` 改为 JSON 文件中输入文本和输出文本对应的 KEY。
修改 `train.sh``evaluate.sh` 中的 `train_file``validation_file``test_file`为你自己的 JSON 格式数据集路径,并将 `prompt_column``response_column` 改为 JSON 文件中输入文本和输出文本对应的 KEY。可能还需要更改 `max_source_length``max_target_length` 来匹配你自己的数据集中的最大输入输出长度。

## 对话数据集

Expand Down

0 comments on commit 8123b59

Please sign in to comment.