Kevin Canwen Xu
Kevin Canwen Xu
@guoday Can you look into this?
It learns from ChatGPT. All training data are available for download so feel free to examine yourself. Feel free to share your discovery here!
Well, there's a prompt for inference if that's what you mean by post-processing. See Appendix B in our [paper](https://arxiv.org/pdf/2304.01196.pdf).
```bash CUDA_VISIBLE_DEVICES=1 python ... ```
Change the following lines to add your own data: https://github.com/project-baize/baize-chatbot/blob/6790946f638d60fcaf397574189124f15792f35a/collect.py#L17-L41
Thanks for your interest but I'm sorry that we couldn't provide any additional results of baselines since the project was completed as I have graduated. Please refer to the official...
Sorry for the late reply! I'm confirming it with my co-authors. Will keep you updated.
I think you can try `keras==2.2.4` and `tensorflow==1.13.1`. Please don't hesitate to ask if it doesn't work for you.
Thanks for your interest in our work! Unfortunately, since all three main authors (Yu, Jiaxin and me) have graduated from our original institution (Wuhan University) for quite a while, we...
Maybe try to upgrade your PyTorch version to a newer one.