gpt-2
gpt-2 copied to clipboard
How to use gpt-2 for question answers task?
G
Create virtual environment by : py- m venv env_name Run : Pip install -r requirements.txt Now after installation packages activate your environment & run the project
Create virtual environment by : py- m venv env_name Run : Pip install -r requirements.txt Now after installation packages activate your environment & run the project
His question should be, give a sentence and gpt2 give an answer instead of writing a story. So that he can use gpt2 as a chatbot
@Moyulingjiu
Please reffer these Documentation: https://github.com/openai/gpt-2/blob/master/DEVELOPERS.md
@Moyulingjiu
Please reffer these Documentation: https://github.com/openai/gpt-2/blob/master/DEVELOPERS.md