Han

Results 10 comments of Han

Does it have something to do with my python version? (I'm using miniconda3

Hi @aayushee I modified my code based on https://github.com/yanwii/seq2seq, please take a look (it is a demo of chatbot based on seq2seq model with beam search)

同樣求解 不過看起來自己用 TF 解決應該是目前唯一的辦法...

> I have already gone through the above link that you shared. But could not get any thing good for "extractive" summarization , fine-tune. Do you have any docs/notebook, etc.?...

Same here, I can only find this tutorial from hugging face webpage https://huggingface.co/course/chapter7/5?fw=tf Which is for abstractive summarization fine-tuning (if I understand correctly) Any suggestions?

我有找到相關文章,但尚未完成測試 https://blog.darkthread.net/blog/opencc-conv-customization/

> 比大小是為了處理繁簡剛好是相同編碼的狀況嗎?

> revChatGPT.V2这个版本 Traceback (most recent call last): File "e:\admin\Desktop\openai\chatgpt.py", line 10, in asyncio.run(main()) File "D:\Python\lib\asyncio\runners.py", line 44, in run return loop.run_until_complete(main) File "D:\Python\lib\asyncio\base_events.py", line 649, in run_until_complete return future.result() File...

目前有結論嗎? 還是我直接照著這個 PR 拉下來改即可?

will this project support new webhook format? if not, any alternatives? maybe i should call the API directly without any module\wrapper ...