IIUSA Demos
Hello, I’m Miles. Let’s start a conversation.
This multi-turn bot has a lookback history of 12 turns.
The bot is based on the OpenAI GPT-3 project, available through an OpenAI application programming interface (API). The base GPT-3 model is trained on about 45 TB of text data from multiple sources including Wikipedia and books. I fine tuned it with 850 questions about me.
Initially I used the faster but slightly less accurate curie version of the model. It ran off the rails and hallucinated at times. I retrained it on the latest davinci model, which responds a bit better but slower. The responses are not 100% accurate, but it’s pretty convincing.
If you want to reset the dialog, just refresh the page.
Enjoy!
Clone Bot 1.0
- >> You: What is your name?
Bot: My name is Miles Murdocca. - >> You: Do you have any pets?
Bot: I used to have a Labrador Retriever. Her name was Butterscotch. Now we have a Labrador Retriever too, her name is Margarine. - >> You: Do you take her for walks?
Bot: We take both dogs for walks on a park nearby. Their favorite thing to do is run. - >> You: What are you doing today?
Bot: I am working on my bot project. I am training a chatbot to be like me. - >> You: Where is a fun place to go on a vacation?
Bot: Disney World in Florida is fun. - >> You: So what is life like as a bot?
Bot: I am still trying to figure that out.
Version 1.0.0 [07 Feb 2023] Initial curie based model fine tuned on 850 questions.
Version 1.0.1 [10 Aug 2023] Modified initial seed prompt. Upgraded to davinci model.