Create your own bot based on your favorite user with
the demo!
The model uses the following pipeline.
To understand how the model was developed, check the
W&B report.
The model was trained on tweets from 0xadarsh.x & artchick.eth 🔥👠 & The Moon | Carl.
| Data | 0xadarsh.x | artchick.eth 🔥👠 | The Moon | Carl |
| --- | --- | --- | --- |
| Tweets downloaded | 1143 | 3242 | 3249 |
| Retweets | 298 | 502 | 649 |
| Short tweets | 344 | 259 | 506 |
| Tweets kept | 501 | 2481 | 2094 |
Explore the data, which is tracked with
W&B artifacts at every step of the pipeline.
The model is based on a pre-trained
GPT-2 which is fine-tuned on @adarsh_nft-digitalartchick-themooncarl's tweets.
Hyperparameters and metrics are recorded in the
W&B training run for full transparency and reproducibility.
1from transformers import pipeline
2generator = pipeline('text-generation',
3 model='huggingtweets/adarsh_nft-digitalartchick-themooncarl')
4generator("My dream is", num_return_sequences=5)
In addition, the data present in the user's tweets further affects the text generated by the model.
For more details, visit the project repository.