luca-martial commited on
Commit
afa2fff
1 Parent(s): 33de3ef

update content

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -3,7 +3,8 @@ tags:
3
  - conversational
4
  ---
5
 
6
- # DialoGPT Trained on Elon Musk Conversations
7
- This is an instance of microsoft/DialoGPT-medium trained on Elon Musk conversations with Joe Rogan. The data comes from a Kaggle transcript dataset.
8
 
9
- I built a Discord AI chatbot based on this model. Check out my GitHub repo.
 
 
3
  - conversational
4
  ---
5
 
6
+ # DialoGPT-Elon: Chat with Elon Musk
 
7
 
8
+ This is an attempt to create an AI replica of Elon Musk. The bot's conversation abilities come from Microsoft's [DialoGPT conversational model](https://huggingface.co/microsoft/DialoGPT-medium) fine-tuned on conversation transcripts of Elon's interviews on [Clubhouse](https://zamesin.me/clubhouse-elon-musk-interview/), the [Lex Fridman podcast](https://lexfridman.com/wordpress/wp-content/uploads/2019/11/elon_musk_lex_fridman_2_transcript.pdf) and the [Joe Rogan Experience](https://www.kaggle.com/christianlillelund/joe-rogan-experience-1169-elon-musk).
9
+
10
+ I also built a Discord AI bot that makes use of this model. Check out my [GitHub repo](https://github.com/luca-martial/elon-bot)!