-
Hello, I am very interested in your work, but I have troube in generating the pseudo data, will you share the pseudo data or the code on how to select the pesudo data?
-
will use DialoGPT and the Hugging Face Transformer library to build AI-powered chatbot imitating rick from rick and morty
-
Can you public the baseline code,please? I want to see how to handle personalized information. Thanks a lot.
-
https://github.com/microsoft/DialoGPT/blob/fa0c0c53a0e6d75b6541e50faa2d77ba480b27d9/LSP_train.py#L281
Since it is a LMHeadModel, the `1^th`-`n^th` tokens are used to predict the `(n+1)^th` token du…
-
step 1
Option 1: run locally
git clone https://github.com/golsun/DialogRPT
cd DialogRPT
conda create -n dialogrpt python=3.6
conda activate dialogrpt
pip install -r requirements.txt
ste…
-
Hello. I fine tuned my DialoGPT small model and trained it on Daily Dialogue database.
When speaking with the model, on its last utterance generation, the outputs has random punctuation characters.
…
-
应该是tokenizer的问题,目前是直接使用GPT的tokenizer,在huggingface上找了个叫【chat-DialoGPT-small-zh】的pre-train,clone下来后直接使用它的tokenizer,先训着吧,要是到后面还是乱码,我会考虑换一个分词器(比如jieba?),哎那到时候要重新预处理数据了。哦对了,第一版的预处理数据先不放上来,后面训练出来OK再放
-
@MDheeraj500 , @STAVAN-2710
### Description
We are progressing to the integration phase for our project (the next step following the setting up of the GitHub repo). This task involves working w…
-
I tried to do something like a list in python, and then generate a response based on these answers, but it didn’t lead to anything good. Can someone throw off the code or tell me how to do it all?
-
Hi,
I have this error
2022-07-18 11:26:12.383850: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'cudart64_110.dll'; dlerror: cudart64_110.dll not fo…