Downloads · 30 days
10
1% of all-time downloads
huggingtweets/phrasee
phrasee is a text generation model from huggingtweets. Use it when you need the model to write or continue text. It is set up for transformers.
<link rel="stylesheet" href="https://unpkg.com/@tailwindcss/typography@0.2.x/dist/typography.min.css"
Downloads · 30 days
10
1% of all-time downloads
All-time downloads
1.5K
Public
Repo size
2 GB
Likes
0
Public
Click a slice to open those files.
.bin510 MB · 51%
From the Hugging Face model README
I was made with huggingtweets.
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 @phrasee's tweets.
<table style='border-width:0'> <thead style='border-width:0'> <tr style='border-width:0 0 1px 0; border-color: #CBD5E0'> <th style='border-width:0'>Data</th> <th style='border-width:0'>Quantity</th> </tr> </thead> <tbody style='border-width:0'> <tr style='border-width:0 0 1px 0; border-color: #E2E8F0'> <td style='border-width:0'>Tweets downloaded</td> <td style='border-width:0'>3216</td> </tr> <tr style='border-width:0 0 1px 0; border-color: #E2E8F0'> <td style='border-width:0'>Retweets</td> <td style='border-width:0'>1086</td> </tr> <tr style='border-width:0 0 1px 0; border-color: #E2E8F0'> <td style='border-width:0'>Short tweets</td> <td style='border-width:0'>87</td> </tr> <tr style='border-width:0'> <td style='border-width:0'>Tweets kept</td> <td style='border-width:0'>2043</td> </tr> </tbody> </table>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 @phrasee's tweets.
Hyperparameters and metrics are recorded in the W&B training run for full transparency and reproducibility.
At the end of training, the final model is logged and versioned.
You can use this model directly with a pipeline for text generation:
<pre><code><span style="color:#03A9F4">from</span> transformers <span style="color:#03A9F4">import</span> pipeline generator = pipeline(<span style="color:#FF9800">'text-generation'</span>, model=<span style="color:#FF9800">'huggingtweets/phrasee'</span>) generator(<span style="color:#FF9800">"My dream is"</span>, num_return_sequences=<span style="color:#8BC34A">5</span>)</code></pre>The model suffers from the same limitations and bias as GPT-2.
In addition, the data present in the user's tweets further affects the text generated by the model.
Built by Boris Dayma
</section> <section class='prose'> For more details, visit the project repository. </section> <!--- random size file -->