transfer-learning-conv-ai
transfer-learning-conv-ai copied to clipboard
🦄 State-of-the-Art Conversational AI with Transfer Learning
Lost code wise. Could you provide an example?
i see the example_entry.py, and ive populated it with my own data. how do i train on that file? im running `python train.py` but not sure what is next. Sorry...
This install fails with python 3.8. It works with 3.6. A quick mention will help people out.
Following the installation instructions at https://github.com/huggingface/transfer-learning-conv-ai I receive the following error: Command: "pip install -r requirements.txt" Error: ERROR: Could not find a version that satisfies the requirement transformers==2.5.1 (from -r...
Can I fine-tune this model for yet another dataset? By this I mean fine-tuning the model on yet another dataset, after having fine-tuned on the persona dataset.
I get an error when I change from gpt to gpt2 in the interactive.py file. However, when I change from gpt to gpt2 in the train.py file, everything is fine....
Using a blank install, I can't get the GPT2 model to work nicely. Maybe someone had the same problems. Seeing that the online bot also does not work may indicate...
Has anyone tried this on any other language other than English? There German pre-trained models available for GPT. Will it work for the German language?
I build this model using the GPT2 German pre-trained model. And fine-tuned on German persona dataset. How do I evaluate the model? Because the scripts provided seem to evaluate on...
Thanks for releasing your code. I replaced GPT2 with XLM-roberta-large, tensor dataset with LazyLoader, and did padding inside the data loader. Unfortunately, even with batch_size of 1, I got Cuda...