gptchat icon indicating copy to clipboard operation
gptchat copied to clipboard

GPT-2 based neural conversational model with TensorFlow.

Results 3 gptchat issues
Sort by recently updated
recently updated
newest added

応答生成(generate)を実行したところ、次のエラーが出ました。与える引数に何か問題があるようです。 ``` $ sudo docker container run --rm -it -v $(pwd):/work gptchat python -m gptchat.chatlm.generate --config=chatlm/config.yaml File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/keras/engine/base_layer.py", line 800, in __call__ 'The first argument to `Layer.call` must always be...

ブログを参考にChatBotモデルを作成しております。参考になる情報ありがとうございます。 古いバージョンへの指摘で大変恐縮なのですが、 https://github.com/noriyukipy/gptchat/blob/v0.1.2/gptchat/lib/chat_dataset.py の39行目は正しくはreplyではなくrplではないかと思います。 動作はするものの、このままではdistructorの情報が学習されていないのではないかと思いました。 ご確認をお願いできますでしょうか。

Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.57.0 to 0.65.2. Release notes Sourced from fastapi's releases. 0.65.2 Security fixes 🔒 Check Content-Type request header before assuming JSON. Initial PR #2118 by @​patrickkwang. This change...

dependencies