sha
null
last_modified
null
library_name
stringclasses
154 values
text
stringlengths
1
900k
metadata
stringlengths
2
348k
pipeline_tag
stringclasses
45 values
id
stringlengths
5
122
tags
listlengths
1
1.84k
created_at
stringlengths
25
25
arxiv
listlengths
0
201
languages
listlengths
0
1.83k
tags_str
stringlengths
17
9.34k
text_str
stringlengths
0
389k
text_lists
listlengths
0
722
processed_texts
listlengths
1
723
tokens_length
listlengths
1
723
input_texts
listlengths
1
61
embeddings
listlengths
768
768
null
null
transformers
<link rel="stylesheet" href="https://unpkg.com/@tailwindcss/[email protected]/dist/typography.min.css"> <style> @media (prefers-color-scheme: dark) { .prose { color: #E2E8F0 !important; } .prose h2, .prose h3, .prose a, .prose thead { color: #F7FAFC !important; } } </style> <section class='prose'> <div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1339300525007835137/YpAMPovA_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">Micky The Weirdo from Taranto 🤖 AI Bot </div> <div style="font-size: 15px; color: #657786">@furrymicky bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://app.wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-model-to-generate-tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@furrymicky's tweets](https://twitter.com/furrymicky). <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'>459</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'>14</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'>91</td> </tr> <tr style='border-width:0'> <td style='border-width:0'>Tweets kept</td> <td style='border-width:0'>354</td> </tr> </tbody> </table> [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/109l35nl/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @furrymicky's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/q3uw2fui) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/q3uw2fui/artifacts) is logged and versioned. ## Intended uses & limitations ### How to use 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/furrymicky'</span>) generator(<span style="color:#FF9800">"My dream is"</span>, num_return_sequences=<span style="color:#8BC34A">5</span>)</code></pre> ### Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* </section> [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) <section class='prose'> For more details, visit the project repository. </section> [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://github.com/borisdayma/huggingtweets/blob/master/img/logo.png?raw=true", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/furrymicky
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
<link rel="stylesheet" href="URL <style> @media (prefers-color-scheme: dark) { .prose { color: #E2E8F0 !important; } .prose h2, .prose h3, .prose a, .prose thead { color: #F7FAFC !important; } } </style> <section class='prose'> <div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('URL </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">Micky The Weirdo from Taranto AI Bot </div> <div style="font-size: 15px; color: #657786">@furrymicky bot</div> </div> I was made with huggingtweets. Create your own bot based on your favorite user with the demo! ## How does it work? The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. ## Training data The model was trained on @furrymicky'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'>459</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'>14</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'>91</td> </tr> <tr style='border-width:0'> <td style='border-width:0'>Tweets kept</td> <td style='border-width:0'>354</td> </tr> </tbody> </table> Explore the data, which is tracked with W&B artifacts at every step of the pipeline. ## Training procedure The model is based on a pre-trained GPT-2 which is fine-tuned on @furrymicky'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. ## Intended uses & limitations ### How to use 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/furrymicky'</span>) generator(<span style="color:#FF9800">"My dream is"</span>, num_return_sequences=<span style="color:#8BC34A">5</span>)</code></pre> ### Limitations and bias 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. ## About *Built by Boris Dayma* </section> ![Follow](URL <section class='prose'> For more details, visit the project repository. </section> ![GitHub stars](URL
[ "## How does it work?\n\nThe model uses the following pipeline.\n\n!pipeline\n\nTo understand how the model was developed, check the W&B report.", "## Training data\n\nThe model was trained on @furrymicky's tweets.\n\n<table style='border-width:0'>\n<thead style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #CBD5E0'>\n<th style='border-width:0'>Data</th>\n<th style='border-width:0'>Quantity</th>\n</tr>\n</thead>\n<tbody style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Tweets downloaded</td>\n<td style='border-width:0'>459</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Retweets</td>\n<td style='border-width:0'>14</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Short tweets</td>\n<td style='border-width:0'>91</td>\n</tr>\n<tr style='border-width:0'>\n<td style='border-width:0'>Tweets kept</td>\n<td style='border-width:0'>354</td>\n</tr>\n</tbody>\n</table>\n\nExplore the data, which is tracked with W&B artifacts at every step of the pipeline.", "## Training procedure\n\nThe model is based on a pre-trained GPT-2 which is fine-tuned on @furrymicky's tweets.\n\nHyperparameters and metrics are recorded in the W&B training run for full transparency and reproducibility.\n\nAt the end of training, the final model is logged and versioned.", "## Intended uses & limitations", "### How to use\n\nYou can use this model directly with a pipeline for text generation:\n\n<pre><code><span style=\"color:#03A9F4\">from</span> transformers <span style=\"color:#03A9F4\">import</span> pipeline\ngenerator = pipeline(<span style=\"color:#FF9800\">'text-generation'</span>,\n model=<span style=\"color:#FF9800\">'huggingtweets/furrymicky'</span>)\ngenerator(<span style=\"color:#FF9800\">\"My dream is\"</span>, num_return_sequences=<span style=\"color:#8BC34A\">5</span>)</code></pre>", "### Limitations and bias\n\nThe model suffers from the same limitations and bias as GPT-2.\n\nIn addition, the data present in the user's tweets further affects the text generated by the model.", "## About\n\n*Built by Boris Dayma*\n\n</section>\n\n![Follow](URL\n\n<section class='prose'>\nFor more details, visit the project repository.\n</section>\n\n![GitHub stars](URL" ]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "## How does it work?\n\nThe model uses the following pipeline.\n\n!pipeline\n\nTo understand how the model was developed, check the W&B report.", "## Training data\n\nThe model was trained on @furrymicky's tweets.\n\n<table style='border-width:0'>\n<thead style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #CBD5E0'>\n<th style='border-width:0'>Data</th>\n<th style='border-width:0'>Quantity</th>\n</tr>\n</thead>\n<tbody style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Tweets downloaded</td>\n<td style='border-width:0'>459</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Retweets</td>\n<td style='border-width:0'>14</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Short tweets</td>\n<td style='border-width:0'>91</td>\n</tr>\n<tr style='border-width:0'>\n<td style='border-width:0'>Tweets kept</td>\n<td style='border-width:0'>354</td>\n</tr>\n</tbody>\n</table>\n\nExplore the data, which is tracked with W&B artifacts at every step of the pipeline.", "## Training procedure\n\nThe model is based on a pre-trained GPT-2 which is fine-tuned on @furrymicky's tweets.\n\nHyperparameters and metrics are recorded in the W&B training run for full transparency and reproducibility.\n\nAt the end of training, the final model is logged and versioned.", "## Intended uses & limitations", "### How to use\n\nYou can use this model directly with a pipeline for text generation:\n\n<pre><code><span style=\"color:#03A9F4\">from</span> transformers <span style=\"color:#03A9F4\">import</span> pipeline\ngenerator = pipeline(<span style=\"color:#FF9800\">'text-generation'</span>,\n model=<span style=\"color:#FF9800\">'huggingtweets/furrymicky'</span>)\ngenerator(<span style=\"color:#FF9800\">\"My dream is\"</span>, num_return_sequences=<span style=\"color:#8BC34A\">5</span>)</code></pre>", "### Limitations and bias\n\nThe model suffers from the same limitations and bias as GPT-2.\n\nIn addition, the data present in the user's tweets further affects the text generated by the model.", "## About\n\n*Built by Boris Dayma*\n\n</section>\n\n![Follow](URL\n\n<section class='prose'>\nFor more details, visit the project repository.\n</section>\n\n![GitHub stars](URL" ]
[ 57, 34, 429, 76, 9, 168, 48, 58 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n## How does it work?\n\nThe model uses the following pipeline.\n\n!pipeline\n\nTo understand how the model was developed, check the W&B report." ]
[ -0.04084593802690506, 0.035596683621406555, -0.0024457171093672514, 0.04662978649139404, 0.10991521924734116, 0.022836215794086456, 0.12812861800193787, 0.0424627922475338, -0.03746044635772705, -0.03597303107380867, 0.22758877277374268, 0.1009177565574646, 0.03089720755815506, 0.17962171137332916, 0.010350672528147697, -0.2703946828842163, 0.015237200073897839, 0.0647135004401207, -0.07720091193914413, 0.15752871334552765, 0.05562684312462807, -0.049801189452409744, 0.08214939385652542, 0.032038331031799316, -0.165513277053833, -0.004831716418266296, -0.02072383277118206, -0.04504403471946716, 0.09232694655656815, 0.06956911832094193, 0.07011176645755768, 0.034282486885786057, 0.017851393669843674, -0.0714372918009758, 0.06354191154241562, 0.014452377334237099, -0.02349161170423031, 0.13615116477012634, 0.028668763116002083, -0.0002947957837022841, 0.1798527091741562, 0.11815319955348969, 0.016722125932574272, 0.016196802258491516, -0.1166125237941742, -0.0606788769364357, 0.012365915812551975, 0.04470464214682579, 0.10005760192871094, 0.058856748044490814, 0.01943058706820011, 0.13215520977973938, -0.1164829432964325, 0.08512931317090988, 0.1828341782093048, -0.24191047251224518, -0.006823094096034765, 0.061043880879879, 0.08518847078084946, 0.02852868288755417, -0.0027500083670020103, 0.050437480211257935, 0.06484624743461609, 0.021347152069211006, 0.03636380657553673, -0.0638979896903038, 0.05009674280881882, 0.011186900548636913, -0.10215270519256592, -0.07660897821187973, 0.2294245809316635, -0.0602995827794075, 0.004886541981250048, -0.028186868876218796, -0.08490151911973953, -0.06026294082403183, -0.012795685790479183, -0.05738116800785065, -0.01700775697827339, 0.034475523978471756, 0.0214629378169775, -0.10922146588563919, -0.07046429812908173, -0.1146778091788292, -0.09578189998865128, 0.17879855632781982, -0.02900231070816517, 0.08940442651510239, -0.2603394091129303, 0.2254239320755005, 0.07019765675067902, -0.11909467726945877, 0.04757627099752426, -0.11814092099666595, 0.08530338853597641, 0.02207805961370468, 0.041434839367866516, 0.07761925458908081, 0.04161522537469864, 0.11940909177064896, 0.03257475048303604, -0.00314142694696784, 0.05456724017858505, 0.07224375009536743, 0.0941813513636589, 0.1230122447013855, -0.07287998497486115, -0.07873915135860443, 0.08034131675958633, -0.04709449037909508, -0.11787727475166321, -0.06861002743244171, -0.1452382206916809, -0.004202034790068865, -0.0335184708237648, 0.07922724634408951, 0.05637102574110031, 0.09526676684617996, -0.01433930266648531, -0.05777551606297493, 0.04157217592000961, -0.06985066086053848, 0.019995175302028656, -0.011708668433129787, -0.060763102024793625, 0.13121068477630615, 0.04688004031777382, -0.014275136403739452, -0.08673419058322906, 0.07951672375202179, -0.1204570084810257, -0.07978847622871399, -0.08239417523145676, -0.05098734796047211, -0.007686138618737459, -0.11281027644872665, 0.049203939735889435, -0.11458899080753326, -0.22705501317977905, -0.01313747651875019, 0.04550096020102501, -0.016462473198771477, -0.03707117214798927, -0.040630146861076355, -0.009473399259150028, 0.04880702868103981, -0.042894408106803894, 0.039052072912454605, -0.05325083062052727, 0.050018906593322754, -0.09618895500898361, 0.051321301609277725, -0.10470817238092422, 0.041251372545957565, -0.09671807289123535, 0.07595963031053543, 0.0017866486450657248, 0.0454767569899559, 0.010063555091619492, 0.08985432982444763, -0.03214199095964432, -0.044836416840553284, -0.07869677990674973, 0.026561295613646507, 0.02284199558198452, 0.20134314894676208, -0.10196486860513687, -0.0819794163107872, 0.12614667415618896, -0.07252102345228195, -0.1288122832775116, 0.0409054271876812, -0.02831157296895981, 0.17958028614521027, 0.07370224595069885, 0.16096454858779907, 0.12039237469434738, -0.03798284754157066, 0.1263856589794159, 0.14821170270442963, -0.1269366294145584, -0.004153167363256216, 0.039416827261447906, 0.014042570255696774, -0.20559121668338776, 0.04052022844552994, -0.01946125738322735, 0.06584736704826355, -0.10201486945152283, -0.00946728140115738, 0.0031527038663625717, -0.02320384420454502, 0.0023026331327855587, -0.0472555048763752, 0.061078161001205444, 0.038737643510103226, -0.022763127461075783, 0.029682613909244537, 0.06635552644729614, -0.026160234585404396, -0.00823320634663105, -0.04484035447239876, 0.10009831935167313, -0.07260703295469284, 0.06797321885824203, -0.13160665333271027, -0.003086181590333581, -0.012450510635972023, 0.0972909927368164, 0.03811546042561531, 0.10621625185012817, 0.05470104143023491, 0.03126294165849686, 0.07701993733644485, -0.02846951223909855, 0.0746634304523468, 0.01002051867544651, -0.0850096121430397, -0.1272277683019638, 0.015217535197734833, -0.10649837553501129, -0.004191380459815264, -0.08523700386285782, -0.0015737697249278426, -0.12802091240882874, 0.05826076865196228, -0.016465239226818085, 0.0539434514939785, -0.055182818323373795, -0.04337453469634056, -0.044662054628133774, -0.022007398307323456, 0.0482511967420578, -0.033139705657958984, -0.06687536835670471, 0.16832175850868225, -0.15395553410053253, 0.2592274248600006, 0.1313537061214447, -0.0889907032251358, 0.002020547864958644, -0.07812081277370453, -0.04194976016879082, -0.012868959456682205, 0.07527336478233337, -0.03700125962495804, 0.15495356917381287, -0.03386903926730156, 0.17382068932056427, -0.099679134786129, -0.0334031768143177, 0.02144831046462059, -0.10981054604053497, 0.057656705379486084, 0.08051177859306335, 0.04427298903465271, -0.159133642911911, 0.08837400376796722, 0.19756358861923218, 0.05472150072455406, 0.20321963727474213, -0.006869805511087179, -0.06112205237150192, -0.05358194187283516, -0.0808696523308754, -0.052568696439266205, 0.056259434670209885, -0.09903126955032349, -0.004000484477728605, 0.06423190236091614, 0.08783505111932755, 0.11237549781799316, -0.10904275625944138, -0.046180129051208496, 0.05125856027007103, -0.004819708876311779, -0.051060013473033905, 0.07006146013736725, -0.0659489631652832, 0.13217470049858093, 0.014598124660551548, -0.07049204409122467, 0.0036125897895544767, -0.004913401324301958, -0.11891388893127441, 0.20653130114078522, -0.08047540485858917, -0.27306002378463745, -0.16792123019695282, -0.16288253664970398, 0.07165426760911942, 0.038431257009506226, 0.033738572150468826, -0.08776884526014328, -0.020982403308153152, 0.004409478977322578, 0.11553267389535904, -0.09698133170604706, 0.013121976517140865, 0.008159824647009373, -0.018650712445378304, -0.07579360157251358, -0.09033482521772385, -0.0241270512342453, -0.02461584471166134, 0.020020704716444016, 0.03998296707868576, -0.11154978722333908, 0.06758414953947067, 0.2167699933052063, -0.015538511797785759, 0.06870997697114944, 0.00025148785789497197, 0.26176807284355164, -0.08426473289728165, 0.040830448269844055, 0.11926601082086563, -0.08760137856006622, 0.05199241638183594, 0.07132956385612488, 0.03210015222430229, -0.014074578881263733, 0.016441889107227325, -0.11233895272016525, -0.12864868342876434, -0.1923626959323883, -0.06961654871702194, -0.028241310268640518, 0.13464264571666718, 0.031150488182902336, 0.04321796074509621, 0.10346641391515732, 0.07471037656068802, 0.06701335310935974, 0.03259968012571335, -0.0005120337591506541, 0.0647427961230278, 0.024594781920313835, -0.05812343955039978, 0.054217349737882614, -0.04845457896590233, -0.0797470211982727, 0.08279551565647125, -0.011098933406174183, 0.0927528515458107, 0.06928195804357529, 0.02340286411345005, 0.018686039373278618, 0.04218229651451111, 0.15593960881233215, 0.22442668676376343, -0.012412761338055134, -0.041085485368967056, -0.05078154057264328, -0.040494389832019806, -0.01600850187242031, 0.015044075436890125, -0.05785144492983818, -0.033252447843551636, -0.0728597640991211, -0.015066487714648247, 0.011195010505616665, 0.015441779047250748, 0.07578693330287933, -0.22024130821228027, -0.038240667432546616, 0.042616840451955795, -0.013794191181659698, -0.10639895498752594, 0.05872863903641701, 0.016779562458395958, -0.17391349375247955, -0.07854076474905014, -0.016605399549007416, 0.1603294163942337, -0.030760308727622032, 0.0619782954454422, 0.005449770484119654, 0.02271227352321148, -0.013140208087861538, 0.11191333085298538, -0.27346712350845337, 0.1954270750284195, 0.001131516881287098, -0.04876048117876053, -0.016439033672213554, -0.04243995249271393, 0.0009058643481694162, 0.14556926488876343, 0.09718295931816101, 0.0028763783629983664, 0.0669604167342186, -0.07678256928920746, -0.11943262070417404, 0.05284353718161583, 0.08068333566188812, -0.07738065719604492, 0.029960619285702705, -0.029798466712236404, 0.027152907103300095, -0.007555682212114334, -0.030231619253754616, 0.002119861776009202, -0.11661309748888016, 0.02936525270342827, -0.08075195550918579, 0.06012337654829025, 0.02433968149125576, -0.02529163844883442, -0.012048180215060711, 0.1316436529159546, -0.013300766237080097, -0.08264251798391342, -0.08976204693317413, -0.02328740619122982, 0.09523095935583115, -0.05599937587976456, 0.03358715400099754, -0.08175740391016006, -0.04073614999651909, 0.005860272329300642, -0.16970814764499664, 0.06983034312725067, -0.10846570879220963, -0.09971687942743301, -0.050264790654182434, 0.15346404910087585, 0.013677009381353855, 0.025709833949804306, 0.03220117464661598, -0.04211581498384476, -0.18150363862514496, -0.15989434719085693, -0.007562890648841858, 0.0717545747756958, -0.04433317109942436, 0.03638565540313721, 0.007171243894845247, 0.10013602674007416, 0.004198792390525341, 0.07230839878320694, 0.2026015669107437, 0.16423118114471436, -0.08760133385658264, 0.17723721265792847, 0.16266676783561707, -0.12243213504552841, -0.2722402811050415, -0.09522651135921478, -0.05925937369465828, 0.03468820080161095, 0.02297091670334339, -0.13072867691516876, 0.06184706464409828, -0.011241482570767403, -0.004976592492312193, 0.13391432166099548, -0.2790721356868744, -0.07025358080863953, 0.13864430785179138, -0.012145180255174637, 0.2560276985168457, -0.042459286749362946, -0.08155408501625061, -0.060940731316804886, -0.2339130938053131, 0.1595010906457901, -0.12908293306827545, 0.030256805941462517, -0.06380902975797653, 0.1317017376422882, 0.04475972056388855, -0.051817599684000015, 0.13714583218097687, -0.0770399421453476, 0.03692200407385826, -0.1231972947716713, -0.01437266543507576, 0.05212629213929176, -0.014681367203593254, 0.10554680228233337, -0.053141020238399506, 0.10400939732789993, -0.12106935679912567, -0.052672889083623886, -0.054288461804389954, 0.017598338425159454, -0.023758167400956154, -0.05668776109814644, -0.039483629167079926, -0.05230721831321716, 0.00942184031009674, -0.024894973263144493, -0.008981208316981792, -0.02189256064593792, 0.08200293034315109, 0.10853444039821625, 0.1416669338941574, -0.04508063197135925, -0.02666328102350235, -0.029412275180220604, -0.043095141649246216, 0.07755832374095917, -0.1675589680671692, -0.020979177206754684, 0.15767353773117065, 0.008264025673270226, 0.08081416040658951, 0.07994852215051651, -0.043529048562049866, -0.04116993397474289, 0.09435915946960449, -0.23738352954387665, -0.032961416989564896, -0.07289689034223557, -0.032304681837558746, 0.05143286660313606, 0.06389017403125763, 0.11233682930469513, -0.055076416581869125, -0.015500548295676708, 0.038369257003068924, -0.013473432511091232, -0.10457789897918701, 0.12659704685211182, 0.07594829052686691, 0.04931824654340744, -0.13000807166099548, 0.03979043290019035, -0.02080575004220009, -0.024042857810854912, -0.009190280921757221, 0.09610513597726822, -0.13868926465511322, -0.061987441033124924, 0.01100219041109085, 0.1624082624912262, -0.08940329402685165, -0.054934311658144, -0.00678250240162015, -0.07782098650932312, 0.06215988099575043, 0.06269455701112747, 0.039047662168741226, 0.10006190836429596, -0.08492296934127808, -0.004345493856817484, -0.04427671059966087, 0.02742549031972885, 0.04004936292767525, -0.01839151792228222, -0.11644710600376129, 0.050648268312215805, 0.01261399406939745, 0.21786263585090637, -0.12195943295955658, -0.07748695462942123, -0.13975368440151215, 0.03579137846827507, -0.1441981941461563, -0.02782432734966278, -0.09455464035272598, -0.0542730838060379, -0.024786408990621567, -0.02354593575000763, -0.05044161155819893, -0.03595460206270218, -0.06568260490894318, 0.04963921010494232, -0.01889806240797043, -0.04201965406537056, -0.018809955567121506, 0.04780932888388634, 0.10624072700738907, -0.0022816911805421114, 0.11582330614328384, 0.10476028919219971, -0.06149300932884216, 0.06964143365621567, -0.08975338935852051, 0.049342647194862366, 0.010800108313560486, -0.03639211133122444, 0.07890737056732178, 0.033158838748931885, 0.011678727343678474, -0.02014644630253315, -0.05248590186238289, 0.015699470415711403, 0.019494805485010147, -0.09001129865646362, 0.04338252544403076, 0.03427375108003616, -0.07128193974494934, -0.06945458799600601, -0.02831537090241909, -0.04915383830666542, 0.10966338962316513, 0.09227382391691208, 0.01580313965678215, 0.11524862796068192, -0.09982031583786011, -0.0043287696316838264, 0.0288130734115839, -0.08074736595153809, -0.01706261746585369, -0.10044533759355545, -0.01304725930094719, -0.02274717018008232, 0.2554529011249542, 0.12089171260595322, -0.025309232994914055, -0.03230812028050423, 0.07114472985267639, 0.08105676621198654, -0.0211230106651783, 0.14824873208999634, 0.03444083034992218, -0.0007331980159506202, -0.1400776505470276, 0.10673409700393677, -0.060156434774398804, -0.010151425376534462, 0.09550673514604568, -0.08319920301437378, 0.048856139183044434, 0.07468824833631516, -0.01950058713555336, 0.05372466519474983, -0.11716536432504654, -0.2690386474132538, 0.023945249617099762, 0.027653370052576065, -0.0441947840154171, 0.07253700494766235, 0.145015150308609, 0.00042942073196172714, 0.05244648456573486, 0.061493102461099625, -0.05709811672568321, -0.17804701626300812, -0.19115881621837616, -0.0384756401181221, -0.11082857847213745, -0.023826930671930313, -0.10639674216508865, 0.04148538038134575, -0.02072913944721222, 0.05925795063376427, -0.09639845043420792, 0.12447383254766464, 0.06843417137861252, -0.11577396094799042, 0.05810433253645897, -0.008805959485471249, 0.048459235578775406, -0.07387776672840118, 0.08210063725709915, -0.10721065104007721, -0.026499031111598015, -0.016933415085077286, 0.03711435943841934, -0.05858420953154564, 0.0011270071845501661, -0.10357651859521866, -0.06808403134346008, -0.056935109198093414, 0.09072309732437134, -0.024477418512105942, 0.03998230770230293, -0.014557241462171078, -0.061277762055397034, -0.025446701794862747, 0.2273169606924057, -0.018587565049529076, -0.043939489871263504, -0.0661960318684578, 0.2851298749446869, -0.06544138491153717, 0.07253559678792953, -0.032977886497974396, -0.001274158013984561, -0.07127615064382553, 0.2931469976902008, 0.36314713954925537, -0.14264726638793945, 0.011796033009886742, -0.018389053642749786, 0.03556118905544281, 0.07535336911678314, 0.18024654686450958, 0.07291083037853241, 0.3107033371925354, -0.04080776497721672, -0.01225926261395216, -0.10546047985553741, -0.03835856914520264, 0.014304363168776035, 0.02947218343615532, 0.08378855139017105, -0.05586446449160576, -0.06808875501155853, 0.1039084792137146, -0.26703301072120667, -0.02056516334414482, -0.16380304098129272, -0.061613935977220535, -0.04166705906391144, 0.0007227687747217715, 0.07237391918897629, 0.028740311041474342, 0.05115301162004471, -0.039005450904369354, -0.047156207263469696, 0.057444483041763306, -0.02154913917183876, -0.12674635648727417, 0.0002557095722295344, 0.143532857298851, -0.07906237244606018, -0.0018181405030190945, 0.0032308290246874094, 0.060348983854055405, 0.044118594378232956, 0.04119637981057167, -0.10164451599121094, 0.02608482725918293, 0.01246592216193676, -0.03363148868083954, -0.028164468705654144, 0.008156497962772846, 0.07835527509450912, -0.21697945892810822, 0.0020338469184935093, -0.14078554511070251, 0.011757226660847664, -0.07641053944826126, -0.006896127946674824, -0.08222074061632156, 0.03242125362157822, 0.004625517874956131, 0.1118803396821022, 0.11125602573156357, -0.03202005848288536, -0.0006144302315078676, -0.06265610456466675, 0.06727221608161926, -0.06884542852640152, -0.02960195019841194, -0.025150567293167114, -0.09257599711418152, -0.09335606545209885, 0.09815482050180435, -0.022339481860399246, -0.1427105814218521, 0.007601875811815262, -0.09401176869869232, -0.04369132220745087, -0.021486658602952957, 0.09382037818431854, 0.11086808145046234, 0.09180203825235367, -0.007599277421832085, 0.047748953104019165, 0.03120456263422966, 0.07436691224575043, -0.12886843085289001, -0.10148585587739944 ]
null
null
transformers
<div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1256573356033273856/4iRYlwTb_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">ansq@漫画読みすぎ 🤖 AI Bot </div> <div style="font-size: 15px">@fuurawa bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@fuurawa's tweets](https://twitter.com/fuurawa). | Data | Quantity | | --- | --- | | Tweets downloaded | 1867 | | Retweets | 1276 | | Short tweets | 102 | | Tweets kept | 489 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/2q0sdp5o/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @fuurawa's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/24t10y8h) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/24t10y8h/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/fuurawa') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/fuurawa/1616936220610/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/fuurawa
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
ansq@漫画読みすぎ AI Bot @fuurawa bot I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on @fuurawa's tweets. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @fuurawa'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 57 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 0.004547144751995802, -0.006708405911922455, -0.007013476919382811, 0.01947171241044998, 0.15818242728710175, 0.03448796644806862, 0.08709780126810074, 0.15389476716518402, -0.019877297803759575, -0.022431448101997375, 0.18047170341014862, 0.173692986369133, -0.012988686561584473, 0.09047263860702515, -0.05271327868103981, -0.2622397541999817, 0.03682216629385948, 0.05513067543506622, -0.007422737777233124, 0.14252057671546936, 0.07580838352441788, -0.023790201172232628, 0.11380083113908768, -0.02966974675655365, -0.202972412109375, 0.03197307139635086, 0.0615268237888813, -0.09518525749444962, 0.11083168536424637, 0.04628797993063927, 0.08698221296072006, 0.022143812850117683, -0.07331052422523499, -0.120787613093853, 0.04532235115766525, 0.045263588428497314, -0.06358368694782257, 0.06480421870946884, 0.08820623904466629, -0.1065920814871788, 0.1416475921869278, 0.07373794168233871, -0.01588049717247486, 0.07824484258890152, -0.17789237201213837, -0.03725104406476021, -0.036331940442323685, 0.007741300854831934, 0.07058489322662354, 0.0750737413764, -0.019116664305329323, 0.1746976524591446, -0.06598041951656342, 0.09777773916721344, 0.17528840899467468, -0.2887236773967743, -0.018040433526039124, 0.0492081381380558, 0.0887371376156807, 0.04900359362363815, -0.024227341637015343, 0.08339477330446243, 0.06365471333265305, 0.01686069741845131, 0.014271941967308521, -0.06960906833410263, -0.09346919506788254, 0.03645368665456772, -0.06932124495506287, -0.05699722096323967, 0.22001419961452484, -0.0334535576403141, 0.04674676060676575, -0.03953840583562851, -0.09316058456897736, -0.028927378356456757, -0.027232296764850616, -0.00907184462994337, -0.05413005128502846, 0.08754174411296844, -0.015151693485677242, -0.06331931799650192, -0.1435878872871399, -0.012912428006529808, -0.15805892646312714, 0.13816505670547485, 0.004333257209509611, 0.04586424678564072, -0.22094038128852844, 0.1012546569108963, 0.022817784920334816, -0.08995530754327774, 0.04930093511939049, -0.09425957500934601, 0.0717538446187973, 0.0007676240638829768, -0.04885277524590492, -0.02944779396057129, 0.08848895877599716, 0.14690880477428436, -0.02718975953757763, 0.005980455316603184, -0.01338018849492073, 0.0733228251338005, 0.059399042278528214, 0.028748195618391037, -0.006081049330532551, -0.052236080169677734, 0.05618719011545181, -0.1417204737663269, -0.010511515662074089, -0.07227712869644165, -0.10605388879776001, -0.04232237488031387, 0.03443120792508125, 0.060671232640743256, 0.042230576276779175, 0.11220116913318634, -0.04771716892719269, -0.01857093721628189, 0.05281376466155052, -0.03979083523154259, -0.008994937874376774, -0.01990325190126896, 0.018122754991054535, 0.13074275851249695, -0.019943278282880783, 0.03407962992787361, -0.10256942361593246, 0.05431444197893143, -0.10281401127576828, -0.01971535198390484, -0.014149561524391174, -0.04367954283952713, 0.031883664429187775, -0.12165860831737518, 0.016123656183481216, -0.16833168268203735, -0.14714312553405762, 0.002859292319044471, -0.016588665544986725, -0.017911825329065323, -0.07954888790845871, -0.04400517791509628, -0.02466505579650402, 0.06924423575401306, -0.04276731237769127, -0.00935916043817997, -0.05846982076764107, 0.11090090870857239, -0.05349889397621155, 0.07203050702810287, -0.1194647029042244, 0.0557217076420784, -0.14930842816829681, -0.013004516251385212, -0.04842504858970642, 0.07119924575090408, 0.015398351475596428, 0.1813964694738388, -0.006925920024514198, -0.003623353084549308, -0.09382472932338715, 0.06455672532320023, -0.02733452245593071, 0.24096953868865967, -0.0756828561425209, -0.14226967096328735, 0.21630549430847168, -0.06334739923477173, -0.14993034303188324, 0.1314547061920166, 0.01843975856900215, 0.08251222223043442, 0.10434340685606003, 0.19023460149765015, 0.01808990351855755, -0.007808534894138575, 0.054424818605184555, 0.07603957504034042, -0.1683882623910904, -0.033340878784656525, 0.0012923459289595485, -0.00014291972911451012, -0.1366809904575348, 0.04632483050227165, 0.1230006217956543, 0.09730340540409088, -0.07249721139669418, -0.018487868830561638, -0.030607668682932854, 0.0016078021144494414, 0.04144361615180969, -0.0005212334799580276, 0.09951234608888626, -0.1033509373664856, -0.04366454482078552, -0.06751791387796402, -0.002970147645100951, 0.011176802217960358, 0.03924661502242088, -0.04455869272351265, 0.09700342267751694, -0.007412149105221033, 0.0545678474009037, -0.13708296418190002, -0.07981666922569275, -0.016090448945760727, 0.1597585678100586, 0.040224816650152206, 0.04663374274969101, 0.0566885769367218, -0.05624469742178917, -0.015493324026465416, -0.010199432261288166, 0.16243304312229156, -0.04404180869460106, -0.07694169133901596, -0.07860849797725677, 0.10474636405706406, -0.06389671564102173, 0.026263169944286346, -0.051667314022779465, 0.024654213339090347, 0.04686986654996872, 0.1110762283205986, 0.004046999383717775, 0.026442723348736763, -0.012835992500185966, -0.007690808270126581, -0.07657550275325775, -0.01617686077952385, 0.1077079176902771, -0.0017721779877319932, -0.06809886544942856, 0.2437063455581665, -0.16884316504001617, 0.21163912117481232, 0.20976658165454865, -0.2492678016424179, -0.02882898785173893, -0.04848965257406235, -0.04766342043876648, -0.0012878701090812683, 0.06041788309812546, -0.034700244665145874, 0.09027024358510971, -0.03288675472140312, 0.16564396023750305, -0.051203593611717224, -0.07646744698286057, 0.019007064402103424, -0.05823178589344025, -0.05114857107400894, 0.07018019258975983, 0.08213616907596588, -0.1630844622850418, 0.18756183981895447, 0.21879082918167114, 0.06839460134506226, 0.2044064849615097, 0.00858453568071127, -0.010656360536813736, 0.07200875878334045, -0.04608747735619545, -0.03843220695853233, -0.06601633131504059, -0.15238076448440552, -0.03009703755378723, 0.06625645607709885, 0.030863380059599876, 0.09900964051485062, -0.09019728004932404, -0.08104760944843292, -0.017665131017565727, 0.004776675254106522, 0.00156646769028157, 0.11991100758314133, 0.03676433861255646, 0.13820022344589233, -0.01955524832010269, 0.022415857762098312, 0.08040772378444672, 0.016582515090703964, -0.10843544453382492, 0.16101348400115967, -0.13329310715198517, -0.3788211941719055, -0.14546175301074982, -0.13134250044822693, -0.020925991237163544, 0.03777816519141197, 0.1120775043964386, -0.1329103261232376, 0.005511005409061909, -0.007893978618085384, 0.10391844809055328, -0.08707519620656967, 0.039245378226041794, -0.07586963474750519, 0.0314689576625824, -0.060405436903238297, -0.07552991807460785, -0.03722400963306427, -0.028465405106544495, -0.09132689982652664, 0.16675986349582672, -0.11130212247371674, 0.06035055220127106, 0.16001324355602264, 0.021197395399212837, 0.03523072600364685, -0.05174810439348221, 0.18330632150173187, -0.112345851957798, 0.020098978653550148, 0.15624848008155823, -0.013005592860281467, 0.08254575729370117, 0.08188403397798538, -0.013132697902619839, -0.10316278785467148, 0.05240294709801674, 0.001463406952098012, -0.10209372639656067, -0.1950312703847885, -0.10119245946407318, -0.08230090886354446, 0.15922248363494873, 0.06361804902553558, 0.058937788009643555, 0.17968137562274933, 0.07578518986701965, -0.038606274873018265, -0.00038743947516195476, -0.00239798822440207, 0.08808282762765884, 0.13635766506195068, -0.01442645862698555, 0.1225903332233429, -0.04975935071706772, -0.10913994163274765, 0.12899059057235718, 0.01750512234866619, 0.03937286511063576, 0.051435839384794235, 0.021011192351579666, -0.011281835846602917, 0.11866551637649536, 0.13484057784080505, 0.10447502881288528, -0.015693627297878265, -0.0293489471077919, -0.04774824157357216, -0.01359935849905014, -0.033305928111076355, 0.03640862926840782, 0.008061517030000687, -0.14140670001506805, -0.06158366799354553, -0.11537835001945496, 0.08758961409330368, 0.10668005049228668, 0.07567808032035828, -0.21108253300189972, -0.003950516227632761, 0.07933880388736725, -0.03630997985601425, -0.11126025766134262, 0.08416172116994858, 0.03095286712050438, -0.1277567446231842, 0.07218055427074432, -0.03519461303949356, 0.12458370625972748, -0.0032897875644266605, 0.09583556652069092, -0.03598680719733238, -0.027483470737934113, -0.013308011926710606, 0.09818253666162491, -0.3191508650779724, 0.1621316522359848, -0.017933005467057228, -0.0618131123483181, -0.06667962670326233, -0.02528184838593006, 0.015994107350707054, 0.07729468494653702, 0.10861869156360626, 0.021759910508990288, 0.01640525460243225, -0.07345785945653915, -0.042352862656116486, 0.038021303713321686, 0.12403716146945953, -0.06827268749475479, -0.012903391383588314, -0.04523605480790138, 0.00796645786613226, -0.017124788835644722, -0.008793274872004986, 0.006911922711879015, -0.14962191879749298, 0.05182485654950142, 0.014736213721334934, 0.07058768719434738, 0.0436982735991478, -0.014969068579375744, -0.09180716425180435, 0.18274778127670288, -0.015714606270194054, -0.07271543145179749, -0.12616917490959167, -0.05262751132249832, 0.030376195907592773, -0.05518756061792374, 0.021047864109277725, -0.06501689553260803, -0.0035362408962100744, -0.06755607575178146, -0.22007296979427338, 0.1278373897075653, -0.08437205106019974, -0.07192739844322205, -0.04912353679537773, 0.2010866105556488, -0.051223888993263245, 0.003238252131268382, 0.010222852230072021, 0.021994104608893394, -0.11474784463644028, -0.09469719231128693, 0.07112357765436172, -0.03247172012925148, 0.03123478777706623, 0.0022505864035338163, -0.04091062396764755, 0.016593176871538162, -0.06314414739608765, -0.011381587944924831, 0.27866554260253906, 0.23951324820518494, -0.040407944470644, 0.1904350072145462, 0.11012271791696548, -0.08163551241159439, -0.3069863021373749, -0.10166139155626297, -0.12140648066997528, -0.02996143139898777, -0.017288926988840103, -0.16865339875221252, 0.06477722525596619, 0.038930367678403854, 0.009261871688067913, 0.13778774440288544, -0.20730599761009216, -0.08823523670434952, 0.09138026833534241, -0.02557477355003357, 0.43079736828804016, -0.1257614940404892, -0.08959750831127167, -0.051866497844457626, -0.16516901552677155, 0.2173919379711151, -0.021592965349555016, 0.07857322692871094, -0.029561417177319527, 0.11770006269216537, 0.04697660356760025, -0.010707763023674488, 0.08040876686573029, -0.00884756539016962, 0.008373050950467587, -0.12410011142492294, -0.02768467366695404, 0.04874192550778389, 0.012378438375890255, 0.0013600040692836046, -0.09389680624008179, 0.020313434302806854, -0.15990203619003296, -0.018549781292676926, -0.11233476549386978, 0.07682323455810547, 0.025788001716136932, -0.06466120481491089, -0.003637736663222313, -0.04986237734556198, -0.015892893075942993, -0.01400828268378973, 0.1717434972524643, -0.04862768203020096, 0.19366511702537537, 0.03501616790890694, 0.11570870876312256, -0.1362973153591156, 0.06143493950366974, -0.06429426372051239, -0.07528600096702576, 0.07427702099084854, -0.1537967324256897, 0.05111055448651314, 0.09430045634508133, -0.030276626348495483, 0.05380253866314888, 0.08795086294412613, -0.003969982732087374, 0.004800081253051758, 0.15867236256599426, -0.2786487936973572, 0.01320126373320818, -0.07396841049194336, -0.06665283441543579, 0.10506758838891983, 0.06261139363050461, 0.17162823677062988, 0.011681869626045227, -0.056615445762872696, 0.01595049723982811, 0.02499506063759327, -0.04915530979633331, 0.04529924690723419, 0.008104361593723297, -0.010991688817739487, -0.13640300929546356, 0.08699746429920197, 0.0042801909148693085, -0.1531187742948532, 0.024680746719241142, 0.2155698835849762, -0.1260155886411667, -0.10237220674753189, -0.03444112092256546, 0.08444061875343323, -0.11519137024879456, 0.01753072999417782, -0.030764780938625336, -0.09109894186258316, 0.07448896765708923, 0.15248911082744598, 0.049206193536520004, 0.11775100976228714, -0.015379221178591251, -0.011753370985388756, -0.05147303268313408, -0.0317845419049263, 0.025745956227183342, 0.017857374623417854, -0.08257177472114563, 0.06648801267147064, -0.022109810262918472, 0.14559012651443481, -0.09791336953639984, -0.06602771580219269, -0.1468091756105423, -0.009785634465515614, -0.0695481076836586, -0.09207163751125336, -0.08133620768785477, -0.062133077532052994, 0.0010387726360931993, -0.03962359577417374, -0.04795864596962929, -0.0791037380695343, -0.10289866477251053, 0.009435068815946579, -0.02305566892027855, 0.03256045654416084, -0.06115729361772537, 0.007872066460549831, 0.12092912197113037, -0.028174830600619316, 0.16686207056045532, 0.1458095908164978, -0.09536580741405487, 0.10568815469741821, -0.16346460580825806, -0.08964221179485321, 0.0939340740442276, -0.01729099079966545, 0.027899714186787605, 0.11666940152645111, 0.014932696707546711, 0.04195788502693176, 0.035977672785520554, 0.06045130267739296, 0.03587699308991432, -0.11899011582136154, 0.07665140181779861, 0.009481414221227169, -0.1612047255039215, -0.06303887814283371, -0.08555969595909119, 0.030386725440621376, 0.021575886756181717, 0.12225193530321121, -0.045776769518852234, 0.0887017622590065, -0.07972796261310577, 0.027257539331912994, 0.02293219044804573, -0.181223064661026, -0.047844018787145615, -0.053065262734889984, 0.032686229795217514, 0.018960151821374893, 0.1893557906150818, 0.027213018387556076, -0.03697650134563446, 0.04549255222082138, 0.1042066365480423, 0.005313898902386427, 0.004829791374504566, 0.16259528696537018, 0.09423433989286423, -0.07654286175966263, -0.12226779758930206, 0.07556461542844772, 0.019673259928822517, -0.044067107141017914, 0.10607215762138367, -0.002448870101943612, 0.020163848996162415, 0.06910120695829391, -0.014892932027578354, 0.034322552382946014, -0.044286008924245834, -0.10698256641626358, -0.023580113425850868, 0.046367425471544266, 0.00669879000633955, 0.12847968935966492, 0.177873894572258, -0.002574790036305785, 0.025011489167809486, -0.0363602340221405, -0.024931130930781364, -0.13864666223526, -0.1558164656162262, -0.06855984032154083, -0.14875617623329163, 0.012976853176951408, -0.0915176048874855, 0.04695429280400276, 0.028682325035333633, 0.06887643784284592, -0.07052405923604965, 0.04384735971689224, 0.06974220275878906, -0.12065785378217697, 0.09397104382514954, -0.028081456199288368, 0.03704333305358887, -0.006730496883392334, -0.012833851389586926, -0.10013298690319061, 0.035936567932367325, -0.01747855544090271, 0.045271266251802444, -0.04546798765659332, 0.030429324135184288, -0.1703072488307953, -0.124412901699543, -0.04034453630447388, 0.06420420855283737, -0.06510858237743378, 0.03512151539325714, 0.019115818664431572, 0.013339218683540821, 0.03305599465966225, 0.23020225763320923, -0.03704051673412323, -0.02329315058887005, -0.042310282588005066, 0.16692522168159485, -0.014016710221767426, 0.08088304847478867, -0.03037172369658947, 0.0002500463742762804, -0.08417443931102753, 0.3385351300239563, 0.3027777075767517, -0.09020252525806427, 0.019915465265512466, -0.030905582010746002, 0.03936264291405678, 0.11892254650592804, 0.13376617431640625, 0.09784641861915588, 0.2282467782497406, -0.07217609137296677, -0.03032243251800537, -0.020507147535681725, -0.011079044081270695, -0.06650827825069427, 0.0879674032330513, 0.02507801540195942, -0.05553486570715904, -0.031693898141384125, 0.0812700018286705, -0.2327648252248764, 0.10665327310562134, -0.11289316415786743, -0.1636168211698532, -0.039189815521240234, 0.0042042857967317104, 0.08908319473266602, 0.015396242961287498, 0.11228121817111969, 0.009163780137896538, -0.07585213333368301, 0.017798418179154396, 0.028085503727197647, -0.24201616644859314, -0.008133855648338795, 0.060310713946819305, -0.12939085066318512, -0.004324504639953375, -0.027167800813913345, 0.007199867628514767, 0.059822265058755875, 0.029368450865149498, -0.04319324716925621, -0.001257759635336697, -0.010450302623212337, -0.008644461631774902, -0.011618612334132195, 0.07065588980913162, 0.046958792954683304, -0.13329142332077026, 0.06869500875473022, -0.11774353682994843, 0.033477768301963806, -0.05866728723049164, -0.015255378559231758, 0.000037100471672602, 0.03460683673620224, -0.04829782620072365, 0.07058211416006088, 0.07688362896442413, -0.015606098808348179, 0.000610517687164247, -0.0802936851978302, -0.036274004727602005, -0.019796574488282204, -0.09252054989337921, -0.08371094614267349, -0.13031646609306335, -0.11573562026023865, 0.1029667928814888, -0.02224794402718544, -0.19213621318340302, 0.03111329674720764, -0.12165344506502151, 0.045619383454322815, -0.1751558482646942, 0.11076030135154724, 0.08046020567417145, 0.01831907220184803, 0.011516088619828224, -0.02576824277639389, 0.08821021765470505, 0.11728470027446747, -0.07783648371696472, -0.08528783172369003 ]
null
null
transformers
<div class="inline-flex flex-col" style="line-height: 1.5;"> <div class="flex"> <div style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;https://pbs.twimg.com/profile_images/1387157870391832578/xWRJkuq__400x400.jpg&#39;)"> </div> <div style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)"> </div> <div style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)"> </div> </div> <div style="text-align: center; margin-top: 3px; font-size: 16px; font-weight: 800">🤖 AI BOT 🤖</div> <div style="text-align: center; font-size: 16px; font-weight: 800">Gabriel Boric Font</div> <div style="text-align: center; font-size: 14px;">@gabrielboric</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on tweets from Gabriel Boric Font. | Data | Gabriel Boric Font | | --- | --- | | Tweets downloaded | 3166 | | Retweets | 1575 | | Short tweets | 261 | | Tweets kept | 1330 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/sgtq44wg/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @gabrielboric's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/wl4b6qky) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/wl4b6qky/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/gabrielboric') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/gabrielboric/1628117067958/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/gabrielboric
[ "transformers", "pytorch", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
AI BOT Gabriel Boric Font @gabrielboric I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on tweets from Gabriel Boric Font. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @gabrielboric'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 54 ]
[ "passage: TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ -0.0001764487533364445, -0.01891571842133999, -0.0068881697952747345, 0.01242890115827322, 0.16224369406700134, 0.04406825825572014, 0.08452208340167999, 0.14250440895557404, -0.026455026119947433, -0.016114573925733566, 0.17334569990634918, 0.17106501758098602, -0.014037161134183407, 0.08718273043632507, -0.05552244931459427, -0.2646014094352722, 0.044212065637111664, 0.058431971818208694, -0.020032864063978195, 0.14111687242984772, 0.0714879110455513, -0.01828647032380104, 0.10845158249139786, -0.02953636273741722, -0.18877948820590973, 0.03499612212181091, 0.05605728179216385, -0.09992336481809616, 0.11936124414205551, 0.04713086411356926, 0.08659981191158295, 0.015409729443490505, -0.07482189685106277, -0.12249794602394104, 0.03866785019636154, 0.041891295462846756, -0.0629689022898674, 0.05911329388618469, 0.08818957209587097, -0.11120674759149551, 0.1456013321876526, 0.07799911499023438, -0.01863223686814308, 0.07941857725381851, -0.17164963483810425, -0.019008882343769073, -0.036983806639909744, 0.005464354529976845, 0.057414017617702484, 0.07476010918617249, -0.01932354085147381, 0.1732589453458786, -0.0767555758357048, 0.09587065875530243, 0.16117197275161743, -0.2913956344127655, -0.005072304047644138, 0.0498935841023922, 0.06722559779882431, 0.03902119770646095, -0.015738610178232193, 0.08706029504537582, 0.06277379393577576, 0.02536560781300068, -0.0014978112885728478, -0.06339331716299057, -0.0928240567445755, 0.04014677554368973, -0.0745372325181961, -0.06578013300895691, 0.20811960101127625, -0.039430033415555954, 0.050536420196294785, -0.03807967156171799, -0.10491003096103668, -0.02197154052555561, -0.015753688290715218, 0.00720712635666132, -0.06031509116292, 0.08949250727891922, -0.014659170061349869, -0.07363511621952057, -0.15025688707828522, -0.016003666445612907, -0.18369624018669128, 0.1574522852897644, 0.003967532888054848, 0.04864242300391197, -0.2093716263771057, 0.11408322304487228, 0.020872395485639572, -0.08021171391010284, 0.047296058386564255, -0.09546594321727753, 0.07179957628250122, 0.002116252202540636, -0.05267130210995674, -0.02264278009533882, 0.08682441711425781, 0.15258505940437317, -0.026140356436371803, 0.0017382961232215166, -0.027155736461281776, 0.07059825956821442, 0.05281682312488556, 0.040018972009420395, -0.017763059586286545, -0.04289618879556656, 0.045782025903463364, -0.15945611894130707, -0.007582054473459721, -0.06918198615312576, -0.1068587526679039, -0.05112413689494133, 0.022331949323415756, 0.06442617624998093, 0.031878020614385605, 0.11345649510622025, -0.04609488695859909, -0.014168480411171913, 0.06350603699684143, -0.042460083961486816, -0.0172110628336668, -0.016047241166234016, 0.015319211408495903, 0.14095398783683777, -0.018181998282670975, 0.030711950734257698, -0.11251416057348251, 0.0645761713385582, -0.09946728497743607, -0.01914660818874836, -0.0071241967380046844, -0.04078202322125435, 0.029947424307465553, -0.13505136966705322, 0.010975461453199387, -0.1711256355047226, -0.14874492585659027, 0.009897243231534958, -0.02876151353120804, -0.018498392775654793, -0.059200938791036606, -0.03973992541432381, -0.01719699800014496, 0.06084148958325386, -0.04528016224503517, 0.0009662628290243447, -0.05951235070824623, 0.11524756252765656, -0.05245914310216904, 0.06888316571712494, -0.13250301778316498, 0.05976588651537895, -0.15375985205173492, -0.00870948750525713, -0.04503806680440903, 0.08287355303764343, 0.017666861414909363, 0.16653785109519958, -0.006960130762308836, -0.012972959317266941, -0.09847598522901535, 0.06441020965576172, -0.023426895961165428, 0.24133971333503723, -0.06349262595176697, -0.143473818898201, 0.22233937680721283, -0.06944137066602707, -0.1420930027961731, 0.12657590210437775, 0.020838137716054916, 0.07354387640953064, 0.10204131156206131, 0.19502143561840057, 0.014321080408990383, 0.006638950202614069, 0.054760824888944626, 0.0820525735616684, -0.17468082904815674, -0.03090454451739788, -0.00916894432157278, -0.01691337674856186, -0.1358218789100647, 0.043003637343645096, 0.11889315396547318, 0.10293904691934586, -0.07099705934524536, -0.013554582372307777, -0.03317642584443092, -0.004439891315996647, 0.06940841674804688, -0.007896981202065945, 0.09806080162525177, -0.09929461032152176, -0.040301576256752014, -0.058301206678152084, -0.006890235934406519, 0.0024084753822535276, 0.04120192304253578, -0.040066637098789215, 0.10096675902605057, -0.0006905568297952414, 0.05225489288568497, -0.14046427607536316, -0.07798092812299728, -0.020940499380230904, 0.1575685739517212, 0.04120592027902603, 0.04776391014456749, 0.057414863258600235, -0.0481991246342659, -0.0158701092004776, -0.009968787431716919, 0.16312187910079956, -0.0394844189286232, -0.06968989968299866, -0.056453973054885864, 0.10656707733869553, -0.058365050703287125, 0.03222460299730301, -0.04202231392264366, 0.022449776530265808, 0.060929615050554276, 0.12114907056093216, -0.0026538248639553785, 0.029062092304229736, -0.01023187953978777, -0.0038288652431219816, -0.07459788024425507, -0.020947640761733055, 0.10031349956989288, -0.004600553773343563, -0.08327498286962509, 0.23685328662395477, -0.17454755306243896, 0.19663569331169128, 0.2115958034992218, -0.2628093659877777, -0.024321777746081352, -0.06840608268976212, -0.05017746612429619, 0.003011465771123767, 0.05876095965504646, -0.04692309722304344, 0.09809201210737228, -0.02521132305264473, 0.16497591137886047, -0.04652651026844978, -0.07362692058086395, 0.016456644982099533, -0.05898859724402428, -0.0463954322040081, 0.0659271627664566, 0.08106416463851929, -0.15480613708496094, 0.18694530427455902, 0.20838376879692078, 0.07612863928079605, 0.19334357976913452, 0.004058185499161482, -0.014812501147389412, 0.08005014806985855, -0.03805047646164894, -0.04202093929052353, -0.07553261518478394, -0.16944189369678497, -0.01902174763381481, 0.07485251128673553, 0.03750864416360855, 0.11274250596761703, -0.10172852873802185, -0.07372885197401047, -0.016179129481315613, -0.005032413639128208, 0.005167648661881685, 0.1174640879034996, 0.045775800943374634, 0.14043675363063812, -0.019972821697592735, 0.03493902459740639, 0.08747350424528122, 0.02448674477636814, -0.10759711265563965, 0.16407065093517303, -0.14081640541553497, -0.38538745045661926, -0.16212545335292816, -0.13394121825695038, -0.029274288564920425, 0.04825805127620697, 0.11038947850465775, -0.13598975539207458, 0.0011978530092164874, -0.003706524148583412, 0.12342415004968643, -0.0806080624461174, 0.03755999356508255, -0.07838296890258789, 0.026997538283467293, -0.06349453330039978, -0.07917723804712296, -0.036463622003793716, -0.03232228383421898, -0.10000553727149963, 0.1757805496454239, -0.11054177582263947, 0.057571277022361755, 0.1741490364074707, 0.022440658882260323, 0.034390855580568314, -0.0513761006295681, 0.17275545001029968, -0.11779367178678513, 0.02093288116157055, 0.16278521716594696, -0.01799617148935795, 0.08678310364484787, 0.08059167861938477, -0.015366556122899055, -0.10777527838945389, 0.05196633189916611, 0.0019955262541770935, -0.1096891239285469, -0.20052047073841095, -0.12150565534830093, -0.0784008651971817, 0.14483654499053955, 0.05303339660167694, 0.05915789678692818, 0.17167222499847412, 0.08591149002313614, -0.04288473725318909, -0.004711467772722244, -0.012867298908531666, 0.07781979441642761, 0.1684085726737976, -0.017248503863811493, 0.11789125204086304, -0.05446818470954895, -0.11601924896240234, 0.13826869428157806, 0.02504623495042324, 0.050291191786527634, 0.04182872176170349, 0.008374262601137161, -0.009610554203391075, 0.09969738125801086, 0.12988939881324768, 0.118865467607975, -0.008107239380478859, -0.0232877004891634, -0.03601100295782089, -0.00860752072185278, -0.03570752218365669, 0.034572016447782516, 0.011757065542042255, -0.16013272106647491, -0.05726486071944237, -0.12173470109701157, 0.0964120477437973, 0.09787409752607346, 0.08039643615484238, -0.2033146470785141, -0.004589703865349293, 0.07378163933753967, -0.03603411093354225, -0.11624246090650558, 0.086527980864048, 0.033109065145254135, -0.1271866261959076, 0.0817195475101471, -0.03352120518684387, 0.115711510181427, -0.017423994839191437, 0.09427224844694138, -0.04346824064850807, -0.0329415462911129, -0.012381686829030514, 0.10430185496807098, -0.30799204111099243, 0.17485815286636353, -0.019660785794258118, -0.07034741342067719, -0.07672256976366043, -0.025566134601831436, 0.017929747700691223, 0.07530300319194794, 0.09619415551424026, 0.024311896413564682, 0.04642496258020401, -0.09243860840797424, -0.03940937668085098, 0.034113768488168716, 0.13641610741615295, -0.0638844221830368, -0.015862328931689262, -0.04075292870402336, 0.01116214320063591, -0.019626103341579437, -0.027355113998055458, 0.018256209790706635, -0.1504947543144226, 0.05358212813735008, 0.017237937077879906, 0.0753018707036972, 0.03889141231775284, -0.007973386906087399, -0.10224062204360962, 0.18268363177776337, -0.03004412353038788, -0.08521177619695663, -0.127006396651268, -0.04812724515795708, 0.04587927460670471, -0.051474425941705704, 0.034381575882434845, -0.06691597402095795, -0.011345877312123775, -0.06886660307645798, -0.21483656764030457, 0.12495172768831253, -0.0775398537516594, -0.07874035835266113, -0.03474915772676468, 0.20981398224830627, -0.05076101794838905, -0.00018431349599268287, 0.01172169204801321, 0.014822970144450665, -0.1086968258023262, -0.10466268658638, 0.06874550879001617, -0.034708425402641296, 0.02743770368397236, 0.02760813757777214, -0.03700246661901474, 0.02073092758655548, -0.06074898689985275, -0.01314478274434805, 0.2849438786506653, 0.22848764061927795, -0.035804633051157, 0.1875685602426529, 0.10711772739887238, -0.07248730212450027, -0.30828598141670227, -0.0999293103814125, -0.13133330643177032, -0.033457282930612564, -0.02052777260541916, -0.17081500589847565, 0.07089676707983017, 0.04558560997247696, 0.00998434517532587, 0.14900504052639008, -0.21140912175178528, -0.08518896996974945, 0.1092359870672226, -0.03466132655739784, 0.42140644788742065, -0.1164151057600975, -0.09652433544397354, -0.05340435355901718, -0.15239587426185608, 0.20086675882339478, -0.01557826716452837, 0.08761543780565262, -0.031178412958979607, 0.14360429346561432, 0.04995222017168999, -0.01680157333612442, 0.08329997956752777, 0.0014065488940104842, 0.004026432521641254, -0.12653036415576935, -0.022627411410212517, 0.0504734143614769, 0.021120509132742882, 0.0054380460642278194, -0.07736434042453766, 0.028706049546599388, -0.14863882958889008, -0.024921666830778122, -0.10909338295459747, 0.08278775960206985, 0.03857516124844551, -0.07422378659248352, -0.010892878286540508, -0.05615931376814842, -0.023589344695210457, -0.012528443709015846, 0.13453009724617004, -0.050522636622190475, 0.1720355898141861, 0.036824267357587814, 0.11522943526506424, -0.13816054165363312, 0.06146138161420822, -0.07406572997570038, -0.07532623410224915, 0.06773588061332703, -0.13577620685100555, 0.05240122601389885, 0.10075365751981735, -0.03372569754719734, 0.04758675396442413, 0.08927652984857559, 0.000919255951885134, 0.009403540752828121, 0.15953567624092102, -0.2761637568473816, 0.01791755110025406, -0.07046908140182495, -0.07692829519510269, 0.112159863114357, 0.07484955340623856, 0.181244894862175, 0.02791808731853962, -0.0472177192568779, 0.012221097014844418, 0.019269011914730072, -0.05120278522372246, 0.0548672117292881, 0.006578541360795498, -0.011816216632723808, -0.14148055016994476, 0.08790901303291321, -0.0015104453777894378, -0.1429632604122162, 0.02210722118616104, 0.19665491580963135, -0.13288317620754242, -0.10024755448102951, -0.05081937462091446, 0.057288672775030136, -0.13861924409866333, 0.008680099621415138, -0.01990172080695629, -0.09562872350215912, 0.0756591260433197, 0.1573420912027359, 0.05079081282019615, 0.12963363528251648, -0.02916029281914234, -0.008411908522248268, -0.04279141128063202, -0.051675889641046524, 0.02788730151951313, 0.019720058888196945, -0.07752392441034317, 0.08735781908035278, -0.024015765637159348, 0.14329436421394348, -0.10051412135362625, -0.06987810134887695, -0.1344141960144043, -0.005019306670874357, -0.09607285261154175, -0.0959741547703743, -0.08079583197832108, -0.061935000121593475, 0.004180733114480972, -0.039079975336790085, -0.0417400486767292, -0.08063078671693802, -0.10278100520372391, 0.016344387084245682, -0.02737213484942913, 0.028547246009111404, -0.07021904736757278, 0.008450011722743511, 0.12212047725915909, -0.029432062059640884, 0.17478644847869873, 0.15045183897018433, -0.10443241149187088, 0.10585668683052063, -0.17528948187828064, -0.10057486593723297, 0.10386897623538971, -0.01424362976104021, 0.02509693056344986, 0.12928596138954163, 0.018586233258247375, 0.04242280498147011, 0.03278495371341705, 0.06450606882572174, 0.04438134282827377, -0.11879310011863708, 0.08265755325555801, -0.002198860514909029, -0.15595629811286926, -0.061124756932258606, -0.09235648810863495, 0.02707000821828842, 0.02035105973482132, 0.11072126775979996, -0.04177020862698555, 0.08901136368513107, -0.06589431315660477, 0.023006385192275047, 0.025188656523823738, -0.17641755938529968, -0.03692740947008133, -0.05073147267103195, 0.03235582634806633, 0.028527792543172836, 0.22216679155826569, 0.015049049630761147, -0.030550595372915268, 0.0387740358710289, 0.12439186871051788, 0.015807392075657845, -0.0005460345419123769, 0.1709187924861908, 0.10334094613790512, -0.07364179939031601, -0.14011329412460327, 0.0676020160317421, 0.012262817472219467, -0.05599943920969963, 0.11458845436573029, -0.01812131516635418, -0.006866521667689085, 0.0670672059059143, -0.019556820392608643, 0.03449620306491852, -0.06607513129711151, -0.12762659788131714, -0.02478908933699131, 0.04269528388977051, 0.0029638311825692654, 0.12794137001037598, 0.15664103627204895, -0.005168106406927109, 0.026651626452803612, -0.015845872461795807, -0.023246217519044876, -0.13421551883220673, -0.15646639466285706, -0.06222613900899887, -0.14998294413089752, 0.022462334483861923, -0.08663632720708847, 0.047867026180028915, 0.05302877724170685, 0.07266844809055328, -0.06541765481233597, 0.06867647916078568, 0.049353908747434616, -0.11939282715320587, 0.08969518542289734, -0.024748487398028374, 0.04455447196960449, -0.0018985075876116753, -0.03077637031674385, -0.10359742492437363, 0.042003192007541656, -0.01649407483637333, 0.045346152037382126, -0.04421991854906082, 0.022579338401556015, -0.1750071942806244, -0.10995419323444366, -0.04818427562713623, 0.06838665902614594, -0.06683412194252014, 0.04056481271982193, 0.01606888137757778, 0.011690732091665268, 0.030521972104907036, 0.22083373367786407, -0.041100796312093735, -0.04384056478738785, -0.041319385170936584, 0.1635150909423828, -0.014866671524941921, 0.08733032643795013, -0.027159888297319412, -0.008534550666809082, -0.09159335494041443, 0.3551705777645111, 0.29626867175102234, -0.08988689631223679, 0.018322573974728584, -0.023403000086545944, 0.04054094851016998, 0.13749836385250092, 0.13930056989192963, 0.09693139791488647, 0.23870247602462769, -0.069560706615448, -0.05235563591122627, -0.01810343936085701, -0.013992605730891228, -0.06698887050151825, 0.09740167111158371, 0.02308662235736847, -0.05992421507835388, -0.0399320125579834, 0.09157036244869232, -0.2363831102848053, 0.1119081899523735, -0.1049022525548935, -0.15424089133739471, -0.03413557633757591, 0.011207441799342632, 0.07758733630180359, 0.01318280678242445, 0.11218693852424622, 0.013466300442814827, -0.0844072625041008, 0.014990749768912792, 0.034041877835989, -0.25270384550094604, 0.004782035481184721, 0.053680628538131714, -0.12391778826713562, -0.004765757359564304, -0.025234686210751534, 0.013625700026750565, 0.05700398609042168, 0.04094824194908142, -0.03069460764527321, 0.016096249222755432, -0.006652043666690588, -0.020144162699580193, -0.008288858458399773, 0.05953062325716019, 0.04713095352053642, -0.1559005230665207, 0.06380777060985565, -0.13577982783317566, 0.04075455665588379, -0.023885579779744148, -0.012463473714888096, -0.0012933483812958002, 0.01776987873017788, -0.0522073432803154, 0.06581555306911469, 0.07255802303552628, -0.0144086554646492, 0.008549283258616924, -0.08346639573574066, -0.034440234303474426, -0.023841137066483498, -0.10951124131679535, -0.08404874801635742, -0.13158579170703888, -0.12121031433343887, 0.10822955518960953, -0.02819518744945526, -0.18475614488124847, 0.03248962014913559, -0.12301548570394516, 0.05860345810651779, -0.17328192293643951, 0.11332228779792786, 0.07014153152704239, 0.018578365445137024, 0.01264720968902111, -0.007008096668869257, 0.08073210716247559, 0.11507359892129898, -0.0813264548778534, -0.08199906349182129 ]
null
null
transformers
<link rel="stylesheet" href="https://unpkg.com/@tailwindcss/[email protected]/dist/typography.min.css"> <style> @media (prefers-color-scheme: dark) { .prose { color: #E2E8F0 !important; } .prose h2, .prose h3, .prose a, .prose thead { color: #F7FAFC !important; } } </style> <section class='prose'> <div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1312899140615979008/ulnJKPCT_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">ZOZANZI ♤☆♤ VIRAGO 🤖 AI Bot </div> <div style="font-size: 15px; color: #657786">@gadgetgreen bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://app.wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-model-to-generate-tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@gadgetgreen's tweets](https://twitter.com/gadgetgreen). <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'>3189</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'>1537</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'>215</td> </tr> <tr style='border-width:0'> <td style='border-width:0'>Tweets kept</td> <td style='border-width:0'>1437</td> </tr> </tbody> </table> [Explore the data](https://app.wandb.ai/wandb/huggingtweets/runs/1f29q7ag/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @gadgetgreen's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://app.wandb.ai/wandb/huggingtweets/runs/1df6ql9u) for full transparency and reproducibility. At the end of training, [the final model](https://app.wandb.ai/wandb/huggingtweets/runs/1df6ql9u/artifacts) is logged and versioned. ## Intended uses & limitations ### How to use 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/gadgetgreen'</span>) generator(<span style="color:#FF9800">"My dream is"</span>, num_return_sequences=<span style="color:#8BC34A">5</span>)</code></pre> ### Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* </section> [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) <section class='prose'> For more details, visit the project repository. </section> [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets) <!--- random size file -->
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/gadgetgreen/1602201219260/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/gadgetgreen
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "has_space", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #has_space #text-generation-inference #region-us
<link rel="stylesheet" href="URL <style> @media (prefers-color-scheme: dark) { .prose { color: #E2E8F0 !important; } .prose h2, .prose h3, .prose a, .prose thead { color: #F7FAFC !important; } } </style> <section class='prose'> <div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('URL </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">ZOZANZI VIRAGO AI Bot </div> <div style="font-size: 15px; color: #657786">@gadgetgreen bot</div> </div> I was made with huggingtweets. Create your own bot based on your favorite user with the demo! ## How does it work? The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. ## Training data The model was trained on @gadgetgreen'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'>3189</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'>1537</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'>215</td> </tr> <tr style='border-width:0'> <td style='border-width:0'>Tweets kept</td> <td style='border-width:0'>1437</td> </tr> </tbody> </table> Explore the data, which is tracked with W&B artifacts at every step of the pipeline. ## Training procedure The model is based on a pre-trained GPT-2 which is fine-tuned on @gadgetgreen'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. ## Intended uses & limitations ### How to use 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/gadgetgreen'</span>) generator(<span style="color:#FF9800">"My dream is"</span>, num_return_sequences=<span style="color:#8BC34A">5</span>)</code></pre> ### Limitations and bias 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. ## About *Built by Boris Dayma* </section> ![Follow](URL <section class='prose'> For more details, visit the project repository. </section> ![GitHub stars](URL
[ "## How does it work?\n\nThe model uses the following pipeline.\n\n!pipeline\n\nTo understand how the model was developed, check the W&B report.", "## Training data\n\nThe model was trained on @gadgetgreen's tweets.\n\n<table style='border-width:0'>\n<thead style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #CBD5E0'>\n<th style='border-width:0'>Data</th>\n<th style='border-width:0'>Quantity</th>\n</tr>\n</thead>\n<tbody style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Tweets downloaded</td>\n<td style='border-width:0'>3189</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Retweets</td>\n<td style='border-width:0'>1537</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Short tweets</td>\n<td style='border-width:0'>215</td>\n</tr>\n<tr style='border-width:0'>\n<td style='border-width:0'>Tweets kept</td>\n<td style='border-width:0'>1437</td>\n</tr>\n</tbody>\n</table>\n\nExplore the data, which is tracked with W&B artifacts at every step of the pipeline.", "## Training procedure\n\nThe model is based on a pre-trained GPT-2 which is fine-tuned on @gadgetgreen's tweets.\n\nHyperparameters and metrics are recorded in the W&B training run for full transparency and reproducibility.\n\nAt the end of training, the final model is logged and versioned.", "## Intended uses & limitations", "### How to use\n\nYou can use this model directly with a pipeline for text generation:\n\n<pre><code><span style=\"color:#03A9F4\">from</span> transformers <span style=\"color:#03A9F4\">import</span> pipeline\ngenerator = pipeline(<span style=\"color:#FF9800\">'text-generation'</span>,\n model=<span style=\"color:#FF9800\">'huggingtweets/gadgetgreen'</span>)\ngenerator(<span style=\"color:#FF9800\">\"My dream is\"</span>, num_return_sequences=<span style=\"color:#8BC34A\">5</span>)</code></pre>", "### Limitations and bias\n\nThe model suffers from the same limitations and bias as GPT-2.\n\nIn addition, the data present in the user's tweets further affects the text generated by the model.", "## About\n\n*Built by Boris Dayma*\n\n</section>\n\n![Follow](URL\n\n<section class='prose'>\nFor more details, visit the project repository.\n</section>\n\n![GitHub stars](URL" ]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #has_space #text-generation-inference #region-us \n", "## How does it work?\n\nThe model uses the following pipeline.\n\n!pipeline\n\nTo understand how the model was developed, check the W&B report.", "## Training data\n\nThe model was trained on @gadgetgreen's tweets.\n\n<table style='border-width:0'>\n<thead style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #CBD5E0'>\n<th style='border-width:0'>Data</th>\n<th style='border-width:0'>Quantity</th>\n</tr>\n</thead>\n<tbody style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Tweets downloaded</td>\n<td style='border-width:0'>3189</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Retweets</td>\n<td style='border-width:0'>1537</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Short tweets</td>\n<td style='border-width:0'>215</td>\n</tr>\n<tr style='border-width:0'>\n<td style='border-width:0'>Tweets kept</td>\n<td style='border-width:0'>1437</td>\n</tr>\n</tbody>\n</table>\n\nExplore the data, which is tracked with W&B artifacts at every step of the pipeline.", "## Training procedure\n\nThe model is based on a pre-trained GPT-2 which is fine-tuned on @gadgetgreen's tweets.\n\nHyperparameters and metrics are recorded in the W&B training run for full transparency and reproducibility.\n\nAt the end of training, the final model is logged and versioned.", "## Intended uses & limitations", "### How to use\n\nYou can use this model directly with a pipeline for text generation:\n\n<pre><code><span style=\"color:#03A9F4\">from</span> transformers <span style=\"color:#03A9F4\">import</span> pipeline\ngenerator = pipeline(<span style=\"color:#FF9800\">'text-generation'</span>,\n model=<span style=\"color:#FF9800\">'huggingtweets/gadgetgreen'</span>)\ngenerator(<span style=\"color:#FF9800\">\"My dream is\"</span>, num_return_sequences=<span style=\"color:#8BC34A\">5</span>)</code></pre>", "### Limitations and bias\n\nThe model suffers from the same limitations and bias as GPT-2.\n\nIn addition, the data present in the user's tweets further affects the text generated by the model.", "## About\n\n*Built by Boris Dayma*\n\n</section>\n\n![Follow](URL\n\n<section class='prose'>\nFor more details, visit the project repository.\n</section>\n\n![GitHub stars](URL" ]
[ 61, 34, 431, 75, 9, 167, 48, 58 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #has_space #text-generation-inference #region-us \n## How does it work?\n\nThe model uses the following pipeline.\n\n!pipeline\n\nTo understand how the model was developed, check the W&B report." ]
[ -0.036957841366529465, 0.028439832851290703, -0.0015510531375184655, 0.0522519014775753, 0.09104208648204803, 0.01613340899348259, 0.11610153317451477, 0.05408855527639389, -0.03943737968802452, -0.009537769481539726, 0.22685234248638153, 0.07105769217014313, 0.019403526559472084, 0.20068788528442383, 0.009344891645014286, -0.27727609872817993, 0.023726457729935646, 0.06600657850503922, -0.08643968403339386, 0.15519586205482483, 0.06697577983140945, -0.06281840056180954, 0.08188221603631973, 0.03542723134160042, -0.1698044091463089, -0.003953896462917328, -0.023645279929041862, -0.04585979878902435, 0.08985969424247742, 0.06402523070573807, 0.07766450196504593, 0.0395268052816391, 0.01743880845606327, -0.056890953332185745, 0.0624532550573349, 0.02220982313156128, -0.030246086418628693, 0.1399676650762558, 0.014696607366204262, 0.0004075262986589223, 0.1859678477048874, 0.07300231605768204, 0.02223629131913185, 0.006817587185651064, -0.1139768734574318, -0.0871712937951088, 0.003943595103919506, 0.0635121762752533, 0.07659979909658432, 0.05465218424797058, 0.006914658937603235, 0.1418951153755188, -0.12392020970582962, 0.08105333894491196, 0.21441547572612762, -0.2727958559989929, -0.016248220577836037, 0.10247130692005157, 0.11276773363351822, 0.027282236143946648, -0.01177078764885664, 0.059729672968387604, 0.061655204743146896, 0.019949430599808693, 0.07470892369747162, -0.05855587124824524, 0.01805218495428562, 0.028208186849951744, -0.1143856793642044, -0.07652922719717026, 0.23844009637832642, -0.05423597991466522, 0.015450969338417053, -0.047529686242341995, -0.09342443943023682, -0.07384383678436279, -0.005623159930109978, -0.05666974559426308, -0.007890385575592518, 0.01864462159574032, 0.018896756693720818, -0.1054244413971901, -0.07819702476263046, -0.10457580536603928, -0.10849349945783615, 0.1803249716758728, -0.040506161749362946, 0.0817822813987732, -0.23291015625, 0.21559202671051025, 0.036376915872097015, -0.12574265897274017, 0.04746782034635544, -0.11639358848333359, 0.07857928425073624, 0.029507432132959366, 0.011693858541548252, 0.07849046587944031, 0.03637336194515228, 0.11586875468492508, 0.026605287566781044, -0.018757855519652367, 0.07722558081150055, 0.07109145820140839, 0.09591487795114517, 0.13827738165855408, -0.09135200083255768, -0.08558996766805649, 0.0640115886926651, -0.025731313973665237, -0.09968787431716919, -0.08043155074119568, -0.15267591178417206, -0.01718568429350853, -0.01639498956501484, 0.055247288197278976, 0.06559104472398758, 0.10374831408262253, -0.007327609695494175, -0.05069895461201668, 0.05578071251511574, -0.07770435512065887, 0.036006782203912735, -0.010715940035879612, -0.05328039079904556, 0.09645502269268036, 0.06152605265378952, -0.018080273643136024, -0.06805066019296646, 0.06528675556182861, -0.12464052438735962, -0.0746353343129158, -0.08489898592233658, -0.08459903299808502, -0.0033850842155516148, -0.11195813864469528, 0.04438334330916405, -0.12513364851474762, -0.1875426024198532, -0.019076721742749214, 0.038941558450460434, -0.019129937514662743, -0.050462350249290466, -0.014754303731024265, -0.030690612271428108, 0.06484408676624298, -0.04192564636468887, 0.06606270372867584, -0.04646285995841026, 0.04317474737763405, -0.1038079485297203, 0.07506512850522995, -0.11335023492574692, 0.045407965779304504, -0.0869331955909729, 0.07672429084777832, -0.01491438876837492, 0.04056472331285477, -0.0027362529654055834, 0.07222571223974228, -0.03136077895760536, -0.05354456603527069, -0.09087004512548447, 0.03779061883687973, 0.028729699552059174, 0.17656385898590088, -0.11670685559511185, -0.07043900340795517, 0.10408778488636017, -0.0606742687523365, -0.12485499680042267, 0.04504797235131264, -0.03302796185016632, 0.1620379239320755, 0.04296383634209633, 0.19674347341060638, 0.11987333744764328, -0.0424516461789608, 0.09511474519968033, 0.15294522047042847, -0.10864574462175369, 0.0074891322292387486, 0.04841103032231331, 0.032674431800842285, -0.16477352380752563, 0.0320109948515892, -0.018611229956150055, 0.04702364653348923, -0.09305625408887863, -0.01918911375105381, -0.01802568882703781, -0.02996664121747017, 0.0323796346783638, -0.04442555829882622, 0.06713172048330307, 0.020938798785209656, -0.04812709614634514, 0.04839034005999565, 0.07213134318590164, -0.02264196239411831, 0.0020180183928459883, -0.039950575679540634, 0.11683191359043121, -0.07588917762041092, 0.05790749564766884, -0.1441957652568817, -0.0168297179043293, -0.021489014849066734, 0.09809985011816025, 0.03530602902173996, 0.14380986988544464, 0.0550042949616909, 0.01915331371128559, 0.06624830514192581, -0.022922443225979805, 0.05827873572707176, 0.02710040844976902, -0.09941620379686356, -0.12717488408088684, -0.012911458499729633, -0.11458394676446915, -0.0052479952573776245, -0.09644946455955505, 0.010615244507789612, -0.09765887260437012, 0.06395462900400162, -0.01994241215288639, 0.05977523326873779, -0.04574739187955856, -0.03655772656202316, -0.05316167324781418, -0.02735132724046707, 0.038675546646118164, -0.036373257637023926, -0.06530866026878357, 0.1834312528371811, -0.17798036336898804, 0.27380433678627014, 0.15230417251586914, -0.07819362729787827, -0.0033755803015083075, -0.04844046011567116, -0.04316511005163193, -0.009485465474426746, 0.06157580390572548, -0.052464161068201065, 0.11778384447097778, -0.05241383612155914, 0.15533551573753357, -0.0994764119386673, -0.03966521844267845, 0.01805325411260128, -0.10048560053110123, 0.035198044031858444, 0.08144278824329376, 0.018619630485773087, -0.1422753930091858, 0.10265272110700607, 0.22713547945022583, 0.033487718552351, 0.20176003873348236, 0.0033360153902322054, -0.050971660763025284, -0.060499727725982666, -0.09742825478315353, -0.06669804453849792, 0.06882613152265549, -0.10576487332582474, -0.023757660761475563, 0.07485733926296234, 0.08084454387426376, 0.10491110384464264, -0.10923711210489273, -0.043254293501377106, 0.06530351936817169, 0.00812764372676611, -0.059952590614557266, 0.09263986349105835, -0.050175268203020096, 0.13090567290782928, 0.02091604471206665, -0.06905695796012878, -0.007114171516150236, 0.0020951752085238695, -0.10671134293079376, 0.19196246564388275, -0.07695271074771881, -0.26963570713996887, -0.13954924046993256, -0.13654430210590363, 0.06409017741680145, 0.034136030822992325, 0.04386100545525551, -0.07468235492706299, -0.013868131674826145, -0.025200005620718002, 0.10035631060600281, -0.08896787464618683, 0.026813555508852005, 0.0004457366303540766, -0.026341909542679787, -0.06160859763622284, -0.09950019419193268, -0.027976373210549355, -0.020906725898385048, 0.017399929463863373, 0.042761459946632385, -0.09056173264980316, 0.07557916641235352, 0.2183644324541092, -0.03138936683535576, 0.06333448737859726, -0.0031115238089114428, 0.2701784074306488, -0.08147978782653809, 0.05111989006400108, 0.12901179492473602, -0.05892426148056984, 0.04886910319328308, 0.08438767492771149, 0.031278014183044434, 0.003100723261013627, 0.012716487981379032, -0.10377652943134308, -0.13362346589565277, -0.1690601259469986, -0.0788203552365303, -0.043638888746500015, 0.11456932872533798, 0.03444493189454079, 0.047549109905958176, 0.0845150500535965, 0.06523510813713074, 0.06864210218191147, 0.0408494733273983, -0.01267802994698286, 0.05803968012332916, 0.04064653441309929, -0.05869462341070175, 0.08591889590024948, -0.05128437280654907, -0.0733334943652153, 0.08579708635807037, -0.010879487730562687, 0.0877949520945549, 0.04373898729681969, -0.008053966797888279, 0.02404404804110527, 0.06194858253002167, 0.15020470321178436, 0.1987341046333313, -0.017453979700803757, -0.03907669335603714, -0.05309029668569565, -0.04876493290066719, 0.0010987201239913702, 0.03522460535168648, -0.03081262670457363, -0.03721199557185173, -0.07683021575212479, -0.040978725999593735, 0.02056337147951126, 0.008295038715004921, 0.09901130199432373, -0.22414755821228027, -0.04680551588535309, 0.05300779640674591, -0.011109844781458378, -0.10235141962766647, 0.0486474335193634, 0.052199169993400574, -0.15679563581943512, -0.0747041329741478, 0.0016573359025642276, 0.1553722769021988, 0.007408075965940952, 0.06414399296045303, -0.01120020542293787, 0.008204149082303047, -0.019298546016216278, 0.10699696093797684, -0.2525569498538971, 0.1983141303062439, -0.003210721304640174, -0.06626024097204208, -0.020479850471019745, -0.044349782168865204, 0.015917111188173294, 0.16194896399974823, 0.07822076976299286, 0.009989120997488499, 0.04167865589261055, -0.06891639530658722, -0.0989905595779419, 0.039567731320858, 0.07234606891870499, -0.07834747433662415, 0.03704670071601868, -0.031392693519592285, 0.026804422959685326, 0.007812879979610443, 0.04238542914390564, 0.0032883163075894117, -0.11566793918609619, 0.04111427813768387, -0.05135736241936684, 0.03766297921538353, 0.011045078746974468, -0.04320872575044632, -0.04401804879307747, 0.1291114240884781, 0.023822486400604248, -0.07421612739562988, -0.09690994769334793, -0.01674535498023033, 0.10766459256410599, -0.05178924649953842, 0.0395711213350296, -0.06764588505029678, -0.025582244619727135, -0.0010348808718845248, -0.16654762625694275, 0.08468036353588104, -0.1034354418516159, -0.10324236005544662, -0.04601160064339638, 0.13795481622219086, -0.008908875286579132, 0.038746971637010574, 0.028638411313295364, -0.015859607607126236, -0.20559397339820862, -0.15751859545707703, -0.005655546206980944, 0.06437796354293823, -0.02907167747616768, 0.030363548547029495, 0.014067093841731548, 0.0779559388756752, 0.029679089784622192, 0.07852451503276825, 0.19250838458538055, 0.1641826033592224, -0.12356504052877426, 0.17432141304016113, 0.11685521900653839, -0.09752824902534485, -0.2909252345561981, -0.0866522565484047, -0.05929427593946457, 0.04940007999539375, 0.050105031579732895, -0.09427661448717117, 0.052398864179849625, -0.02638052962720394, -0.02532520703971386, 0.11167085915803909, -0.2658156454563141, -0.08536534011363983, 0.12958896160125732, -0.03357113525271416, 0.24666248261928558, -0.052993349730968475, -0.06442388892173767, -0.04927130788564682, -0.22444558143615723, 0.15593691170215607, -0.16166003048419952, 0.04048093780875206, -0.057187411934137344, 0.13384146988391876, 0.04865957424044609, -0.04850389435887337, 0.15261295437812805, -0.08712619543075562, 0.035534005612134933, -0.12524162232875824, -0.04269077256321907, 0.0793987438082695, -0.03533810377120972, 0.10734768211841583, -0.0786362737417221, 0.10640233755111694, -0.14121070504188538, -0.03871979936957359, -0.0656876340508461, 0.025150349363684654, -0.03452679142355919, -0.058067090809345245, -0.06064565107226372, -0.04524264112114906, 0.014690292067825794, -0.027296962216496468, 0.008272450417280197, -0.03081299550831318, 0.09801467508077621, 0.14333607256412506, 0.11364130675792694, -0.049809038639068604, -0.030170602723956108, -0.001688650925643742, -0.0459875725209713, 0.08619595319032669, -0.20814381539821625, -0.02099686861038208, 0.13885565102100372, 0.00377092813141644, 0.06916354596614838, 0.08313405513763428, -0.039256539195775986, -0.03956247866153717, 0.09855013340711594, -0.23020075261592865, -0.04467693343758583, -0.06456494331359863, -0.03082679584622383, 0.02778276801109314, 0.05963136628270149, 0.11900734901428223, -0.06863359361886978, -0.017440522089600563, 0.03473749756813049, -0.010185993276536465, -0.10746412724256516, 0.11216779798269272, 0.09360326826572418, 0.06425464153289795, -0.11813671141862869, 0.005651185754686594, 0.0021856764797121286, -0.02147592417895794, -0.002775238361209631, 0.09173188358545303, -0.12994156777858734, -0.0770140290260315, -0.007433260325342417, 0.12573257088661194, -0.0722465068101883, -0.04175035282969475, 0.004039712715893984, -0.08672652393579483, 0.060403972864151, 0.06655753403902054, 0.05720295011997223, 0.09675479680299759, -0.0737636610865593, -0.00798660609871149, -0.02613585628569126, 0.04246285557746887, 0.04351476579904556, -0.0024849874898791313, -0.12743400037288666, 0.07187922298908234, 0.004561395850032568, 0.21746870875358582, -0.12654003500938416, -0.059433069080114365, -0.14724664390087128, 0.014335853978991508, -0.13943880796432495, -0.040762774646282196, -0.08377740532159805, -0.051959484815597534, -0.025316625833511353, -0.04126511141657829, -0.061832524836063385, -0.027948632836341858, -0.07008510082960129, 0.04136950522661209, -0.02915726974606514, -0.02692449279129505, -0.030877625569701195, 0.039195794612169266, 0.09952878206968307, -0.004012581892311573, 0.11594391614198685, 0.08488654345273972, -0.06341566890478134, 0.04963025078177452, -0.06886816024780273, 0.03628375753760338, 0.0054685203358531, -0.026229701936244965, 0.08765017986297607, 0.02271025814116001, 0.003203571541234851, -0.030359575524926186, -0.03200216591358185, 0.016795139759778976, 0.034612156450748444, -0.07783948630094528, 0.04478999972343445, 0.013998626731336117, -0.0659075677394867, -0.05816163867712021, -0.017757484689354897, -0.04581690952181816, 0.11110852658748627, 0.08613187819719315, 0.023186462000012398, 0.09581328928470612, -0.11784116178750992, -0.00346497748978436, 0.006481196731328964, -0.09052783995866776, -0.01036484632641077, -0.0933149978518486, -0.0012798047391697764, -0.029477760195732117, 0.26975929737091064, 0.14490845799446106, -0.05445392057299614, -0.023649320006370544, 0.07632522284984589, 0.08578091114759445, -0.018054457381367683, 0.15094119310379028, 0.023839840665459633, -0.0006715565104968846, -0.12871749699115753, 0.1016273945569992, -0.044977594166994095, 0.012650759890675545, 0.08702562004327774, -0.06118067353963852, 0.0599173977971077, 0.08605147898197174, -0.015055065974593163, 0.03623451665043831, -0.14137905836105347, -0.24918900430202484, 0.013319292105734348, 0.03459711745381355, -0.07577105611562729, 0.04806678369641304, 0.15595917403697968, -0.014164948835968971, 0.0584358349442482, 0.0458112396299839, -0.04676305875182152, -0.16674941778182983, -0.18524399399757385, -0.045937683433294296, -0.1246238499879837, -0.044006045907735825, -0.10537362098693848, 0.04728402569890022, 0.0007369602681137621, 0.048351433128118515, -0.07136411219835281, 0.13207633793354034, 0.04646368697285652, -0.09289506822824478, 0.052815474569797516, -0.008510089479386806, 0.0549050010740757, -0.07187408953905106, 0.08335799723863602, -0.09422473609447479, -0.019208038225769997, -0.016898462548851967, 0.029134847223758698, -0.056743279099464417, -0.0013946788385510445, -0.09724609553813934, -0.07101311534643173, -0.06404244899749756, 0.07874966412782669, -0.015338793396949768, 0.04803508147597313, -0.010247399099171162, -0.06088217347860336, -0.031941007822752, 0.2557208240032196, -0.04110946133732796, -0.046044256538152695, -0.06486409902572632, 0.2586919367313385, -0.06140739098191261, 0.0644557774066925, -0.04180695489048958, -0.018922440707683563, -0.08466950803995132, 0.26929792761802673, 0.3908248245716095, -0.1412404626607895, 0.03459572419524193, -0.008453168906271458, 0.0327092669904232, 0.06803425401449203, 0.1611192673444748, 0.07707126438617706, 0.3019386827945709, -0.04411938786506653, -0.010617653839290142, -0.10272300243377686, -0.03540131449699402, 0.003131316741928458, 0.03330685943365097, 0.07963640987873077, -0.07180926948785782, -0.06305108219385147, 0.07862940430641174, -0.22696681320667267, -0.030442098155617714, -0.13761518895626068, -0.10450012236833572, -0.049185674637556076, 0.014802253805100918, 0.08966728299856186, 0.01865907572209835, 0.06020749732851982, -0.0458066426217556, -0.03824217990040779, 0.0455019548535347, -0.02444612793624401, -0.10540956258773804, 0.01534019410610199, 0.15365947782993317, -0.07392602413892746, 0.0023237173445522785, -0.005027651786804199, 0.05340380594134331, 0.06089328974485397, 0.03722664341330528, -0.10180973261594772, 0.030325181782245636, 0.01782776601612568, -0.038751162588596344, -0.029181774705648422, 0.010681736283004284, 0.06497117877006531, -0.2025282084941864, 0.01624528504908085, -0.16063238680362701, 0.009704667143523693, -0.07226309925317764, 0.002642549341544509, -0.08123132586479187, 0.015312325209379196, 0.00311310775578022, 0.11700636148452759, 0.11913763731718063, -0.042414646595716476, -0.013723719865083694, -0.05080230161547661, 0.04731446132063866, -0.0633389949798584, -0.019774004817008972, -0.03287029266357422, -0.08418891578912735, -0.07459089905023575, 0.08354661613702774, -0.018628183752298355, -0.15050029754638672, -0.0062072426080703735, -0.08585483580827713, -0.03757300600409508, -0.010560750961303711, 0.10042957216501236, 0.12131665647029877, 0.07051606476306915, -0.015230938792228699, 0.031906336545944214, 0.02460375241935253, 0.07792239636182785, -0.13583441078662872, -0.09363964200019836 ]
null
null
transformers
<div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1372021004969472002/J07dtn_B_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">GⒶge H Leibman 🤖 AI Bot </div> <div style="font-size: 15px">@gagehleibman bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@gagehleibman's tweets](https://twitter.com/gagehleibman). | Data | Quantity | | --- | --- | | Tweets downloaded | 3117 | | Retweets | 600 | | Short tweets | 486 | | Tweets kept | 2031 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/3vjxnqnf/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @gagehleibman's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/67jfcjhk) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/67jfcjhk/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/gagehleibman') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/gagehleibman/1616696622775/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/gagehleibman
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
GⒶge H Leibman AI Bot @gagehleibman bot I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on @gagehleibman's tweets. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @gagehleibman'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 57 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 0.004547144751995802, -0.006708405911922455, -0.007013476919382811, 0.01947171241044998, 0.15818242728710175, 0.03448796644806862, 0.08709780126810074, 0.15389476716518402, -0.019877297803759575, -0.022431448101997375, 0.18047170341014862, 0.173692986369133, -0.012988686561584473, 0.09047263860702515, -0.05271327868103981, -0.2622397541999817, 0.03682216629385948, 0.05513067543506622, -0.007422737777233124, 0.14252057671546936, 0.07580838352441788, -0.023790201172232628, 0.11380083113908768, -0.02966974675655365, -0.202972412109375, 0.03197307139635086, 0.0615268237888813, -0.09518525749444962, 0.11083168536424637, 0.04628797993063927, 0.08698221296072006, 0.022143812850117683, -0.07331052422523499, -0.120787613093853, 0.04532235115766525, 0.045263588428497314, -0.06358368694782257, 0.06480421870946884, 0.08820623904466629, -0.1065920814871788, 0.1416475921869278, 0.07373794168233871, -0.01588049717247486, 0.07824484258890152, -0.17789237201213837, -0.03725104406476021, -0.036331940442323685, 0.007741300854831934, 0.07058489322662354, 0.0750737413764, -0.019116664305329323, 0.1746976524591446, -0.06598041951656342, 0.09777773916721344, 0.17528840899467468, -0.2887236773967743, -0.018040433526039124, 0.0492081381380558, 0.0887371376156807, 0.04900359362363815, -0.024227341637015343, 0.08339477330446243, 0.06365471333265305, 0.01686069741845131, 0.014271941967308521, -0.06960906833410263, -0.09346919506788254, 0.03645368665456772, -0.06932124495506287, -0.05699722096323967, 0.22001419961452484, -0.0334535576403141, 0.04674676060676575, -0.03953840583562851, -0.09316058456897736, -0.028927378356456757, -0.027232296764850616, -0.00907184462994337, -0.05413005128502846, 0.08754174411296844, -0.015151693485677242, -0.06331931799650192, -0.1435878872871399, -0.012912428006529808, -0.15805892646312714, 0.13816505670547485, 0.004333257209509611, 0.04586424678564072, -0.22094038128852844, 0.1012546569108963, 0.022817784920334816, -0.08995530754327774, 0.04930093511939049, -0.09425957500934601, 0.0717538446187973, 0.0007676240638829768, -0.04885277524590492, -0.02944779396057129, 0.08848895877599716, 0.14690880477428436, -0.02718975953757763, 0.005980455316603184, -0.01338018849492073, 0.0733228251338005, 0.059399042278528214, 0.028748195618391037, -0.006081049330532551, -0.052236080169677734, 0.05618719011545181, -0.1417204737663269, -0.010511515662074089, -0.07227712869644165, -0.10605388879776001, -0.04232237488031387, 0.03443120792508125, 0.060671232640743256, 0.042230576276779175, 0.11220116913318634, -0.04771716892719269, -0.01857093721628189, 0.05281376466155052, -0.03979083523154259, -0.008994937874376774, -0.01990325190126896, 0.018122754991054535, 0.13074275851249695, -0.019943278282880783, 0.03407962992787361, -0.10256942361593246, 0.05431444197893143, -0.10281401127576828, -0.01971535198390484, -0.014149561524391174, -0.04367954283952713, 0.031883664429187775, -0.12165860831737518, 0.016123656183481216, -0.16833168268203735, -0.14714312553405762, 0.002859292319044471, -0.016588665544986725, -0.017911825329065323, -0.07954888790845871, -0.04400517791509628, -0.02466505579650402, 0.06924423575401306, -0.04276731237769127, -0.00935916043817997, -0.05846982076764107, 0.11090090870857239, -0.05349889397621155, 0.07203050702810287, -0.1194647029042244, 0.0557217076420784, -0.14930842816829681, -0.013004516251385212, -0.04842504858970642, 0.07119924575090408, 0.015398351475596428, 0.1813964694738388, -0.006925920024514198, -0.003623353084549308, -0.09382472932338715, 0.06455672532320023, -0.02733452245593071, 0.24096953868865967, -0.0756828561425209, -0.14226967096328735, 0.21630549430847168, -0.06334739923477173, -0.14993034303188324, 0.1314547061920166, 0.01843975856900215, 0.08251222223043442, 0.10434340685606003, 0.19023460149765015, 0.01808990351855755, -0.007808534894138575, 0.054424818605184555, 0.07603957504034042, -0.1683882623910904, -0.033340878784656525, 0.0012923459289595485, -0.00014291972911451012, -0.1366809904575348, 0.04632483050227165, 0.1230006217956543, 0.09730340540409088, -0.07249721139669418, -0.018487868830561638, -0.030607668682932854, 0.0016078021144494414, 0.04144361615180969, -0.0005212334799580276, 0.09951234608888626, -0.1033509373664856, -0.04366454482078552, -0.06751791387796402, -0.002970147645100951, 0.011176802217960358, 0.03924661502242088, -0.04455869272351265, 0.09700342267751694, -0.007412149105221033, 0.0545678474009037, -0.13708296418190002, -0.07981666922569275, -0.016090448945760727, 0.1597585678100586, 0.040224816650152206, 0.04663374274969101, 0.0566885769367218, -0.05624469742178917, -0.015493324026465416, -0.010199432261288166, 0.16243304312229156, -0.04404180869460106, -0.07694169133901596, -0.07860849797725677, 0.10474636405706406, -0.06389671564102173, 0.026263169944286346, -0.051667314022779465, 0.024654213339090347, 0.04686986654996872, 0.1110762283205986, 0.004046999383717775, 0.026442723348736763, -0.012835992500185966, -0.007690808270126581, -0.07657550275325775, -0.01617686077952385, 0.1077079176902771, -0.0017721779877319932, -0.06809886544942856, 0.2437063455581665, -0.16884316504001617, 0.21163912117481232, 0.20976658165454865, -0.2492678016424179, -0.02882898785173893, -0.04848965257406235, -0.04766342043876648, -0.0012878701090812683, 0.06041788309812546, -0.034700244665145874, 0.09027024358510971, -0.03288675472140312, 0.16564396023750305, -0.051203593611717224, -0.07646744698286057, 0.019007064402103424, -0.05823178589344025, -0.05114857107400894, 0.07018019258975983, 0.08213616907596588, -0.1630844622850418, 0.18756183981895447, 0.21879082918167114, 0.06839460134506226, 0.2044064849615097, 0.00858453568071127, -0.010656360536813736, 0.07200875878334045, -0.04608747735619545, -0.03843220695853233, -0.06601633131504059, -0.15238076448440552, -0.03009703755378723, 0.06625645607709885, 0.030863380059599876, 0.09900964051485062, -0.09019728004932404, -0.08104760944843292, -0.017665131017565727, 0.004776675254106522, 0.00156646769028157, 0.11991100758314133, 0.03676433861255646, 0.13820022344589233, -0.01955524832010269, 0.022415857762098312, 0.08040772378444672, 0.016582515090703964, -0.10843544453382492, 0.16101348400115967, -0.13329310715198517, -0.3788211941719055, -0.14546175301074982, -0.13134250044822693, -0.020925991237163544, 0.03777816519141197, 0.1120775043964386, -0.1329103261232376, 0.005511005409061909, -0.007893978618085384, 0.10391844809055328, -0.08707519620656967, 0.039245378226041794, -0.07586963474750519, 0.0314689576625824, -0.060405436903238297, -0.07552991807460785, -0.03722400963306427, -0.028465405106544495, -0.09132689982652664, 0.16675986349582672, -0.11130212247371674, 0.06035055220127106, 0.16001324355602264, 0.021197395399212837, 0.03523072600364685, -0.05174810439348221, 0.18330632150173187, -0.112345851957798, 0.020098978653550148, 0.15624848008155823, -0.013005592860281467, 0.08254575729370117, 0.08188403397798538, -0.013132697902619839, -0.10316278785467148, 0.05240294709801674, 0.001463406952098012, -0.10209372639656067, -0.1950312703847885, -0.10119245946407318, -0.08230090886354446, 0.15922248363494873, 0.06361804902553558, 0.058937788009643555, 0.17968137562274933, 0.07578518986701965, -0.038606274873018265, -0.00038743947516195476, -0.00239798822440207, 0.08808282762765884, 0.13635766506195068, -0.01442645862698555, 0.1225903332233429, -0.04975935071706772, -0.10913994163274765, 0.12899059057235718, 0.01750512234866619, 0.03937286511063576, 0.051435839384794235, 0.021011192351579666, -0.011281835846602917, 0.11866551637649536, 0.13484057784080505, 0.10447502881288528, -0.015693627297878265, -0.0293489471077919, -0.04774824157357216, -0.01359935849905014, -0.033305928111076355, 0.03640862926840782, 0.008061517030000687, -0.14140670001506805, -0.06158366799354553, -0.11537835001945496, 0.08758961409330368, 0.10668005049228668, 0.07567808032035828, -0.21108253300189972, -0.003950516227632761, 0.07933880388736725, -0.03630997985601425, -0.11126025766134262, 0.08416172116994858, 0.03095286712050438, -0.1277567446231842, 0.07218055427074432, -0.03519461303949356, 0.12458370625972748, -0.0032897875644266605, 0.09583556652069092, -0.03598680719733238, -0.027483470737934113, -0.013308011926710606, 0.09818253666162491, -0.3191508650779724, 0.1621316522359848, -0.017933005467057228, -0.0618131123483181, -0.06667962670326233, -0.02528184838593006, 0.015994107350707054, 0.07729468494653702, 0.10861869156360626, 0.021759910508990288, 0.01640525460243225, -0.07345785945653915, -0.042352862656116486, 0.038021303713321686, 0.12403716146945953, -0.06827268749475479, -0.012903391383588314, -0.04523605480790138, 0.00796645786613226, -0.017124788835644722, -0.008793274872004986, 0.006911922711879015, -0.14962191879749298, 0.05182485654950142, 0.014736213721334934, 0.07058768719434738, 0.0436982735991478, -0.014969068579375744, -0.09180716425180435, 0.18274778127670288, -0.015714606270194054, -0.07271543145179749, -0.12616917490959167, -0.05262751132249832, 0.030376195907592773, -0.05518756061792374, 0.021047864109277725, -0.06501689553260803, -0.0035362408962100744, -0.06755607575178146, -0.22007296979427338, 0.1278373897075653, -0.08437205106019974, -0.07192739844322205, -0.04912353679537773, 0.2010866105556488, -0.051223888993263245, 0.003238252131268382, 0.010222852230072021, 0.021994104608893394, -0.11474784463644028, -0.09469719231128693, 0.07112357765436172, -0.03247172012925148, 0.03123478777706623, 0.0022505864035338163, -0.04091062396764755, 0.016593176871538162, -0.06314414739608765, -0.011381587944924831, 0.27866554260253906, 0.23951324820518494, -0.040407944470644, 0.1904350072145462, 0.11012271791696548, -0.08163551241159439, -0.3069863021373749, -0.10166139155626297, -0.12140648066997528, -0.02996143139898777, -0.017288926988840103, -0.16865339875221252, 0.06477722525596619, 0.038930367678403854, 0.009261871688067913, 0.13778774440288544, -0.20730599761009216, -0.08823523670434952, 0.09138026833534241, -0.02557477355003357, 0.43079736828804016, -0.1257614940404892, -0.08959750831127167, -0.051866497844457626, -0.16516901552677155, 0.2173919379711151, -0.021592965349555016, 0.07857322692871094, -0.029561417177319527, 0.11770006269216537, 0.04697660356760025, -0.010707763023674488, 0.08040876686573029, -0.00884756539016962, 0.008373050950467587, -0.12410011142492294, -0.02768467366695404, 0.04874192550778389, 0.012378438375890255, 0.0013600040692836046, -0.09389680624008179, 0.020313434302806854, -0.15990203619003296, -0.018549781292676926, -0.11233476549386978, 0.07682323455810547, 0.025788001716136932, -0.06466120481491089, -0.003637736663222313, -0.04986237734556198, -0.015892893075942993, -0.01400828268378973, 0.1717434972524643, -0.04862768203020096, 0.19366511702537537, 0.03501616790890694, 0.11570870876312256, -0.1362973153591156, 0.06143493950366974, -0.06429426372051239, -0.07528600096702576, 0.07427702099084854, -0.1537967324256897, 0.05111055448651314, 0.09430045634508133, -0.030276626348495483, 0.05380253866314888, 0.08795086294412613, -0.003969982732087374, 0.004800081253051758, 0.15867236256599426, -0.2786487936973572, 0.01320126373320818, -0.07396841049194336, -0.06665283441543579, 0.10506758838891983, 0.06261139363050461, 0.17162823677062988, 0.011681869626045227, -0.056615445762872696, 0.01595049723982811, 0.02499506063759327, -0.04915530979633331, 0.04529924690723419, 0.008104361593723297, -0.010991688817739487, -0.13640300929546356, 0.08699746429920197, 0.0042801909148693085, -0.1531187742948532, 0.024680746719241142, 0.2155698835849762, -0.1260155886411667, -0.10237220674753189, -0.03444112092256546, 0.08444061875343323, -0.11519137024879456, 0.01753072999417782, -0.030764780938625336, -0.09109894186258316, 0.07448896765708923, 0.15248911082744598, 0.049206193536520004, 0.11775100976228714, -0.015379221178591251, -0.011753370985388756, -0.05147303268313408, -0.0317845419049263, 0.025745956227183342, 0.017857374623417854, -0.08257177472114563, 0.06648801267147064, -0.022109810262918472, 0.14559012651443481, -0.09791336953639984, -0.06602771580219269, -0.1468091756105423, -0.009785634465515614, -0.0695481076836586, -0.09207163751125336, -0.08133620768785477, -0.062133077532052994, 0.0010387726360931993, -0.03962359577417374, -0.04795864596962929, -0.0791037380695343, -0.10289866477251053, 0.009435068815946579, -0.02305566892027855, 0.03256045654416084, -0.06115729361772537, 0.007872066460549831, 0.12092912197113037, -0.028174830600619316, 0.16686207056045532, 0.1458095908164978, -0.09536580741405487, 0.10568815469741821, -0.16346460580825806, -0.08964221179485321, 0.0939340740442276, -0.01729099079966545, 0.027899714186787605, 0.11666940152645111, 0.014932696707546711, 0.04195788502693176, 0.035977672785520554, 0.06045130267739296, 0.03587699308991432, -0.11899011582136154, 0.07665140181779861, 0.009481414221227169, -0.1612047255039215, -0.06303887814283371, -0.08555969595909119, 0.030386725440621376, 0.021575886756181717, 0.12225193530321121, -0.045776769518852234, 0.0887017622590065, -0.07972796261310577, 0.027257539331912994, 0.02293219044804573, -0.181223064661026, -0.047844018787145615, -0.053065262734889984, 0.032686229795217514, 0.018960151821374893, 0.1893557906150818, 0.027213018387556076, -0.03697650134563446, 0.04549255222082138, 0.1042066365480423, 0.005313898902386427, 0.004829791374504566, 0.16259528696537018, 0.09423433989286423, -0.07654286175966263, -0.12226779758930206, 0.07556461542844772, 0.019673259928822517, -0.044067107141017914, 0.10607215762138367, -0.002448870101943612, 0.020163848996162415, 0.06910120695829391, -0.014892932027578354, 0.034322552382946014, -0.044286008924245834, -0.10698256641626358, -0.023580113425850868, 0.046367425471544266, 0.00669879000633955, 0.12847968935966492, 0.177873894572258, -0.002574790036305785, 0.025011489167809486, -0.0363602340221405, -0.024931130930781364, -0.13864666223526, -0.1558164656162262, -0.06855984032154083, -0.14875617623329163, 0.012976853176951408, -0.0915176048874855, 0.04695429280400276, 0.028682325035333633, 0.06887643784284592, -0.07052405923604965, 0.04384735971689224, 0.06974220275878906, -0.12065785378217697, 0.09397104382514954, -0.028081456199288368, 0.03704333305358887, -0.006730496883392334, -0.012833851389586926, -0.10013298690319061, 0.035936567932367325, -0.01747855544090271, 0.045271266251802444, -0.04546798765659332, 0.030429324135184288, -0.1703072488307953, -0.124412901699543, -0.04034453630447388, 0.06420420855283737, -0.06510858237743378, 0.03512151539325714, 0.019115818664431572, 0.013339218683540821, 0.03305599465966225, 0.23020225763320923, -0.03704051673412323, -0.02329315058887005, -0.042310282588005066, 0.16692522168159485, -0.014016710221767426, 0.08088304847478867, -0.03037172369658947, 0.0002500463742762804, -0.08417443931102753, 0.3385351300239563, 0.3027777075767517, -0.09020252525806427, 0.019915465265512466, -0.030905582010746002, 0.03936264291405678, 0.11892254650592804, 0.13376617431640625, 0.09784641861915588, 0.2282467782497406, -0.07217609137296677, -0.03032243251800537, -0.020507147535681725, -0.011079044081270695, -0.06650827825069427, 0.0879674032330513, 0.02507801540195942, -0.05553486570715904, -0.031693898141384125, 0.0812700018286705, -0.2327648252248764, 0.10665327310562134, -0.11289316415786743, -0.1636168211698532, -0.039189815521240234, 0.0042042857967317104, 0.08908319473266602, 0.015396242961287498, 0.11228121817111969, 0.009163780137896538, -0.07585213333368301, 0.017798418179154396, 0.028085503727197647, -0.24201616644859314, -0.008133855648338795, 0.060310713946819305, -0.12939085066318512, -0.004324504639953375, -0.027167800813913345, 0.007199867628514767, 0.059822265058755875, 0.029368450865149498, -0.04319324716925621, -0.001257759635336697, -0.010450302623212337, -0.008644461631774902, -0.011618612334132195, 0.07065588980913162, 0.046958792954683304, -0.13329142332077026, 0.06869500875473022, -0.11774353682994843, 0.033477768301963806, -0.05866728723049164, -0.015255378559231758, 0.000037100471672602, 0.03460683673620224, -0.04829782620072365, 0.07058211416006088, 0.07688362896442413, -0.015606098808348179, 0.000610517687164247, -0.0802936851978302, -0.036274004727602005, -0.019796574488282204, -0.09252054989337921, -0.08371094614267349, -0.13031646609306335, -0.11573562026023865, 0.1029667928814888, -0.02224794402718544, -0.19213621318340302, 0.03111329674720764, -0.12165344506502151, 0.045619383454322815, -0.1751558482646942, 0.11076030135154724, 0.08046020567417145, 0.01831907220184803, 0.011516088619828224, -0.02576824277639389, 0.08821021765470505, 0.11728470027446747, -0.07783648371696472, -0.08528783172369003 ]
null
null
transformers
<link rel="stylesheet" href="https://unpkg.com/@tailwindcss/[email protected]/dist/typography.min.css"> <style> @media (prefers-color-scheme: dark) { .prose { color: #E2E8F0 !important; } .prose h2, .prose h3, .prose a, .prose thead { color: #F7FAFC !important; } } </style> <section class='prose'> <div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1306714515094921217/cH_rXwuk_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">Gail Simone RED HEADED WOMAN NOT BEAR 🤖 AI Bot </div> <div style="font-size: 15px; color: #657786">@gailsimone bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://app.wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-model-to-generate-tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@gailsimone's tweets](https://twitter.com/gailsimone). <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'>3205</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'>1400</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'>322</td> </tr> <tr style='border-width:0'> <td style='border-width:0'>Tweets kept</td> <td style='border-width:0'>1483</td> </tr> </tbody> </table> [Explore the data](https://app.wandb.ai/wandb/huggingtweets/runs/1u34kgh5/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @gailsimone's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://app.wandb.ai/wandb/huggingtweets/runs/3krfygi5) for full transparency and reproducibility. At the end of training, [the final model](https://app.wandb.ai/wandb/huggingtweets/runs/3krfygi5/artifacts) is logged and versioned. ## Intended uses & limitations ### How to use 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/gailsimone'</span>) generator(<span style="color:#FF9800">"My dream is"</span>, num_return_sequences=<span style="color:#8BC34A">5</span>)</code></pre> ### Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* </section> [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) <section class='prose'> For more details, visit the project repository. </section> [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets) <!--- random size file -->
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/gailsimone/1601276450894/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/gailsimone
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
<link rel="stylesheet" href="URL <style> @media (prefers-color-scheme: dark) { .prose { color: #E2E8F0 !important; } .prose h2, .prose h3, .prose a, .prose thead { color: #F7FAFC !important; } } </style> <section class='prose'> <div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('URL </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">Gail Simone RED HEADED WOMAN NOT BEAR AI Bot </div> <div style="font-size: 15px; color: #657786">@gailsimone bot</div> </div> I was made with huggingtweets. Create your own bot based on your favorite user with the demo! ## How does it work? The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. ## Training data The model was trained on @gailsimone'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'>3205</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'>1400</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'>322</td> </tr> <tr style='border-width:0'> <td style='border-width:0'>Tweets kept</td> <td style='border-width:0'>1483</td> </tr> </tbody> </table> Explore the data, which is tracked with W&B artifacts at every step of the pipeline. ## Training procedure The model is based on a pre-trained GPT-2 which is fine-tuned on @gailsimone'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. ## Intended uses & limitations ### How to use 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/gailsimone'</span>) generator(<span style="color:#FF9800">"My dream is"</span>, num_return_sequences=<span style="color:#8BC34A">5</span>)</code></pre> ### Limitations and bias 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. ## About *Built by Boris Dayma* </section> ![Follow](URL <section class='prose'> For more details, visit the project repository. </section> ![GitHub stars](URL
[ "## How does it work?\n\nThe model uses the following pipeline.\n\n!pipeline\n\nTo understand how the model was developed, check the W&B report.", "## Training data\n\nThe model was trained on @gailsimone's tweets.\n\n<table style='border-width:0'>\n<thead style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #CBD5E0'>\n<th style='border-width:0'>Data</th>\n<th style='border-width:0'>Quantity</th>\n</tr>\n</thead>\n<tbody style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Tweets downloaded</td>\n<td style='border-width:0'>3205</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Retweets</td>\n<td style='border-width:0'>1400</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Short tweets</td>\n<td style='border-width:0'>322</td>\n</tr>\n<tr style='border-width:0'>\n<td style='border-width:0'>Tweets kept</td>\n<td style='border-width:0'>1483</td>\n</tr>\n</tbody>\n</table>\n\nExplore the data, which is tracked with W&B artifacts at every step of the pipeline.", "## Training procedure\n\nThe model is based on a pre-trained GPT-2 which is fine-tuned on @gailsimone's tweets.\n\nHyperparameters and metrics are recorded in the W&B training run for full transparency and reproducibility.\n\nAt the end of training, the final model is logged and versioned.", "## Intended uses & limitations", "### How to use\n\nYou can use this model directly with a pipeline for text generation:\n\n<pre><code><span style=\"color:#03A9F4\">from</span> transformers <span style=\"color:#03A9F4\">import</span> pipeline\ngenerator = pipeline(<span style=\"color:#FF9800\">'text-generation'</span>,\n model=<span style=\"color:#FF9800\">'huggingtweets/gailsimone'</span>)\ngenerator(<span style=\"color:#FF9800\">\"My dream is\"</span>, num_return_sequences=<span style=\"color:#8BC34A\">5</span>)</code></pre>", "### Limitations and bias\n\nThe model suffers from the same limitations and bias as GPT-2.\n\nIn addition, the data present in the user's tweets further affects the text generated by the model.", "## About\n\n*Built by Boris Dayma*\n\n</section>\n\n![Follow](URL\n\n<section class='prose'>\nFor more details, visit the project repository.\n</section>\n\n![GitHub stars](URL" ]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "## How does it work?\n\nThe model uses the following pipeline.\n\n!pipeline\n\nTo understand how the model was developed, check the W&B report.", "## Training data\n\nThe model was trained on @gailsimone's tweets.\n\n<table style='border-width:0'>\n<thead style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #CBD5E0'>\n<th style='border-width:0'>Data</th>\n<th style='border-width:0'>Quantity</th>\n</tr>\n</thead>\n<tbody style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Tweets downloaded</td>\n<td style='border-width:0'>3205</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Retweets</td>\n<td style='border-width:0'>1400</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Short tweets</td>\n<td style='border-width:0'>322</td>\n</tr>\n<tr style='border-width:0'>\n<td style='border-width:0'>Tweets kept</td>\n<td style='border-width:0'>1483</td>\n</tr>\n</tbody>\n</table>\n\nExplore the data, which is tracked with W&B artifacts at every step of the pipeline.", "## Training procedure\n\nThe model is based on a pre-trained GPT-2 which is fine-tuned on @gailsimone's tweets.\n\nHyperparameters and metrics are recorded in the W&B training run for full transparency and reproducibility.\n\nAt the end of training, the final model is logged and versioned.", "## Intended uses & limitations", "### How to use\n\nYou can use this model directly with a pipeline for text generation:\n\n<pre><code><span style=\"color:#03A9F4\">from</span> transformers <span style=\"color:#03A9F4\">import</span> pipeline\ngenerator = pipeline(<span style=\"color:#FF9800\">'text-generation'</span>,\n model=<span style=\"color:#FF9800\">'huggingtweets/gailsimone'</span>)\ngenerator(<span style=\"color:#FF9800\">\"My dream is\"</span>, num_return_sequences=<span style=\"color:#8BC34A\">5</span>)</code></pre>", "### Limitations and bias\n\nThe model suffers from the same limitations and bias as GPT-2.\n\nIn addition, the data present in the user's tweets further affects the text generated by the model.", "## About\n\n*Built by Boris Dayma*\n\n</section>\n\n![Follow](URL\n\n<section class='prose'>\nFor more details, visit the project repository.\n</section>\n\n![GitHub stars](URL" ]
[ 57, 34, 431, 76, 9, 168, 48, 58 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n## How does it work?\n\nThe model uses the following pipeline.\n\n!pipeline\n\nTo understand how the model was developed, check the W&B report." ]
[ -0.04084593802690506, 0.035596683621406555, -0.0024457171093672514, 0.04662978649139404, 0.10991521924734116, 0.022836215794086456, 0.12812861800193787, 0.0424627922475338, -0.03746044635772705, -0.03597303107380867, 0.22758877277374268, 0.1009177565574646, 0.03089720755815506, 0.17962171137332916, 0.010350672528147697, -0.2703946828842163, 0.015237200073897839, 0.0647135004401207, -0.07720091193914413, 0.15752871334552765, 0.05562684312462807, -0.049801189452409744, 0.08214939385652542, 0.032038331031799316, -0.165513277053833, -0.004831716418266296, -0.02072383277118206, -0.04504403471946716, 0.09232694655656815, 0.06956911832094193, 0.07011176645755768, 0.034282486885786057, 0.017851393669843674, -0.0714372918009758, 0.06354191154241562, 0.014452377334237099, -0.02349161170423031, 0.13615116477012634, 0.028668763116002083, -0.0002947957837022841, 0.1798527091741562, 0.11815319955348969, 0.016722125932574272, 0.016196802258491516, -0.1166125237941742, -0.0606788769364357, 0.012365915812551975, 0.04470464214682579, 0.10005760192871094, 0.058856748044490814, 0.01943058706820011, 0.13215520977973938, -0.1164829432964325, 0.08512931317090988, 0.1828341782093048, -0.24191047251224518, -0.006823094096034765, 0.061043880879879, 0.08518847078084946, 0.02852868288755417, -0.0027500083670020103, 0.050437480211257935, 0.06484624743461609, 0.021347152069211006, 0.03636380657553673, -0.0638979896903038, 0.05009674280881882, 0.011186900548636913, -0.10215270519256592, -0.07660897821187973, 0.2294245809316635, -0.0602995827794075, 0.004886541981250048, -0.028186868876218796, -0.08490151911973953, -0.06026294082403183, -0.012795685790479183, -0.05738116800785065, -0.01700775697827339, 0.034475523978471756, 0.0214629378169775, -0.10922146588563919, -0.07046429812908173, -0.1146778091788292, -0.09578189998865128, 0.17879855632781982, -0.02900231070816517, 0.08940442651510239, -0.2603394091129303, 0.2254239320755005, 0.07019765675067902, -0.11909467726945877, 0.04757627099752426, -0.11814092099666595, 0.08530338853597641, 0.02207805961370468, 0.041434839367866516, 0.07761925458908081, 0.04161522537469864, 0.11940909177064896, 0.03257475048303604, -0.00314142694696784, 0.05456724017858505, 0.07224375009536743, 0.0941813513636589, 0.1230122447013855, -0.07287998497486115, -0.07873915135860443, 0.08034131675958633, -0.04709449037909508, -0.11787727475166321, -0.06861002743244171, -0.1452382206916809, -0.004202034790068865, -0.0335184708237648, 0.07922724634408951, 0.05637102574110031, 0.09526676684617996, -0.01433930266648531, -0.05777551606297493, 0.04157217592000961, -0.06985066086053848, 0.019995175302028656, -0.011708668433129787, -0.060763102024793625, 0.13121068477630615, 0.04688004031777382, -0.014275136403739452, -0.08673419058322906, 0.07951672375202179, -0.1204570084810257, -0.07978847622871399, -0.08239417523145676, -0.05098734796047211, -0.007686138618737459, -0.11281027644872665, 0.049203939735889435, -0.11458899080753326, -0.22705501317977905, -0.01313747651875019, 0.04550096020102501, -0.016462473198771477, -0.03707117214798927, -0.040630146861076355, -0.009473399259150028, 0.04880702868103981, -0.042894408106803894, 0.039052072912454605, -0.05325083062052727, 0.050018906593322754, -0.09618895500898361, 0.051321301609277725, -0.10470817238092422, 0.041251372545957565, -0.09671807289123535, 0.07595963031053543, 0.0017866486450657248, 0.0454767569899559, 0.010063555091619492, 0.08985432982444763, -0.03214199095964432, -0.044836416840553284, -0.07869677990674973, 0.026561295613646507, 0.02284199558198452, 0.20134314894676208, -0.10196486860513687, -0.0819794163107872, 0.12614667415618896, -0.07252102345228195, -0.1288122832775116, 0.0409054271876812, -0.02831157296895981, 0.17958028614521027, 0.07370224595069885, 0.16096454858779907, 0.12039237469434738, -0.03798284754157066, 0.1263856589794159, 0.14821170270442963, -0.1269366294145584, -0.004153167363256216, 0.039416827261447906, 0.014042570255696774, -0.20559121668338776, 0.04052022844552994, -0.01946125738322735, 0.06584736704826355, -0.10201486945152283, -0.00946728140115738, 0.0031527038663625717, -0.02320384420454502, 0.0023026331327855587, -0.0472555048763752, 0.061078161001205444, 0.038737643510103226, -0.022763127461075783, 0.029682613909244537, 0.06635552644729614, -0.026160234585404396, -0.00823320634663105, -0.04484035447239876, 0.10009831935167313, -0.07260703295469284, 0.06797321885824203, -0.13160665333271027, -0.003086181590333581, -0.012450510635972023, 0.0972909927368164, 0.03811546042561531, 0.10621625185012817, 0.05470104143023491, 0.03126294165849686, 0.07701993733644485, -0.02846951223909855, 0.0746634304523468, 0.01002051867544651, -0.0850096121430397, -0.1272277683019638, 0.015217535197734833, -0.10649837553501129, -0.004191380459815264, -0.08523700386285782, -0.0015737697249278426, -0.12802091240882874, 0.05826076865196228, -0.016465239226818085, 0.0539434514939785, -0.055182818323373795, -0.04337453469634056, -0.044662054628133774, -0.022007398307323456, 0.0482511967420578, -0.033139705657958984, -0.06687536835670471, 0.16832175850868225, -0.15395553410053253, 0.2592274248600006, 0.1313537061214447, -0.0889907032251358, 0.002020547864958644, -0.07812081277370453, -0.04194976016879082, -0.012868959456682205, 0.07527336478233337, -0.03700125962495804, 0.15495356917381287, -0.03386903926730156, 0.17382068932056427, -0.099679134786129, -0.0334031768143177, 0.02144831046462059, -0.10981054604053497, 0.057656705379486084, 0.08051177859306335, 0.04427298903465271, -0.159133642911911, 0.08837400376796722, 0.19756358861923218, 0.05472150072455406, 0.20321963727474213, -0.006869805511087179, -0.06112205237150192, -0.05358194187283516, -0.0808696523308754, -0.052568696439266205, 0.056259434670209885, -0.09903126955032349, -0.004000484477728605, 0.06423190236091614, 0.08783505111932755, 0.11237549781799316, -0.10904275625944138, -0.046180129051208496, 0.05125856027007103, -0.004819708876311779, -0.051060013473033905, 0.07006146013736725, -0.0659489631652832, 0.13217470049858093, 0.014598124660551548, -0.07049204409122467, 0.0036125897895544767, -0.004913401324301958, -0.11891388893127441, 0.20653130114078522, -0.08047540485858917, -0.27306002378463745, -0.16792123019695282, -0.16288253664970398, 0.07165426760911942, 0.038431257009506226, 0.033738572150468826, -0.08776884526014328, -0.020982403308153152, 0.004409478977322578, 0.11553267389535904, -0.09698133170604706, 0.013121976517140865, 0.008159824647009373, -0.018650712445378304, -0.07579360157251358, -0.09033482521772385, -0.0241270512342453, -0.02461584471166134, 0.020020704716444016, 0.03998296707868576, -0.11154978722333908, 0.06758414953947067, 0.2167699933052063, -0.015538511797785759, 0.06870997697114944, 0.00025148785789497197, 0.26176807284355164, -0.08426473289728165, 0.040830448269844055, 0.11926601082086563, -0.08760137856006622, 0.05199241638183594, 0.07132956385612488, 0.03210015222430229, -0.014074578881263733, 0.016441889107227325, -0.11233895272016525, -0.12864868342876434, -0.1923626959323883, -0.06961654871702194, -0.028241310268640518, 0.13464264571666718, 0.031150488182902336, 0.04321796074509621, 0.10346641391515732, 0.07471037656068802, 0.06701335310935974, 0.03259968012571335, -0.0005120337591506541, 0.0647427961230278, 0.024594781920313835, -0.05812343955039978, 0.054217349737882614, -0.04845457896590233, -0.0797470211982727, 0.08279551565647125, -0.011098933406174183, 0.0927528515458107, 0.06928195804357529, 0.02340286411345005, 0.018686039373278618, 0.04218229651451111, 0.15593960881233215, 0.22442668676376343, -0.012412761338055134, -0.041085485368967056, -0.05078154057264328, -0.040494389832019806, -0.01600850187242031, 0.015044075436890125, -0.05785144492983818, -0.033252447843551636, -0.0728597640991211, -0.015066487714648247, 0.011195010505616665, 0.015441779047250748, 0.07578693330287933, -0.22024130821228027, -0.038240667432546616, 0.042616840451955795, -0.013794191181659698, -0.10639895498752594, 0.05872863903641701, 0.016779562458395958, -0.17391349375247955, -0.07854076474905014, -0.016605399549007416, 0.1603294163942337, -0.030760308727622032, 0.0619782954454422, 0.005449770484119654, 0.02271227352321148, -0.013140208087861538, 0.11191333085298538, -0.27346712350845337, 0.1954270750284195, 0.001131516881287098, -0.04876048117876053, -0.016439033672213554, -0.04243995249271393, 0.0009058643481694162, 0.14556926488876343, 0.09718295931816101, 0.0028763783629983664, 0.0669604167342186, -0.07678256928920746, -0.11943262070417404, 0.05284353718161583, 0.08068333566188812, -0.07738065719604492, 0.029960619285702705, -0.029798466712236404, 0.027152907103300095, -0.007555682212114334, -0.030231619253754616, 0.002119861776009202, -0.11661309748888016, 0.02936525270342827, -0.08075195550918579, 0.06012337654829025, 0.02433968149125576, -0.02529163844883442, -0.012048180215060711, 0.1316436529159546, -0.013300766237080097, -0.08264251798391342, -0.08976204693317413, -0.02328740619122982, 0.09523095935583115, -0.05599937587976456, 0.03358715400099754, -0.08175740391016006, -0.04073614999651909, 0.005860272329300642, -0.16970814764499664, 0.06983034312725067, -0.10846570879220963, -0.09971687942743301, -0.050264790654182434, 0.15346404910087585, 0.013677009381353855, 0.025709833949804306, 0.03220117464661598, -0.04211581498384476, -0.18150363862514496, -0.15989434719085693, -0.007562890648841858, 0.0717545747756958, -0.04433317109942436, 0.03638565540313721, 0.007171243894845247, 0.10013602674007416, 0.004198792390525341, 0.07230839878320694, 0.2026015669107437, 0.16423118114471436, -0.08760133385658264, 0.17723721265792847, 0.16266676783561707, -0.12243213504552841, -0.2722402811050415, -0.09522651135921478, -0.05925937369465828, 0.03468820080161095, 0.02297091670334339, -0.13072867691516876, 0.06184706464409828, -0.011241482570767403, -0.004976592492312193, 0.13391432166099548, -0.2790721356868744, -0.07025358080863953, 0.13864430785179138, -0.012145180255174637, 0.2560276985168457, -0.042459286749362946, -0.08155408501625061, -0.060940731316804886, -0.2339130938053131, 0.1595010906457901, -0.12908293306827545, 0.030256805941462517, -0.06380902975797653, 0.1317017376422882, 0.04475972056388855, -0.051817599684000015, 0.13714583218097687, -0.0770399421453476, 0.03692200407385826, -0.1231972947716713, -0.01437266543507576, 0.05212629213929176, -0.014681367203593254, 0.10554680228233337, -0.053141020238399506, 0.10400939732789993, -0.12106935679912567, -0.052672889083623886, -0.054288461804389954, 0.017598338425159454, -0.023758167400956154, -0.05668776109814644, -0.039483629167079926, -0.05230721831321716, 0.00942184031009674, -0.024894973263144493, -0.008981208316981792, -0.02189256064593792, 0.08200293034315109, 0.10853444039821625, 0.1416669338941574, -0.04508063197135925, -0.02666328102350235, -0.029412275180220604, -0.043095141649246216, 0.07755832374095917, -0.1675589680671692, -0.020979177206754684, 0.15767353773117065, 0.008264025673270226, 0.08081416040658951, 0.07994852215051651, -0.043529048562049866, -0.04116993397474289, 0.09435915946960449, -0.23738352954387665, -0.032961416989564896, -0.07289689034223557, -0.032304681837558746, 0.05143286660313606, 0.06389017403125763, 0.11233682930469513, -0.055076416581869125, -0.015500548295676708, 0.038369257003068924, -0.013473432511091232, -0.10457789897918701, 0.12659704685211182, 0.07594829052686691, 0.04931824654340744, -0.13000807166099548, 0.03979043290019035, -0.02080575004220009, -0.024042857810854912, -0.009190280921757221, 0.09610513597726822, -0.13868926465511322, -0.061987441033124924, 0.01100219041109085, 0.1624082624912262, -0.08940329402685165, -0.054934311658144, -0.00678250240162015, -0.07782098650932312, 0.06215988099575043, 0.06269455701112747, 0.039047662168741226, 0.10006190836429596, -0.08492296934127808, -0.004345493856817484, -0.04427671059966087, 0.02742549031972885, 0.04004936292767525, -0.01839151792228222, -0.11644710600376129, 0.050648268312215805, 0.01261399406939745, 0.21786263585090637, -0.12195943295955658, -0.07748695462942123, -0.13975368440151215, 0.03579137846827507, -0.1441981941461563, -0.02782432734966278, -0.09455464035272598, -0.0542730838060379, -0.024786408990621567, -0.02354593575000763, -0.05044161155819893, -0.03595460206270218, -0.06568260490894318, 0.04963921010494232, -0.01889806240797043, -0.04201965406537056, -0.018809955567121506, 0.04780932888388634, 0.10624072700738907, -0.0022816911805421114, 0.11582330614328384, 0.10476028919219971, -0.06149300932884216, 0.06964143365621567, -0.08975338935852051, 0.049342647194862366, 0.010800108313560486, -0.03639211133122444, 0.07890737056732178, 0.033158838748931885, 0.011678727343678474, -0.02014644630253315, -0.05248590186238289, 0.015699470415711403, 0.019494805485010147, -0.09001129865646362, 0.04338252544403076, 0.03427375108003616, -0.07128193974494934, -0.06945458799600601, -0.02831537090241909, -0.04915383830666542, 0.10966338962316513, 0.09227382391691208, 0.01580313965678215, 0.11524862796068192, -0.09982031583786011, -0.0043287696316838264, 0.0288130734115839, -0.08074736595153809, -0.01706261746585369, -0.10044533759355545, -0.01304725930094719, -0.02274717018008232, 0.2554529011249542, 0.12089171260595322, -0.025309232994914055, -0.03230812028050423, 0.07114472985267639, 0.08105676621198654, -0.0211230106651783, 0.14824873208999634, 0.03444083034992218, -0.0007331980159506202, -0.1400776505470276, 0.10673409700393677, -0.060156434774398804, -0.010151425376534462, 0.09550673514604568, -0.08319920301437378, 0.048856139183044434, 0.07468824833631516, -0.01950058713555336, 0.05372466519474983, -0.11716536432504654, -0.2690386474132538, 0.023945249617099762, 0.027653370052576065, -0.0441947840154171, 0.07253700494766235, 0.145015150308609, 0.00042942073196172714, 0.05244648456573486, 0.061493102461099625, -0.05709811672568321, -0.17804701626300812, -0.19115881621837616, -0.0384756401181221, -0.11082857847213745, -0.023826930671930313, -0.10639674216508865, 0.04148538038134575, -0.02072913944721222, 0.05925795063376427, -0.09639845043420792, 0.12447383254766464, 0.06843417137861252, -0.11577396094799042, 0.05810433253645897, -0.008805959485471249, 0.048459235578775406, -0.07387776672840118, 0.08210063725709915, -0.10721065104007721, -0.026499031111598015, -0.016933415085077286, 0.03711435943841934, -0.05858420953154564, 0.0011270071845501661, -0.10357651859521866, -0.06808403134346008, -0.056935109198093414, 0.09072309732437134, -0.024477418512105942, 0.03998230770230293, -0.014557241462171078, -0.061277762055397034, -0.025446701794862747, 0.2273169606924057, -0.018587565049529076, -0.043939489871263504, -0.0661960318684578, 0.2851298749446869, -0.06544138491153717, 0.07253559678792953, -0.032977886497974396, -0.001274158013984561, -0.07127615064382553, 0.2931469976902008, 0.36314713954925537, -0.14264726638793945, 0.011796033009886742, -0.018389053642749786, 0.03556118905544281, 0.07535336911678314, 0.18024654686450958, 0.07291083037853241, 0.3107033371925354, -0.04080776497721672, -0.01225926261395216, -0.10546047985553741, -0.03835856914520264, 0.014304363168776035, 0.02947218343615532, 0.08378855139017105, -0.05586446449160576, -0.06808875501155853, 0.1039084792137146, -0.26703301072120667, -0.02056516334414482, -0.16380304098129272, -0.061613935977220535, -0.04166705906391144, 0.0007227687747217715, 0.07237391918897629, 0.028740311041474342, 0.05115301162004471, -0.039005450904369354, -0.047156207263469696, 0.057444483041763306, -0.02154913917183876, -0.12674635648727417, 0.0002557095722295344, 0.143532857298851, -0.07906237244606018, -0.0018181405030190945, 0.0032308290246874094, 0.060348983854055405, 0.044118594378232956, 0.04119637981057167, -0.10164451599121094, 0.02608482725918293, 0.01246592216193676, -0.03363148868083954, -0.028164468705654144, 0.008156497962772846, 0.07835527509450912, -0.21697945892810822, 0.0020338469184935093, -0.14078554511070251, 0.011757226660847664, -0.07641053944826126, -0.006896127946674824, -0.08222074061632156, 0.03242125362157822, 0.004625517874956131, 0.1118803396821022, 0.11125602573156357, -0.03202005848288536, -0.0006144302315078676, -0.06265610456466675, 0.06727221608161926, -0.06884542852640152, -0.02960195019841194, -0.025150567293167114, -0.09257599711418152, -0.09335606545209885, 0.09815482050180435, -0.022339481860399246, -0.1427105814218521, 0.007601875811815262, -0.09401176869869232, -0.04369132220745087, -0.021486658602952957, 0.09382037818431854, 0.11086808145046234, 0.09180203825235367, -0.007599277421832085, 0.047748953104019165, 0.03120456263422966, 0.07436691224575043, -0.12886843085289001, -0.10148585587739944 ]
null
null
transformers
<link rel="stylesheet" href="https://unpkg.com/@tailwindcss/[email protected]/dist/typography.min.css"> <style> @media (prefers-color-scheme: dark) { .prose { color: #E2E8F0 !important; } .prose h2, .prose h3, .prose a, .prose thead { color: #F7FAFC !important; } } </style> <section class='prose'> <div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1276957687507496962/zy4w13io_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">Gal Shapira 🤖 AI Bot </div> <div style="font-size: 15px; color: #657786">@galjudo bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://app.wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-model-to-generate-tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@galjudo's tweets](https://twitter.com/galjudo). <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'>3211</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'>420</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'>653</td> </tr> <tr style='border-width:0'> <td style='border-width:0'>Tweets kept</td> <td style='border-width:0'>2138</td> </tr> </tbody> </table> [Explore the data](https://app.wandb.ai/wandb/huggingtweets/runs/1iczn33x/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @galjudo's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://app.wandb.ai/wandb/huggingtweets/runs/14zzhtt9) for full transparency and reproducibility. At the end of training, [the final model](https://app.wandb.ai/wandb/huggingtweets/runs/14zzhtt9/artifacts) is logged and versioned. ## Intended uses & limitations ### How to use 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/galjudo'</span>) generator(<span style="color:#FF9800">"My dream is"</span>, num_return_sequences=<span style="color:#8BC34A">5</span>)</code></pre> ### Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* </section> [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) <section class='prose'> For more details, visit the project repository. </section> [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets) <!--- random size file -->
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/galjudo/1602233220657/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/galjudo
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
<link rel="stylesheet" href="URL <style> @media (prefers-color-scheme: dark) { .prose { color: #E2E8F0 !important; } .prose h2, .prose h3, .prose a, .prose thead { color: #F7FAFC !important; } } </style> <section class='prose'> <div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('URL </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">Gal Shapira AI Bot </div> <div style="font-size: 15px; color: #657786">@galjudo bot</div> </div> I was made with huggingtweets. Create your own bot based on your favorite user with the demo! ## How does it work? The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. ## Training data The model was trained on @galjudo'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'>3211</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'>420</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'>653</td> </tr> <tr style='border-width:0'> <td style='border-width:0'>Tweets kept</td> <td style='border-width:0'>2138</td> </tr> </tbody> </table> Explore the data, which is tracked with W&B artifacts at every step of the pipeline. ## Training procedure The model is based on a pre-trained GPT-2 which is fine-tuned on @galjudo'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. ## Intended uses & limitations ### How to use 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/galjudo'</span>) generator(<span style="color:#FF9800">"My dream is"</span>, num_return_sequences=<span style="color:#8BC34A">5</span>)</code></pre> ### Limitations and bias 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. ## About *Built by Boris Dayma* </section> ![Follow](URL <section class='prose'> For more details, visit the project repository. </section> ![GitHub stars](URL
[ "## How does it work?\n\nThe model uses the following pipeline.\n\n!pipeline\n\nTo understand how the model was developed, check the W&B report.", "## Training data\n\nThe model was trained on @galjudo's tweets.\n\n<table style='border-width:0'>\n<thead style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #CBD5E0'>\n<th style='border-width:0'>Data</th>\n<th style='border-width:0'>Quantity</th>\n</tr>\n</thead>\n<tbody style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Tweets downloaded</td>\n<td style='border-width:0'>3211</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Retweets</td>\n<td style='border-width:0'>420</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Short tweets</td>\n<td style='border-width:0'>653</td>\n</tr>\n<tr style='border-width:0'>\n<td style='border-width:0'>Tweets kept</td>\n<td style='border-width:0'>2138</td>\n</tr>\n</tbody>\n</table>\n\nExplore the data, which is tracked with W&B artifacts at every step of the pipeline.", "## Training procedure\n\nThe model is based on a pre-trained GPT-2 which is fine-tuned on @galjudo's tweets.\n\nHyperparameters and metrics are recorded in the W&B training run for full transparency and reproducibility.\n\nAt the end of training, the final model is logged and versioned.", "## Intended uses & limitations", "### How to use\n\nYou can use this model directly with a pipeline for text generation:\n\n<pre><code><span style=\"color:#03A9F4\">from</span> transformers <span style=\"color:#03A9F4\">import</span> pipeline\ngenerator = pipeline(<span style=\"color:#FF9800\">'text-generation'</span>,\n model=<span style=\"color:#FF9800\">'huggingtweets/galjudo'</span>)\ngenerator(<span style=\"color:#FF9800\">\"My dream is\"</span>, num_return_sequences=<span style=\"color:#8BC34A\">5</span>)</code></pre>", "### Limitations and bias\n\nThe model suffers from the same limitations and bias as GPT-2.\n\nIn addition, the data present in the user's tweets further affects the text generated by the model.", "## About\n\n*Built by Boris Dayma*\n\n</section>\n\n![Follow](URL\n\n<section class='prose'>\nFor more details, visit the project repository.\n</section>\n\n![GitHub stars](URL" ]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "## How does it work?\n\nThe model uses the following pipeline.\n\n!pipeline\n\nTo understand how the model was developed, check the W&B report.", "## Training data\n\nThe model was trained on @galjudo's tweets.\n\n<table style='border-width:0'>\n<thead style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #CBD5E0'>\n<th style='border-width:0'>Data</th>\n<th style='border-width:0'>Quantity</th>\n</tr>\n</thead>\n<tbody style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Tweets downloaded</td>\n<td style='border-width:0'>3211</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Retweets</td>\n<td style='border-width:0'>420</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Short tweets</td>\n<td style='border-width:0'>653</td>\n</tr>\n<tr style='border-width:0'>\n<td style='border-width:0'>Tweets kept</td>\n<td style='border-width:0'>2138</td>\n</tr>\n</tbody>\n</table>\n\nExplore the data, which is tracked with W&B artifacts at every step of the pipeline.", "## Training procedure\n\nThe model is based on a pre-trained GPT-2 which is fine-tuned on @galjudo's tweets.\n\nHyperparameters and metrics are recorded in the W&B training run for full transparency and reproducibility.\n\nAt the end of training, the final model is logged and versioned.", "## Intended uses & limitations", "### How to use\n\nYou can use this model directly with a pipeline for text generation:\n\n<pre><code><span style=\"color:#03A9F4\">from</span> transformers <span style=\"color:#03A9F4\">import</span> pipeline\ngenerator = pipeline(<span style=\"color:#FF9800\">'text-generation'</span>,\n model=<span style=\"color:#FF9800\">'huggingtweets/galjudo'</span>)\ngenerator(<span style=\"color:#FF9800\">\"My dream is\"</span>, num_return_sequences=<span style=\"color:#8BC34A\">5</span>)</code></pre>", "### Limitations and bias\n\nThe model suffers from the same limitations and bias as GPT-2.\n\nIn addition, the data present in the user's tweets further affects the text generated by the model.", "## About\n\n*Built by Boris Dayma*\n\n</section>\n\n![Follow](URL\n\n<section class='prose'>\nFor more details, visit the project repository.\n</section>\n\n![GitHub stars](URL" ]
[ 57, 34, 429, 75, 9, 167, 48, 58 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n## How does it work?\n\nThe model uses the following pipeline.\n\n!pipeline\n\nTo understand how the model was developed, check the W&B report." ]
[ -0.04084593802690506, 0.035596683621406555, -0.0024457171093672514, 0.04662978649139404, 0.10991521924734116, 0.022836215794086456, 0.12812861800193787, 0.0424627922475338, -0.03746044635772705, -0.03597303107380867, 0.22758877277374268, 0.1009177565574646, 0.03089720755815506, 0.17962171137332916, 0.010350672528147697, -0.2703946828842163, 0.015237200073897839, 0.0647135004401207, -0.07720091193914413, 0.15752871334552765, 0.05562684312462807, -0.049801189452409744, 0.08214939385652542, 0.032038331031799316, -0.165513277053833, -0.004831716418266296, -0.02072383277118206, -0.04504403471946716, 0.09232694655656815, 0.06956911832094193, 0.07011176645755768, 0.034282486885786057, 0.017851393669843674, -0.0714372918009758, 0.06354191154241562, 0.014452377334237099, -0.02349161170423031, 0.13615116477012634, 0.028668763116002083, -0.0002947957837022841, 0.1798527091741562, 0.11815319955348969, 0.016722125932574272, 0.016196802258491516, -0.1166125237941742, -0.0606788769364357, 0.012365915812551975, 0.04470464214682579, 0.10005760192871094, 0.058856748044490814, 0.01943058706820011, 0.13215520977973938, -0.1164829432964325, 0.08512931317090988, 0.1828341782093048, -0.24191047251224518, -0.006823094096034765, 0.061043880879879, 0.08518847078084946, 0.02852868288755417, -0.0027500083670020103, 0.050437480211257935, 0.06484624743461609, 0.021347152069211006, 0.03636380657553673, -0.0638979896903038, 0.05009674280881882, 0.011186900548636913, -0.10215270519256592, -0.07660897821187973, 0.2294245809316635, -0.0602995827794075, 0.004886541981250048, -0.028186868876218796, -0.08490151911973953, -0.06026294082403183, -0.012795685790479183, -0.05738116800785065, -0.01700775697827339, 0.034475523978471756, 0.0214629378169775, -0.10922146588563919, -0.07046429812908173, -0.1146778091788292, -0.09578189998865128, 0.17879855632781982, -0.02900231070816517, 0.08940442651510239, -0.2603394091129303, 0.2254239320755005, 0.07019765675067902, -0.11909467726945877, 0.04757627099752426, -0.11814092099666595, 0.08530338853597641, 0.02207805961370468, 0.041434839367866516, 0.07761925458908081, 0.04161522537469864, 0.11940909177064896, 0.03257475048303604, -0.00314142694696784, 0.05456724017858505, 0.07224375009536743, 0.0941813513636589, 0.1230122447013855, -0.07287998497486115, -0.07873915135860443, 0.08034131675958633, -0.04709449037909508, -0.11787727475166321, -0.06861002743244171, -0.1452382206916809, -0.004202034790068865, -0.0335184708237648, 0.07922724634408951, 0.05637102574110031, 0.09526676684617996, -0.01433930266648531, -0.05777551606297493, 0.04157217592000961, -0.06985066086053848, 0.019995175302028656, -0.011708668433129787, -0.060763102024793625, 0.13121068477630615, 0.04688004031777382, -0.014275136403739452, -0.08673419058322906, 0.07951672375202179, -0.1204570084810257, -0.07978847622871399, -0.08239417523145676, -0.05098734796047211, -0.007686138618737459, -0.11281027644872665, 0.049203939735889435, -0.11458899080753326, -0.22705501317977905, -0.01313747651875019, 0.04550096020102501, -0.016462473198771477, -0.03707117214798927, -0.040630146861076355, -0.009473399259150028, 0.04880702868103981, -0.042894408106803894, 0.039052072912454605, -0.05325083062052727, 0.050018906593322754, -0.09618895500898361, 0.051321301609277725, -0.10470817238092422, 0.041251372545957565, -0.09671807289123535, 0.07595963031053543, 0.0017866486450657248, 0.0454767569899559, 0.010063555091619492, 0.08985432982444763, -0.03214199095964432, -0.044836416840553284, -0.07869677990674973, 0.026561295613646507, 0.02284199558198452, 0.20134314894676208, -0.10196486860513687, -0.0819794163107872, 0.12614667415618896, -0.07252102345228195, -0.1288122832775116, 0.0409054271876812, -0.02831157296895981, 0.17958028614521027, 0.07370224595069885, 0.16096454858779907, 0.12039237469434738, -0.03798284754157066, 0.1263856589794159, 0.14821170270442963, -0.1269366294145584, -0.004153167363256216, 0.039416827261447906, 0.014042570255696774, -0.20559121668338776, 0.04052022844552994, -0.01946125738322735, 0.06584736704826355, -0.10201486945152283, -0.00946728140115738, 0.0031527038663625717, -0.02320384420454502, 0.0023026331327855587, -0.0472555048763752, 0.061078161001205444, 0.038737643510103226, -0.022763127461075783, 0.029682613909244537, 0.06635552644729614, -0.026160234585404396, -0.00823320634663105, -0.04484035447239876, 0.10009831935167313, -0.07260703295469284, 0.06797321885824203, -0.13160665333271027, -0.003086181590333581, -0.012450510635972023, 0.0972909927368164, 0.03811546042561531, 0.10621625185012817, 0.05470104143023491, 0.03126294165849686, 0.07701993733644485, -0.02846951223909855, 0.0746634304523468, 0.01002051867544651, -0.0850096121430397, -0.1272277683019638, 0.015217535197734833, -0.10649837553501129, -0.004191380459815264, -0.08523700386285782, -0.0015737697249278426, -0.12802091240882874, 0.05826076865196228, -0.016465239226818085, 0.0539434514939785, -0.055182818323373795, -0.04337453469634056, -0.044662054628133774, -0.022007398307323456, 0.0482511967420578, -0.033139705657958984, -0.06687536835670471, 0.16832175850868225, -0.15395553410053253, 0.2592274248600006, 0.1313537061214447, -0.0889907032251358, 0.002020547864958644, -0.07812081277370453, -0.04194976016879082, -0.012868959456682205, 0.07527336478233337, -0.03700125962495804, 0.15495356917381287, -0.03386903926730156, 0.17382068932056427, -0.099679134786129, -0.0334031768143177, 0.02144831046462059, -0.10981054604053497, 0.057656705379486084, 0.08051177859306335, 0.04427298903465271, -0.159133642911911, 0.08837400376796722, 0.19756358861923218, 0.05472150072455406, 0.20321963727474213, -0.006869805511087179, -0.06112205237150192, -0.05358194187283516, -0.0808696523308754, -0.052568696439266205, 0.056259434670209885, -0.09903126955032349, -0.004000484477728605, 0.06423190236091614, 0.08783505111932755, 0.11237549781799316, -0.10904275625944138, -0.046180129051208496, 0.05125856027007103, -0.004819708876311779, -0.051060013473033905, 0.07006146013736725, -0.0659489631652832, 0.13217470049858093, 0.014598124660551548, -0.07049204409122467, 0.0036125897895544767, -0.004913401324301958, -0.11891388893127441, 0.20653130114078522, -0.08047540485858917, -0.27306002378463745, -0.16792123019695282, -0.16288253664970398, 0.07165426760911942, 0.038431257009506226, 0.033738572150468826, -0.08776884526014328, -0.020982403308153152, 0.004409478977322578, 0.11553267389535904, -0.09698133170604706, 0.013121976517140865, 0.008159824647009373, -0.018650712445378304, -0.07579360157251358, -0.09033482521772385, -0.0241270512342453, -0.02461584471166134, 0.020020704716444016, 0.03998296707868576, -0.11154978722333908, 0.06758414953947067, 0.2167699933052063, -0.015538511797785759, 0.06870997697114944, 0.00025148785789497197, 0.26176807284355164, -0.08426473289728165, 0.040830448269844055, 0.11926601082086563, -0.08760137856006622, 0.05199241638183594, 0.07132956385612488, 0.03210015222430229, -0.014074578881263733, 0.016441889107227325, -0.11233895272016525, -0.12864868342876434, -0.1923626959323883, -0.06961654871702194, -0.028241310268640518, 0.13464264571666718, 0.031150488182902336, 0.04321796074509621, 0.10346641391515732, 0.07471037656068802, 0.06701335310935974, 0.03259968012571335, -0.0005120337591506541, 0.0647427961230278, 0.024594781920313835, -0.05812343955039978, 0.054217349737882614, -0.04845457896590233, -0.0797470211982727, 0.08279551565647125, -0.011098933406174183, 0.0927528515458107, 0.06928195804357529, 0.02340286411345005, 0.018686039373278618, 0.04218229651451111, 0.15593960881233215, 0.22442668676376343, -0.012412761338055134, -0.041085485368967056, -0.05078154057264328, -0.040494389832019806, -0.01600850187242031, 0.015044075436890125, -0.05785144492983818, -0.033252447843551636, -0.0728597640991211, -0.015066487714648247, 0.011195010505616665, 0.015441779047250748, 0.07578693330287933, -0.22024130821228027, -0.038240667432546616, 0.042616840451955795, -0.013794191181659698, -0.10639895498752594, 0.05872863903641701, 0.016779562458395958, -0.17391349375247955, -0.07854076474905014, -0.016605399549007416, 0.1603294163942337, -0.030760308727622032, 0.0619782954454422, 0.005449770484119654, 0.02271227352321148, -0.013140208087861538, 0.11191333085298538, -0.27346712350845337, 0.1954270750284195, 0.001131516881287098, -0.04876048117876053, -0.016439033672213554, -0.04243995249271393, 0.0009058643481694162, 0.14556926488876343, 0.09718295931816101, 0.0028763783629983664, 0.0669604167342186, -0.07678256928920746, -0.11943262070417404, 0.05284353718161583, 0.08068333566188812, -0.07738065719604492, 0.029960619285702705, -0.029798466712236404, 0.027152907103300095, -0.007555682212114334, -0.030231619253754616, 0.002119861776009202, -0.11661309748888016, 0.02936525270342827, -0.08075195550918579, 0.06012337654829025, 0.02433968149125576, -0.02529163844883442, -0.012048180215060711, 0.1316436529159546, -0.013300766237080097, -0.08264251798391342, -0.08976204693317413, -0.02328740619122982, 0.09523095935583115, -0.05599937587976456, 0.03358715400099754, -0.08175740391016006, -0.04073614999651909, 0.005860272329300642, -0.16970814764499664, 0.06983034312725067, -0.10846570879220963, -0.09971687942743301, -0.050264790654182434, 0.15346404910087585, 0.013677009381353855, 0.025709833949804306, 0.03220117464661598, -0.04211581498384476, -0.18150363862514496, -0.15989434719085693, -0.007562890648841858, 0.0717545747756958, -0.04433317109942436, 0.03638565540313721, 0.007171243894845247, 0.10013602674007416, 0.004198792390525341, 0.07230839878320694, 0.2026015669107437, 0.16423118114471436, -0.08760133385658264, 0.17723721265792847, 0.16266676783561707, -0.12243213504552841, -0.2722402811050415, -0.09522651135921478, -0.05925937369465828, 0.03468820080161095, 0.02297091670334339, -0.13072867691516876, 0.06184706464409828, -0.011241482570767403, -0.004976592492312193, 0.13391432166099548, -0.2790721356868744, -0.07025358080863953, 0.13864430785179138, -0.012145180255174637, 0.2560276985168457, -0.042459286749362946, -0.08155408501625061, -0.060940731316804886, -0.2339130938053131, 0.1595010906457901, -0.12908293306827545, 0.030256805941462517, -0.06380902975797653, 0.1317017376422882, 0.04475972056388855, -0.051817599684000015, 0.13714583218097687, -0.0770399421453476, 0.03692200407385826, -0.1231972947716713, -0.01437266543507576, 0.05212629213929176, -0.014681367203593254, 0.10554680228233337, -0.053141020238399506, 0.10400939732789993, -0.12106935679912567, -0.052672889083623886, -0.054288461804389954, 0.017598338425159454, -0.023758167400956154, -0.05668776109814644, -0.039483629167079926, -0.05230721831321716, 0.00942184031009674, -0.024894973263144493, -0.008981208316981792, -0.02189256064593792, 0.08200293034315109, 0.10853444039821625, 0.1416669338941574, -0.04508063197135925, -0.02666328102350235, -0.029412275180220604, -0.043095141649246216, 0.07755832374095917, -0.1675589680671692, -0.020979177206754684, 0.15767353773117065, 0.008264025673270226, 0.08081416040658951, 0.07994852215051651, -0.043529048562049866, -0.04116993397474289, 0.09435915946960449, -0.23738352954387665, -0.032961416989564896, -0.07289689034223557, -0.032304681837558746, 0.05143286660313606, 0.06389017403125763, 0.11233682930469513, -0.055076416581869125, -0.015500548295676708, 0.038369257003068924, -0.013473432511091232, -0.10457789897918701, 0.12659704685211182, 0.07594829052686691, 0.04931824654340744, -0.13000807166099548, 0.03979043290019035, -0.02080575004220009, -0.024042857810854912, -0.009190280921757221, 0.09610513597726822, -0.13868926465511322, -0.061987441033124924, 0.01100219041109085, 0.1624082624912262, -0.08940329402685165, -0.054934311658144, -0.00678250240162015, -0.07782098650932312, 0.06215988099575043, 0.06269455701112747, 0.039047662168741226, 0.10006190836429596, -0.08492296934127808, -0.004345493856817484, -0.04427671059966087, 0.02742549031972885, 0.04004936292767525, -0.01839151792228222, -0.11644710600376129, 0.050648268312215805, 0.01261399406939745, 0.21786263585090637, -0.12195943295955658, -0.07748695462942123, -0.13975368440151215, 0.03579137846827507, -0.1441981941461563, -0.02782432734966278, -0.09455464035272598, -0.0542730838060379, -0.024786408990621567, -0.02354593575000763, -0.05044161155819893, -0.03595460206270218, -0.06568260490894318, 0.04963921010494232, -0.01889806240797043, -0.04201965406537056, -0.018809955567121506, 0.04780932888388634, 0.10624072700738907, -0.0022816911805421114, 0.11582330614328384, 0.10476028919219971, -0.06149300932884216, 0.06964143365621567, -0.08975338935852051, 0.049342647194862366, 0.010800108313560486, -0.03639211133122444, 0.07890737056732178, 0.033158838748931885, 0.011678727343678474, -0.02014644630253315, -0.05248590186238289, 0.015699470415711403, 0.019494805485010147, -0.09001129865646362, 0.04338252544403076, 0.03427375108003616, -0.07128193974494934, -0.06945458799600601, -0.02831537090241909, -0.04915383830666542, 0.10966338962316513, 0.09227382391691208, 0.01580313965678215, 0.11524862796068192, -0.09982031583786011, -0.0043287696316838264, 0.0288130734115839, -0.08074736595153809, -0.01706261746585369, -0.10044533759355545, -0.01304725930094719, -0.02274717018008232, 0.2554529011249542, 0.12089171260595322, -0.025309232994914055, -0.03230812028050423, 0.07114472985267639, 0.08105676621198654, -0.0211230106651783, 0.14824873208999634, 0.03444083034992218, -0.0007331980159506202, -0.1400776505470276, 0.10673409700393677, -0.060156434774398804, -0.010151425376534462, 0.09550673514604568, -0.08319920301437378, 0.048856139183044434, 0.07468824833631516, -0.01950058713555336, 0.05372466519474983, -0.11716536432504654, -0.2690386474132538, 0.023945249617099762, 0.027653370052576065, -0.0441947840154171, 0.07253700494766235, 0.145015150308609, 0.00042942073196172714, 0.05244648456573486, 0.061493102461099625, -0.05709811672568321, -0.17804701626300812, -0.19115881621837616, -0.0384756401181221, -0.11082857847213745, -0.023826930671930313, -0.10639674216508865, 0.04148538038134575, -0.02072913944721222, 0.05925795063376427, -0.09639845043420792, 0.12447383254766464, 0.06843417137861252, -0.11577396094799042, 0.05810433253645897, -0.008805959485471249, 0.048459235578775406, -0.07387776672840118, 0.08210063725709915, -0.10721065104007721, -0.026499031111598015, -0.016933415085077286, 0.03711435943841934, -0.05858420953154564, 0.0011270071845501661, -0.10357651859521866, -0.06808403134346008, -0.056935109198093414, 0.09072309732437134, -0.024477418512105942, 0.03998230770230293, -0.014557241462171078, -0.061277762055397034, -0.025446701794862747, 0.2273169606924057, -0.018587565049529076, -0.043939489871263504, -0.0661960318684578, 0.2851298749446869, -0.06544138491153717, 0.07253559678792953, -0.032977886497974396, -0.001274158013984561, -0.07127615064382553, 0.2931469976902008, 0.36314713954925537, -0.14264726638793945, 0.011796033009886742, -0.018389053642749786, 0.03556118905544281, 0.07535336911678314, 0.18024654686450958, 0.07291083037853241, 0.3107033371925354, -0.04080776497721672, -0.01225926261395216, -0.10546047985553741, -0.03835856914520264, 0.014304363168776035, 0.02947218343615532, 0.08378855139017105, -0.05586446449160576, -0.06808875501155853, 0.1039084792137146, -0.26703301072120667, -0.02056516334414482, -0.16380304098129272, -0.061613935977220535, -0.04166705906391144, 0.0007227687747217715, 0.07237391918897629, 0.028740311041474342, 0.05115301162004471, -0.039005450904369354, -0.047156207263469696, 0.057444483041763306, -0.02154913917183876, -0.12674635648727417, 0.0002557095722295344, 0.143532857298851, -0.07906237244606018, -0.0018181405030190945, 0.0032308290246874094, 0.060348983854055405, 0.044118594378232956, 0.04119637981057167, -0.10164451599121094, 0.02608482725918293, 0.01246592216193676, -0.03363148868083954, -0.028164468705654144, 0.008156497962772846, 0.07835527509450912, -0.21697945892810822, 0.0020338469184935093, -0.14078554511070251, 0.011757226660847664, -0.07641053944826126, -0.006896127946674824, -0.08222074061632156, 0.03242125362157822, 0.004625517874956131, 0.1118803396821022, 0.11125602573156357, -0.03202005848288536, -0.0006144302315078676, -0.06265610456466675, 0.06727221608161926, -0.06884542852640152, -0.02960195019841194, -0.025150567293167114, -0.09257599711418152, -0.09335606545209885, 0.09815482050180435, -0.022339481860399246, -0.1427105814218521, 0.007601875811815262, -0.09401176869869232, -0.04369132220745087, -0.021486658602952957, 0.09382037818431854, 0.11086808145046234, 0.09180203825235367, -0.007599277421832085, 0.047748953104019165, 0.03120456263422966, 0.07436691224575043, -0.12886843085289001, -0.10148585587739944 ]
null
null
transformers
<div class="inline-flex flex-col" style="line-height: 1.5;"> <div class="flex"> <div style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;https://pbs.twimg.com/profile_images/1415310065960198148/w9Yr9mLK_400x400.jpg&#39;)"> </div> <div style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)"> </div> <div style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)"> </div> </div> <div style="text-align: center; margin-top: 3px; font-size: 16px; font-weight: 800">🤖 AI BOT 🤖</div> <div style="text-align: center; font-size: 16px; font-weight: 800">gãmbs</div> <div style="text-align: center; font-size: 14px;">@gambsvns</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on tweets from gãmbs. | Data | gãmbs | | --- | --- | | Tweets downloaded | 3246 | | Retweets | 86 | | Short tweets | 308 | | Tweets kept | 2852 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/2wahjzcj/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @gambsvns's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/1td3tcaf) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/1td3tcaf/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/gambsvns') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/gambsvns/1626385842515/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/gambsvns
[ "transformers", "pytorch", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
AI BOT gãmbs @gambsvns I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on tweets from gãmbs. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @gambsvns'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 54 ]
[ "passage: TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ -0.0001764487533364445, -0.01891571842133999, -0.0068881697952747345, 0.01242890115827322, 0.16224369406700134, 0.04406825825572014, 0.08452208340167999, 0.14250440895557404, -0.026455026119947433, -0.016114573925733566, 0.17334569990634918, 0.17106501758098602, -0.014037161134183407, 0.08718273043632507, -0.05552244931459427, -0.2646014094352722, 0.044212065637111664, 0.058431971818208694, -0.020032864063978195, 0.14111687242984772, 0.0714879110455513, -0.01828647032380104, 0.10845158249139786, -0.02953636273741722, -0.18877948820590973, 0.03499612212181091, 0.05605728179216385, -0.09992336481809616, 0.11936124414205551, 0.04713086411356926, 0.08659981191158295, 0.015409729443490505, -0.07482189685106277, -0.12249794602394104, 0.03866785019636154, 0.041891295462846756, -0.0629689022898674, 0.05911329388618469, 0.08818957209587097, -0.11120674759149551, 0.1456013321876526, 0.07799911499023438, -0.01863223686814308, 0.07941857725381851, -0.17164963483810425, -0.019008882343769073, -0.036983806639909744, 0.005464354529976845, 0.057414017617702484, 0.07476010918617249, -0.01932354085147381, 0.1732589453458786, -0.0767555758357048, 0.09587065875530243, 0.16117197275161743, -0.2913956344127655, -0.005072304047644138, 0.0498935841023922, 0.06722559779882431, 0.03902119770646095, -0.015738610178232193, 0.08706029504537582, 0.06277379393577576, 0.02536560781300068, -0.0014978112885728478, -0.06339331716299057, -0.0928240567445755, 0.04014677554368973, -0.0745372325181961, -0.06578013300895691, 0.20811960101127625, -0.039430033415555954, 0.050536420196294785, -0.03807967156171799, -0.10491003096103668, -0.02197154052555561, -0.015753688290715218, 0.00720712635666132, -0.06031509116292, 0.08949250727891922, -0.014659170061349869, -0.07363511621952057, -0.15025688707828522, -0.016003666445612907, -0.18369624018669128, 0.1574522852897644, 0.003967532888054848, 0.04864242300391197, -0.2093716263771057, 0.11408322304487228, 0.020872395485639572, -0.08021171391010284, 0.047296058386564255, -0.09546594321727753, 0.07179957628250122, 0.002116252202540636, -0.05267130210995674, -0.02264278009533882, 0.08682441711425781, 0.15258505940437317, -0.026140356436371803, 0.0017382961232215166, -0.027155736461281776, 0.07059825956821442, 0.05281682312488556, 0.040018972009420395, -0.017763059586286545, -0.04289618879556656, 0.045782025903463364, -0.15945611894130707, -0.007582054473459721, -0.06918198615312576, -0.1068587526679039, -0.05112413689494133, 0.022331949323415756, 0.06442617624998093, 0.031878020614385605, 0.11345649510622025, -0.04609488695859909, -0.014168480411171913, 0.06350603699684143, -0.042460083961486816, -0.0172110628336668, -0.016047241166234016, 0.015319211408495903, 0.14095398783683777, -0.018181998282670975, 0.030711950734257698, -0.11251416057348251, 0.0645761713385582, -0.09946728497743607, -0.01914660818874836, -0.0071241967380046844, -0.04078202322125435, 0.029947424307465553, -0.13505136966705322, 0.010975461453199387, -0.1711256355047226, -0.14874492585659027, 0.009897243231534958, -0.02876151353120804, -0.018498392775654793, -0.059200938791036606, -0.03973992541432381, -0.01719699800014496, 0.06084148958325386, -0.04528016224503517, 0.0009662628290243447, -0.05951235070824623, 0.11524756252765656, -0.05245914310216904, 0.06888316571712494, -0.13250301778316498, 0.05976588651537895, -0.15375985205173492, -0.00870948750525713, -0.04503806680440903, 0.08287355303764343, 0.017666861414909363, 0.16653785109519958, -0.006960130762308836, -0.012972959317266941, -0.09847598522901535, 0.06441020965576172, -0.023426895961165428, 0.24133971333503723, -0.06349262595176697, -0.143473818898201, 0.22233937680721283, -0.06944137066602707, -0.1420930027961731, 0.12657590210437775, 0.020838137716054916, 0.07354387640953064, 0.10204131156206131, 0.19502143561840057, 0.014321080408990383, 0.006638950202614069, 0.054760824888944626, 0.0820525735616684, -0.17468082904815674, -0.03090454451739788, -0.00916894432157278, -0.01691337674856186, -0.1358218789100647, 0.043003637343645096, 0.11889315396547318, 0.10293904691934586, -0.07099705934524536, -0.013554582372307777, -0.03317642584443092, -0.004439891315996647, 0.06940841674804688, -0.007896981202065945, 0.09806080162525177, -0.09929461032152176, -0.040301576256752014, -0.058301206678152084, -0.006890235934406519, 0.0024084753822535276, 0.04120192304253578, -0.040066637098789215, 0.10096675902605057, -0.0006905568297952414, 0.05225489288568497, -0.14046427607536316, -0.07798092812299728, -0.020940499380230904, 0.1575685739517212, 0.04120592027902603, 0.04776391014456749, 0.057414863258600235, -0.0481991246342659, -0.0158701092004776, -0.009968787431716919, 0.16312187910079956, -0.0394844189286232, -0.06968989968299866, -0.056453973054885864, 0.10656707733869553, -0.058365050703287125, 0.03222460299730301, -0.04202231392264366, 0.022449776530265808, 0.060929615050554276, 0.12114907056093216, -0.0026538248639553785, 0.029062092304229736, -0.01023187953978777, -0.0038288652431219816, -0.07459788024425507, -0.020947640761733055, 0.10031349956989288, -0.004600553773343563, -0.08327498286962509, 0.23685328662395477, -0.17454755306243896, 0.19663569331169128, 0.2115958034992218, -0.2628093659877777, -0.024321777746081352, -0.06840608268976212, -0.05017746612429619, 0.003011465771123767, 0.05876095965504646, -0.04692309722304344, 0.09809201210737228, -0.02521132305264473, 0.16497591137886047, -0.04652651026844978, -0.07362692058086395, 0.016456644982099533, -0.05898859724402428, -0.0463954322040081, 0.0659271627664566, 0.08106416463851929, -0.15480613708496094, 0.18694530427455902, 0.20838376879692078, 0.07612863928079605, 0.19334357976913452, 0.004058185499161482, -0.014812501147389412, 0.08005014806985855, -0.03805047646164894, -0.04202093929052353, -0.07553261518478394, -0.16944189369678497, -0.01902174763381481, 0.07485251128673553, 0.03750864416360855, 0.11274250596761703, -0.10172852873802185, -0.07372885197401047, -0.016179129481315613, -0.005032413639128208, 0.005167648661881685, 0.1174640879034996, 0.045775800943374634, 0.14043675363063812, -0.019972821697592735, 0.03493902459740639, 0.08747350424528122, 0.02448674477636814, -0.10759711265563965, 0.16407065093517303, -0.14081640541553497, -0.38538745045661926, -0.16212545335292816, -0.13394121825695038, -0.029274288564920425, 0.04825805127620697, 0.11038947850465775, -0.13598975539207458, 0.0011978530092164874, -0.003706524148583412, 0.12342415004968643, -0.0806080624461174, 0.03755999356508255, -0.07838296890258789, 0.026997538283467293, -0.06349453330039978, -0.07917723804712296, -0.036463622003793716, -0.03232228383421898, -0.10000553727149963, 0.1757805496454239, -0.11054177582263947, 0.057571277022361755, 0.1741490364074707, 0.022440658882260323, 0.034390855580568314, -0.0513761006295681, 0.17275545001029968, -0.11779367178678513, 0.02093288116157055, 0.16278521716594696, -0.01799617148935795, 0.08678310364484787, 0.08059167861938477, -0.015366556122899055, -0.10777527838945389, 0.05196633189916611, 0.0019955262541770935, -0.1096891239285469, -0.20052047073841095, -0.12150565534830093, -0.0784008651971817, 0.14483654499053955, 0.05303339660167694, 0.05915789678692818, 0.17167222499847412, 0.08591149002313614, -0.04288473725318909, -0.004711467772722244, -0.012867298908531666, 0.07781979441642761, 0.1684085726737976, -0.017248503863811493, 0.11789125204086304, -0.05446818470954895, -0.11601924896240234, 0.13826869428157806, 0.02504623495042324, 0.050291191786527634, 0.04182872176170349, 0.008374262601137161, -0.009610554203391075, 0.09969738125801086, 0.12988939881324768, 0.118865467607975, -0.008107239380478859, -0.0232877004891634, -0.03601100295782089, -0.00860752072185278, -0.03570752218365669, 0.034572016447782516, 0.011757065542042255, -0.16013272106647491, -0.05726486071944237, -0.12173470109701157, 0.0964120477437973, 0.09787409752607346, 0.08039643615484238, -0.2033146470785141, -0.004589703865349293, 0.07378163933753967, -0.03603411093354225, -0.11624246090650558, 0.086527980864048, 0.033109065145254135, -0.1271866261959076, 0.0817195475101471, -0.03352120518684387, 0.115711510181427, -0.017423994839191437, 0.09427224844694138, -0.04346824064850807, -0.0329415462911129, -0.012381686829030514, 0.10430185496807098, -0.30799204111099243, 0.17485815286636353, -0.019660785794258118, -0.07034741342067719, -0.07672256976366043, -0.025566134601831436, 0.017929747700691223, 0.07530300319194794, 0.09619415551424026, 0.024311896413564682, 0.04642496258020401, -0.09243860840797424, -0.03940937668085098, 0.034113768488168716, 0.13641610741615295, -0.0638844221830368, -0.015862328931689262, -0.04075292870402336, 0.01116214320063591, -0.019626103341579437, -0.027355113998055458, 0.018256209790706635, -0.1504947543144226, 0.05358212813735008, 0.017237937077879906, 0.0753018707036972, 0.03889141231775284, -0.007973386906087399, -0.10224062204360962, 0.18268363177776337, -0.03004412353038788, -0.08521177619695663, -0.127006396651268, -0.04812724515795708, 0.04587927460670471, -0.051474425941705704, 0.034381575882434845, -0.06691597402095795, -0.011345877312123775, -0.06886660307645798, -0.21483656764030457, 0.12495172768831253, -0.0775398537516594, -0.07874035835266113, -0.03474915772676468, 0.20981398224830627, -0.05076101794838905, -0.00018431349599268287, 0.01172169204801321, 0.014822970144450665, -0.1086968258023262, -0.10466268658638, 0.06874550879001617, -0.034708425402641296, 0.02743770368397236, 0.02760813757777214, -0.03700246661901474, 0.02073092758655548, -0.06074898689985275, -0.01314478274434805, 0.2849438786506653, 0.22848764061927795, -0.035804633051157, 0.1875685602426529, 0.10711772739887238, -0.07248730212450027, -0.30828598141670227, -0.0999293103814125, -0.13133330643177032, -0.033457282930612564, -0.02052777260541916, -0.17081500589847565, 0.07089676707983017, 0.04558560997247696, 0.00998434517532587, 0.14900504052639008, -0.21140912175178528, -0.08518896996974945, 0.1092359870672226, -0.03466132655739784, 0.42140644788742065, -0.1164151057600975, -0.09652433544397354, -0.05340435355901718, -0.15239587426185608, 0.20086675882339478, -0.01557826716452837, 0.08761543780565262, -0.031178412958979607, 0.14360429346561432, 0.04995222017168999, -0.01680157333612442, 0.08329997956752777, 0.0014065488940104842, 0.004026432521641254, -0.12653036415576935, -0.022627411410212517, 0.0504734143614769, 0.021120509132742882, 0.0054380460642278194, -0.07736434042453766, 0.028706049546599388, -0.14863882958889008, -0.024921666830778122, -0.10909338295459747, 0.08278775960206985, 0.03857516124844551, -0.07422378659248352, -0.010892878286540508, -0.05615931376814842, -0.023589344695210457, -0.012528443709015846, 0.13453009724617004, -0.050522636622190475, 0.1720355898141861, 0.036824267357587814, 0.11522943526506424, -0.13816054165363312, 0.06146138161420822, -0.07406572997570038, -0.07532623410224915, 0.06773588061332703, -0.13577620685100555, 0.05240122601389885, 0.10075365751981735, -0.03372569754719734, 0.04758675396442413, 0.08927652984857559, 0.000919255951885134, 0.009403540752828121, 0.15953567624092102, -0.2761637568473816, 0.01791755110025406, -0.07046908140182495, -0.07692829519510269, 0.112159863114357, 0.07484955340623856, 0.181244894862175, 0.02791808731853962, -0.0472177192568779, 0.012221097014844418, 0.019269011914730072, -0.05120278522372246, 0.0548672117292881, 0.006578541360795498, -0.011816216632723808, -0.14148055016994476, 0.08790901303291321, -0.0015104453777894378, -0.1429632604122162, 0.02210722118616104, 0.19665491580963135, -0.13288317620754242, -0.10024755448102951, -0.05081937462091446, 0.057288672775030136, -0.13861924409866333, 0.008680099621415138, -0.01990172080695629, -0.09562872350215912, 0.0756591260433197, 0.1573420912027359, 0.05079081282019615, 0.12963363528251648, -0.02916029281914234, -0.008411908522248268, -0.04279141128063202, -0.051675889641046524, 0.02788730151951313, 0.019720058888196945, -0.07752392441034317, 0.08735781908035278, -0.024015765637159348, 0.14329436421394348, -0.10051412135362625, -0.06987810134887695, -0.1344141960144043, -0.005019306670874357, -0.09607285261154175, -0.0959741547703743, -0.08079583197832108, -0.061935000121593475, 0.004180733114480972, -0.039079975336790085, -0.0417400486767292, -0.08063078671693802, -0.10278100520372391, 0.016344387084245682, -0.02737213484942913, 0.028547246009111404, -0.07021904736757278, 0.008450011722743511, 0.12212047725915909, -0.029432062059640884, 0.17478644847869873, 0.15045183897018433, -0.10443241149187088, 0.10585668683052063, -0.17528948187828064, -0.10057486593723297, 0.10386897623538971, -0.01424362976104021, 0.02509693056344986, 0.12928596138954163, 0.018586233258247375, 0.04242280498147011, 0.03278495371341705, 0.06450606882572174, 0.04438134282827377, -0.11879310011863708, 0.08265755325555801, -0.002198860514909029, -0.15595629811286926, -0.061124756932258606, -0.09235648810863495, 0.02707000821828842, 0.02035105973482132, 0.11072126775979996, -0.04177020862698555, 0.08901136368513107, -0.06589431315660477, 0.023006385192275047, 0.025188656523823738, -0.17641755938529968, -0.03692740947008133, -0.05073147267103195, 0.03235582634806633, 0.028527792543172836, 0.22216679155826569, 0.015049049630761147, -0.030550595372915268, 0.0387740358710289, 0.12439186871051788, 0.015807392075657845, -0.0005460345419123769, 0.1709187924861908, 0.10334094613790512, -0.07364179939031601, -0.14011329412460327, 0.0676020160317421, 0.012262817472219467, -0.05599943920969963, 0.11458845436573029, -0.01812131516635418, -0.006866521667689085, 0.0670672059059143, -0.019556820392608643, 0.03449620306491852, -0.06607513129711151, -0.12762659788131714, -0.02478908933699131, 0.04269528388977051, 0.0029638311825692654, 0.12794137001037598, 0.15664103627204895, -0.005168106406927109, 0.026651626452803612, -0.015845872461795807, -0.023246217519044876, -0.13421551883220673, -0.15646639466285706, -0.06222613900899887, -0.14998294413089752, 0.022462334483861923, -0.08663632720708847, 0.047867026180028915, 0.05302877724170685, 0.07266844809055328, -0.06541765481233597, 0.06867647916078568, 0.049353908747434616, -0.11939282715320587, 0.08969518542289734, -0.024748487398028374, 0.04455447196960449, -0.0018985075876116753, -0.03077637031674385, -0.10359742492437363, 0.042003192007541656, -0.01649407483637333, 0.045346152037382126, -0.04421991854906082, 0.022579338401556015, -0.1750071942806244, -0.10995419323444366, -0.04818427562713623, 0.06838665902614594, -0.06683412194252014, 0.04056481271982193, 0.01606888137757778, 0.011690732091665268, 0.030521972104907036, 0.22083373367786407, -0.041100796312093735, -0.04384056478738785, -0.041319385170936584, 0.1635150909423828, -0.014866671524941921, 0.08733032643795013, -0.027159888297319412, -0.008534550666809082, -0.09159335494041443, 0.3551705777645111, 0.29626867175102234, -0.08988689631223679, 0.018322573974728584, -0.023403000086545944, 0.04054094851016998, 0.13749836385250092, 0.13930056989192963, 0.09693139791488647, 0.23870247602462769, -0.069560706615448, -0.05235563591122627, -0.01810343936085701, -0.013992605730891228, -0.06698887050151825, 0.09740167111158371, 0.02308662235736847, -0.05992421507835388, -0.0399320125579834, 0.09157036244869232, -0.2363831102848053, 0.1119081899523735, -0.1049022525548935, -0.15424089133739471, -0.03413557633757591, 0.011207441799342632, 0.07758733630180359, 0.01318280678242445, 0.11218693852424622, 0.013466300442814827, -0.0844072625041008, 0.014990749768912792, 0.034041877835989, -0.25270384550094604, 0.004782035481184721, 0.053680628538131714, -0.12391778826713562, -0.004765757359564304, -0.025234686210751534, 0.013625700026750565, 0.05700398609042168, 0.04094824194908142, -0.03069460764527321, 0.016096249222755432, -0.006652043666690588, -0.020144162699580193, -0.008288858458399773, 0.05953062325716019, 0.04713095352053642, -0.1559005230665207, 0.06380777060985565, -0.13577982783317566, 0.04075455665588379, -0.023885579779744148, -0.012463473714888096, -0.0012933483812958002, 0.01776987873017788, -0.0522073432803154, 0.06581555306911469, 0.07255802303552628, -0.0144086554646492, 0.008549283258616924, -0.08346639573574066, -0.034440234303474426, -0.023841137066483498, -0.10951124131679535, -0.08404874801635742, -0.13158579170703888, -0.12121031433343887, 0.10822955518960953, -0.02819518744945526, -0.18475614488124847, 0.03248962014913559, -0.12301548570394516, 0.05860345810651779, -0.17328192293643951, 0.11332228779792786, 0.07014153152704239, 0.018578365445137024, 0.01264720968902111, -0.007008096668869257, 0.08073210716247559, 0.11507359892129898, -0.0813264548778534, -0.08199906349182129 ]
null
null
transformers
<div class="inline-flex flex-col" style="line-height: 1.5;"> <div class="flex"> <div style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;https://pbs.twimg.com/profile_images/999953713958739968/NQspJe-0_400x400.jpg&#39;)"> </div> <div style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)"> </div> <div style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)"> </div> </div> <div style="text-align: center; margin-top: 3px; font-size: 16px; font-weight: 800">🤖 AI BOT 🤖</div> <div style="text-align: center; font-size: 16px; font-weight: 800">Repulse | Iragon is on Kickstarter!</div> <div style="text-align: center; font-size: 14px;">@gamerepulse</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on tweets from Repulse | Iragon is on Kickstarter!. | Data | Repulse | Iragon is on Kickstarter! | | --- | --- | | Tweets downloaded | 510 | | Retweets | 166 | | Short tweets | 23 | | Tweets kept | 321 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/3dqejmdb/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @gamerepulse's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/czq1aton) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/czq1aton/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/gamerepulse') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/gamerepulse/1637857655050/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/gamerepulse
[ "transformers", "pytorch", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
<div class="inline-flex flex-col" style="line-height: 1.5;"> <div class="flex"> <div style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;URL </div> <div style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)"> </div> <div style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)"> </div> </div> <div style="text-align: center; margin-top: 3px; font-size: 16px; font-weight: 800"> AI BOT </div> <div style="text-align: center; font-size: 16px; font-weight: 800">Repulse | Iragon is on Kickstarter!</div> <div style="text-align: center; font-size: 14px;">@gamerepulse</div> </div> I was made with huggingtweets. Create your own bot based on your favorite user with the demo! ## How does it work? The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. ## Training data The model was trained on tweets from Repulse | Iragon is on Kickstarter!. | Data | Repulse | Iragon is on Kickstarter! | | --- | --- | | Tweets downloaded | 510 | | Retweets | 166 | | Short tweets | 23 | | Tweets kept | 321 | Explore the data, which is tracked with W&B artifacts at every step of the pipeline. ## Training procedure The model is based on a pre-trained GPT-2 which is fine-tuned on @gamerepulse'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. ## How to use You can use this model directly with a pipeline for text generation: ## Limitations and bias 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. ## About *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[ "## How does it work?\n\nThe model uses the following pipeline.\n\n!pipeline\n\nTo understand how the model was developed, check the W&B report.", "## Training data\n\nThe model was trained on tweets from Repulse | Iragon is on Kickstarter!.\n\n| Data | Repulse | Iragon is on Kickstarter! |\n| --- | --- |\n| Tweets downloaded | 510 |\n| Retweets | 166 |\n| Short tweets | 23 |\n| Tweets kept | 321 |\n\nExplore the data, which is tracked with W&B artifacts at every step of the pipeline.", "## Training procedure\n\nThe model is based on a pre-trained GPT-2 which is fine-tuned on @gamerepulse's tweets.\n\nHyperparameters and metrics are recorded in the W&B training run for full transparency and reproducibility.\n\nAt the end of training, the final model is logged and versioned.", "## How to use\n\nYou can use this model directly with a pipeline for text generation:", "## Limitations and bias\n\nThe model suffers from the same limitations and bias as GPT-2.\n\nIn addition, the data present in the user's tweets further affects the text generated by the model.", "## About\n\n*Built by Boris Dayma*\n\n![Follow](URL\n\nFor more details, visit the project repository.\n\n![GitHub stars](URL" ]
[ "TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "## How does it work?\n\nThe model uses the following pipeline.\n\n!pipeline\n\nTo understand how the model was developed, check the W&B report.", "## Training data\n\nThe model was trained on tweets from Repulse | Iragon is on Kickstarter!.\n\n| Data | Repulse | Iragon is on Kickstarter! |\n| --- | --- |\n| Tweets downloaded | 510 |\n| Retweets | 166 |\n| Short tweets | 23 |\n| Tweets kept | 321 |\n\nExplore the data, which is tracked with W&B artifacts at every step of the pipeline.", "## Training procedure\n\nThe model is based on a pre-trained GPT-2 which is fine-tuned on @gamerepulse's tweets.\n\nHyperparameters and metrics are recorded in the W&B training run for full transparency and reproducibility.\n\nAt the end of training, the final model is logged and versioned.", "## How to use\n\nYou can use this model directly with a pipeline for text generation:", "## Limitations and bias\n\nThe model suffers from the same limitations and bias as GPT-2.\n\nIn addition, the data present in the user's tweets further affects the text generated by the model.", "## About\n\n*Built by Boris Dayma*\n\n![Follow](URL\n\nFor more details, visit the project repository.\n\n![GitHub stars](URL" ]
[ 54, 34, 116, 76, 18, 47, 38 ]
[ "passage: TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n## How does it work?\n\nThe model uses the following pipeline.\n\n!pipeline\n\nTo understand how the model was developed, check the W&B report.## Training data\n\nThe model was trained on tweets from Repulse | Iragon is on Kickstarter!.\n\n| Data | Repulse | Iragon is on Kickstarter! |\n| --- | --- |\n| Tweets downloaded | 510 |\n| Retweets | 166 |\n| Short tweets | 23 |\n| Tweets kept | 321 |\n\nExplore the data, which is tracked with W&B artifacts at every step of the pipeline.## Training procedure\n\nThe model is based on a pre-trained GPT-2 which is fine-tuned on @gamerepulse's tweets.\n\nHyperparameters and metrics are recorded in the W&B training run for full transparency and reproducibility.\n\nAt the end of training, the final model is logged and versioned.## How to use\n\nYou can use this model directly with a pipeline for text generation:## Limitations and bias\n\nThe model suffers from the same limitations and bias as GPT-2.\n\nIn addition, the data present in the user's tweets further affects the text generated by the model.## About\n\n*Built by Boris Dayma*\n\n![Follow](URL\n\nFor more details, visit the project repository.\n\n![GitHub stars](URL" ]
[ -0.024981124326586723, 0.09835535287857056, -0.00352578260935843, 0.08300304412841797, 0.1193927749991417, 0.026497071608901024, 0.09022251516580582, 0.13181909918785095, -0.022966725751757622, 0.06854181736707687, 0.09090635925531387, 0.001598890288732946, 0.06924008578062057, 0.2247786819934845, 0.13398964703083038, -0.2718711495399475, 0.011417730711400509, -0.09043730795383453, -0.015923751518130302, 0.14265885949134827, 0.09713321179151535, -0.05590057373046875, 0.07162395119667053, 0.010454749688506126, -0.07862824946641922, 0.02149784006178379, 0.015196614898741245, -0.05011197552084923, 0.0790250226855278, 0.03685562312602997, 0.05274316668510437, -0.0094533646479249, 0.07908118516206741, -0.1773459017276764, 0.036506664007902145, 0.1259164959192276, 0.009756864048540592, 0.075213722884655, 0.08569573611021042, -0.013214045204222202, 0.1291845738887787, -0.02760378271341324, 0.09153641760349274, 0.09598477184772491, -0.1592198610305786, -0.17966708540916443, -0.10697170346975327, 0.08711982518434525, 0.12397743761539459, 0.08491143584251404, -0.06232762709259987, 0.0868927538394928, -0.015143442898988724, 0.021266251802444458, 0.17878848314285278, -0.2574891149997711, -0.05455251783132553, 0.05210474878549576, 0.025379154831171036, 0.08711754530668259, -0.05043724924325943, 0.01129148155450821, 0.02542083151638508, 0.035970401018857956, 0.029248341917991638, -0.02249453216791153, 0.18289165198802948, 0.002864151494577527, -0.14076440036296844, -0.04265768826007843, 0.04857528582215309, -0.008603617548942566, -0.07021395862102509, -0.13614745438098907, -0.03808271512389183, -0.06572361290454865, 0.004810938611626625, -0.039127908647060394, 0.006969864945858717, 0.03204326704144478, -0.05953335389494896, -0.11101356893777847, -0.0974419042468071, -0.07632701098918915, 0.016931230202317238, 0.052551329135894775, 0.022691648453474045, 0.031403109431266785, -0.08509643375873566, 0.22032983601093292, -0.025926822796463966, -0.1031540185213089, -0.06794166564941406, -0.08064281940460205, -0.10886996239423752, -0.06797648221254349, 0.013716889545321465, 0.030000988394021988, 0.028896044939756393, 0.2520129680633545, 0.020347146317362785, 0.05158352851867676, 0.047502994537353516, -0.003744309302419424, 0.09830299764871597, 0.10898879915475845, -0.11870536208152771, -0.06875025480985641, 0.05281965434551239, 0.0029447448905557394, -0.04707541689276695, -0.0597800575196743, -0.024721838533878326, 0.021364882588386536, 0.015953585505485535, 0.08490040898323059, 0.05672004446387291, 0.04047337919473648, -0.027089744806289673, -0.028208669275045395, 0.08462077379226685, -0.13013899326324463, 0.03476360812783241, 0.01861853338778019, -0.04714013263583183, -0.0030540379229933023, 0.019033074378967285, 0.006782322656363249, -0.0973072275519371, 0.03550044447183609, -0.07778575271368027, -0.04731976240873337, -0.07891158014535904, -0.06272540986537933, -0.0007203628192655742, -0.012755273841321468, -0.0643744245171547, -0.09601139277219772, -0.13229882717132568, -0.05766142159700394, 0.04141257330775261, -0.07114897668361664, -0.010558802634477615, 0.004959923215210438, -0.02281058020889759, 0.00818121898919344, 0.03291546553373337, 0.05606827884912491, -0.03739184886217117, 0.05540045350790024, -0.03094315342605114, 0.014576118439435959, 0.06857237219810486, 0.021622680127620697, -0.11414027959108353, 0.04862601310014725, -0.16212807595729828, 0.1371019184589386, -0.04486853629350662, 0.02283468469977379, -0.14483441412448883, -0.09019790589809418, -0.01173138152807951, -0.024731788784265518, 0.03910891339182854, 0.11489700525999069, -0.15957458317279816, -0.04761584475636482, 0.18764717876911163, -0.10173152387142181, -0.05342499166727066, 0.11458059400320053, -0.061167504638433456, 0.07751354575157166, 0.10223545134067535, 0.10165316611528397, 0.16014322638511658, -0.08923035860061646, 0.04135885834693909, -0.0247635580599308, -0.07460066676139832, 0.1660378873348236, 0.06943312287330627, -0.02742224745452404, -0.008613348007202148, -0.009764917194843292, -0.11241095513105392, 0.02155490219593048, -0.0596151240170002, -0.04409049078822136, 0.014750046655535698, -0.02400849387049675, -0.0009057241841219366, -0.015659460797905922, -0.031059246510267258, -0.049190595746040344, -0.1336461305618286, -0.006797184236347675, 0.09040342271327972, -0.03203050047159195, -0.0009225159883499146, -0.1232118234038353, 0.05505719408392906, -0.018832281231880188, 0.019252609461545944, -0.15226531028747559, -0.06769253313541412, 0.01869581826031208, -0.03947709500789642, 0.10376632213592529, 0.008641792461276054, 0.05803068354725838, 0.08196834474802017, -0.012534642592072487, -0.024970341473817825, -0.08801911771297455, 0.0011823326349258423, -0.054046615958213806, -0.14017783105373383, -0.06849442422389984, -0.06901092827320099, 0.08714761584997177, -0.1303391456604004, 0.012424539774656296, 0.09143985062837601, 0.08140185475349426, 0.015842899680137634, -0.07233194261789322, -0.0069214897230267525, -0.04855428263545036, 0.011794991791248322, -0.11207840591669083, -0.00033523005549795926, 0.0009984909556806087, -0.04249383136630058, 0.06536871194839478, -0.14569664001464844, -0.03962374106049538, 0.11100851744413376, 0.0782347097992897, -0.1528066247701645, 0.06291879713535309, -0.07381764054298401, -0.017386270686984062, -0.08556044101715088, -0.022953364998102188, 0.24475879967212677, 0.030001075938344002, 0.07501467317342758, -0.060881372541189194, -0.039571382105350494, -0.0037119728513062, -0.06477011740207672, -0.0024343363475054502, 0.04908078908920288, 0.019564379006624222, -0.2180854082107544, 0.053638603538274765, 0.019791843369603157, 0.09257183223962784, 0.19685184955596924, 0.01927356608211994, -0.09431727975606918, -0.05864062160253525, -0.050034359097480774, -0.0028967042453587055, 0.06250505149364471, 0.003789460752159357, 0.0019255724037066102, 0.03168557211756706, 0.04045482724905014, 0.02651813253760338, -0.12573571503162384, -0.009120584465563297, 0.06650394201278687, -0.044028155505657196, -0.03955782577395439, 0.0034245154820382595, -0.031814999878406525, 0.11575601249933243, 0.07797643542289734, 0.11148238927125931, -0.02108081802725792, -0.043772175908088684, -0.15906628966331482, 0.1459873914718628, -0.09296964108943939, -0.18108248710632324, -0.12010541558265686, -0.015787634998559952, 0.0611821673810482, 0.03530775383114815, 0.03561435267329216, -0.10974211245775223, -0.0395175963640213, -0.07992532104253769, 0.08346163481473923, -0.02177697978913784, -0.016696687787771225, -0.022523052990436554, 0.013981424272060394, -0.0019655278883874416, -0.1090412363409996, -0.01397503912448883, 0.03412706404924393, -0.15135705471038818, 0.008281828835606575, 0.026752732694149017, 0.04085719957947731, 0.1641015261411667, 0.0027488786727190018, 0.03704260662198067, -0.03181856498122215, 0.2780132591724396, -0.1332419216632843, 0.10852326452732086, 0.16380546987056732, 0.007161331363022327, 0.07413462549448013, 0.04956566169857979, 0.024726081639528275, -0.06517244130373001, 0.07203230261802673, 0.04076690226793289, -0.09639569371938705, -0.19079835712909698, -0.011430148966610432, 0.0030397733207792044, 0.034247640520334244, 0.11144053936004639, 0.06587328016757965, 0.024629227817058563, 0.020606059581041336, -0.06175406277179718, -0.04273981600999832, 0.06926219165325165, 0.09069295972585678, -0.09115640819072723, 0.0017753702122718096, 0.04826857149600983, -0.04944166913628578, 0.02304220199584961, 0.16632065176963806, -0.02396905981004238, 0.15653032064437866, -0.032508447766304016, 0.08486559242010117, 0.061453934758901596, 0.08147481083869934, 0.021355269476771355, 0.028518006205558777, 0.007604153826832771, 0.026750462129712105, -0.01297227293252945, -0.06880699843168259, 0.009106366895139217, 0.043203867971897125, 0.0160844624042511, -0.03772115334868431, -0.03693818300962448, 0.005790058523416519, 0.08084762096405029, 0.21165069937705994, 0.06260241568088531, -0.18244265019893646, -0.09412747621536255, 0.042768508195877075, -0.07658399641513824, -0.06609207391738892, 0.009432338178157806, 0.07308155298233032, -0.2158048003911972, 0.038053661584854126, -0.02076597511768341, 0.09587603807449341, -0.04358601197600365, 0.006317976396530867, 0.1548428237438202, 0.07539442181587219, -0.061669252812862396, 0.09306436032056808, -0.2168130725622177, 0.06716826558113098, -0.017846807837486267, 0.0805048868060112, -0.054462023079395294, 0.001286933897063136, 0.0260243508964777, 0.0011917073279619217, 0.11477050185203552, 0.03409941866993904, 0.08304491639137268, -0.06502236425876617, -0.05777886509895325, -0.008208703249692917, 0.08192503452301025, -0.13539659976959229, 0.09544569253921509, -0.033229950815439224, 0.02681071124970913, -0.026819122955203056, -0.07246905565261841, -0.1040615364909172, -0.097682423889637, 0.05541405454277992, -0.14246618747711182, 0.035418421030044556, -0.06941942125558853, -0.01718338206410408, 0.027536941692233086, 0.2291382998228073, -0.0671902447938919, -0.11651048064231873, -0.15277577936649323, 0.07042812556028366, 0.08721767365932465, -0.05711355805397034, 0.03627541661262512, 0.0104686813428998, 0.1411609649658203, 0.007031458895653486, -0.11933489888906479, 0.053933583199977875, -0.06723563373088837, -0.22570624947547913, -0.013368090614676476, 0.1494343876838684, 0.13645386695861816, 0.029383141547441483, -0.00496322987601161, 0.029553545638918877, -0.040056049823760986, -0.16985052824020386, 0.048008859157562256, 0.04024386405944824, -0.04570049047470093, -0.02684648707509041, 0.094589464366436, 0.03031722828745842, -0.13206900656223297, 0.012859256938099861, 0.06800638139247894, 0.19923362135887146, -0.09913425147533417, 0.1358453631401062, 0.04983681067824364, -0.07272969186306, -0.20007959008216858, -0.02694741077721119, 0.042909711599349976, -0.0074150110594928265, 0.017123494297266006, -0.22261084616184235, 0.06676613539457321, 0.0479082390666008, -5.2108447334831e-7, 0.08023636043071747, -0.32710662484169006, -0.1426183581352234, 0.024285880848765373, 0.06021478399634361, -0.06706259399652481, -0.10411608964204788, -0.031427182257175446, -0.007842772640287876, -0.17860151827335358, 0.10411357879638672, -0.14186884462833405, 0.07077706605195999, 0.03113771416246891, 0.082931749522686, 0.01736457645893097, -0.04815775901079178, 0.13657984137535095, -0.0063911969773471355, 0.0443679541349411, -0.08975368738174438, -0.03619251772761345, 0.11778026819229126, -0.04669071361422539, 0.050908658653497696, 0.09362854063510895, 0.0656539723277092, -0.1227458044886589, -0.04150749370455742, -0.07415467500686646, 0.007893163710832596, -0.06337079405784607, -0.0924878641963005, -0.04761546850204468, 0.10596977919340134, 0.05701567232608795, -0.055922143161296844, -0.09881331026554108, -0.04470077157020569, 0.026629824191331863, 0.09673823416233063, 0.07498106360435486, 0.08300548046827316, -0.09607737511396408, 0.0032740000169724226, -0.017438799142837524, 0.03467554599046707, -0.10735339671373367, 0.038947004824876785, 0.08416557312011719, 0.042353883385658264, 0.08536612242460251, 0.02532130293548107, -0.16178438067436218, 0.03321007639169693, 0.052115313708782196, -0.15028849244117737, -0.1474703699350357, -0.022613277658820152, -0.014823002740740776, -0.06242843717336655, -0.048385895788669586, 0.10110778361558914, -0.0404217429459095, -0.05335235595703125, 0.02027842029929161, 0.06118079647421837, -0.09344989061355591, 0.12281396239995956, 0.05219591036438942, 0.04103344678878784, -0.08853702247142792, 0.11943252384662628, 0.05596096068620682, 0.006600670050829649, 0.027532488107681274, 0.13350611925125122, -0.12751305103302002, -0.030434539541602135, -0.021991323679685593, -0.002218106761574745, -0.019998807460069656, -0.02294718287885189, 0.018131759017705917, -0.06721694022417068, 0.05858756601810455, 0.051303595304489136, 0.021940572187304497, 0.07150562107563019, -0.029091788455843925, 0.03440481796860695, -0.0714334174990654, 0.058725755661726, 0.07192212343215942, 0.002435672329738736, -0.09219823777675629, 0.20395337045192719, 0.026828225702047348, 0.07139403373003006, -0.05571034550666809, -0.043936192989349365, -0.09359554201364517, 0.0070108757354319096, -0.06452465057373047, -0.019597625359892845, -0.07056700438261032, -0.02562890574336052, -0.01525623258203268, -0.05814054235816002, -0.005886044818907976, 0.02849298156797886, -0.04995350539684296, -0.05794087052345276, -0.053090110421180725, 0.011883617378771305, -0.15632909536361694, 0.022769587114453316, 0.0829368531703949, -0.06674089282751083, 0.13419881463050842, 0.0639481246471405, -0.015549317002296448, 0.00495484285056591, -0.12502866983413696, 0.039598166942596436, -0.0391780324280262, -0.026299959048628807, 0.009652923792600632, -0.1297721415758133, 0.02141616865992546, -0.08217771351337433, -0.07090842723846436, 0.014630126766860485, 0.08118927478790283, -0.12411565333604813, 0.06933879852294922, 0.024633990600705147, -0.020419947803020477, -0.09594669938087463, 0.03842438384890556, 0.04115099832415581, 0.05020095035433769, 0.09048333764076233, -0.05824727565050125, 0.0963171124458313, -0.2029203474521637, -0.04896141588687897, 0.0246684942394495, 0.04942556470632553, -0.010167871601879597, -0.027263561263680458, 0.04014257714152336, -0.023047491908073425, 0.15804746747016907, 0.003240128979086876, 0.020393652841448784, 0.05679045245051384, -0.017751675099134445, 0.006475420203059912, 0.05062112584710121, 0.055393919348716736, -0.03787607699632645, -0.02063395455479622, -0.04054996743798256, 0.007944215089082718, -0.053866542875766754, -0.08822041749954224, 0.1529436558485031, 0.02817213349044323, 0.12514141201972961, -0.01784958690404892, -0.009184218943119049, -0.0221569761633873, -0.1339108943939209, -0.014038540422916412, -0.02808438427746296, 0.010312109254300594, -0.08796925097703934, 0.08351917564868927, 0.17944717407226562, -0.16185958683490753, 0.07614699006080627, -0.007370971143245697, -0.04759884998202324, -0.10157178342342377, -0.19878286123275757, -0.014811011031270027, -0.07791607081890106, 0.02183397114276886, -0.09624846279621124, 0.10828643292188644, 0.012066928669810295, 0.06346295028924942, -0.03829771652817726, 0.14442741870880127, -0.05095946043729782, -0.08907180279493332, 0.04323003813624382, 0.001305804238654673, 0.02597293071448803, 0.0744551345705986, 0.05139037221670151, 0.00705187302082777, 0.028681455180048943, 0.07093177735805511, 0.04611842334270477, -0.030183393508195877, 0.028896229341626167, -0.044597674161195755, -0.06675175577402115, 0.005590562243014574, 0.005989865865558386, -0.02183697745203972, 0.0790400430560112, 0.045290179550647736, -0.03302569314837456, -0.016006603837013245, 0.2858588695526123, -0.05295977741479874, -0.08178975433111191, -0.17921961843967438, 0.2540937662124634, -0.0257718563079834, -0.0009588517132215202, 0.008909571915864944, -0.1409957855939865, 0.018697675317525864, 0.15179818868637085, 0.21055789291858673, -0.04259173572063446, 0.00715014198794961, -0.01800990104675293, 0.013708896934986115, 0.05953623726963997, 0.11993437260389328, 0.036560047417879105, 0.12028223276138306, -0.08320573717355728, 0.06495415419340134, -0.03423772007226944, -0.04998064041137695, -0.030915124341845512, 0.12413453310728073, 0.0236580241471529, 0.04574551805853844, -0.07594948261976242, 0.12059319019317627, -0.08355811983346939, -0.28789404034614563, 0.014900349080562592, -0.006099994760006666, -0.0870220735669136, 0.0500190407037735, -0.01903117448091507, -0.0056604319252073765, 0.10764990001916885, 0.04351299628615379, 0.006437515839934349, 0.11618742346763611, 0.054253313690423965, -0.04586800932884216, -0.01788734830915928, 0.11530917137861252, -0.08229329437017441, 0.1859516054391861, -0.014682571403682232, 0.0059098489582538605, 0.086851567029953, -0.004441589582711458, -0.1368333250284195, 0.044449333101511, 0.031081613153219223, -0.03307405114173889, -0.042656585574150085, 0.14611510932445526, 0.022598963230848312, -0.023826630786061287, 0.04285431280732155, -0.10953916609287262, 0.0038959323428571224, -0.06399571895599365, 0.021019835025072098, -0.1428034007549286, 0.0720314234495163, -0.06924445927143097, 0.14397144317626953, 0.16950155794620514, -0.09228141605854034, 0.045677103102207184, -0.08028252422809601, 0.004551871679723263, -0.0029567680321633816, 0.1062045767903328, -0.0008335265447385609, -0.13137058913707733, 0.0020088383462280035, 0.006109259091317654, 0.021808896213769913, -0.1651843935251236, -0.0342949815094471, -0.017771808430552483, -0.028215812519192696, -0.007849032990634441, 0.18462000787258148, 0.03646279498934746, 0.053801726549863815, -0.0278801117092371, 0.005762076936662197, 0.011569691821932793, 0.15356750786304474, -0.149307519197464, -0.045286111533641815 ]
null
null
transformers
<div class="inline-flex flex-col" style="line-height: 1.5;"> <div class="flex"> <div style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;https://pbs.twimg.com/profile_images/1410165726506274819/4HVcR7Es_400x400.jpg&#39;)"> </div> <div style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)"> </div> <div style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)"> </div> </div> <div style="text-align: center; margin-top: 3px; font-size: 16px; font-weight: 800">🤖 AI BOT 🤖</div> <div style="text-align: center; font-size: 16px; font-weight: 800">Gandalf the White (Thulêan Perspective)</div> <div style="text-align: center; font-size: 14px;">@gandalfthewhi19</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on tweets from Gandalf the White (Thulêan Perspective). | Data | Gandalf the White (Thulêan Perspective) | | --- | --- | | Tweets downloaded | 3244 | | Retweets | 431 | | Short tweets | 225 | | Tweets kept | 2588 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/1r47j719/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @gandalfthewhi19's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/u6nhe6ef) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/u6nhe6ef/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/gandalfthewhi19') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "http://www.huggingtweets.com/gandalfthewhi19/1645099160912/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/gandalfthewhi19
[ "transformers", "pytorch", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
AI BOT Gandalf the White (Thulêan Perspective) @gandalfthewhi19 I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on tweets from Gandalf the White (Thulêan Perspective). Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @gandalfthewhi19'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 54 ]
[ "passage: TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ -0.0001764487533364445, -0.01891571842133999, -0.0068881697952747345, 0.01242890115827322, 0.16224369406700134, 0.04406825825572014, 0.08452208340167999, 0.14250440895557404, -0.026455026119947433, -0.016114573925733566, 0.17334569990634918, 0.17106501758098602, -0.014037161134183407, 0.08718273043632507, -0.05552244931459427, -0.2646014094352722, 0.044212065637111664, 0.058431971818208694, -0.020032864063978195, 0.14111687242984772, 0.0714879110455513, -0.01828647032380104, 0.10845158249139786, -0.02953636273741722, -0.18877948820590973, 0.03499612212181091, 0.05605728179216385, -0.09992336481809616, 0.11936124414205551, 0.04713086411356926, 0.08659981191158295, 0.015409729443490505, -0.07482189685106277, -0.12249794602394104, 0.03866785019636154, 0.041891295462846756, -0.0629689022898674, 0.05911329388618469, 0.08818957209587097, -0.11120674759149551, 0.1456013321876526, 0.07799911499023438, -0.01863223686814308, 0.07941857725381851, -0.17164963483810425, -0.019008882343769073, -0.036983806639909744, 0.005464354529976845, 0.057414017617702484, 0.07476010918617249, -0.01932354085147381, 0.1732589453458786, -0.0767555758357048, 0.09587065875530243, 0.16117197275161743, -0.2913956344127655, -0.005072304047644138, 0.0498935841023922, 0.06722559779882431, 0.03902119770646095, -0.015738610178232193, 0.08706029504537582, 0.06277379393577576, 0.02536560781300068, -0.0014978112885728478, -0.06339331716299057, -0.0928240567445755, 0.04014677554368973, -0.0745372325181961, -0.06578013300895691, 0.20811960101127625, -0.039430033415555954, 0.050536420196294785, -0.03807967156171799, -0.10491003096103668, -0.02197154052555561, -0.015753688290715218, 0.00720712635666132, -0.06031509116292, 0.08949250727891922, -0.014659170061349869, -0.07363511621952057, -0.15025688707828522, -0.016003666445612907, -0.18369624018669128, 0.1574522852897644, 0.003967532888054848, 0.04864242300391197, -0.2093716263771057, 0.11408322304487228, 0.020872395485639572, -0.08021171391010284, 0.047296058386564255, -0.09546594321727753, 0.07179957628250122, 0.002116252202540636, -0.05267130210995674, -0.02264278009533882, 0.08682441711425781, 0.15258505940437317, -0.026140356436371803, 0.0017382961232215166, -0.027155736461281776, 0.07059825956821442, 0.05281682312488556, 0.040018972009420395, -0.017763059586286545, -0.04289618879556656, 0.045782025903463364, -0.15945611894130707, -0.007582054473459721, -0.06918198615312576, -0.1068587526679039, -0.05112413689494133, 0.022331949323415756, 0.06442617624998093, 0.031878020614385605, 0.11345649510622025, -0.04609488695859909, -0.014168480411171913, 0.06350603699684143, -0.042460083961486816, -0.0172110628336668, -0.016047241166234016, 0.015319211408495903, 0.14095398783683777, -0.018181998282670975, 0.030711950734257698, -0.11251416057348251, 0.0645761713385582, -0.09946728497743607, -0.01914660818874836, -0.0071241967380046844, -0.04078202322125435, 0.029947424307465553, -0.13505136966705322, 0.010975461453199387, -0.1711256355047226, -0.14874492585659027, 0.009897243231534958, -0.02876151353120804, -0.018498392775654793, -0.059200938791036606, -0.03973992541432381, -0.01719699800014496, 0.06084148958325386, -0.04528016224503517, 0.0009662628290243447, -0.05951235070824623, 0.11524756252765656, -0.05245914310216904, 0.06888316571712494, -0.13250301778316498, 0.05976588651537895, -0.15375985205173492, -0.00870948750525713, -0.04503806680440903, 0.08287355303764343, 0.017666861414909363, 0.16653785109519958, -0.006960130762308836, -0.012972959317266941, -0.09847598522901535, 0.06441020965576172, -0.023426895961165428, 0.24133971333503723, -0.06349262595176697, -0.143473818898201, 0.22233937680721283, -0.06944137066602707, -0.1420930027961731, 0.12657590210437775, 0.020838137716054916, 0.07354387640953064, 0.10204131156206131, 0.19502143561840057, 0.014321080408990383, 0.006638950202614069, 0.054760824888944626, 0.0820525735616684, -0.17468082904815674, -0.03090454451739788, -0.00916894432157278, -0.01691337674856186, -0.1358218789100647, 0.043003637343645096, 0.11889315396547318, 0.10293904691934586, -0.07099705934524536, -0.013554582372307777, -0.03317642584443092, -0.004439891315996647, 0.06940841674804688, -0.007896981202065945, 0.09806080162525177, -0.09929461032152176, -0.040301576256752014, -0.058301206678152084, -0.006890235934406519, 0.0024084753822535276, 0.04120192304253578, -0.040066637098789215, 0.10096675902605057, -0.0006905568297952414, 0.05225489288568497, -0.14046427607536316, -0.07798092812299728, -0.020940499380230904, 0.1575685739517212, 0.04120592027902603, 0.04776391014456749, 0.057414863258600235, -0.0481991246342659, -0.0158701092004776, -0.009968787431716919, 0.16312187910079956, -0.0394844189286232, -0.06968989968299866, -0.056453973054885864, 0.10656707733869553, -0.058365050703287125, 0.03222460299730301, -0.04202231392264366, 0.022449776530265808, 0.060929615050554276, 0.12114907056093216, -0.0026538248639553785, 0.029062092304229736, -0.01023187953978777, -0.0038288652431219816, -0.07459788024425507, -0.020947640761733055, 0.10031349956989288, -0.004600553773343563, -0.08327498286962509, 0.23685328662395477, -0.17454755306243896, 0.19663569331169128, 0.2115958034992218, -0.2628093659877777, -0.024321777746081352, -0.06840608268976212, -0.05017746612429619, 0.003011465771123767, 0.05876095965504646, -0.04692309722304344, 0.09809201210737228, -0.02521132305264473, 0.16497591137886047, -0.04652651026844978, -0.07362692058086395, 0.016456644982099533, -0.05898859724402428, -0.0463954322040081, 0.0659271627664566, 0.08106416463851929, -0.15480613708496094, 0.18694530427455902, 0.20838376879692078, 0.07612863928079605, 0.19334357976913452, 0.004058185499161482, -0.014812501147389412, 0.08005014806985855, -0.03805047646164894, -0.04202093929052353, -0.07553261518478394, -0.16944189369678497, -0.01902174763381481, 0.07485251128673553, 0.03750864416360855, 0.11274250596761703, -0.10172852873802185, -0.07372885197401047, -0.016179129481315613, -0.005032413639128208, 0.005167648661881685, 0.1174640879034996, 0.045775800943374634, 0.14043675363063812, -0.019972821697592735, 0.03493902459740639, 0.08747350424528122, 0.02448674477636814, -0.10759711265563965, 0.16407065093517303, -0.14081640541553497, -0.38538745045661926, -0.16212545335292816, -0.13394121825695038, -0.029274288564920425, 0.04825805127620697, 0.11038947850465775, -0.13598975539207458, 0.0011978530092164874, -0.003706524148583412, 0.12342415004968643, -0.0806080624461174, 0.03755999356508255, -0.07838296890258789, 0.026997538283467293, -0.06349453330039978, -0.07917723804712296, -0.036463622003793716, -0.03232228383421898, -0.10000553727149963, 0.1757805496454239, -0.11054177582263947, 0.057571277022361755, 0.1741490364074707, 0.022440658882260323, 0.034390855580568314, -0.0513761006295681, 0.17275545001029968, -0.11779367178678513, 0.02093288116157055, 0.16278521716594696, -0.01799617148935795, 0.08678310364484787, 0.08059167861938477, -0.015366556122899055, -0.10777527838945389, 0.05196633189916611, 0.0019955262541770935, -0.1096891239285469, -0.20052047073841095, -0.12150565534830093, -0.0784008651971817, 0.14483654499053955, 0.05303339660167694, 0.05915789678692818, 0.17167222499847412, 0.08591149002313614, -0.04288473725318909, -0.004711467772722244, -0.012867298908531666, 0.07781979441642761, 0.1684085726737976, -0.017248503863811493, 0.11789125204086304, -0.05446818470954895, -0.11601924896240234, 0.13826869428157806, 0.02504623495042324, 0.050291191786527634, 0.04182872176170349, 0.008374262601137161, -0.009610554203391075, 0.09969738125801086, 0.12988939881324768, 0.118865467607975, -0.008107239380478859, -0.0232877004891634, -0.03601100295782089, -0.00860752072185278, -0.03570752218365669, 0.034572016447782516, 0.011757065542042255, -0.16013272106647491, -0.05726486071944237, -0.12173470109701157, 0.0964120477437973, 0.09787409752607346, 0.08039643615484238, -0.2033146470785141, -0.004589703865349293, 0.07378163933753967, -0.03603411093354225, -0.11624246090650558, 0.086527980864048, 0.033109065145254135, -0.1271866261959076, 0.0817195475101471, -0.03352120518684387, 0.115711510181427, -0.017423994839191437, 0.09427224844694138, -0.04346824064850807, -0.0329415462911129, -0.012381686829030514, 0.10430185496807098, -0.30799204111099243, 0.17485815286636353, -0.019660785794258118, -0.07034741342067719, -0.07672256976366043, -0.025566134601831436, 0.017929747700691223, 0.07530300319194794, 0.09619415551424026, 0.024311896413564682, 0.04642496258020401, -0.09243860840797424, -0.03940937668085098, 0.034113768488168716, 0.13641610741615295, -0.0638844221830368, -0.015862328931689262, -0.04075292870402336, 0.01116214320063591, -0.019626103341579437, -0.027355113998055458, 0.018256209790706635, -0.1504947543144226, 0.05358212813735008, 0.017237937077879906, 0.0753018707036972, 0.03889141231775284, -0.007973386906087399, -0.10224062204360962, 0.18268363177776337, -0.03004412353038788, -0.08521177619695663, -0.127006396651268, -0.04812724515795708, 0.04587927460670471, -0.051474425941705704, 0.034381575882434845, -0.06691597402095795, -0.011345877312123775, -0.06886660307645798, -0.21483656764030457, 0.12495172768831253, -0.0775398537516594, -0.07874035835266113, -0.03474915772676468, 0.20981398224830627, -0.05076101794838905, -0.00018431349599268287, 0.01172169204801321, 0.014822970144450665, -0.1086968258023262, -0.10466268658638, 0.06874550879001617, -0.034708425402641296, 0.02743770368397236, 0.02760813757777214, -0.03700246661901474, 0.02073092758655548, -0.06074898689985275, -0.01314478274434805, 0.2849438786506653, 0.22848764061927795, -0.035804633051157, 0.1875685602426529, 0.10711772739887238, -0.07248730212450027, -0.30828598141670227, -0.0999293103814125, -0.13133330643177032, -0.033457282930612564, -0.02052777260541916, -0.17081500589847565, 0.07089676707983017, 0.04558560997247696, 0.00998434517532587, 0.14900504052639008, -0.21140912175178528, -0.08518896996974945, 0.1092359870672226, -0.03466132655739784, 0.42140644788742065, -0.1164151057600975, -0.09652433544397354, -0.05340435355901718, -0.15239587426185608, 0.20086675882339478, -0.01557826716452837, 0.08761543780565262, -0.031178412958979607, 0.14360429346561432, 0.04995222017168999, -0.01680157333612442, 0.08329997956752777, 0.0014065488940104842, 0.004026432521641254, -0.12653036415576935, -0.022627411410212517, 0.0504734143614769, 0.021120509132742882, 0.0054380460642278194, -0.07736434042453766, 0.028706049546599388, -0.14863882958889008, -0.024921666830778122, -0.10909338295459747, 0.08278775960206985, 0.03857516124844551, -0.07422378659248352, -0.010892878286540508, -0.05615931376814842, -0.023589344695210457, -0.012528443709015846, 0.13453009724617004, -0.050522636622190475, 0.1720355898141861, 0.036824267357587814, 0.11522943526506424, -0.13816054165363312, 0.06146138161420822, -0.07406572997570038, -0.07532623410224915, 0.06773588061332703, -0.13577620685100555, 0.05240122601389885, 0.10075365751981735, -0.03372569754719734, 0.04758675396442413, 0.08927652984857559, 0.000919255951885134, 0.009403540752828121, 0.15953567624092102, -0.2761637568473816, 0.01791755110025406, -0.07046908140182495, -0.07692829519510269, 0.112159863114357, 0.07484955340623856, 0.181244894862175, 0.02791808731853962, -0.0472177192568779, 0.012221097014844418, 0.019269011914730072, -0.05120278522372246, 0.0548672117292881, 0.006578541360795498, -0.011816216632723808, -0.14148055016994476, 0.08790901303291321, -0.0015104453777894378, -0.1429632604122162, 0.02210722118616104, 0.19665491580963135, -0.13288317620754242, -0.10024755448102951, -0.05081937462091446, 0.057288672775030136, -0.13861924409866333, 0.008680099621415138, -0.01990172080695629, -0.09562872350215912, 0.0756591260433197, 0.1573420912027359, 0.05079081282019615, 0.12963363528251648, -0.02916029281914234, -0.008411908522248268, -0.04279141128063202, -0.051675889641046524, 0.02788730151951313, 0.019720058888196945, -0.07752392441034317, 0.08735781908035278, -0.024015765637159348, 0.14329436421394348, -0.10051412135362625, -0.06987810134887695, -0.1344141960144043, -0.005019306670874357, -0.09607285261154175, -0.0959741547703743, -0.08079583197832108, -0.061935000121593475, 0.004180733114480972, -0.039079975336790085, -0.0417400486767292, -0.08063078671693802, -0.10278100520372391, 0.016344387084245682, -0.02737213484942913, 0.028547246009111404, -0.07021904736757278, 0.008450011722743511, 0.12212047725915909, -0.029432062059640884, 0.17478644847869873, 0.15045183897018433, -0.10443241149187088, 0.10585668683052063, -0.17528948187828064, -0.10057486593723297, 0.10386897623538971, -0.01424362976104021, 0.02509693056344986, 0.12928596138954163, 0.018586233258247375, 0.04242280498147011, 0.03278495371341705, 0.06450606882572174, 0.04438134282827377, -0.11879310011863708, 0.08265755325555801, -0.002198860514909029, -0.15595629811286926, -0.061124756932258606, -0.09235648810863495, 0.02707000821828842, 0.02035105973482132, 0.11072126775979996, -0.04177020862698555, 0.08901136368513107, -0.06589431315660477, 0.023006385192275047, 0.025188656523823738, -0.17641755938529968, -0.03692740947008133, -0.05073147267103195, 0.03235582634806633, 0.028527792543172836, 0.22216679155826569, 0.015049049630761147, -0.030550595372915268, 0.0387740358710289, 0.12439186871051788, 0.015807392075657845, -0.0005460345419123769, 0.1709187924861908, 0.10334094613790512, -0.07364179939031601, -0.14011329412460327, 0.0676020160317421, 0.012262817472219467, -0.05599943920969963, 0.11458845436573029, -0.01812131516635418, -0.006866521667689085, 0.0670672059059143, -0.019556820392608643, 0.03449620306491852, -0.06607513129711151, -0.12762659788131714, -0.02478908933699131, 0.04269528388977051, 0.0029638311825692654, 0.12794137001037598, 0.15664103627204895, -0.005168106406927109, 0.026651626452803612, -0.015845872461795807, -0.023246217519044876, -0.13421551883220673, -0.15646639466285706, -0.06222613900899887, -0.14998294413089752, 0.022462334483861923, -0.08663632720708847, 0.047867026180028915, 0.05302877724170685, 0.07266844809055328, -0.06541765481233597, 0.06867647916078568, 0.049353908747434616, -0.11939282715320587, 0.08969518542289734, -0.024748487398028374, 0.04455447196960449, -0.0018985075876116753, -0.03077637031674385, -0.10359742492437363, 0.042003192007541656, -0.01649407483637333, 0.045346152037382126, -0.04421991854906082, 0.022579338401556015, -0.1750071942806244, -0.10995419323444366, -0.04818427562713623, 0.06838665902614594, -0.06683412194252014, 0.04056481271982193, 0.01606888137757778, 0.011690732091665268, 0.030521972104907036, 0.22083373367786407, -0.041100796312093735, -0.04384056478738785, -0.041319385170936584, 0.1635150909423828, -0.014866671524941921, 0.08733032643795013, -0.027159888297319412, -0.008534550666809082, -0.09159335494041443, 0.3551705777645111, 0.29626867175102234, -0.08988689631223679, 0.018322573974728584, -0.023403000086545944, 0.04054094851016998, 0.13749836385250092, 0.13930056989192963, 0.09693139791488647, 0.23870247602462769, -0.069560706615448, -0.05235563591122627, -0.01810343936085701, -0.013992605730891228, -0.06698887050151825, 0.09740167111158371, 0.02308662235736847, -0.05992421507835388, -0.0399320125579834, 0.09157036244869232, -0.2363831102848053, 0.1119081899523735, -0.1049022525548935, -0.15424089133739471, -0.03413557633757591, 0.011207441799342632, 0.07758733630180359, 0.01318280678242445, 0.11218693852424622, 0.013466300442814827, -0.0844072625041008, 0.014990749768912792, 0.034041877835989, -0.25270384550094604, 0.004782035481184721, 0.053680628538131714, -0.12391778826713562, -0.004765757359564304, -0.025234686210751534, 0.013625700026750565, 0.05700398609042168, 0.04094824194908142, -0.03069460764527321, 0.016096249222755432, -0.006652043666690588, -0.020144162699580193, -0.008288858458399773, 0.05953062325716019, 0.04713095352053642, -0.1559005230665207, 0.06380777060985565, -0.13577982783317566, 0.04075455665588379, -0.023885579779744148, -0.012463473714888096, -0.0012933483812958002, 0.01776987873017788, -0.0522073432803154, 0.06581555306911469, 0.07255802303552628, -0.0144086554646492, 0.008549283258616924, -0.08346639573574066, -0.034440234303474426, -0.023841137066483498, -0.10951124131679535, -0.08404874801635742, -0.13158579170703888, -0.12121031433343887, 0.10822955518960953, -0.02819518744945526, -0.18475614488124847, 0.03248962014913559, -0.12301548570394516, 0.05860345810651779, -0.17328192293643951, 0.11332228779792786, 0.07014153152704239, 0.018578365445137024, 0.01264720968902111, -0.007008096668869257, 0.08073210716247559, 0.11507359892129898, -0.0813264548778534, -0.08199906349182129 ]
null
null
transformers
<div class="inline-flex flex-col" style="line-height: 1.5;"> <div class="flex"> <div style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;https://pbs.twimg.com/profile_images/1326680694370734082/wjLz-oO4_400x400.jpg&#39;)"> </div> <div style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)"> </div> <div style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)"> </div> </div> <div style="text-align: center; margin-top: 3px; font-size: 16px; font-weight: 800">🤖 AI BOT 🤖</div> <div style="text-align: center; font-size: 16px; font-weight: 800">Gary Short</div> <div style="text-align: center; font-size: 14px;">@garyshort</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on tweets from Gary Short. | Data | Gary Short | | --- | --- | | Tweets downloaded | 3248 | | Retweets | 94 | | Short tweets | 321 | | Tweets kept | 2833 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/2vtmlhlj/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @garyshort's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/2pfbf1ys) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/2pfbf1ys/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/garyshort') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "http://www.huggingtweets.com/garyshort/1647971079915/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/garyshort
[ "transformers", "pytorch", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
AI BOT Gary Short @garyshort I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on tweets from Gary Short. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @garyshort'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 54 ]
[ "passage: TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ -0.0001764487533364445, -0.01891571842133999, -0.0068881697952747345, 0.01242890115827322, 0.16224369406700134, 0.04406825825572014, 0.08452208340167999, 0.14250440895557404, -0.026455026119947433, -0.016114573925733566, 0.17334569990634918, 0.17106501758098602, -0.014037161134183407, 0.08718273043632507, -0.05552244931459427, -0.2646014094352722, 0.044212065637111664, 0.058431971818208694, -0.020032864063978195, 0.14111687242984772, 0.0714879110455513, -0.01828647032380104, 0.10845158249139786, -0.02953636273741722, -0.18877948820590973, 0.03499612212181091, 0.05605728179216385, -0.09992336481809616, 0.11936124414205551, 0.04713086411356926, 0.08659981191158295, 0.015409729443490505, -0.07482189685106277, -0.12249794602394104, 0.03866785019636154, 0.041891295462846756, -0.0629689022898674, 0.05911329388618469, 0.08818957209587097, -0.11120674759149551, 0.1456013321876526, 0.07799911499023438, -0.01863223686814308, 0.07941857725381851, -0.17164963483810425, -0.019008882343769073, -0.036983806639909744, 0.005464354529976845, 0.057414017617702484, 0.07476010918617249, -0.01932354085147381, 0.1732589453458786, -0.0767555758357048, 0.09587065875530243, 0.16117197275161743, -0.2913956344127655, -0.005072304047644138, 0.0498935841023922, 0.06722559779882431, 0.03902119770646095, -0.015738610178232193, 0.08706029504537582, 0.06277379393577576, 0.02536560781300068, -0.0014978112885728478, -0.06339331716299057, -0.0928240567445755, 0.04014677554368973, -0.0745372325181961, -0.06578013300895691, 0.20811960101127625, -0.039430033415555954, 0.050536420196294785, -0.03807967156171799, -0.10491003096103668, -0.02197154052555561, -0.015753688290715218, 0.00720712635666132, -0.06031509116292, 0.08949250727891922, -0.014659170061349869, -0.07363511621952057, -0.15025688707828522, -0.016003666445612907, -0.18369624018669128, 0.1574522852897644, 0.003967532888054848, 0.04864242300391197, -0.2093716263771057, 0.11408322304487228, 0.020872395485639572, -0.08021171391010284, 0.047296058386564255, -0.09546594321727753, 0.07179957628250122, 0.002116252202540636, -0.05267130210995674, -0.02264278009533882, 0.08682441711425781, 0.15258505940437317, -0.026140356436371803, 0.0017382961232215166, -0.027155736461281776, 0.07059825956821442, 0.05281682312488556, 0.040018972009420395, -0.017763059586286545, -0.04289618879556656, 0.045782025903463364, -0.15945611894130707, -0.007582054473459721, -0.06918198615312576, -0.1068587526679039, -0.05112413689494133, 0.022331949323415756, 0.06442617624998093, 0.031878020614385605, 0.11345649510622025, -0.04609488695859909, -0.014168480411171913, 0.06350603699684143, -0.042460083961486816, -0.0172110628336668, -0.016047241166234016, 0.015319211408495903, 0.14095398783683777, -0.018181998282670975, 0.030711950734257698, -0.11251416057348251, 0.0645761713385582, -0.09946728497743607, -0.01914660818874836, -0.0071241967380046844, -0.04078202322125435, 0.029947424307465553, -0.13505136966705322, 0.010975461453199387, -0.1711256355047226, -0.14874492585659027, 0.009897243231534958, -0.02876151353120804, -0.018498392775654793, -0.059200938791036606, -0.03973992541432381, -0.01719699800014496, 0.06084148958325386, -0.04528016224503517, 0.0009662628290243447, -0.05951235070824623, 0.11524756252765656, -0.05245914310216904, 0.06888316571712494, -0.13250301778316498, 0.05976588651537895, -0.15375985205173492, -0.00870948750525713, -0.04503806680440903, 0.08287355303764343, 0.017666861414909363, 0.16653785109519958, -0.006960130762308836, -0.012972959317266941, -0.09847598522901535, 0.06441020965576172, -0.023426895961165428, 0.24133971333503723, -0.06349262595176697, -0.143473818898201, 0.22233937680721283, -0.06944137066602707, -0.1420930027961731, 0.12657590210437775, 0.020838137716054916, 0.07354387640953064, 0.10204131156206131, 0.19502143561840057, 0.014321080408990383, 0.006638950202614069, 0.054760824888944626, 0.0820525735616684, -0.17468082904815674, -0.03090454451739788, -0.00916894432157278, -0.01691337674856186, -0.1358218789100647, 0.043003637343645096, 0.11889315396547318, 0.10293904691934586, -0.07099705934524536, -0.013554582372307777, -0.03317642584443092, -0.004439891315996647, 0.06940841674804688, -0.007896981202065945, 0.09806080162525177, -0.09929461032152176, -0.040301576256752014, -0.058301206678152084, -0.006890235934406519, 0.0024084753822535276, 0.04120192304253578, -0.040066637098789215, 0.10096675902605057, -0.0006905568297952414, 0.05225489288568497, -0.14046427607536316, -0.07798092812299728, -0.020940499380230904, 0.1575685739517212, 0.04120592027902603, 0.04776391014456749, 0.057414863258600235, -0.0481991246342659, -0.0158701092004776, -0.009968787431716919, 0.16312187910079956, -0.0394844189286232, -0.06968989968299866, -0.056453973054885864, 0.10656707733869553, -0.058365050703287125, 0.03222460299730301, -0.04202231392264366, 0.022449776530265808, 0.060929615050554276, 0.12114907056093216, -0.0026538248639553785, 0.029062092304229736, -0.01023187953978777, -0.0038288652431219816, -0.07459788024425507, -0.020947640761733055, 0.10031349956989288, -0.004600553773343563, -0.08327498286962509, 0.23685328662395477, -0.17454755306243896, 0.19663569331169128, 0.2115958034992218, -0.2628093659877777, -0.024321777746081352, -0.06840608268976212, -0.05017746612429619, 0.003011465771123767, 0.05876095965504646, -0.04692309722304344, 0.09809201210737228, -0.02521132305264473, 0.16497591137886047, -0.04652651026844978, -0.07362692058086395, 0.016456644982099533, -0.05898859724402428, -0.0463954322040081, 0.0659271627664566, 0.08106416463851929, -0.15480613708496094, 0.18694530427455902, 0.20838376879692078, 0.07612863928079605, 0.19334357976913452, 0.004058185499161482, -0.014812501147389412, 0.08005014806985855, -0.03805047646164894, -0.04202093929052353, -0.07553261518478394, -0.16944189369678497, -0.01902174763381481, 0.07485251128673553, 0.03750864416360855, 0.11274250596761703, -0.10172852873802185, -0.07372885197401047, -0.016179129481315613, -0.005032413639128208, 0.005167648661881685, 0.1174640879034996, 0.045775800943374634, 0.14043675363063812, -0.019972821697592735, 0.03493902459740639, 0.08747350424528122, 0.02448674477636814, -0.10759711265563965, 0.16407065093517303, -0.14081640541553497, -0.38538745045661926, -0.16212545335292816, -0.13394121825695038, -0.029274288564920425, 0.04825805127620697, 0.11038947850465775, -0.13598975539207458, 0.0011978530092164874, -0.003706524148583412, 0.12342415004968643, -0.0806080624461174, 0.03755999356508255, -0.07838296890258789, 0.026997538283467293, -0.06349453330039978, -0.07917723804712296, -0.036463622003793716, -0.03232228383421898, -0.10000553727149963, 0.1757805496454239, -0.11054177582263947, 0.057571277022361755, 0.1741490364074707, 0.022440658882260323, 0.034390855580568314, -0.0513761006295681, 0.17275545001029968, -0.11779367178678513, 0.02093288116157055, 0.16278521716594696, -0.01799617148935795, 0.08678310364484787, 0.08059167861938477, -0.015366556122899055, -0.10777527838945389, 0.05196633189916611, 0.0019955262541770935, -0.1096891239285469, -0.20052047073841095, -0.12150565534830093, -0.0784008651971817, 0.14483654499053955, 0.05303339660167694, 0.05915789678692818, 0.17167222499847412, 0.08591149002313614, -0.04288473725318909, -0.004711467772722244, -0.012867298908531666, 0.07781979441642761, 0.1684085726737976, -0.017248503863811493, 0.11789125204086304, -0.05446818470954895, -0.11601924896240234, 0.13826869428157806, 0.02504623495042324, 0.050291191786527634, 0.04182872176170349, 0.008374262601137161, -0.009610554203391075, 0.09969738125801086, 0.12988939881324768, 0.118865467607975, -0.008107239380478859, -0.0232877004891634, -0.03601100295782089, -0.00860752072185278, -0.03570752218365669, 0.034572016447782516, 0.011757065542042255, -0.16013272106647491, -0.05726486071944237, -0.12173470109701157, 0.0964120477437973, 0.09787409752607346, 0.08039643615484238, -0.2033146470785141, -0.004589703865349293, 0.07378163933753967, -0.03603411093354225, -0.11624246090650558, 0.086527980864048, 0.033109065145254135, -0.1271866261959076, 0.0817195475101471, -0.03352120518684387, 0.115711510181427, -0.017423994839191437, 0.09427224844694138, -0.04346824064850807, -0.0329415462911129, -0.012381686829030514, 0.10430185496807098, -0.30799204111099243, 0.17485815286636353, -0.019660785794258118, -0.07034741342067719, -0.07672256976366043, -0.025566134601831436, 0.017929747700691223, 0.07530300319194794, 0.09619415551424026, 0.024311896413564682, 0.04642496258020401, -0.09243860840797424, -0.03940937668085098, 0.034113768488168716, 0.13641610741615295, -0.0638844221830368, -0.015862328931689262, -0.04075292870402336, 0.01116214320063591, -0.019626103341579437, -0.027355113998055458, 0.018256209790706635, -0.1504947543144226, 0.05358212813735008, 0.017237937077879906, 0.0753018707036972, 0.03889141231775284, -0.007973386906087399, -0.10224062204360962, 0.18268363177776337, -0.03004412353038788, -0.08521177619695663, -0.127006396651268, -0.04812724515795708, 0.04587927460670471, -0.051474425941705704, 0.034381575882434845, -0.06691597402095795, -0.011345877312123775, -0.06886660307645798, -0.21483656764030457, 0.12495172768831253, -0.0775398537516594, -0.07874035835266113, -0.03474915772676468, 0.20981398224830627, -0.05076101794838905, -0.00018431349599268287, 0.01172169204801321, 0.014822970144450665, -0.1086968258023262, -0.10466268658638, 0.06874550879001617, -0.034708425402641296, 0.02743770368397236, 0.02760813757777214, -0.03700246661901474, 0.02073092758655548, -0.06074898689985275, -0.01314478274434805, 0.2849438786506653, 0.22848764061927795, -0.035804633051157, 0.1875685602426529, 0.10711772739887238, -0.07248730212450027, -0.30828598141670227, -0.0999293103814125, -0.13133330643177032, -0.033457282930612564, -0.02052777260541916, -0.17081500589847565, 0.07089676707983017, 0.04558560997247696, 0.00998434517532587, 0.14900504052639008, -0.21140912175178528, -0.08518896996974945, 0.1092359870672226, -0.03466132655739784, 0.42140644788742065, -0.1164151057600975, -0.09652433544397354, -0.05340435355901718, -0.15239587426185608, 0.20086675882339478, -0.01557826716452837, 0.08761543780565262, -0.031178412958979607, 0.14360429346561432, 0.04995222017168999, -0.01680157333612442, 0.08329997956752777, 0.0014065488940104842, 0.004026432521641254, -0.12653036415576935, -0.022627411410212517, 0.0504734143614769, 0.021120509132742882, 0.0054380460642278194, -0.07736434042453766, 0.028706049546599388, -0.14863882958889008, -0.024921666830778122, -0.10909338295459747, 0.08278775960206985, 0.03857516124844551, -0.07422378659248352, -0.010892878286540508, -0.05615931376814842, -0.023589344695210457, -0.012528443709015846, 0.13453009724617004, -0.050522636622190475, 0.1720355898141861, 0.036824267357587814, 0.11522943526506424, -0.13816054165363312, 0.06146138161420822, -0.07406572997570038, -0.07532623410224915, 0.06773588061332703, -0.13577620685100555, 0.05240122601389885, 0.10075365751981735, -0.03372569754719734, 0.04758675396442413, 0.08927652984857559, 0.000919255951885134, 0.009403540752828121, 0.15953567624092102, -0.2761637568473816, 0.01791755110025406, -0.07046908140182495, -0.07692829519510269, 0.112159863114357, 0.07484955340623856, 0.181244894862175, 0.02791808731853962, -0.0472177192568779, 0.012221097014844418, 0.019269011914730072, -0.05120278522372246, 0.0548672117292881, 0.006578541360795498, -0.011816216632723808, -0.14148055016994476, 0.08790901303291321, -0.0015104453777894378, -0.1429632604122162, 0.02210722118616104, 0.19665491580963135, -0.13288317620754242, -0.10024755448102951, -0.05081937462091446, 0.057288672775030136, -0.13861924409866333, 0.008680099621415138, -0.01990172080695629, -0.09562872350215912, 0.0756591260433197, 0.1573420912027359, 0.05079081282019615, 0.12963363528251648, -0.02916029281914234, -0.008411908522248268, -0.04279141128063202, -0.051675889641046524, 0.02788730151951313, 0.019720058888196945, -0.07752392441034317, 0.08735781908035278, -0.024015765637159348, 0.14329436421394348, -0.10051412135362625, -0.06987810134887695, -0.1344141960144043, -0.005019306670874357, -0.09607285261154175, -0.0959741547703743, -0.08079583197832108, -0.061935000121593475, 0.004180733114480972, -0.039079975336790085, -0.0417400486767292, -0.08063078671693802, -0.10278100520372391, 0.016344387084245682, -0.02737213484942913, 0.028547246009111404, -0.07021904736757278, 0.008450011722743511, 0.12212047725915909, -0.029432062059640884, 0.17478644847869873, 0.15045183897018433, -0.10443241149187088, 0.10585668683052063, -0.17528948187828064, -0.10057486593723297, 0.10386897623538971, -0.01424362976104021, 0.02509693056344986, 0.12928596138954163, 0.018586233258247375, 0.04242280498147011, 0.03278495371341705, 0.06450606882572174, 0.04438134282827377, -0.11879310011863708, 0.08265755325555801, -0.002198860514909029, -0.15595629811286926, -0.061124756932258606, -0.09235648810863495, 0.02707000821828842, 0.02035105973482132, 0.11072126775979996, -0.04177020862698555, 0.08901136368513107, -0.06589431315660477, 0.023006385192275047, 0.025188656523823738, -0.17641755938529968, -0.03692740947008133, -0.05073147267103195, 0.03235582634806633, 0.028527792543172836, 0.22216679155826569, 0.015049049630761147, -0.030550595372915268, 0.0387740358710289, 0.12439186871051788, 0.015807392075657845, -0.0005460345419123769, 0.1709187924861908, 0.10334094613790512, -0.07364179939031601, -0.14011329412460327, 0.0676020160317421, 0.012262817472219467, -0.05599943920969963, 0.11458845436573029, -0.01812131516635418, -0.006866521667689085, 0.0670672059059143, -0.019556820392608643, 0.03449620306491852, -0.06607513129711151, -0.12762659788131714, -0.02478908933699131, 0.04269528388977051, 0.0029638311825692654, 0.12794137001037598, 0.15664103627204895, -0.005168106406927109, 0.026651626452803612, -0.015845872461795807, -0.023246217519044876, -0.13421551883220673, -0.15646639466285706, -0.06222613900899887, -0.14998294413089752, 0.022462334483861923, -0.08663632720708847, 0.047867026180028915, 0.05302877724170685, 0.07266844809055328, -0.06541765481233597, 0.06867647916078568, 0.049353908747434616, -0.11939282715320587, 0.08969518542289734, -0.024748487398028374, 0.04455447196960449, -0.0018985075876116753, -0.03077637031674385, -0.10359742492437363, 0.042003192007541656, -0.01649407483637333, 0.045346152037382126, -0.04421991854906082, 0.022579338401556015, -0.1750071942806244, -0.10995419323444366, -0.04818427562713623, 0.06838665902614594, -0.06683412194252014, 0.04056481271982193, 0.01606888137757778, 0.011690732091665268, 0.030521972104907036, 0.22083373367786407, -0.041100796312093735, -0.04384056478738785, -0.041319385170936584, 0.1635150909423828, -0.014866671524941921, 0.08733032643795013, -0.027159888297319412, -0.008534550666809082, -0.09159335494041443, 0.3551705777645111, 0.29626867175102234, -0.08988689631223679, 0.018322573974728584, -0.023403000086545944, 0.04054094851016998, 0.13749836385250092, 0.13930056989192963, 0.09693139791488647, 0.23870247602462769, -0.069560706615448, -0.05235563591122627, -0.01810343936085701, -0.013992605730891228, -0.06698887050151825, 0.09740167111158371, 0.02308662235736847, -0.05992421507835388, -0.0399320125579834, 0.09157036244869232, -0.2363831102848053, 0.1119081899523735, -0.1049022525548935, -0.15424089133739471, -0.03413557633757591, 0.011207441799342632, 0.07758733630180359, 0.01318280678242445, 0.11218693852424622, 0.013466300442814827, -0.0844072625041008, 0.014990749768912792, 0.034041877835989, -0.25270384550094604, 0.004782035481184721, 0.053680628538131714, -0.12391778826713562, -0.004765757359564304, -0.025234686210751534, 0.013625700026750565, 0.05700398609042168, 0.04094824194908142, -0.03069460764527321, 0.016096249222755432, -0.006652043666690588, -0.020144162699580193, -0.008288858458399773, 0.05953062325716019, 0.04713095352053642, -0.1559005230665207, 0.06380777060985565, -0.13577982783317566, 0.04075455665588379, -0.023885579779744148, -0.012463473714888096, -0.0012933483812958002, 0.01776987873017788, -0.0522073432803154, 0.06581555306911469, 0.07255802303552628, -0.0144086554646492, 0.008549283258616924, -0.08346639573574066, -0.034440234303474426, -0.023841137066483498, -0.10951124131679535, -0.08404874801635742, -0.13158579170703888, -0.12121031433343887, 0.10822955518960953, -0.02819518744945526, -0.18475614488124847, 0.03248962014913559, -0.12301548570394516, 0.05860345810651779, -0.17328192293643951, 0.11332228779792786, 0.07014153152704239, 0.018578365445137024, 0.01264720968902111, -0.007008096668869257, 0.08073210716247559, 0.11507359892129898, -0.0813264548778534, -0.08199906349182129 ]
null
null
transformers
<div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/378800000365450982/53f25bdef0dd40bf20b58df314a94770_400x400.jpeg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">Gaston Gordillo 🤖 AI Bot </div> <div style="font-size: 15px">@gaston_gordillo bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@gaston_gordillo's tweets](https://twitter.com/gaston_gordillo). | Data | Quantity | | --- | --- | | Tweets downloaded | 705 | | Retweets | 524 | | Short tweets | 5 | | Tweets kept | 176 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/3kme4rls/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @gaston_gordillo's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/6zu3yfw0) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/6zu3yfw0/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/gaston_gordillo') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/gaston_gordillo/1617249460228/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/gaston_gordillo
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
Gaston Gordillo AI Bot @gaston\_gordillo bot I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on @gaston\_gordillo's tweets. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @gaston\_gordillo'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 57 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 0.004547144751995802, -0.006708405911922455, -0.007013476919382811, 0.01947171241044998, 0.15818242728710175, 0.03448796644806862, 0.08709780126810074, 0.15389476716518402, -0.019877297803759575, -0.022431448101997375, 0.18047170341014862, 0.173692986369133, -0.012988686561584473, 0.09047263860702515, -0.05271327868103981, -0.2622397541999817, 0.03682216629385948, 0.05513067543506622, -0.007422737777233124, 0.14252057671546936, 0.07580838352441788, -0.023790201172232628, 0.11380083113908768, -0.02966974675655365, -0.202972412109375, 0.03197307139635086, 0.0615268237888813, -0.09518525749444962, 0.11083168536424637, 0.04628797993063927, 0.08698221296072006, 0.022143812850117683, -0.07331052422523499, -0.120787613093853, 0.04532235115766525, 0.045263588428497314, -0.06358368694782257, 0.06480421870946884, 0.08820623904466629, -0.1065920814871788, 0.1416475921869278, 0.07373794168233871, -0.01588049717247486, 0.07824484258890152, -0.17789237201213837, -0.03725104406476021, -0.036331940442323685, 0.007741300854831934, 0.07058489322662354, 0.0750737413764, -0.019116664305329323, 0.1746976524591446, -0.06598041951656342, 0.09777773916721344, 0.17528840899467468, -0.2887236773967743, -0.018040433526039124, 0.0492081381380558, 0.0887371376156807, 0.04900359362363815, -0.024227341637015343, 0.08339477330446243, 0.06365471333265305, 0.01686069741845131, 0.014271941967308521, -0.06960906833410263, -0.09346919506788254, 0.03645368665456772, -0.06932124495506287, -0.05699722096323967, 0.22001419961452484, -0.0334535576403141, 0.04674676060676575, -0.03953840583562851, -0.09316058456897736, -0.028927378356456757, -0.027232296764850616, -0.00907184462994337, -0.05413005128502846, 0.08754174411296844, -0.015151693485677242, -0.06331931799650192, -0.1435878872871399, -0.012912428006529808, -0.15805892646312714, 0.13816505670547485, 0.004333257209509611, 0.04586424678564072, -0.22094038128852844, 0.1012546569108963, 0.022817784920334816, -0.08995530754327774, 0.04930093511939049, -0.09425957500934601, 0.0717538446187973, 0.0007676240638829768, -0.04885277524590492, -0.02944779396057129, 0.08848895877599716, 0.14690880477428436, -0.02718975953757763, 0.005980455316603184, -0.01338018849492073, 0.0733228251338005, 0.059399042278528214, 0.028748195618391037, -0.006081049330532551, -0.052236080169677734, 0.05618719011545181, -0.1417204737663269, -0.010511515662074089, -0.07227712869644165, -0.10605388879776001, -0.04232237488031387, 0.03443120792508125, 0.060671232640743256, 0.042230576276779175, 0.11220116913318634, -0.04771716892719269, -0.01857093721628189, 0.05281376466155052, -0.03979083523154259, -0.008994937874376774, -0.01990325190126896, 0.018122754991054535, 0.13074275851249695, -0.019943278282880783, 0.03407962992787361, -0.10256942361593246, 0.05431444197893143, -0.10281401127576828, -0.01971535198390484, -0.014149561524391174, -0.04367954283952713, 0.031883664429187775, -0.12165860831737518, 0.016123656183481216, -0.16833168268203735, -0.14714312553405762, 0.002859292319044471, -0.016588665544986725, -0.017911825329065323, -0.07954888790845871, -0.04400517791509628, -0.02466505579650402, 0.06924423575401306, -0.04276731237769127, -0.00935916043817997, -0.05846982076764107, 0.11090090870857239, -0.05349889397621155, 0.07203050702810287, -0.1194647029042244, 0.0557217076420784, -0.14930842816829681, -0.013004516251385212, -0.04842504858970642, 0.07119924575090408, 0.015398351475596428, 0.1813964694738388, -0.006925920024514198, -0.003623353084549308, -0.09382472932338715, 0.06455672532320023, -0.02733452245593071, 0.24096953868865967, -0.0756828561425209, -0.14226967096328735, 0.21630549430847168, -0.06334739923477173, -0.14993034303188324, 0.1314547061920166, 0.01843975856900215, 0.08251222223043442, 0.10434340685606003, 0.19023460149765015, 0.01808990351855755, -0.007808534894138575, 0.054424818605184555, 0.07603957504034042, -0.1683882623910904, -0.033340878784656525, 0.0012923459289595485, -0.00014291972911451012, -0.1366809904575348, 0.04632483050227165, 0.1230006217956543, 0.09730340540409088, -0.07249721139669418, -0.018487868830561638, -0.030607668682932854, 0.0016078021144494414, 0.04144361615180969, -0.0005212334799580276, 0.09951234608888626, -0.1033509373664856, -0.04366454482078552, -0.06751791387796402, -0.002970147645100951, 0.011176802217960358, 0.03924661502242088, -0.04455869272351265, 0.09700342267751694, -0.007412149105221033, 0.0545678474009037, -0.13708296418190002, -0.07981666922569275, -0.016090448945760727, 0.1597585678100586, 0.040224816650152206, 0.04663374274969101, 0.0566885769367218, -0.05624469742178917, -0.015493324026465416, -0.010199432261288166, 0.16243304312229156, -0.04404180869460106, -0.07694169133901596, -0.07860849797725677, 0.10474636405706406, -0.06389671564102173, 0.026263169944286346, -0.051667314022779465, 0.024654213339090347, 0.04686986654996872, 0.1110762283205986, 0.004046999383717775, 0.026442723348736763, -0.012835992500185966, -0.007690808270126581, -0.07657550275325775, -0.01617686077952385, 0.1077079176902771, -0.0017721779877319932, -0.06809886544942856, 0.2437063455581665, -0.16884316504001617, 0.21163912117481232, 0.20976658165454865, -0.2492678016424179, -0.02882898785173893, -0.04848965257406235, -0.04766342043876648, -0.0012878701090812683, 0.06041788309812546, -0.034700244665145874, 0.09027024358510971, -0.03288675472140312, 0.16564396023750305, -0.051203593611717224, -0.07646744698286057, 0.019007064402103424, -0.05823178589344025, -0.05114857107400894, 0.07018019258975983, 0.08213616907596588, -0.1630844622850418, 0.18756183981895447, 0.21879082918167114, 0.06839460134506226, 0.2044064849615097, 0.00858453568071127, -0.010656360536813736, 0.07200875878334045, -0.04608747735619545, -0.03843220695853233, -0.06601633131504059, -0.15238076448440552, -0.03009703755378723, 0.06625645607709885, 0.030863380059599876, 0.09900964051485062, -0.09019728004932404, -0.08104760944843292, -0.017665131017565727, 0.004776675254106522, 0.00156646769028157, 0.11991100758314133, 0.03676433861255646, 0.13820022344589233, -0.01955524832010269, 0.022415857762098312, 0.08040772378444672, 0.016582515090703964, -0.10843544453382492, 0.16101348400115967, -0.13329310715198517, -0.3788211941719055, -0.14546175301074982, -0.13134250044822693, -0.020925991237163544, 0.03777816519141197, 0.1120775043964386, -0.1329103261232376, 0.005511005409061909, -0.007893978618085384, 0.10391844809055328, -0.08707519620656967, 0.039245378226041794, -0.07586963474750519, 0.0314689576625824, -0.060405436903238297, -0.07552991807460785, -0.03722400963306427, -0.028465405106544495, -0.09132689982652664, 0.16675986349582672, -0.11130212247371674, 0.06035055220127106, 0.16001324355602264, 0.021197395399212837, 0.03523072600364685, -0.05174810439348221, 0.18330632150173187, -0.112345851957798, 0.020098978653550148, 0.15624848008155823, -0.013005592860281467, 0.08254575729370117, 0.08188403397798538, -0.013132697902619839, -0.10316278785467148, 0.05240294709801674, 0.001463406952098012, -0.10209372639656067, -0.1950312703847885, -0.10119245946407318, -0.08230090886354446, 0.15922248363494873, 0.06361804902553558, 0.058937788009643555, 0.17968137562274933, 0.07578518986701965, -0.038606274873018265, -0.00038743947516195476, -0.00239798822440207, 0.08808282762765884, 0.13635766506195068, -0.01442645862698555, 0.1225903332233429, -0.04975935071706772, -0.10913994163274765, 0.12899059057235718, 0.01750512234866619, 0.03937286511063576, 0.051435839384794235, 0.021011192351579666, -0.011281835846602917, 0.11866551637649536, 0.13484057784080505, 0.10447502881288528, -0.015693627297878265, -0.0293489471077919, -0.04774824157357216, -0.01359935849905014, -0.033305928111076355, 0.03640862926840782, 0.008061517030000687, -0.14140670001506805, -0.06158366799354553, -0.11537835001945496, 0.08758961409330368, 0.10668005049228668, 0.07567808032035828, -0.21108253300189972, -0.003950516227632761, 0.07933880388736725, -0.03630997985601425, -0.11126025766134262, 0.08416172116994858, 0.03095286712050438, -0.1277567446231842, 0.07218055427074432, -0.03519461303949356, 0.12458370625972748, -0.0032897875644266605, 0.09583556652069092, -0.03598680719733238, -0.027483470737934113, -0.013308011926710606, 0.09818253666162491, -0.3191508650779724, 0.1621316522359848, -0.017933005467057228, -0.0618131123483181, -0.06667962670326233, -0.02528184838593006, 0.015994107350707054, 0.07729468494653702, 0.10861869156360626, 0.021759910508990288, 0.01640525460243225, -0.07345785945653915, -0.042352862656116486, 0.038021303713321686, 0.12403716146945953, -0.06827268749475479, -0.012903391383588314, -0.04523605480790138, 0.00796645786613226, -0.017124788835644722, -0.008793274872004986, 0.006911922711879015, -0.14962191879749298, 0.05182485654950142, 0.014736213721334934, 0.07058768719434738, 0.0436982735991478, -0.014969068579375744, -0.09180716425180435, 0.18274778127670288, -0.015714606270194054, -0.07271543145179749, -0.12616917490959167, -0.05262751132249832, 0.030376195907592773, -0.05518756061792374, 0.021047864109277725, -0.06501689553260803, -0.0035362408962100744, -0.06755607575178146, -0.22007296979427338, 0.1278373897075653, -0.08437205106019974, -0.07192739844322205, -0.04912353679537773, 0.2010866105556488, -0.051223888993263245, 0.003238252131268382, 0.010222852230072021, 0.021994104608893394, -0.11474784463644028, -0.09469719231128693, 0.07112357765436172, -0.03247172012925148, 0.03123478777706623, 0.0022505864035338163, -0.04091062396764755, 0.016593176871538162, -0.06314414739608765, -0.011381587944924831, 0.27866554260253906, 0.23951324820518494, -0.040407944470644, 0.1904350072145462, 0.11012271791696548, -0.08163551241159439, -0.3069863021373749, -0.10166139155626297, -0.12140648066997528, -0.02996143139898777, -0.017288926988840103, -0.16865339875221252, 0.06477722525596619, 0.038930367678403854, 0.009261871688067913, 0.13778774440288544, -0.20730599761009216, -0.08823523670434952, 0.09138026833534241, -0.02557477355003357, 0.43079736828804016, -0.1257614940404892, -0.08959750831127167, -0.051866497844457626, -0.16516901552677155, 0.2173919379711151, -0.021592965349555016, 0.07857322692871094, -0.029561417177319527, 0.11770006269216537, 0.04697660356760025, -0.010707763023674488, 0.08040876686573029, -0.00884756539016962, 0.008373050950467587, -0.12410011142492294, -0.02768467366695404, 0.04874192550778389, 0.012378438375890255, 0.0013600040692836046, -0.09389680624008179, 0.020313434302806854, -0.15990203619003296, -0.018549781292676926, -0.11233476549386978, 0.07682323455810547, 0.025788001716136932, -0.06466120481491089, -0.003637736663222313, -0.04986237734556198, -0.015892893075942993, -0.01400828268378973, 0.1717434972524643, -0.04862768203020096, 0.19366511702537537, 0.03501616790890694, 0.11570870876312256, -0.1362973153591156, 0.06143493950366974, -0.06429426372051239, -0.07528600096702576, 0.07427702099084854, -0.1537967324256897, 0.05111055448651314, 0.09430045634508133, -0.030276626348495483, 0.05380253866314888, 0.08795086294412613, -0.003969982732087374, 0.004800081253051758, 0.15867236256599426, -0.2786487936973572, 0.01320126373320818, -0.07396841049194336, -0.06665283441543579, 0.10506758838891983, 0.06261139363050461, 0.17162823677062988, 0.011681869626045227, -0.056615445762872696, 0.01595049723982811, 0.02499506063759327, -0.04915530979633331, 0.04529924690723419, 0.008104361593723297, -0.010991688817739487, -0.13640300929546356, 0.08699746429920197, 0.0042801909148693085, -0.1531187742948532, 0.024680746719241142, 0.2155698835849762, -0.1260155886411667, -0.10237220674753189, -0.03444112092256546, 0.08444061875343323, -0.11519137024879456, 0.01753072999417782, -0.030764780938625336, -0.09109894186258316, 0.07448896765708923, 0.15248911082744598, 0.049206193536520004, 0.11775100976228714, -0.015379221178591251, -0.011753370985388756, -0.05147303268313408, -0.0317845419049263, 0.025745956227183342, 0.017857374623417854, -0.08257177472114563, 0.06648801267147064, -0.022109810262918472, 0.14559012651443481, -0.09791336953639984, -0.06602771580219269, -0.1468091756105423, -0.009785634465515614, -0.0695481076836586, -0.09207163751125336, -0.08133620768785477, -0.062133077532052994, 0.0010387726360931993, -0.03962359577417374, -0.04795864596962929, -0.0791037380695343, -0.10289866477251053, 0.009435068815946579, -0.02305566892027855, 0.03256045654416084, -0.06115729361772537, 0.007872066460549831, 0.12092912197113037, -0.028174830600619316, 0.16686207056045532, 0.1458095908164978, -0.09536580741405487, 0.10568815469741821, -0.16346460580825806, -0.08964221179485321, 0.0939340740442276, -0.01729099079966545, 0.027899714186787605, 0.11666940152645111, 0.014932696707546711, 0.04195788502693176, 0.035977672785520554, 0.06045130267739296, 0.03587699308991432, -0.11899011582136154, 0.07665140181779861, 0.009481414221227169, -0.1612047255039215, -0.06303887814283371, -0.08555969595909119, 0.030386725440621376, 0.021575886756181717, 0.12225193530321121, -0.045776769518852234, 0.0887017622590065, -0.07972796261310577, 0.027257539331912994, 0.02293219044804573, -0.181223064661026, -0.047844018787145615, -0.053065262734889984, 0.032686229795217514, 0.018960151821374893, 0.1893557906150818, 0.027213018387556076, -0.03697650134563446, 0.04549255222082138, 0.1042066365480423, 0.005313898902386427, 0.004829791374504566, 0.16259528696537018, 0.09423433989286423, -0.07654286175966263, -0.12226779758930206, 0.07556461542844772, 0.019673259928822517, -0.044067107141017914, 0.10607215762138367, -0.002448870101943612, 0.020163848996162415, 0.06910120695829391, -0.014892932027578354, 0.034322552382946014, -0.044286008924245834, -0.10698256641626358, -0.023580113425850868, 0.046367425471544266, 0.00669879000633955, 0.12847968935966492, 0.177873894572258, -0.002574790036305785, 0.025011489167809486, -0.0363602340221405, -0.024931130930781364, -0.13864666223526, -0.1558164656162262, -0.06855984032154083, -0.14875617623329163, 0.012976853176951408, -0.0915176048874855, 0.04695429280400276, 0.028682325035333633, 0.06887643784284592, -0.07052405923604965, 0.04384735971689224, 0.06974220275878906, -0.12065785378217697, 0.09397104382514954, -0.028081456199288368, 0.03704333305358887, -0.006730496883392334, -0.012833851389586926, -0.10013298690319061, 0.035936567932367325, -0.01747855544090271, 0.045271266251802444, -0.04546798765659332, 0.030429324135184288, -0.1703072488307953, -0.124412901699543, -0.04034453630447388, 0.06420420855283737, -0.06510858237743378, 0.03512151539325714, 0.019115818664431572, 0.013339218683540821, 0.03305599465966225, 0.23020225763320923, -0.03704051673412323, -0.02329315058887005, -0.042310282588005066, 0.16692522168159485, -0.014016710221767426, 0.08088304847478867, -0.03037172369658947, 0.0002500463742762804, -0.08417443931102753, 0.3385351300239563, 0.3027777075767517, -0.09020252525806427, 0.019915465265512466, -0.030905582010746002, 0.03936264291405678, 0.11892254650592804, 0.13376617431640625, 0.09784641861915588, 0.2282467782497406, -0.07217609137296677, -0.03032243251800537, -0.020507147535681725, -0.011079044081270695, -0.06650827825069427, 0.0879674032330513, 0.02507801540195942, -0.05553486570715904, -0.031693898141384125, 0.0812700018286705, -0.2327648252248764, 0.10665327310562134, -0.11289316415786743, -0.1636168211698532, -0.039189815521240234, 0.0042042857967317104, 0.08908319473266602, 0.015396242961287498, 0.11228121817111969, 0.009163780137896538, -0.07585213333368301, 0.017798418179154396, 0.028085503727197647, -0.24201616644859314, -0.008133855648338795, 0.060310713946819305, -0.12939085066318512, -0.004324504639953375, -0.027167800813913345, 0.007199867628514767, 0.059822265058755875, 0.029368450865149498, -0.04319324716925621, -0.001257759635336697, -0.010450302623212337, -0.008644461631774902, -0.011618612334132195, 0.07065588980913162, 0.046958792954683304, -0.13329142332077026, 0.06869500875473022, -0.11774353682994843, 0.033477768301963806, -0.05866728723049164, -0.015255378559231758, 0.000037100471672602, 0.03460683673620224, -0.04829782620072365, 0.07058211416006088, 0.07688362896442413, -0.015606098808348179, 0.000610517687164247, -0.0802936851978302, -0.036274004727602005, -0.019796574488282204, -0.09252054989337921, -0.08371094614267349, -0.13031646609306335, -0.11573562026023865, 0.1029667928814888, -0.02224794402718544, -0.19213621318340302, 0.03111329674720764, -0.12165344506502151, 0.045619383454322815, -0.1751558482646942, 0.11076030135154724, 0.08046020567417145, 0.01831907220184803, 0.011516088619828224, -0.02576824277639389, 0.08821021765470505, 0.11728470027446747, -0.07783648371696472, -0.08528783172369003 ]
null
null
transformers
<div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1234322984183226369/3KzZ3P1J_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">gatcha 🤖 AI Bot </div> <div style="font-size: 15px">@gatchabot bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://app.wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-model-to-generate-tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@gatchabot's tweets](https://twitter.com/gatchabot). | Data | Quantity | | --- | --- | | Tweets downloaded | 2200 | | Retweets | 1728 | | Short tweets | 121 | | Tweets kept | 351 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/3qhi9616/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @gatchabot's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/1o3eonr9) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/1o3eonr9/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/gatchabot') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://github.com/borisdayma/huggingtweets/blob/master/img/logo.png?raw=true", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/gatchabot
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
gatcha AI Bot @gatchabot bot I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on @gatchabot's tweets. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @gatchabot'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 57 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 0.004547144751995802, -0.006708405911922455, -0.007013476919382811, 0.01947171241044998, 0.15818242728710175, 0.03448796644806862, 0.08709780126810074, 0.15389476716518402, -0.019877297803759575, -0.022431448101997375, 0.18047170341014862, 0.173692986369133, -0.012988686561584473, 0.09047263860702515, -0.05271327868103981, -0.2622397541999817, 0.03682216629385948, 0.05513067543506622, -0.007422737777233124, 0.14252057671546936, 0.07580838352441788, -0.023790201172232628, 0.11380083113908768, -0.02966974675655365, -0.202972412109375, 0.03197307139635086, 0.0615268237888813, -0.09518525749444962, 0.11083168536424637, 0.04628797993063927, 0.08698221296072006, 0.022143812850117683, -0.07331052422523499, -0.120787613093853, 0.04532235115766525, 0.045263588428497314, -0.06358368694782257, 0.06480421870946884, 0.08820623904466629, -0.1065920814871788, 0.1416475921869278, 0.07373794168233871, -0.01588049717247486, 0.07824484258890152, -0.17789237201213837, -0.03725104406476021, -0.036331940442323685, 0.007741300854831934, 0.07058489322662354, 0.0750737413764, -0.019116664305329323, 0.1746976524591446, -0.06598041951656342, 0.09777773916721344, 0.17528840899467468, -0.2887236773967743, -0.018040433526039124, 0.0492081381380558, 0.0887371376156807, 0.04900359362363815, -0.024227341637015343, 0.08339477330446243, 0.06365471333265305, 0.01686069741845131, 0.014271941967308521, -0.06960906833410263, -0.09346919506788254, 0.03645368665456772, -0.06932124495506287, -0.05699722096323967, 0.22001419961452484, -0.0334535576403141, 0.04674676060676575, -0.03953840583562851, -0.09316058456897736, -0.028927378356456757, -0.027232296764850616, -0.00907184462994337, -0.05413005128502846, 0.08754174411296844, -0.015151693485677242, -0.06331931799650192, -0.1435878872871399, -0.012912428006529808, -0.15805892646312714, 0.13816505670547485, 0.004333257209509611, 0.04586424678564072, -0.22094038128852844, 0.1012546569108963, 0.022817784920334816, -0.08995530754327774, 0.04930093511939049, -0.09425957500934601, 0.0717538446187973, 0.0007676240638829768, -0.04885277524590492, -0.02944779396057129, 0.08848895877599716, 0.14690880477428436, -0.02718975953757763, 0.005980455316603184, -0.01338018849492073, 0.0733228251338005, 0.059399042278528214, 0.028748195618391037, -0.006081049330532551, -0.052236080169677734, 0.05618719011545181, -0.1417204737663269, -0.010511515662074089, -0.07227712869644165, -0.10605388879776001, -0.04232237488031387, 0.03443120792508125, 0.060671232640743256, 0.042230576276779175, 0.11220116913318634, -0.04771716892719269, -0.01857093721628189, 0.05281376466155052, -0.03979083523154259, -0.008994937874376774, -0.01990325190126896, 0.018122754991054535, 0.13074275851249695, -0.019943278282880783, 0.03407962992787361, -0.10256942361593246, 0.05431444197893143, -0.10281401127576828, -0.01971535198390484, -0.014149561524391174, -0.04367954283952713, 0.031883664429187775, -0.12165860831737518, 0.016123656183481216, -0.16833168268203735, -0.14714312553405762, 0.002859292319044471, -0.016588665544986725, -0.017911825329065323, -0.07954888790845871, -0.04400517791509628, -0.02466505579650402, 0.06924423575401306, -0.04276731237769127, -0.00935916043817997, -0.05846982076764107, 0.11090090870857239, -0.05349889397621155, 0.07203050702810287, -0.1194647029042244, 0.0557217076420784, -0.14930842816829681, -0.013004516251385212, -0.04842504858970642, 0.07119924575090408, 0.015398351475596428, 0.1813964694738388, -0.006925920024514198, -0.003623353084549308, -0.09382472932338715, 0.06455672532320023, -0.02733452245593071, 0.24096953868865967, -0.0756828561425209, -0.14226967096328735, 0.21630549430847168, -0.06334739923477173, -0.14993034303188324, 0.1314547061920166, 0.01843975856900215, 0.08251222223043442, 0.10434340685606003, 0.19023460149765015, 0.01808990351855755, -0.007808534894138575, 0.054424818605184555, 0.07603957504034042, -0.1683882623910904, -0.033340878784656525, 0.0012923459289595485, -0.00014291972911451012, -0.1366809904575348, 0.04632483050227165, 0.1230006217956543, 0.09730340540409088, -0.07249721139669418, -0.018487868830561638, -0.030607668682932854, 0.0016078021144494414, 0.04144361615180969, -0.0005212334799580276, 0.09951234608888626, -0.1033509373664856, -0.04366454482078552, -0.06751791387796402, -0.002970147645100951, 0.011176802217960358, 0.03924661502242088, -0.04455869272351265, 0.09700342267751694, -0.007412149105221033, 0.0545678474009037, -0.13708296418190002, -0.07981666922569275, -0.016090448945760727, 0.1597585678100586, 0.040224816650152206, 0.04663374274969101, 0.0566885769367218, -0.05624469742178917, -0.015493324026465416, -0.010199432261288166, 0.16243304312229156, -0.04404180869460106, -0.07694169133901596, -0.07860849797725677, 0.10474636405706406, -0.06389671564102173, 0.026263169944286346, -0.051667314022779465, 0.024654213339090347, 0.04686986654996872, 0.1110762283205986, 0.004046999383717775, 0.026442723348736763, -0.012835992500185966, -0.007690808270126581, -0.07657550275325775, -0.01617686077952385, 0.1077079176902771, -0.0017721779877319932, -0.06809886544942856, 0.2437063455581665, -0.16884316504001617, 0.21163912117481232, 0.20976658165454865, -0.2492678016424179, -0.02882898785173893, -0.04848965257406235, -0.04766342043876648, -0.0012878701090812683, 0.06041788309812546, -0.034700244665145874, 0.09027024358510971, -0.03288675472140312, 0.16564396023750305, -0.051203593611717224, -0.07646744698286057, 0.019007064402103424, -0.05823178589344025, -0.05114857107400894, 0.07018019258975983, 0.08213616907596588, -0.1630844622850418, 0.18756183981895447, 0.21879082918167114, 0.06839460134506226, 0.2044064849615097, 0.00858453568071127, -0.010656360536813736, 0.07200875878334045, -0.04608747735619545, -0.03843220695853233, -0.06601633131504059, -0.15238076448440552, -0.03009703755378723, 0.06625645607709885, 0.030863380059599876, 0.09900964051485062, -0.09019728004932404, -0.08104760944843292, -0.017665131017565727, 0.004776675254106522, 0.00156646769028157, 0.11991100758314133, 0.03676433861255646, 0.13820022344589233, -0.01955524832010269, 0.022415857762098312, 0.08040772378444672, 0.016582515090703964, -0.10843544453382492, 0.16101348400115967, -0.13329310715198517, -0.3788211941719055, -0.14546175301074982, -0.13134250044822693, -0.020925991237163544, 0.03777816519141197, 0.1120775043964386, -0.1329103261232376, 0.005511005409061909, -0.007893978618085384, 0.10391844809055328, -0.08707519620656967, 0.039245378226041794, -0.07586963474750519, 0.0314689576625824, -0.060405436903238297, -0.07552991807460785, -0.03722400963306427, -0.028465405106544495, -0.09132689982652664, 0.16675986349582672, -0.11130212247371674, 0.06035055220127106, 0.16001324355602264, 0.021197395399212837, 0.03523072600364685, -0.05174810439348221, 0.18330632150173187, -0.112345851957798, 0.020098978653550148, 0.15624848008155823, -0.013005592860281467, 0.08254575729370117, 0.08188403397798538, -0.013132697902619839, -0.10316278785467148, 0.05240294709801674, 0.001463406952098012, -0.10209372639656067, -0.1950312703847885, -0.10119245946407318, -0.08230090886354446, 0.15922248363494873, 0.06361804902553558, 0.058937788009643555, 0.17968137562274933, 0.07578518986701965, -0.038606274873018265, -0.00038743947516195476, -0.00239798822440207, 0.08808282762765884, 0.13635766506195068, -0.01442645862698555, 0.1225903332233429, -0.04975935071706772, -0.10913994163274765, 0.12899059057235718, 0.01750512234866619, 0.03937286511063576, 0.051435839384794235, 0.021011192351579666, -0.011281835846602917, 0.11866551637649536, 0.13484057784080505, 0.10447502881288528, -0.015693627297878265, -0.0293489471077919, -0.04774824157357216, -0.01359935849905014, -0.033305928111076355, 0.03640862926840782, 0.008061517030000687, -0.14140670001506805, -0.06158366799354553, -0.11537835001945496, 0.08758961409330368, 0.10668005049228668, 0.07567808032035828, -0.21108253300189972, -0.003950516227632761, 0.07933880388736725, -0.03630997985601425, -0.11126025766134262, 0.08416172116994858, 0.03095286712050438, -0.1277567446231842, 0.07218055427074432, -0.03519461303949356, 0.12458370625972748, -0.0032897875644266605, 0.09583556652069092, -0.03598680719733238, -0.027483470737934113, -0.013308011926710606, 0.09818253666162491, -0.3191508650779724, 0.1621316522359848, -0.017933005467057228, -0.0618131123483181, -0.06667962670326233, -0.02528184838593006, 0.015994107350707054, 0.07729468494653702, 0.10861869156360626, 0.021759910508990288, 0.01640525460243225, -0.07345785945653915, -0.042352862656116486, 0.038021303713321686, 0.12403716146945953, -0.06827268749475479, -0.012903391383588314, -0.04523605480790138, 0.00796645786613226, -0.017124788835644722, -0.008793274872004986, 0.006911922711879015, -0.14962191879749298, 0.05182485654950142, 0.014736213721334934, 0.07058768719434738, 0.0436982735991478, -0.014969068579375744, -0.09180716425180435, 0.18274778127670288, -0.015714606270194054, -0.07271543145179749, -0.12616917490959167, -0.05262751132249832, 0.030376195907592773, -0.05518756061792374, 0.021047864109277725, -0.06501689553260803, -0.0035362408962100744, -0.06755607575178146, -0.22007296979427338, 0.1278373897075653, -0.08437205106019974, -0.07192739844322205, -0.04912353679537773, 0.2010866105556488, -0.051223888993263245, 0.003238252131268382, 0.010222852230072021, 0.021994104608893394, -0.11474784463644028, -0.09469719231128693, 0.07112357765436172, -0.03247172012925148, 0.03123478777706623, 0.0022505864035338163, -0.04091062396764755, 0.016593176871538162, -0.06314414739608765, -0.011381587944924831, 0.27866554260253906, 0.23951324820518494, -0.040407944470644, 0.1904350072145462, 0.11012271791696548, -0.08163551241159439, -0.3069863021373749, -0.10166139155626297, -0.12140648066997528, -0.02996143139898777, -0.017288926988840103, -0.16865339875221252, 0.06477722525596619, 0.038930367678403854, 0.009261871688067913, 0.13778774440288544, -0.20730599761009216, -0.08823523670434952, 0.09138026833534241, -0.02557477355003357, 0.43079736828804016, -0.1257614940404892, -0.08959750831127167, -0.051866497844457626, -0.16516901552677155, 0.2173919379711151, -0.021592965349555016, 0.07857322692871094, -0.029561417177319527, 0.11770006269216537, 0.04697660356760025, -0.010707763023674488, 0.08040876686573029, -0.00884756539016962, 0.008373050950467587, -0.12410011142492294, -0.02768467366695404, 0.04874192550778389, 0.012378438375890255, 0.0013600040692836046, -0.09389680624008179, 0.020313434302806854, -0.15990203619003296, -0.018549781292676926, -0.11233476549386978, 0.07682323455810547, 0.025788001716136932, -0.06466120481491089, -0.003637736663222313, -0.04986237734556198, -0.015892893075942993, -0.01400828268378973, 0.1717434972524643, -0.04862768203020096, 0.19366511702537537, 0.03501616790890694, 0.11570870876312256, -0.1362973153591156, 0.06143493950366974, -0.06429426372051239, -0.07528600096702576, 0.07427702099084854, -0.1537967324256897, 0.05111055448651314, 0.09430045634508133, -0.030276626348495483, 0.05380253866314888, 0.08795086294412613, -0.003969982732087374, 0.004800081253051758, 0.15867236256599426, -0.2786487936973572, 0.01320126373320818, -0.07396841049194336, -0.06665283441543579, 0.10506758838891983, 0.06261139363050461, 0.17162823677062988, 0.011681869626045227, -0.056615445762872696, 0.01595049723982811, 0.02499506063759327, -0.04915530979633331, 0.04529924690723419, 0.008104361593723297, -0.010991688817739487, -0.13640300929546356, 0.08699746429920197, 0.0042801909148693085, -0.1531187742948532, 0.024680746719241142, 0.2155698835849762, -0.1260155886411667, -0.10237220674753189, -0.03444112092256546, 0.08444061875343323, -0.11519137024879456, 0.01753072999417782, -0.030764780938625336, -0.09109894186258316, 0.07448896765708923, 0.15248911082744598, 0.049206193536520004, 0.11775100976228714, -0.015379221178591251, -0.011753370985388756, -0.05147303268313408, -0.0317845419049263, 0.025745956227183342, 0.017857374623417854, -0.08257177472114563, 0.06648801267147064, -0.022109810262918472, 0.14559012651443481, -0.09791336953639984, -0.06602771580219269, -0.1468091756105423, -0.009785634465515614, -0.0695481076836586, -0.09207163751125336, -0.08133620768785477, -0.062133077532052994, 0.0010387726360931993, -0.03962359577417374, -0.04795864596962929, -0.0791037380695343, -0.10289866477251053, 0.009435068815946579, -0.02305566892027855, 0.03256045654416084, -0.06115729361772537, 0.007872066460549831, 0.12092912197113037, -0.028174830600619316, 0.16686207056045532, 0.1458095908164978, -0.09536580741405487, 0.10568815469741821, -0.16346460580825806, -0.08964221179485321, 0.0939340740442276, -0.01729099079966545, 0.027899714186787605, 0.11666940152645111, 0.014932696707546711, 0.04195788502693176, 0.035977672785520554, 0.06045130267739296, 0.03587699308991432, -0.11899011582136154, 0.07665140181779861, 0.009481414221227169, -0.1612047255039215, -0.06303887814283371, -0.08555969595909119, 0.030386725440621376, 0.021575886756181717, 0.12225193530321121, -0.045776769518852234, 0.0887017622590065, -0.07972796261310577, 0.027257539331912994, 0.02293219044804573, -0.181223064661026, -0.047844018787145615, -0.053065262734889984, 0.032686229795217514, 0.018960151821374893, 0.1893557906150818, 0.027213018387556076, -0.03697650134563446, 0.04549255222082138, 0.1042066365480423, 0.005313898902386427, 0.004829791374504566, 0.16259528696537018, 0.09423433989286423, -0.07654286175966263, -0.12226779758930206, 0.07556461542844772, 0.019673259928822517, -0.044067107141017914, 0.10607215762138367, -0.002448870101943612, 0.020163848996162415, 0.06910120695829391, -0.014892932027578354, 0.034322552382946014, -0.044286008924245834, -0.10698256641626358, -0.023580113425850868, 0.046367425471544266, 0.00669879000633955, 0.12847968935966492, 0.177873894572258, -0.002574790036305785, 0.025011489167809486, -0.0363602340221405, -0.024931130930781364, -0.13864666223526, -0.1558164656162262, -0.06855984032154083, -0.14875617623329163, 0.012976853176951408, -0.0915176048874855, 0.04695429280400276, 0.028682325035333633, 0.06887643784284592, -0.07052405923604965, 0.04384735971689224, 0.06974220275878906, -0.12065785378217697, 0.09397104382514954, -0.028081456199288368, 0.03704333305358887, -0.006730496883392334, -0.012833851389586926, -0.10013298690319061, 0.035936567932367325, -0.01747855544090271, 0.045271266251802444, -0.04546798765659332, 0.030429324135184288, -0.1703072488307953, -0.124412901699543, -0.04034453630447388, 0.06420420855283737, -0.06510858237743378, 0.03512151539325714, 0.019115818664431572, 0.013339218683540821, 0.03305599465966225, 0.23020225763320923, -0.03704051673412323, -0.02329315058887005, -0.042310282588005066, 0.16692522168159485, -0.014016710221767426, 0.08088304847478867, -0.03037172369658947, 0.0002500463742762804, -0.08417443931102753, 0.3385351300239563, 0.3027777075767517, -0.09020252525806427, 0.019915465265512466, -0.030905582010746002, 0.03936264291405678, 0.11892254650592804, 0.13376617431640625, 0.09784641861915588, 0.2282467782497406, -0.07217609137296677, -0.03032243251800537, -0.020507147535681725, -0.011079044081270695, -0.06650827825069427, 0.0879674032330513, 0.02507801540195942, -0.05553486570715904, -0.031693898141384125, 0.0812700018286705, -0.2327648252248764, 0.10665327310562134, -0.11289316415786743, -0.1636168211698532, -0.039189815521240234, 0.0042042857967317104, 0.08908319473266602, 0.015396242961287498, 0.11228121817111969, 0.009163780137896538, -0.07585213333368301, 0.017798418179154396, 0.028085503727197647, -0.24201616644859314, -0.008133855648338795, 0.060310713946819305, -0.12939085066318512, -0.004324504639953375, -0.027167800813913345, 0.007199867628514767, 0.059822265058755875, 0.029368450865149498, -0.04319324716925621, -0.001257759635336697, -0.010450302623212337, -0.008644461631774902, -0.011618612334132195, 0.07065588980913162, 0.046958792954683304, -0.13329142332077026, 0.06869500875473022, -0.11774353682994843, 0.033477768301963806, -0.05866728723049164, -0.015255378559231758, 0.000037100471672602, 0.03460683673620224, -0.04829782620072365, 0.07058211416006088, 0.07688362896442413, -0.015606098808348179, 0.000610517687164247, -0.0802936851978302, -0.036274004727602005, -0.019796574488282204, -0.09252054989337921, -0.08371094614267349, -0.13031646609306335, -0.11573562026023865, 0.1029667928814888, -0.02224794402718544, -0.19213621318340302, 0.03111329674720764, -0.12165344506502151, 0.045619383454322815, -0.1751558482646942, 0.11076030135154724, 0.08046020567417145, 0.01831907220184803, 0.011516088619828224, -0.02576824277639389, 0.08821021765470505, 0.11728470027446747, -0.07783648371696472, -0.08528783172369003 ]
null
null
transformers
<div class="inline-flex flex-col" style="line-height: 1.5;"> <div class="flex"> <div style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;https://pbs.twimg.com/profile_images/1610957642616406016/YPHe6yn-_400x400.jpg&#39;)"> </div> <div style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)"> </div> <div style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)"> </div> </div> <div style="text-align: center; margin-top: 3px; font-size: 16px; font-weight: 800">🤖 AI BOT 🤖</div> <div style="text-align: center; font-size: 16px; font-weight: 800">ᕙ(‾̀◡‾́)ᕗ g</div> <div style="text-align: center; font-size: 14px;">@gaucheian</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on tweets from ᕙ(‾̀◡‾́)ᕗ g. | Data | ᕙ(‾̀◡‾́)ᕗ g | | --- | --- | | Tweets downloaded | 2213 | | Retweets | 92 | | Short tweets | 279 | | Tweets kept | 1842 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/x1bx2fez/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @gaucheian's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/0i3i22al) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/0i3i22al/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/gaucheian') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://github.com/borisdayma/huggingtweets/blob/master/img/logo.png?raw=true", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/gaucheian
[ "transformers", "pytorch", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
AI BOT ᕙ(‾̀◡‾́)ᕗ g @gaucheian I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on tweets from ᕙ(‾̀◡‾́)ᕗ g. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @gaucheian'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 54 ]
[ "passage: TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ -0.0001764487533364445, -0.01891571842133999, -0.0068881697952747345, 0.01242890115827322, 0.16224369406700134, 0.04406825825572014, 0.08452208340167999, 0.14250440895557404, -0.026455026119947433, -0.016114573925733566, 0.17334569990634918, 0.17106501758098602, -0.014037161134183407, 0.08718273043632507, -0.05552244931459427, -0.2646014094352722, 0.044212065637111664, 0.058431971818208694, -0.020032864063978195, 0.14111687242984772, 0.0714879110455513, -0.01828647032380104, 0.10845158249139786, -0.02953636273741722, -0.18877948820590973, 0.03499612212181091, 0.05605728179216385, -0.09992336481809616, 0.11936124414205551, 0.04713086411356926, 0.08659981191158295, 0.015409729443490505, -0.07482189685106277, -0.12249794602394104, 0.03866785019636154, 0.041891295462846756, -0.0629689022898674, 0.05911329388618469, 0.08818957209587097, -0.11120674759149551, 0.1456013321876526, 0.07799911499023438, -0.01863223686814308, 0.07941857725381851, -0.17164963483810425, -0.019008882343769073, -0.036983806639909744, 0.005464354529976845, 0.057414017617702484, 0.07476010918617249, -0.01932354085147381, 0.1732589453458786, -0.0767555758357048, 0.09587065875530243, 0.16117197275161743, -0.2913956344127655, -0.005072304047644138, 0.0498935841023922, 0.06722559779882431, 0.03902119770646095, -0.015738610178232193, 0.08706029504537582, 0.06277379393577576, 0.02536560781300068, -0.0014978112885728478, -0.06339331716299057, -0.0928240567445755, 0.04014677554368973, -0.0745372325181961, -0.06578013300895691, 0.20811960101127625, -0.039430033415555954, 0.050536420196294785, -0.03807967156171799, -0.10491003096103668, -0.02197154052555561, -0.015753688290715218, 0.00720712635666132, -0.06031509116292, 0.08949250727891922, -0.014659170061349869, -0.07363511621952057, -0.15025688707828522, -0.016003666445612907, -0.18369624018669128, 0.1574522852897644, 0.003967532888054848, 0.04864242300391197, -0.2093716263771057, 0.11408322304487228, 0.020872395485639572, -0.08021171391010284, 0.047296058386564255, -0.09546594321727753, 0.07179957628250122, 0.002116252202540636, -0.05267130210995674, -0.02264278009533882, 0.08682441711425781, 0.15258505940437317, -0.026140356436371803, 0.0017382961232215166, -0.027155736461281776, 0.07059825956821442, 0.05281682312488556, 0.040018972009420395, -0.017763059586286545, -0.04289618879556656, 0.045782025903463364, -0.15945611894130707, -0.007582054473459721, -0.06918198615312576, -0.1068587526679039, -0.05112413689494133, 0.022331949323415756, 0.06442617624998093, 0.031878020614385605, 0.11345649510622025, -0.04609488695859909, -0.014168480411171913, 0.06350603699684143, -0.042460083961486816, -0.0172110628336668, -0.016047241166234016, 0.015319211408495903, 0.14095398783683777, -0.018181998282670975, 0.030711950734257698, -0.11251416057348251, 0.0645761713385582, -0.09946728497743607, -0.01914660818874836, -0.0071241967380046844, -0.04078202322125435, 0.029947424307465553, -0.13505136966705322, 0.010975461453199387, -0.1711256355047226, -0.14874492585659027, 0.009897243231534958, -0.02876151353120804, -0.018498392775654793, -0.059200938791036606, -0.03973992541432381, -0.01719699800014496, 0.06084148958325386, -0.04528016224503517, 0.0009662628290243447, -0.05951235070824623, 0.11524756252765656, -0.05245914310216904, 0.06888316571712494, -0.13250301778316498, 0.05976588651537895, -0.15375985205173492, -0.00870948750525713, -0.04503806680440903, 0.08287355303764343, 0.017666861414909363, 0.16653785109519958, -0.006960130762308836, -0.012972959317266941, -0.09847598522901535, 0.06441020965576172, -0.023426895961165428, 0.24133971333503723, -0.06349262595176697, -0.143473818898201, 0.22233937680721283, -0.06944137066602707, -0.1420930027961731, 0.12657590210437775, 0.020838137716054916, 0.07354387640953064, 0.10204131156206131, 0.19502143561840057, 0.014321080408990383, 0.006638950202614069, 0.054760824888944626, 0.0820525735616684, -0.17468082904815674, -0.03090454451739788, -0.00916894432157278, -0.01691337674856186, -0.1358218789100647, 0.043003637343645096, 0.11889315396547318, 0.10293904691934586, -0.07099705934524536, -0.013554582372307777, -0.03317642584443092, -0.004439891315996647, 0.06940841674804688, -0.007896981202065945, 0.09806080162525177, -0.09929461032152176, -0.040301576256752014, -0.058301206678152084, -0.006890235934406519, 0.0024084753822535276, 0.04120192304253578, -0.040066637098789215, 0.10096675902605057, -0.0006905568297952414, 0.05225489288568497, -0.14046427607536316, -0.07798092812299728, -0.020940499380230904, 0.1575685739517212, 0.04120592027902603, 0.04776391014456749, 0.057414863258600235, -0.0481991246342659, -0.0158701092004776, -0.009968787431716919, 0.16312187910079956, -0.0394844189286232, -0.06968989968299866, -0.056453973054885864, 0.10656707733869553, -0.058365050703287125, 0.03222460299730301, -0.04202231392264366, 0.022449776530265808, 0.060929615050554276, 0.12114907056093216, -0.0026538248639553785, 0.029062092304229736, -0.01023187953978777, -0.0038288652431219816, -0.07459788024425507, -0.020947640761733055, 0.10031349956989288, -0.004600553773343563, -0.08327498286962509, 0.23685328662395477, -0.17454755306243896, 0.19663569331169128, 0.2115958034992218, -0.2628093659877777, -0.024321777746081352, -0.06840608268976212, -0.05017746612429619, 0.003011465771123767, 0.05876095965504646, -0.04692309722304344, 0.09809201210737228, -0.02521132305264473, 0.16497591137886047, -0.04652651026844978, -0.07362692058086395, 0.016456644982099533, -0.05898859724402428, -0.0463954322040081, 0.0659271627664566, 0.08106416463851929, -0.15480613708496094, 0.18694530427455902, 0.20838376879692078, 0.07612863928079605, 0.19334357976913452, 0.004058185499161482, -0.014812501147389412, 0.08005014806985855, -0.03805047646164894, -0.04202093929052353, -0.07553261518478394, -0.16944189369678497, -0.01902174763381481, 0.07485251128673553, 0.03750864416360855, 0.11274250596761703, -0.10172852873802185, -0.07372885197401047, -0.016179129481315613, -0.005032413639128208, 0.005167648661881685, 0.1174640879034996, 0.045775800943374634, 0.14043675363063812, -0.019972821697592735, 0.03493902459740639, 0.08747350424528122, 0.02448674477636814, -0.10759711265563965, 0.16407065093517303, -0.14081640541553497, -0.38538745045661926, -0.16212545335292816, -0.13394121825695038, -0.029274288564920425, 0.04825805127620697, 0.11038947850465775, -0.13598975539207458, 0.0011978530092164874, -0.003706524148583412, 0.12342415004968643, -0.0806080624461174, 0.03755999356508255, -0.07838296890258789, 0.026997538283467293, -0.06349453330039978, -0.07917723804712296, -0.036463622003793716, -0.03232228383421898, -0.10000553727149963, 0.1757805496454239, -0.11054177582263947, 0.057571277022361755, 0.1741490364074707, 0.022440658882260323, 0.034390855580568314, -0.0513761006295681, 0.17275545001029968, -0.11779367178678513, 0.02093288116157055, 0.16278521716594696, -0.01799617148935795, 0.08678310364484787, 0.08059167861938477, -0.015366556122899055, -0.10777527838945389, 0.05196633189916611, 0.0019955262541770935, -0.1096891239285469, -0.20052047073841095, -0.12150565534830093, -0.0784008651971817, 0.14483654499053955, 0.05303339660167694, 0.05915789678692818, 0.17167222499847412, 0.08591149002313614, -0.04288473725318909, -0.004711467772722244, -0.012867298908531666, 0.07781979441642761, 0.1684085726737976, -0.017248503863811493, 0.11789125204086304, -0.05446818470954895, -0.11601924896240234, 0.13826869428157806, 0.02504623495042324, 0.050291191786527634, 0.04182872176170349, 0.008374262601137161, -0.009610554203391075, 0.09969738125801086, 0.12988939881324768, 0.118865467607975, -0.008107239380478859, -0.0232877004891634, -0.03601100295782089, -0.00860752072185278, -0.03570752218365669, 0.034572016447782516, 0.011757065542042255, -0.16013272106647491, -0.05726486071944237, -0.12173470109701157, 0.0964120477437973, 0.09787409752607346, 0.08039643615484238, -0.2033146470785141, -0.004589703865349293, 0.07378163933753967, -0.03603411093354225, -0.11624246090650558, 0.086527980864048, 0.033109065145254135, -0.1271866261959076, 0.0817195475101471, -0.03352120518684387, 0.115711510181427, -0.017423994839191437, 0.09427224844694138, -0.04346824064850807, -0.0329415462911129, -0.012381686829030514, 0.10430185496807098, -0.30799204111099243, 0.17485815286636353, -0.019660785794258118, -0.07034741342067719, -0.07672256976366043, -0.025566134601831436, 0.017929747700691223, 0.07530300319194794, 0.09619415551424026, 0.024311896413564682, 0.04642496258020401, -0.09243860840797424, -0.03940937668085098, 0.034113768488168716, 0.13641610741615295, -0.0638844221830368, -0.015862328931689262, -0.04075292870402336, 0.01116214320063591, -0.019626103341579437, -0.027355113998055458, 0.018256209790706635, -0.1504947543144226, 0.05358212813735008, 0.017237937077879906, 0.0753018707036972, 0.03889141231775284, -0.007973386906087399, -0.10224062204360962, 0.18268363177776337, -0.03004412353038788, -0.08521177619695663, -0.127006396651268, -0.04812724515795708, 0.04587927460670471, -0.051474425941705704, 0.034381575882434845, -0.06691597402095795, -0.011345877312123775, -0.06886660307645798, -0.21483656764030457, 0.12495172768831253, -0.0775398537516594, -0.07874035835266113, -0.03474915772676468, 0.20981398224830627, -0.05076101794838905, -0.00018431349599268287, 0.01172169204801321, 0.014822970144450665, -0.1086968258023262, -0.10466268658638, 0.06874550879001617, -0.034708425402641296, 0.02743770368397236, 0.02760813757777214, -0.03700246661901474, 0.02073092758655548, -0.06074898689985275, -0.01314478274434805, 0.2849438786506653, 0.22848764061927795, -0.035804633051157, 0.1875685602426529, 0.10711772739887238, -0.07248730212450027, -0.30828598141670227, -0.0999293103814125, -0.13133330643177032, -0.033457282930612564, -0.02052777260541916, -0.17081500589847565, 0.07089676707983017, 0.04558560997247696, 0.00998434517532587, 0.14900504052639008, -0.21140912175178528, -0.08518896996974945, 0.1092359870672226, -0.03466132655739784, 0.42140644788742065, -0.1164151057600975, -0.09652433544397354, -0.05340435355901718, -0.15239587426185608, 0.20086675882339478, -0.01557826716452837, 0.08761543780565262, -0.031178412958979607, 0.14360429346561432, 0.04995222017168999, -0.01680157333612442, 0.08329997956752777, 0.0014065488940104842, 0.004026432521641254, -0.12653036415576935, -0.022627411410212517, 0.0504734143614769, 0.021120509132742882, 0.0054380460642278194, -0.07736434042453766, 0.028706049546599388, -0.14863882958889008, -0.024921666830778122, -0.10909338295459747, 0.08278775960206985, 0.03857516124844551, -0.07422378659248352, -0.010892878286540508, -0.05615931376814842, -0.023589344695210457, -0.012528443709015846, 0.13453009724617004, -0.050522636622190475, 0.1720355898141861, 0.036824267357587814, 0.11522943526506424, -0.13816054165363312, 0.06146138161420822, -0.07406572997570038, -0.07532623410224915, 0.06773588061332703, -0.13577620685100555, 0.05240122601389885, 0.10075365751981735, -0.03372569754719734, 0.04758675396442413, 0.08927652984857559, 0.000919255951885134, 0.009403540752828121, 0.15953567624092102, -0.2761637568473816, 0.01791755110025406, -0.07046908140182495, -0.07692829519510269, 0.112159863114357, 0.07484955340623856, 0.181244894862175, 0.02791808731853962, -0.0472177192568779, 0.012221097014844418, 0.019269011914730072, -0.05120278522372246, 0.0548672117292881, 0.006578541360795498, -0.011816216632723808, -0.14148055016994476, 0.08790901303291321, -0.0015104453777894378, -0.1429632604122162, 0.02210722118616104, 0.19665491580963135, -0.13288317620754242, -0.10024755448102951, -0.05081937462091446, 0.057288672775030136, -0.13861924409866333, 0.008680099621415138, -0.01990172080695629, -0.09562872350215912, 0.0756591260433197, 0.1573420912027359, 0.05079081282019615, 0.12963363528251648, -0.02916029281914234, -0.008411908522248268, -0.04279141128063202, -0.051675889641046524, 0.02788730151951313, 0.019720058888196945, -0.07752392441034317, 0.08735781908035278, -0.024015765637159348, 0.14329436421394348, -0.10051412135362625, -0.06987810134887695, -0.1344141960144043, -0.005019306670874357, -0.09607285261154175, -0.0959741547703743, -0.08079583197832108, -0.061935000121593475, 0.004180733114480972, -0.039079975336790085, -0.0417400486767292, -0.08063078671693802, -0.10278100520372391, 0.016344387084245682, -0.02737213484942913, 0.028547246009111404, -0.07021904736757278, 0.008450011722743511, 0.12212047725915909, -0.029432062059640884, 0.17478644847869873, 0.15045183897018433, -0.10443241149187088, 0.10585668683052063, -0.17528948187828064, -0.10057486593723297, 0.10386897623538971, -0.01424362976104021, 0.02509693056344986, 0.12928596138954163, 0.018586233258247375, 0.04242280498147011, 0.03278495371341705, 0.06450606882572174, 0.04438134282827377, -0.11879310011863708, 0.08265755325555801, -0.002198860514909029, -0.15595629811286926, -0.061124756932258606, -0.09235648810863495, 0.02707000821828842, 0.02035105973482132, 0.11072126775979996, -0.04177020862698555, 0.08901136368513107, -0.06589431315660477, 0.023006385192275047, 0.025188656523823738, -0.17641755938529968, -0.03692740947008133, -0.05073147267103195, 0.03235582634806633, 0.028527792543172836, 0.22216679155826569, 0.015049049630761147, -0.030550595372915268, 0.0387740358710289, 0.12439186871051788, 0.015807392075657845, -0.0005460345419123769, 0.1709187924861908, 0.10334094613790512, -0.07364179939031601, -0.14011329412460327, 0.0676020160317421, 0.012262817472219467, -0.05599943920969963, 0.11458845436573029, -0.01812131516635418, -0.006866521667689085, 0.0670672059059143, -0.019556820392608643, 0.03449620306491852, -0.06607513129711151, -0.12762659788131714, -0.02478908933699131, 0.04269528388977051, 0.0029638311825692654, 0.12794137001037598, 0.15664103627204895, -0.005168106406927109, 0.026651626452803612, -0.015845872461795807, -0.023246217519044876, -0.13421551883220673, -0.15646639466285706, -0.06222613900899887, -0.14998294413089752, 0.022462334483861923, -0.08663632720708847, 0.047867026180028915, 0.05302877724170685, 0.07266844809055328, -0.06541765481233597, 0.06867647916078568, 0.049353908747434616, -0.11939282715320587, 0.08969518542289734, -0.024748487398028374, 0.04455447196960449, -0.0018985075876116753, -0.03077637031674385, -0.10359742492437363, 0.042003192007541656, -0.01649407483637333, 0.045346152037382126, -0.04421991854906082, 0.022579338401556015, -0.1750071942806244, -0.10995419323444366, -0.04818427562713623, 0.06838665902614594, -0.06683412194252014, 0.04056481271982193, 0.01606888137757778, 0.011690732091665268, 0.030521972104907036, 0.22083373367786407, -0.041100796312093735, -0.04384056478738785, -0.041319385170936584, 0.1635150909423828, -0.014866671524941921, 0.08733032643795013, -0.027159888297319412, -0.008534550666809082, -0.09159335494041443, 0.3551705777645111, 0.29626867175102234, -0.08988689631223679, 0.018322573974728584, -0.023403000086545944, 0.04054094851016998, 0.13749836385250092, 0.13930056989192963, 0.09693139791488647, 0.23870247602462769, -0.069560706615448, -0.05235563591122627, -0.01810343936085701, -0.013992605730891228, -0.06698887050151825, 0.09740167111158371, 0.02308662235736847, -0.05992421507835388, -0.0399320125579834, 0.09157036244869232, -0.2363831102848053, 0.1119081899523735, -0.1049022525548935, -0.15424089133739471, -0.03413557633757591, 0.011207441799342632, 0.07758733630180359, 0.01318280678242445, 0.11218693852424622, 0.013466300442814827, -0.0844072625041008, 0.014990749768912792, 0.034041877835989, -0.25270384550094604, 0.004782035481184721, 0.053680628538131714, -0.12391778826713562, -0.004765757359564304, -0.025234686210751534, 0.013625700026750565, 0.05700398609042168, 0.04094824194908142, -0.03069460764527321, 0.016096249222755432, -0.006652043666690588, -0.020144162699580193, -0.008288858458399773, 0.05953062325716019, 0.04713095352053642, -0.1559005230665207, 0.06380777060985565, -0.13577982783317566, 0.04075455665588379, -0.023885579779744148, -0.012463473714888096, -0.0012933483812958002, 0.01776987873017788, -0.0522073432803154, 0.06581555306911469, 0.07255802303552628, -0.0144086554646492, 0.008549283258616924, -0.08346639573574066, -0.034440234303474426, -0.023841137066483498, -0.10951124131679535, -0.08404874801635742, -0.13158579170703888, -0.12121031433343887, 0.10822955518960953, -0.02819518744945526, -0.18475614488124847, 0.03248962014913559, -0.12301548570394516, 0.05860345810651779, -0.17328192293643951, 0.11332228779792786, 0.07014153152704239, 0.018578365445137024, 0.01264720968902111, -0.007008096668869257, 0.08073210716247559, 0.11507359892129898, -0.0813264548778534, -0.08199906349182129 ]
null
null
transformers
<div class="inline-flex flex-col" style="line-height: 1.5;"> <div class="flex"> <div style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;https://pbs.twimg.com/profile_images/1362440200304041986/nLi9iMVI_400x400.jpg&#39;)"> </div> <div style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)"> </div> <div style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)"> </div> </div> <div style="text-align: center; margin-top: 3px; font-size: 16px; font-weight: 800">🤖 AI BOT 🤖</div> <div style="text-align: center; font-size: 16px; font-weight: 800">Gavi Begtrup</div> <div style="text-align: center; font-size: 14px;">@gavibegtrup</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on tweets from Gavi Begtrup. | Data | Gavi Begtrup | | --- | --- | | Tweets downloaded | 990 | | Retweets | 67 | | Short tweets | 49 | | Tweets kept | 874 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/1kx48u2r/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @gavibegtrup's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/1n9nuiku) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/1n9nuiku/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/gavibegtrup') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/gavibegtrup/1622127344791/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/gavibegtrup
[ "transformers", "pytorch", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
AI BOT Gavi Begtrup @gavibegtrup I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on tweets from Gavi Begtrup. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @gavibegtrup'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 54 ]
[ "passage: TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ -0.0001764487533364445, -0.01891571842133999, -0.0068881697952747345, 0.01242890115827322, 0.16224369406700134, 0.04406825825572014, 0.08452208340167999, 0.14250440895557404, -0.026455026119947433, -0.016114573925733566, 0.17334569990634918, 0.17106501758098602, -0.014037161134183407, 0.08718273043632507, -0.05552244931459427, -0.2646014094352722, 0.044212065637111664, 0.058431971818208694, -0.020032864063978195, 0.14111687242984772, 0.0714879110455513, -0.01828647032380104, 0.10845158249139786, -0.02953636273741722, -0.18877948820590973, 0.03499612212181091, 0.05605728179216385, -0.09992336481809616, 0.11936124414205551, 0.04713086411356926, 0.08659981191158295, 0.015409729443490505, -0.07482189685106277, -0.12249794602394104, 0.03866785019636154, 0.041891295462846756, -0.0629689022898674, 0.05911329388618469, 0.08818957209587097, -0.11120674759149551, 0.1456013321876526, 0.07799911499023438, -0.01863223686814308, 0.07941857725381851, -0.17164963483810425, -0.019008882343769073, -0.036983806639909744, 0.005464354529976845, 0.057414017617702484, 0.07476010918617249, -0.01932354085147381, 0.1732589453458786, -0.0767555758357048, 0.09587065875530243, 0.16117197275161743, -0.2913956344127655, -0.005072304047644138, 0.0498935841023922, 0.06722559779882431, 0.03902119770646095, -0.015738610178232193, 0.08706029504537582, 0.06277379393577576, 0.02536560781300068, -0.0014978112885728478, -0.06339331716299057, -0.0928240567445755, 0.04014677554368973, -0.0745372325181961, -0.06578013300895691, 0.20811960101127625, -0.039430033415555954, 0.050536420196294785, -0.03807967156171799, -0.10491003096103668, -0.02197154052555561, -0.015753688290715218, 0.00720712635666132, -0.06031509116292, 0.08949250727891922, -0.014659170061349869, -0.07363511621952057, -0.15025688707828522, -0.016003666445612907, -0.18369624018669128, 0.1574522852897644, 0.003967532888054848, 0.04864242300391197, -0.2093716263771057, 0.11408322304487228, 0.020872395485639572, -0.08021171391010284, 0.047296058386564255, -0.09546594321727753, 0.07179957628250122, 0.002116252202540636, -0.05267130210995674, -0.02264278009533882, 0.08682441711425781, 0.15258505940437317, -0.026140356436371803, 0.0017382961232215166, -0.027155736461281776, 0.07059825956821442, 0.05281682312488556, 0.040018972009420395, -0.017763059586286545, -0.04289618879556656, 0.045782025903463364, -0.15945611894130707, -0.007582054473459721, -0.06918198615312576, -0.1068587526679039, -0.05112413689494133, 0.022331949323415756, 0.06442617624998093, 0.031878020614385605, 0.11345649510622025, -0.04609488695859909, -0.014168480411171913, 0.06350603699684143, -0.042460083961486816, -0.0172110628336668, -0.016047241166234016, 0.015319211408495903, 0.14095398783683777, -0.018181998282670975, 0.030711950734257698, -0.11251416057348251, 0.0645761713385582, -0.09946728497743607, -0.01914660818874836, -0.0071241967380046844, -0.04078202322125435, 0.029947424307465553, -0.13505136966705322, 0.010975461453199387, -0.1711256355047226, -0.14874492585659027, 0.009897243231534958, -0.02876151353120804, -0.018498392775654793, -0.059200938791036606, -0.03973992541432381, -0.01719699800014496, 0.06084148958325386, -0.04528016224503517, 0.0009662628290243447, -0.05951235070824623, 0.11524756252765656, -0.05245914310216904, 0.06888316571712494, -0.13250301778316498, 0.05976588651537895, -0.15375985205173492, -0.00870948750525713, -0.04503806680440903, 0.08287355303764343, 0.017666861414909363, 0.16653785109519958, -0.006960130762308836, -0.012972959317266941, -0.09847598522901535, 0.06441020965576172, -0.023426895961165428, 0.24133971333503723, -0.06349262595176697, -0.143473818898201, 0.22233937680721283, -0.06944137066602707, -0.1420930027961731, 0.12657590210437775, 0.020838137716054916, 0.07354387640953064, 0.10204131156206131, 0.19502143561840057, 0.014321080408990383, 0.006638950202614069, 0.054760824888944626, 0.0820525735616684, -0.17468082904815674, -0.03090454451739788, -0.00916894432157278, -0.01691337674856186, -0.1358218789100647, 0.043003637343645096, 0.11889315396547318, 0.10293904691934586, -0.07099705934524536, -0.013554582372307777, -0.03317642584443092, -0.004439891315996647, 0.06940841674804688, -0.007896981202065945, 0.09806080162525177, -0.09929461032152176, -0.040301576256752014, -0.058301206678152084, -0.006890235934406519, 0.0024084753822535276, 0.04120192304253578, -0.040066637098789215, 0.10096675902605057, -0.0006905568297952414, 0.05225489288568497, -0.14046427607536316, -0.07798092812299728, -0.020940499380230904, 0.1575685739517212, 0.04120592027902603, 0.04776391014456749, 0.057414863258600235, -0.0481991246342659, -0.0158701092004776, -0.009968787431716919, 0.16312187910079956, -0.0394844189286232, -0.06968989968299866, -0.056453973054885864, 0.10656707733869553, -0.058365050703287125, 0.03222460299730301, -0.04202231392264366, 0.022449776530265808, 0.060929615050554276, 0.12114907056093216, -0.0026538248639553785, 0.029062092304229736, -0.01023187953978777, -0.0038288652431219816, -0.07459788024425507, -0.020947640761733055, 0.10031349956989288, -0.004600553773343563, -0.08327498286962509, 0.23685328662395477, -0.17454755306243896, 0.19663569331169128, 0.2115958034992218, -0.2628093659877777, -0.024321777746081352, -0.06840608268976212, -0.05017746612429619, 0.003011465771123767, 0.05876095965504646, -0.04692309722304344, 0.09809201210737228, -0.02521132305264473, 0.16497591137886047, -0.04652651026844978, -0.07362692058086395, 0.016456644982099533, -0.05898859724402428, -0.0463954322040081, 0.0659271627664566, 0.08106416463851929, -0.15480613708496094, 0.18694530427455902, 0.20838376879692078, 0.07612863928079605, 0.19334357976913452, 0.004058185499161482, -0.014812501147389412, 0.08005014806985855, -0.03805047646164894, -0.04202093929052353, -0.07553261518478394, -0.16944189369678497, -0.01902174763381481, 0.07485251128673553, 0.03750864416360855, 0.11274250596761703, -0.10172852873802185, -0.07372885197401047, -0.016179129481315613, -0.005032413639128208, 0.005167648661881685, 0.1174640879034996, 0.045775800943374634, 0.14043675363063812, -0.019972821697592735, 0.03493902459740639, 0.08747350424528122, 0.02448674477636814, -0.10759711265563965, 0.16407065093517303, -0.14081640541553497, -0.38538745045661926, -0.16212545335292816, -0.13394121825695038, -0.029274288564920425, 0.04825805127620697, 0.11038947850465775, -0.13598975539207458, 0.0011978530092164874, -0.003706524148583412, 0.12342415004968643, -0.0806080624461174, 0.03755999356508255, -0.07838296890258789, 0.026997538283467293, -0.06349453330039978, -0.07917723804712296, -0.036463622003793716, -0.03232228383421898, -0.10000553727149963, 0.1757805496454239, -0.11054177582263947, 0.057571277022361755, 0.1741490364074707, 0.022440658882260323, 0.034390855580568314, -0.0513761006295681, 0.17275545001029968, -0.11779367178678513, 0.02093288116157055, 0.16278521716594696, -0.01799617148935795, 0.08678310364484787, 0.08059167861938477, -0.015366556122899055, -0.10777527838945389, 0.05196633189916611, 0.0019955262541770935, -0.1096891239285469, -0.20052047073841095, -0.12150565534830093, -0.0784008651971817, 0.14483654499053955, 0.05303339660167694, 0.05915789678692818, 0.17167222499847412, 0.08591149002313614, -0.04288473725318909, -0.004711467772722244, -0.012867298908531666, 0.07781979441642761, 0.1684085726737976, -0.017248503863811493, 0.11789125204086304, -0.05446818470954895, -0.11601924896240234, 0.13826869428157806, 0.02504623495042324, 0.050291191786527634, 0.04182872176170349, 0.008374262601137161, -0.009610554203391075, 0.09969738125801086, 0.12988939881324768, 0.118865467607975, -0.008107239380478859, -0.0232877004891634, -0.03601100295782089, -0.00860752072185278, -0.03570752218365669, 0.034572016447782516, 0.011757065542042255, -0.16013272106647491, -0.05726486071944237, -0.12173470109701157, 0.0964120477437973, 0.09787409752607346, 0.08039643615484238, -0.2033146470785141, -0.004589703865349293, 0.07378163933753967, -0.03603411093354225, -0.11624246090650558, 0.086527980864048, 0.033109065145254135, -0.1271866261959076, 0.0817195475101471, -0.03352120518684387, 0.115711510181427, -0.017423994839191437, 0.09427224844694138, -0.04346824064850807, -0.0329415462911129, -0.012381686829030514, 0.10430185496807098, -0.30799204111099243, 0.17485815286636353, -0.019660785794258118, -0.07034741342067719, -0.07672256976366043, -0.025566134601831436, 0.017929747700691223, 0.07530300319194794, 0.09619415551424026, 0.024311896413564682, 0.04642496258020401, -0.09243860840797424, -0.03940937668085098, 0.034113768488168716, 0.13641610741615295, -0.0638844221830368, -0.015862328931689262, -0.04075292870402336, 0.01116214320063591, -0.019626103341579437, -0.027355113998055458, 0.018256209790706635, -0.1504947543144226, 0.05358212813735008, 0.017237937077879906, 0.0753018707036972, 0.03889141231775284, -0.007973386906087399, -0.10224062204360962, 0.18268363177776337, -0.03004412353038788, -0.08521177619695663, -0.127006396651268, -0.04812724515795708, 0.04587927460670471, -0.051474425941705704, 0.034381575882434845, -0.06691597402095795, -0.011345877312123775, -0.06886660307645798, -0.21483656764030457, 0.12495172768831253, -0.0775398537516594, -0.07874035835266113, -0.03474915772676468, 0.20981398224830627, -0.05076101794838905, -0.00018431349599268287, 0.01172169204801321, 0.014822970144450665, -0.1086968258023262, -0.10466268658638, 0.06874550879001617, -0.034708425402641296, 0.02743770368397236, 0.02760813757777214, -0.03700246661901474, 0.02073092758655548, -0.06074898689985275, -0.01314478274434805, 0.2849438786506653, 0.22848764061927795, -0.035804633051157, 0.1875685602426529, 0.10711772739887238, -0.07248730212450027, -0.30828598141670227, -0.0999293103814125, -0.13133330643177032, -0.033457282930612564, -0.02052777260541916, -0.17081500589847565, 0.07089676707983017, 0.04558560997247696, 0.00998434517532587, 0.14900504052639008, -0.21140912175178528, -0.08518896996974945, 0.1092359870672226, -0.03466132655739784, 0.42140644788742065, -0.1164151057600975, -0.09652433544397354, -0.05340435355901718, -0.15239587426185608, 0.20086675882339478, -0.01557826716452837, 0.08761543780565262, -0.031178412958979607, 0.14360429346561432, 0.04995222017168999, -0.01680157333612442, 0.08329997956752777, 0.0014065488940104842, 0.004026432521641254, -0.12653036415576935, -0.022627411410212517, 0.0504734143614769, 0.021120509132742882, 0.0054380460642278194, -0.07736434042453766, 0.028706049546599388, -0.14863882958889008, -0.024921666830778122, -0.10909338295459747, 0.08278775960206985, 0.03857516124844551, -0.07422378659248352, -0.010892878286540508, -0.05615931376814842, -0.023589344695210457, -0.012528443709015846, 0.13453009724617004, -0.050522636622190475, 0.1720355898141861, 0.036824267357587814, 0.11522943526506424, -0.13816054165363312, 0.06146138161420822, -0.07406572997570038, -0.07532623410224915, 0.06773588061332703, -0.13577620685100555, 0.05240122601389885, 0.10075365751981735, -0.03372569754719734, 0.04758675396442413, 0.08927652984857559, 0.000919255951885134, 0.009403540752828121, 0.15953567624092102, -0.2761637568473816, 0.01791755110025406, -0.07046908140182495, -0.07692829519510269, 0.112159863114357, 0.07484955340623856, 0.181244894862175, 0.02791808731853962, -0.0472177192568779, 0.012221097014844418, 0.019269011914730072, -0.05120278522372246, 0.0548672117292881, 0.006578541360795498, -0.011816216632723808, -0.14148055016994476, 0.08790901303291321, -0.0015104453777894378, -0.1429632604122162, 0.02210722118616104, 0.19665491580963135, -0.13288317620754242, -0.10024755448102951, -0.05081937462091446, 0.057288672775030136, -0.13861924409866333, 0.008680099621415138, -0.01990172080695629, -0.09562872350215912, 0.0756591260433197, 0.1573420912027359, 0.05079081282019615, 0.12963363528251648, -0.02916029281914234, -0.008411908522248268, -0.04279141128063202, -0.051675889641046524, 0.02788730151951313, 0.019720058888196945, -0.07752392441034317, 0.08735781908035278, -0.024015765637159348, 0.14329436421394348, -0.10051412135362625, -0.06987810134887695, -0.1344141960144043, -0.005019306670874357, -0.09607285261154175, -0.0959741547703743, -0.08079583197832108, -0.061935000121593475, 0.004180733114480972, -0.039079975336790085, -0.0417400486767292, -0.08063078671693802, -0.10278100520372391, 0.016344387084245682, -0.02737213484942913, 0.028547246009111404, -0.07021904736757278, 0.008450011722743511, 0.12212047725915909, -0.029432062059640884, 0.17478644847869873, 0.15045183897018433, -0.10443241149187088, 0.10585668683052063, -0.17528948187828064, -0.10057486593723297, 0.10386897623538971, -0.01424362976104021, 0.02509693056344986, 0.12928596138954163, 0.018586233258247375, 0.04242280498147011, 0.03278495371341705, 0.06450606882572174, 0.04438134282827377, -0.11879310011863708, 0.08265755325555801, -0.002198860514909029, -0.15595629811286926, -0.061124756932258606, -0.09235648810863495, 0.02707000821828842, 0.02035105973482132, 0.11072126775979996, -0.04177020862698555, 0.08901136368513107, -0.06589431315660477, 0.023006385192275047, 0.025188656523823738, -0.17641755938529968, -0.03692740947008133, -0.05073147267103195, 0.03235582634806633, 0.028527792543172836, 0.22216679155826569, 0.015049049630761147, -0.030550595372915268, 0.0387740358710289, 0.12439186871051788, 0.015807392075657845, -0.0005460345419123769, 0.1709187924861908, 0.10334094613790512, -0.07364179939031601, -0.14011329412460327, 0.0676020160317421, 0.012262817472219467, -0.05599943920969963, 0.11458845436573029, -0.01812131516635418, -0.006866521667689085, 0.0670672059059143, -0.019556820392608643, 0.03449620306491852, -0.06607513129711151, -0.12762659788131714, -0.02478908933699131, 0.04269528388977051, 0.0029638311825692654, 0.12794137001037598, 0.15664103627204895, -0.005168106406927109, 0.026651626452803612, -0.015845872461795807, -0.023246217519044876, -0.13421551883220673, -0.15646639466285706, -0.06222613900899887, -0.14998294413089752, 0.022462334483861923, -0.08663632720708847, 0.047867026180028915, 0.05302877724170685, 0.07266844809055328, -0.06541765481233597, 0.06867647916078568, 0.049353908747434616, -0.11939282715320587, 0.08969518542289734, -0.024748487398028374, 0.04455447196960449, -0.0018985075876116753, -0.03077637031674385, -0.10359742492437363, 0.042003192007541656, -0.01649407483637333, 0.045346152037382126, -0.04421991854906082, 0.022579338401556015, -0.1750071942806244, -0.10995419323444366, -0.04818427562713623, 0.06838665902614594, -0.06683412194252014, 0.04056481271982193, 0.01606888137757778, 0.011690732091665268, 0.030521972104907036, 0.22083373367786407, -0.041100796312093735, -0.04384056478738785, -0.041319385170936584, 0.1635150909423828, -0.014866671524941921, 0.08733032643795013, -0.027159888297319412, -0.008534550666809082, -0.09159335494041443, 0.3551705777645111, 0.29626867175102234, -0.08988689631223679, 0.018322573974728584, -0.023403000086545944, 0.04054094851016998, 0.13749836385250092, 0.13930056989192963, 0.09693139791488647, 0.23870247602462769, -0.069560706615448, -0.05235563591122627, -0.01810343936085701, -0.013992605730891228, -0.06698887050151825, 0.09740167111158371, 0.02308662235736847, -0.05992421507835388, -0.0399320125579834, 0.09157036244869232, -0.2363831102848053, 0.1119081899523735, -0.1049022525548935, -0.15424089133739471, -0.03413557633757591, 0.011207441799342632, 0.07758733630180359, 0.01318280678242445, 0.11218693852424622, 0.013466300442814827, -0.0844072625041008, 0.014990749768912792, 0.034041877835989, -0.25270384550094604, 0.004782035481184721, 0.053680628538131714, -0.12391778826713562, -0.004765757359564304, -0.025234686210751534, 0.013625700026750565, 0.05700398609042168, 0.04094824194908142, -0.03069460764527321, 0.016096249222755432, -0.006652043666690588, -0.020144162699580193, -0.008288858458399773, 0.05953062325716019, 0.04713095352053642, -0.1559005230665207, 0.06380777060985565, -0.13577982783317566, 0.04075455665588379, -0.023885579779744148, -0.012463473714888096, -0.0012933483812958002, 0.01776987873017788, -0.0522073432803154, 0.06581555306911469, 0.07255802303552628, -0.0144086554646492, 0.008549283258616924, -0.08346639573574066, -0.034440234303474426, -0.023841137066483498, -0.10951124131679535, -0.08404874801635742, -0.13158579170703888, -0.12121031433343887, 0.10822955518960953, -0.02819518744945526, -0.18475614488124847, 0.03248962014913559, -0.12301548570394516, 0.05860345810651779, -0.17328192293643951, 0.11332228779792786, 0.07014153152704239, 0.018578365445137024, 0.01264720968902111, -0.007008096668869257, 0.08073210716247559, 0.11507359892129898, -0.0813264548778534, -0.08199906349182129 ]
null
null
transformers
<div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1347975597134385152/zABvUQAs_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">sam 🤖 AI Bot </div> <div style="font-size: 15px">@gayandonline bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@gayandonline's tweets](https://twitter.com/gayandonline). | Data | Quantity | | --- | --- | | Tweets downloaded | 3002 | | Retweets | 290 | | Short tweets | 293 | | Tweets kept | 2419 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/3963etnb/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @gayandonline's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/146uc4xj) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/146uc4xj/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/gayandonline') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/gayandonline/1617808083660/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/gayandonline
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
sam AI Bot @gayandonline bot I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on @gayandonline's tweets. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @gayandonline'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 57 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 0.004547144751995802, -0.006708405911922455, -0.007013476919382811, 0.01947171241044998, 0.15818242728710175, 0.03448796644806862, 0.08709780126810074, 0.15389476716518402, -0.019877297803759575, -0.022431448101997375, 0.18047170341014862, 0.173692986369133, -0.012988686561584473, 0.09047263860702515, -0.05271327868103981, -0.2622397541999817, 0.03682216629385948, 0.05513067543506622, -0.007422737777233124, 0.14252057671546936, 0.07580838352441788, -0.023790201172232628, 0.11380083113908768, -0.02966974675655365, -0.202972412109375, 0.03197307139635086, 0.0615268237888813, -0.09518525749444962, 0.11083168536424637, 0.04628797993063927, 0.08698221296072006, 0.022143812850117683, -0.07331052422523499, -0.120787613093853, 0.04532235115766525, 0.045263588428497314, -0.06358368694782257, 0.06480421870946884, 0.08820623904466629, -0.1065920814871788, 0.1416475921869278, 0.07373794168233871, -0.01588049717247486, 0.07824484258890152, -0.17789237201213837, -0.03725104406476021, -0.036331940442323685, 0.007741300854831934, 0.07058489322662354, 0.0750737413764, -0.019116664305329323, 0.1746976524591446, -0.06598041951656342, 0.09777773916721344, 0.17528840899467468, -0.2887236773967743, -0.018040433526039124, 0.0492081381380558, 0.0887371376156807, 0.04900359362363815, -0.024227341637015343, 0.08339477330446243, 0.06365471333265305, 0.01686069741845131, 0.014271941967308521, -0.06960906833410263, -0.09346919506788254, 0.03645368665456772, -0.06932124495506287, -0.05699722096323967, 0.22001419961452484, -0.0334535576403141, 0.04674676060676575, -0.03953840583562851, -0.09316058456897736, -0.028927378356456757, -0.027232296764850616, -0.00907184462994337, -0.05413005128502846, 0.08754174411296844, -0.015151693485677242, -0.06331931799650192, -0.1435878872871399, -0.012912428006529808, -0.15805892646312714, 0.13816505670547485, 0.004333257209509611, 0.04586424678564072, -0.22094038128852844, 0.1012546569108963, 0.022817784920334816, -0.08995530754327774, 0.04930093511939049, -0.09425957500934601, 0.0717538446187973, 0.0007676240638829768, -0.04885277524590492, -0.02944779396057129, 0.08848895877599716, 0.14690880477428436, -0.02718975953757763, 0.005980455316603184, -0.01338018849492073, 0.0733228251338005, 0.059399042278528214, 0.028748195618391037, -0.006081049330532551, -0.052236080169677734, 0.05618719011545181, -0.1417204737663269, -0.010511515662074089, -0.07227712869644165, -0.10605388879776001, -0.04232237488031387, 0.03443120792508125, 0.060671232640743256, 0.042230576276779175, 0.11220116913318634, -0.04771716892719269, -0.01857093721628189, 0.05281376466155052, -0.03979083523154259, -0.008994937874376774, -0.01990325190126896, 0.018122754991054535, 0.13074275851249695, -0.019943278282880783, 0.03407962992787361, -0.10256942361593246, 0.05431444197893143, -0.10281401127576828, -0.01971535198390484, -0.014149561524391174, -0.04367954283952713, 0.031883664429187775, -0.12165860831737518, 0.016123656183481216, -0.16833168268203735, -0.14714312553405762, 0.002859292319044471, -0.016588665544986725, -0.017911825329065323, -0.07954888790845871, -0.04400517791509628, -0.02466505579650402, 0.06924423575401306, -0.04276731237769127, -0.00935916043817997, -0.05846982076764107, 0.11090090870857239, -0.05349889397621155, 0.07203050702810287, -0.1194647029042244, 0.0557217076420784, -0.14930842816829681, -0.013004516251385212, -0.04842504858970642, 0.07119924575090408, 0.015398351475596428, 0.1813964694738388, -0.006925920024514198, -0.003623353084549308, -0.09382472932338715, 0.06455672532320023, -0.02733452245593071, 0.24096953868865967, -0.0756828561425209, -0.14226967096328735, 0.21630549430847168, -0.06334739923477173, -0.14993034303188324, 0.1314547061920166, 0.01843975856900215, 0.08251222223043442, 0.10434340685606003, 0.19023460149765015, 0.01808990351855755, -0.007808534894138575, 0.054424818605184555, 0.07603957504034042, -0.1683882623910904, -0.033340878784656525, 0.0012923459289595485, -0.00014291972911451012, -0.1366809904575348, 0.04632483050227165, 0.1230006217956543, 0.09730340540409088, -0.07249721139669418, -0.018487868830561638, -0.030607668682932854, 0.0016078021144494414, 0.04144361615180969, -0.0005212334799580276, 0.09951234608888626, -0.1033509373664856, -0.04366454482078552, -0.06751791387796402, -0.002970147645100951, 0.011176802217960358, 0.03924661502242088, -0.04455869272351265, 0.09700342267751694, -0.007412149105221033, 0.0545678474009037, -0.13708296418190002, -0.07981666922569275, -0.016090448945760727, 0.1597585678100586, 0.040224816650152206, 0.04663374274969101, 0.0566885769367218, -0.05624469742178917, -0.015493324026465416, -0.010199432261288166, 0.16243304312229156, -0.04404180869460106, -0.07694169133901596, -0.07860849797725677, 0.10474636405706406, -0.06389671564102173, 0.026263169944286346, -0.051667314022779465, 0.024654213339090347, 0.04686986654996872, 0.1110762283205986, 0.004046999383717775, 0.026442723348736763, -0.012835992500185966, -0.007690808270126581, -0.07657550275325775, -0.01617686077952385, 0.1077079176902771, -0.0017721779877319932, -0.06809886544942856, 0.2437063455581665, -0.16884316504001617, 0.21163912117481232, 0.20976658165454865, -0.2492678016424179, -0.02882898785173893, -0.04848965257406235, -0.04766342043876648, -0.0012878701090812683, 0.06041788309812546, -0.034700244665145874, 0.09027024358510971, -0.03288675472140312, 0.16564396023750305, -0.051203593611717224, -0.07646744698286057, 0.019007064402103424, -0.05823178589344025, -0.05114857107400894, 0.07018019258975983, 0.08213616907596588, -0.1630844622850418, 0.18756183981895447, 0.21879082918167114, 0.06839460134506226, 0.2044064849615097, 0.00858453568071127, -0.010656360536813736, 0.07200875878334045, -0.04608747735619545, -0.03843220695853233, -0.06601633131504059, -0.15238076448440552, -0.03009703755378723, 0.06625645607709885, 0.030863380059599876, 0.09900964051485062, -0.09019728004932404, -0.08104760944843292, -0.017665131017565727, 0.004776675254106522, 0.00156646769028157, 0.11991100758314133, 0.03676433861255646, 0.13820022344589233, -0.01955524832010269, 0.022415857762098312, 0.08040772378444672, 0.016582515090703964, -0.10843544453382492, 0.16101348400115967, -0.13329310715198517, -0.3788211941719055, -0.14546175301074982, -0.13134250044822693, -0.020925991237163544, 0.03777816519141197, 0.1120775043964386, -0.1329103261232376, 0.005511005409061909, -0.007893978618085384, 0.10391844809055328, -0.08707519620656967, 0.039245378226041794, -0.07586963474750519, 0.0314689576625824, -0.060405436903238297, -0.07552991807460785, -0.03722400963306427, -0.028465405106544495, -0.09132689982652664, 0.16675986349582672, -0.11130212247371674, 0.06035055220127106, 0.16001324355602264, 0.021197395399212837, 0.03523072600364685, -0.05174810439348221, 0.18330632150173187, -0.112345851957798, 0.020098978653550148, 0.15624848008155823, -0.013005592860281467, 0.08254575729370117, 0.08188403397798538, -0.013132697902619839, -0.10316278785467148, 0.05240294709801674, 0.001463406952098012, -0.10209372639656067, -0.1950312703847885, -0.10119245946407318, -0.08230090886354446, 0.15922248363494873, 0.06361804902553558, 0.058937788009643555, 0.17968137562274933, 0.07578518986701965, -0.038606274873018265, -0.00038743947516195476, -0.00239798822440207, 0.08808282762765884, 0.13635766506195068, -0.01442645862698555, 0.1225903332233429, -0.04975935071706772, -0.10913994163274765, 0.12899059057235718, 0.01750512234866619, 0.03937286511063576, 0.051435839384794235, 0.021011192351579666, -0.011281835846602917, 0.11866551637649536, 0.13484057784080505, 0.10447502881288528, -0.015693627297878265, -0.0293489471077919, -0.04774824157357216, -0.01359935849905014, -0.033305928111076355, 0.03640862926840782, 0.008061517030000687, -0.14140670001506805, -0.06158366799354553, -0.11537835001945496, 0.08758961409330368, 0.10668005049228668, 0.07567808032035828, -0.21108253300189972, -0.003950516227632761, 0.07933880388736725, -0.03630997985601425, -0.11126025766134262, 0.08416172116994858, 0.03095286712050438, -0.1277567446231842, 0.07218055427074432, -0.03519461303949356, 0.12458370625972748, -0.0032897875644266605, 0.09583556652069092, -0.03598680719733238, -0.027483470737934113, -0.013308011926710606, 0.09818253666162491, -0.3191508650779724, 0.1621316522359848, -0.017933005467057228, -0.0618131123483181, -0.06667962670326233, -0.02528184838593006, 0.015994107350707054, 0.07729468494653702, 0.10861869156360626, 0.021759910508990288, 0.01640525460243225, -0.07345785945653915, -0.042352862656116486, 0.038021303713321686, 0.12403716146945953, -0.06827268749475479, -0.012903391383588314, -0.04523605480790138, 0.00796645786613226, -0.017124788835644722, -0.008793274872004986, 0.006911922711879015, -0.14962191879749298, 0.05182485654950142, 0.014736213721334934, 0.07058768719434738, 0.0436982735991478, -0.014969068579375744, -0.09180716425180435, 0.18274778127670288, -0.015714606270194054, -0.07271543145179749, -0.12616917490959167, -0.05262751132249832, 0.030376195907592773, -0.05518756061792374, 0.021047864109277725, -0.06501689553260803, -0.0035362408962100744, -0.06755607575178146, -0.22007296979427338, 0.1278373897075653, -0.08437205106019974, -0.07192739844322205, -0.04912353679537773, 0.2010866105556488, -0.051223888993263245, 0.003238252131268382, 0.010222852230072021, 0.021994104608893394, -0.11474784463644028, -0.09469719231128693, 0.07112357765436172, -0.03247172012925148, 0.03123478777706623, 0.0022505864035338163, -0.04091062396764755, 0.016593176871538162, -0.06314414739608765, -0.011381587944924831, 0.27866554260253906, 0.23951324820518494, -0.040407944470644, 0.1904350072145462, 0.11012271791696548, -0.08163551241159439, -0.3069863021373749, -0.10166139155626297, -0.12140648066997528, -0.02996143139898777, -0.017288926988840103, -0.16865339875221252, 0.06477722525596619, 0.038930367678403854, 0.009261871688067913, 0.13778774440288544, -0.20730599761009216, -0.08823523670434952, 0.09138026833534241, -0.02557477355003357, 0.43079736828804016, -0.1257614940404892, -0.08959750831127167, -0.051866497844457626, -0.16516901552677155, 0.2173919379711151, -0.021592965349555016, 0.07857322692871094, -0.029561417177319527, 0.11770006269216537, 0.04697660356760025, -0.010707763023674488, 0.08040876686573029, -0.00884756539016962, 0.008373050950467587, -0.12410011142492294, -0.02768467366695404, 0.04874192550778389, 0.012378438375890255, 0.0013600040692836046, -0.09389680624008179, 0.020313434302806854, -0.15990203619003296, -0.018549781292676926, -0.11233476549386978, 0.07682323455810547, 0.025788001716136932, -0.06466120481491089, -0.003637736663222313, -0.04986237734556198, -0.015892893075942993, -0.01400828268378973, 0.1717434972524643, -0.04862768203020096, 0.19366511702537537, 0.03501616790890694, 0.11570870876312256, -0.1362973153591156, 0.06143493950366974, -0.06429426372051239, -0.07528600096702576, 0.07427702099084854, -0.1537967324256897, 0.05111055448651314, 0.09430045634508133, -0.030276626348495483, 0.05380253866314888, 0.08795086294412613, -0.003969982732087374, 0.004800081253051758, 0.15867236256599426, -0.2786487936973572, 0.01320126373320818, -0.07396841049194336, -0.06665283441543579, 0.10506758838891983, 0.06261139363050461, 0.17162823677062988, 0.011681869626045227, -0.056615445762872696, 0.01595049723982811, 0.02499506063759327, -0.04915530979633331, 0.04529924690723419, 0.008104361593723297, -0.010991688817739487, -0.13640300929546356, 0.08699746429920197, 0.0042801909148693085, -0.1531187742948532, 0.024680746719241142, 0.2155698835849762, -0.1260155886411667, -0.10237220674753189, -0.03444112092256546, 0.08444061875343323, -0.11519137024879456, 0.01753072999417782, -0.030764780938625336, -0.09109894186258316, 0.07448896765708923, 0.15248911082744598, 0.049206193536520004, 0.11775100976228714, -0.015379221178591251, -0.011753370985388756, -0.05147303268313408, -0.0317845419049263, 0.025745956227183342, 0.017857374623417854, -0.08257177472114563, 0.06648801267147064, -0.022109810262918472, 0.14559012651443481, -0.09791336953639984, -0.06602771580219269, -0.1468091756105423, -0.009785634465515614, -0.0695481076836586, -0.09207163751125336, -0.08133620768785477, -0.062133077532052994, 0.0010387726360931993, -0.03962359577417374, -0.04795864596962929, -0.0791037380695343, -0.10289866477251053, 0.009435068815946579, -0.02305566892027855, 0.03256045654416084, -0.06115729361772537, 0.007872066460549831, 0.12092912197113037, -0.028174830600619316, 0.16686207056045532, 0.1458095908164978, -0.09536580741405487, 0.10568815469741821, -0.16346460580825806, -0.08964221179485321, 0.0939340740442276, -0.01729099079966545, 0.027899714186787605, 0.11666940152645111, 0.014932696707546711, 0.04195788502693176, 0.035977672785520554, 0.06045130267739296, 0.03587699308991432, -0.11899011582136154, 0.07665140181779861, 0.009481414221227169, -0.1612047255039215, -0.06303887814283371, -0.08555969595909119, 0.030386725440621376, 0.021575886756181717, 0.12225193530321121, -0.045776769518852234, 0.0887017622590065, -0.07972796261310577, 0.027257539331912994, 0.02293219044804573, -0.181223064661026, -0.047844018787145615, -0.053065262734889984, 0.032686229795217514, 0.018960151821374893, 0.1893557906150818, 0.027213018387556076, -0.03697650134563446, 0.04549255222082138, 0.1042066365480423, 0.005313898902386427, 0.004829791374504566, 0.16259528696537018, 0.09423433989286423, -0.07654286175966263, -0.12226779758930206, 0.07556461542844772, 0.019673259928822517, -0.044067107141017914, 0.10607215762138367, -0.002448870101943612, 0.020163848996162415, 0.06910120695829391, -0.014892932027578354, 0.034322552382946014, -0.044286008924245834, -0.10698256641626358, -0.023580113425850868, 0.046367425471544266, 0.00669879000633955, 0.12847968935966492, 0.177873894572258, -0.002574790036305785, 0.025011489167809486, -0.0363602340221405, -0.024931130930781364, -0.13864666223526, -0.1558164656162262, -0.06855984032154083, -0.14875617623329163, 0.012976853176951408, -0.0915176048874855, 0.04695429280400276, 0.028682325035333633, 0.06887643784284592, -0.07052405923604965, 0.04384735971689224, 0.06974220275878906, -0.12065785378217697, 0.09397104382514954, -0.028081456199288368, 0.03704333305358887, -0.006730496883392334, -0.012833851389586926, -0.10013298690319061, 0.035936567932367325, -0.01747855544090271, 0.045271266251802444, -0.04546798765659332, 0.030429324135184288, -0.1703072488307953, -0.124412901699543, -0.04034453630447388, 0.06420420855283737, -0.06510858237743378, 0.03512151539325714, 0.019115818664431572, 0.013339218683540821, 0.03305599465966225, 0.23020225763320923, -0.03704051673412323, -0.02329315058887005, -0.042310282588005066, 0.16692522168159485, -0.014016710221767426, 0.08088304847478867, -0.03037172369658947, 0.0002500463742762804, -0.08417443931102753, 0.3385351300239563, 0.3027777075767517, -0.09020252525806427, 0.019915465265512466, -0.030905582010746002, 0.03936264291405678, 0.11892254650592804, 0.13376617431640625, 0.09784641861915588, 0.2282467782497406, -0.07217609137296677, -0.03032243251800537, -0.020507147535681725, -0.011079044081270695, -0.06650827825069427, 0.0879674032330513, 0.02507801540195942, -0.05553486570715904, -0.031693898141384125, 0.0812700018286705, -0.2327648252248764, 0.10665327310562134, -0.11289316415786743, -0.1636168211698532, -0.039189815521240234, 0.0042042857967317104, 0.08908319473266602, 0.015396242961287498, 0.11228121817111969, 0.009163780137896538, -0.07585213333368301, 0.017798418179154396, 0.028085503727197647, -0.24201616644859314, -0.008133855648338795, 0.060310713946819305, -0.12939085066318512, -0.004324504639953375, -0.027167800813913345, 0.007199867628514767, 0.059822265058755875, 0.029368450865149498, -0.04319324716925621, -0.001257759635336697, -0.010450302623212337, -0.008644461631774902, -0.011618612334132195, 0.07065588980913162, 0.046958792954683304, -0.13329142332077026, 0.06869500875473022, -0.11774353682994843, 0.033477768301963806, -0.05866728723049164, -0.015255378559231758, 0.000037100471672602, 0.03460683673620224, -0.04829782620072365, 0.07058211416006088, 0.07688362896442413, -0.015606098808348179, 0.000610517687164247, -0.0802936851978302, -0.036274004727602005, -0.019796574488282204, -0.09252054989337921, -0.08371094614267349, -0.13031646609306335, -0.11573562026023865, 0.1029667928814888, -0.02224794402718544, -0.19213621318340302, 0.03111329674720764, -0.12165344506502151, 0.045619383454322815, -0.1751558482646942, 0.11076030135154724, 0.08046020567417145, 0.01831907220184803, 0.011516088619828224, -0.02576824277639389, 0.08821021765470505, 0.11728470027446747, -0.07783648371696472, -0.08528783172369003 ]
null
null
transformers
<div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1361159012990013445/rVk0X1DL_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">alphonse⛓️🦇🌹 🤖 AI Bot </div> <div style="font-size: 15px">@gaybats1999 bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://app.wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-model-to-generate-tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@gaybats1999's tweets](https://twitter.com/gaybats1999). | Data | Quantity | | --- | --- | | Tweets downloaded | 2783 | | Retweets | 999 | | Short tweets | 225 | | Tweets kept | 1559 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/39y8clnw/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @gaybats1999's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/2mzsqlq3) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/2mzsqlq3/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/gaybats1999') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/gaybats1999/1614135497450/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/gaybats1999
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
alphonse️ AI Bot @gaybats1999 bot I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on @gaybats1999's tweets. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @gaybats1999'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 57 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 0.004547144751995802, -0.006708405911922455, -0.007013476919382811, 0.01947171241044998, 0.15818242728710175, 0.03448796644806862, 0.08709780126810074, 0.15389476716518402, -0.019877297803759575, -0.022431448101997375, 0.18047170341014862, 0.173692986369133, -0.012988686561584473, 0.09047263860702515, -0.05271327868103981, -0.2622397541999817, 0.03682216629385948, 0.05513067543506622, -0.007422737777233124, 0.14252057671546936, 0.07580838352441788, -0.023790201172232628, 0.11380083113908768, -0.02966974675655365, -0.202972412109375, 0.03197307139635086, 0.0615268237888813, -0.09518525749444962, 0.11083168536424637, 0.04628797993063927, 0.08698221296072006, 0.022143812850117683, -0.07331052422523499, -0.120787613093853, 0.04532235115766525, 0.045263588428497314, -0.06358368694782257, 0.06480421870946884, 0.08820623904466629, -0.1065920814871788, 0.1416475921869278, 0.07373794168233871, -0.01588049717247486, 0.07824484258890152, -0.17789237201213837, -0.03725104406476021, -0.036331940442323685, 0.007741300854831934, 0.07058489322662354, 0.0750737413764, -0.019116664305329323, 0.1746976524591446, -0.06598041951656342, 0.09777773916721344, 0.17528840899467468, -0.2887236773967743, -0.018040433526039124, 0.0492081381380558, 0.0887371376156807, 0.04900359362363815, -0.024227341637015343, 0.08339477330446243, 0.06365471333265305, 0.01686069741845131, 0.014271941967308521, -0.06960906833410263, -0.09346919506788254, 0.03645368665456772, -0.06932124495506287, -0.05699722096323967, 0.22001419961452484, -0.0334535576403141, 0.04674676060676575, -0.03953840583562851, -0.09316058456897736, -0.028927378356456757, -0.027232296764850616, -0.00907184462994337, -0.05413005128502846, 0.08754174411296844, -0.015151693485677242, -0.06331931799650192, -0.1435878872871399, -0.012912428006529808, -0.15805892646312714, 0.13816505670547485, 0.004333257209509611, 0.04586424678564072, -0.22094038128852844, 0.1012546569108963, 0.022817784920334816, -0.08995530754327774, 0.04930093511939049, -0.09425957500934601, 0.0717538446187973, 0.0007676240638829768, -0.04885277524590492, -0.02944779396057129, 0.08848895877599716, 0.14690880477428436, -0.02718975953757763, 0.005980455316603184, -0.01338018849492073, 0.0733228251338005, 0.059399042278528214, 0.028748195618391037, -0.006081049330532551, -0.052236080169677734, 0.05618719011545181, -0.1417204737663269, -0.010511515662074089, -0.07227712869644165, -0.10605388879776001, -0.04232237488031387, 0.03443120792508125, 0.060671232640743256, 0.042230576276779175, 0.11220116913318634, -0.04771716892719269, -0.01857093721628189, 0.05281376466155052, -0.03979083523154259, -0.008994937874376774, -0.01990325190126896, 0.018122754991054535, 0.13074275851249695, -0.019943278282880783, 0.03407962992787361, -0.10256942361593246, 0.05431444197893143, -0.10281401127576828, -0.01971535198390484, -0.014149561524391174, -0.04367954283952713, 0.031883664429187775, -0.12165860831737518, 0.016123656183481216, -0.16833168268203735, -0.14714312553405762, 0.002859292319044471, -0.016588665544986725, -0.017911825329065323, -0.07954888790845871, -0.04400517791509628, -0.02466505579650402, 0.06924423575401306, -0.04276731237769127, -0.00935916043817997, -0.05846982076764107, 0.11090090870857239, -0.05349889397621155, 0.07203050702810287, -0.1194647029042244, 0.0557217076420784, -0.14930842816829681, -0.013004516251385212, -0.04842504858970642, 0.07119924575090408, 0.015398351475596428, 0.1813964694738388, -0.006925920024514198, -0.003623353084549308, -0.09382472932338715, 0.06455672532320023, -0.02733452245593071, 0.24096953868865967, -0.0756828561425209, -0.14226967096328735, 0.21630549430847168, -0.06334739923477173, -0.14993034303188324, 0.1314547061920166, 0.01843975856900215, 0.08251222223043442, 0.10434340685606003, 0.19023460149765015, 0.01808990351855755, -0.007808534894138575, 0.054424818605184555, 0.07603957504034042, -0.1683882623910904, -0.033340878784656525, 0.0012923459289595485, -0.00014291972911451012, -0.1366809904575348, 0.04632483050227165, 0.1230006217956543, 0.09730340540409088, -0.07249721139669418, -0.018487868830561638, -0.030607668682932854, 0.0016078021144494414, 0.04144361615180969, -0.0005212334799580276, 0.09951234608888626, -0.1033509373664856, -0.04366454482078552, -0.06751791387796402, -0.002970147645100951, 0.011176802217960358, 0.03924661502242088, -0.04455869272351265, 0.09700342267751694, -0.007412149105221033, 0.0545678474009037, -0.13708296418190002, -0.07981666922569275, -0.016090448945760727, 0.1597585678100586, 0.040224816650152206, 0.04663374274969101, 0.0566885769367218, -0.05624469742178917, -0.015493324026465416, -0.010199432261288166, 0.16243304312229156, -0.04404180869460106, -0.07694169133901596, -0.07860849797725677, 0.10474636405706406, -0.06389671564102173, 0.026263169944286346, -0.051667314022779465, 0.024654213339090347, 0.04686986654996872, 0.1110762283205986, 0.004046999383717775, 0.026442723348736763, -0.012835992500185966, -0.007690808270126581, -0.07657550275325775, -0.01617686077952385, 0.1077079176902771, -0.0017721779877319932, -0.06809886544942856, 0.2437063455581665, -0.16884316504001617, 0.21163912117481232, 0.20976658165454865, -0.2492678016424179, -0.02882898785173893, -0.04848965257406235, -0.04766342043876648, -0.0012878701090812683, 0.06041788309812546, -0.034700244665145874, 0.09027024358510971, -0.03288675472140312, 0.16564396023750305, -0.051203593611717224, -0.07646744698286057, 0.019007064402103424, -0.05823178589344025, -0.05114857107400894, 0.07018019258975983, 0.08213616907596588, -0.1630844622850418, 0.18756183981895447, 0.21879082918167114, 0.06839460134506226, 0.2044064849615097, 0.00858453568071127, -0.010656360536813736, 0.07200875878334045, -0.04608747735619545, -0.03843220695853233, -0.06601633131504059, -0.15238076448440552, -0.03009703755378723, 0.06625645607709885, 0.030863380059599876, 0.09900964051485062, -0.09019728004932404, -0.08104760944843292, -0.017665131017565727, 0.004776675254106522, 0.00156646769028157, 0.11991100758314133, 0.03676433861255646, 0.13820022344589233, -0.01955524832010269, 0.022415857762098312, 0.08040772378444672, 0.016582515090703964, -0.10843544453382492, 0.16101348400115967, -0.13329310715198517, -0.3788211941719055, -0.14546175301074982, -0.13134250044822693, -0.020925991237163544, 0.03777816519141197, 0.1120775043964386, -0.1329103261232376, 0.005511005409061909, -0.007893978618085384, 0.10391844809055328, -0.08707519620656967, 0.039245378226041794, -0.07586963474750519, 0.0314689576625824, -0.060405436903238297, -0.07552991807460785, -0.03722400963306427, -0.028465405106544495, -0.09132689982652664, 0.16675986349582672, -0.11130212247371674, 0.06035055220127106, 0.16001324355602264, 0.021197395399212837, 0.03523072600364685, -0.05174810439348221, 0.18330632150173187, -0.112345851957798, 0.020098978653550148, 0.15624848008155823, -0.013005592860281467, 0.08254575729370117, 0.08188403397798538, -0.013132697902619839, -0.10316278785467148, 0.05240294709801674, 0.001463406952098012, -0.10209372639656067, -0.1950312703847885, -0.10119245946407318, -0.08230090886354446, 0.15922248363494873, 0.06361804902553558, 0.058937788009643555, 0.17968137562274933, 0.07578518986701965, -0.038606274873018265, -0.00038743947516195476, -0.00239798822440207, 0.08808282762765884, 0.13635766506195068, -0.01442645862698555, 0.1225903332233429, -0.04975935071706772, -0.10913994163274765, 0.12899059057235718, 0.01750512234866619, 0.03937286511063576, 0.051435839384794235, 0.021011192351579666, -0.011281835846602917, 0.11866551637649536, 0.13484057784080505, 0.10447502881288528, -0.015693627297878265, -0.0293489471077919, -0.04774824157357216, -0.01359935849905014, -0.033305928111076355, 0.03640862926840782, 0.008061517030000687, -0.14140670001506805, -0.06158366799354553, -0.11537835001945496, 0.08758961409330368, 0.10668005049228668, 0.07567808032035828, -0.21108253300189972, -0.003950516227632761, 0.07933880388736725, -0.03630997985601425, -0.11126025766134262, 0.08416172116994858, 0.03095286712050438, -0.1277567446231842, 0.07218055427074432, -0.03519461303949356, 0.12458370625972748, -0.0032897875644266605, 0.09583556652069092, -0.03598680719733238, -0.027483470737934113, -0.013308011926710606, 0.09818253666162491, -0.3191508650779724, 0.1621316522359848, -0.017933005467057228, -0.0618131123483181, -0.06667962670326233, -0.02528184838593006, 0.015994107350707054, 0.07729468494653702, 0.10861869156360626, 0.021759910508990288, 0.01640525460243225, -0.07345785945653915, -0.042352862656116486, 0.038021303713321686, 0.12403716146945953, -0.06827268749475479, -0.012903391383588314, -0.04523605480790138, 0.00796645786613226, -0.017124788835644722, -0.008793274872004986, 0.006911922711879015, -0.14962191879749298, 0.05182485654950142, 0.014736213721334934, 0.07058768719434738, 0.0436982735991478, -0.014969068579375744, -0.09180716425180435, 0.18274778127670288, -0.015714606270194054, -0.07271543145179749, -0.12616917490959167, -0.05262751132249832, 0.030376195907592773, -0.05518756061792374, 0.021047864109277725, -0.06501689553260803, -0.0035362408962100744, -0.06755607575178146, -0.22007296979427338, 0.1278373897075653, -0.08437205106019974, -0.07192739844322205, -0.04912353679537773, 0.2010866105556488, -0.051223888993263245, 0.003238252131268382, 0.010222852230072021, 0.021994104608893394, -0.11474784463644028, -0.09469719231128693, 0.07112357765436172, -0.03247172012925148, 0.03123478777706623, 0.0022505864035338163, -0.04091062396764755, 0.016593176871538162, -0.06314414739608765, -0.011381587944924831, 0.27866554260253906, 0.23951324820518494, -0.040407944470644, 0.1904350072145462, 0.11012271791696548, -0.08163551241159439, -0.3069863021373749, -0.10166139155626297, -0.12140648066997528, -0.02996143139898777, -0.017288926988840103, -0.16865339875221252, 0.06477722525596619, 0.038930367678403854, 0.009261871688067913, 0.13778774440288544, -0.20730599761009216, -0.08823523670434952, 0.09138026833534241, -0.02557477355003357, 0.43079736828804016, -0.1257614940404892, -0.08959750831127167, -0.051866497844457626, -0.16516901552677155, 0.2173919379711151, -0.021592965349555016, 0.07857322692871094, -0.029561417177319527, 0.11770006269216537, 0.04697660356760025, -0.010707763023674488, 0.08040876686573029, -0.00884756539016962, 0.008373050950467587, -0.12410011142492294, -0.02768467366695404, 0.04874192550778389, 0.012378438375890255, 0.0013600040692836046, -0.09389680624008179, 0.020313434302806854, -0.15990203619003296, -0.018549781292676926, -0.11233476549386978, 0.07682323455810547, 0.025788001716136932, -0.06466120481491089, -0.003637736663222313, -0.04986237734556198, -0.015892893075942993, -0.01400828268378973, 0.1717434972524643, -0.04862768203020096, 0.19366511702537537, 0.03501616790890694, 0.11570870876312256, -0.1362973153591156, 0.06143493950366974, -0.06429426372051239, -0.07528600096702576, 0.07427702099084854, -0.1537967324256897, 0.05111055448651314, 0.09430045634508133, -0.030276626348495483, 0.05380253866314888, 0.08795086294412613, -0.003969982732087374, 0.004800081253051758, 0.15867236256599426, -0.2786487936973572, 0.01320126373320818, -0.07396841049194336, -0.06665283441543579, 0.10506758838891983, 0.06261139363050461, 0.17162823677062988, 0.011681869626045227, -0.056615445762872696, 0.01595049723982811, 0.02499506063759327, -0.04915530979633331, 0.04529924690723419, 0.008104361593723297, -0.010991688817739487, -0.13640300929546356, 0.08699746429920197, 0.0042801909148693085, -0.1531187742948532, 0.024680746719241142, 0.2155698835849762, -0.1260155886411667, -0.10237220674753189, -0.03444112092256546, 0.08444061875343323, -0.11519137024879456, 0.01753072999417782, -0.030764780938625336, -0.09109894186258316, 0.07448896765708923, 0.15248911082744598, 0.049206193536520004, 0.11775100976228714, -0.015379221178591251, -0.011753370985388756, -0.05147303268313408, -0.0317845419049263, 0.025745956227183342, 0.017857374623417854, -0.08257177472114563, 0.06648801267147064, -0.022109810262918472, 0.14559012651443481, -0.09791336953639984, -0.06602771580219269, -0.1468091756105423, -0.009785634465515614, -0.0695481076836586, -0.09207163751125336, -0.08133620768785477, -0.062133077532052994, 0.0010387726360931993, -0.03962359577417374, -0.04795864596962929, -0.0791037380695343, -0.10289866477251053, 0.009435068815946579, -0.02305566892027855, 0.03256045654416084, -0.06115729361772537, 0.007872066460549831, 0.12092912197113037, -0.028174830600619316, 0.16686207056045532, 0.1458095908164978, -0.09536580741405487, 0.10568815469741821, -0.16346460580825806, -0.08964221179485321, 0.0939340740442276, -0.01729099079966545, 0.027899714186787605, 0.11666940152645111, 0.014932696707546711, 0.04195788502693176, 0.035977672785520554, 0.06045130267739296, 0.03587699308991432, -0.11899011582136154, 0.07665140181779861, 0.009481414221227169, -0.1612047255039215, -0.06303887814283371, -0.08555969595909119, 0.030386725440621376, 0.021575886756181717, 0.12225193530321121, -0.045776769518852234, 0.0887017622590065, -0.07972796261310577, 0.027257539331912994, 0.02293219044804573, -0.181223064661026, -0.047844018787145615, -0.053065262734889984, 0.032686229795217514, 0.018960151821374893, 0.1893557906150818, 0.027213018387556076, -0.03697650134563446, 0.04549255222082138, 0.1042066365480423, 0.005313898902386427, 0.004829791374504566, 0.16259528696537018, 0.09423433989286423, -0.07654286175966263, -0.12226779758930206, 0.07556461542844772, 0.019673259928822517, -0.044067107141017914, 0.10607215762138367, -0.002448870101943612, 0.020163848996162415, 0.06910120695829391, -0.014892932027578354, 0.034322552382946014, -0.044286008924245834, -0.10698256641626358, -0.023580113425850868, 0.046367425471544266, 0.00669879000633955, 0.12847968935966492, 0.177873894572258, -0.002574790036305785, 0.025011489167809486, -0.0363602340221405, -0.024931130930781364, -0.13864666223526, -0.1558164656162262, -0.06855984032154083, -0.14875617623329163, 0.012976853176951408, -0.0915176048874855, 0.04695429280400276, 0.028682325035333633, 0.06887643784284592, -0.07052405923604965, 0.04384735971689224, 0.06974220275878906, -0.12065785378217697, 0.09397104382514954, -0.028081456199288368, 0.03704333305358887, -0.006730496883392334, -0.012833851389586926, -0.10013298690319061, 0.035936567932367325, -0.01747855544090271, 0.045271266251802444, -0.04546798765659332, 0.030429324135184288, -0.1703072488307953, -0.124412901699543, -0.04034453630447388, 0.06420420855283737, -0.06510858237743378, 0.03512151539325714, 0.019115818664431572, 0.013339218683540821, 0.03305599465966225, 0.23020225763320923, -0.03704051673412323, -0.02329315058887005, -0.042310282588005066, 0.16692522168159485, -0.014016710221767426, 0.08088304847478867, -0.03037172369658947, 0.0002500463742762804, -0.08417443931102753, 0.3385351300239563, 0.3027777075767517, -0.09020252525806427, 0.019915465265512466, -0.030905582010746002, 0.03936264291405678, 0.11892254650592804, 0.13376617431640625, 0.09784641861915588, 0.2282467782497406, -0.07217609137296677, -0.03032243251800537, -0.020507147535681725, -0.011079044081270695, -0.06650827825069427, 0.0879674032330513, 0.02507801540195942, -0.05553486570715904, -0.031693898141384125, 0.0812700018286705, -0.2327648252248764, 0.10665327310562134, -0.11289316415786743, -0.1636168211698532, -0.039189815521240234, 0.0042042857967317104, 0.08908319473266602, 0.015396242961287498, 0.11228121817111969, 0.009163780137896538, -0.07585213333368301, 0.017798418179154396, 0.028085503727197647, -0.24201616644859314, -0.008133855648338795, 0.060310713946819305, -0.12939085066318512, -0.004324504639953375, -0.027167800813913345, 0.007199867628514767, 0.059822265058755875, 0.029368450865149498, -0.04319324716925621, -0.001257759635336697, -0.010450302623212337, -0.008644461631774902, -0.011618612334132195, 0.07065588980913162, 0.046958792954683304, -0.13329142332077026, 0.06869500875473022, -0.11774353682994843, 0.033477768301963806, -0.05866728723049164, -0.015255378559231758, 0.000037100471672602, 0.03460683673620224, -0.04829782620072365, 0.07058211416006088, 0.07688362896442413, -0.015606098808348179, 0.000610517687164247, -0.0802936851978302, -0.036274004727602005, -0.019796574488282204, -0.09252054989337921, -0.08371094614267349, -0.13031646609306335, -0.11573562026023865, 0.1029667928814888, -0.02224794402718544, -0.19213621318340302, 0.03111329674720764, -0.12165344506502151, 0.045619383454322815, -0.1751558482646942, 0.11076030135154724, 0.08046020567417145, 0.01831907220184803, 0.011516088619828224, -0.02576824277639389, 0.08821021765470505, 0.11728470027446747, -0.07783648371696472, -0.08528783172369003 ]
null
null
transformers
<div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1354923690631323652/MZgzGX3P_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">lisa 🏳️‍⚧️ 🤖 AI Bot </div> <div style="font-size: 15px">@gaydeerinc bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://app.wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-model-to-generate-tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@gaydeerinc's tweets](https://twitter.com/gaydeerinc). | Data | Quantity | | --- | --- | | Tweets downloaded | 3214 | | Retweets | 1108 | | Short tweets | 310 | | Tweets kept | 1796 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/2nsi7oic/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @gaydeerinc's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/3gqx2ecq) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/3gqx2ecq/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/gaydeerinc') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/gaydeerinc/1614165768951/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/gaydeerinc
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
lisa ️‍️ AI Bot @gaydeerinc bot I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on @gaydeerinc's tweets. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @gaydeerinc'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 57 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 0.004547144751995802, -0.006708405911922455, -0.007013476919382811, 0.01947171241044998, 0.15818242728710175, 0.03448796644806862, 0.08709780126810074, 0.15389476716518402, -0.019877297803759575, -0.022431448101997375, 0.18047170341014862, 0.173692986369133, -0.012988686561584473, 0.09047263860702515, -0.05271327868103981, -0.2622397541999817, 0.03682216629385948, 0.05513067543506622, -0.007422737777233124, 0.14252057671546936, 0.07580838352441788, -0.023790201172232628, 0.11380083113908768, -0.02966974675655365, -0.202972412109375, 0.03197307139635086, 0.0615268237888813, -0.09518525749444962, 0.11083168536424637, 0.04628797993063927, 0.08698221296072006, 0.022143812850117683, -0.07331052422523499, -0.120787613093853, 0.04532235115766525, 0.045263588428497314, -0.06358368694782257, 0.06480421870946884, 0.08820623904466629, -0.1065920814871788, 0.1416475921869278, 0.07373794168233871, -0.01588049717247486, 0.07824484258890152, -0.17789237201213837, -0.03725104406476021, -0.036331940442323685, 0.007741300854831934, 0.07058489322662354, 0.0750737413764, -0.019116664305329323, 0.1746976524591446, -0.06598041951656342, 0.09777773916721344, 0.17528840899467468, -0.2887236773967743, -0.018040433526039124, 0.0492081381380558, 0.0887371376156807, 0.04900359362363815, -0.024227341637015343, 0.08339477330446243, 0.06365471333265305, 0.01686069741845131, 0.014271941967308521, -0.06960906833410263, -0.09346919506788254, 0.03645368665456772, -0.06932124495506287, -0.05699722096323967, 0.22001419961452484, -0.0334535576403141, 0.04674676060676575, -0.03953840583562851, -0.09316058456897736, -0.028927378356456757, -0.027232296764850616, -0.00907184462994337, -0.05413005128502846, 0.08754174411296844, -0.015151693485677242, -0.06331931799650192, -0.1435878872871399, -0.012912428006529808, -0.15805892646312714, 0.13816505670547485, 0.004333257209509611, 0.04586424678564072, -0.22094038128852844, 0.1012546569108963, 0.022817784920334816, -0.08995530754327774, 0.04930093511939049, -0.09425957500934601, 0.0717538446187973, 0.0007676240638829768, -0.04885277524590492, -0.02944779396057129, 0.08848895877599716, 0.14690880477428436, -0.02718975953757763, 0.005980455316603184, -0.01338018849492073, 0.0733228251338005, 0.059399042278528214, 0.028748195618391037, -0.006081049330532551, -0.052236080169677734, 0.05618719011545181, -0.1417204737663269, -0.010511515662074089, -0.07227712869644165, -0.10605388879776001, -0.04232237488031387, 0.03443120792508125, 0.060671232640743256, 0.042230576276779175, 0.11220116913318634, -0.04771716892719269, -0.01857093721628189, 0.05281376466155052, -0.03979083523154259, -0.008994937874376774, -0.01990325190126896, 0.018122754991054535, 0.13074275851249695, -0.019943278282880783, 0.03407962992787361, -0.10256942361593246, 0.05431444197893143, -0.10281401127576828, -0.01971535198390484, -0.014149561524391174, -0.04367954283952713, 0.031883664429187775, -0.12165860831737518, 0.016123656183481216, -0.16833168268203735, -0.14714312553405762, 0.002859292319044471, -0.016588665544986725, -0.017911825329065323, -0.07954888790845871, -0.04400517791509628, -0.02466505579650402, 0.06924423575401306, -0.04276731237769127, -0.00935916043817997, -0.05846982076764107, 0.11090090870857239, -0.05349889397621155, 0.07203050702810287, -0.1194647029042244, 0.0557217076420784, -0.14930842816829681, -0.013004516251385212, -0.04842504858970642, 0.07119924575090408, 0.015398351475596428, 0.1813964694738388, -0.006925920024514198, -0.003623353084549308, -0.09382472932338715, 0.06455672532320023, -0.02733452245593071, 0.24096953868865967, -0.0756828561425209, -0.14226967096328735, 0.21630549430847168, -0.06334739923477173, -0.14993034303188324, 0.1314547061920166, 0.01843975856900215, 0.08251222223043442, 0.10434340685606003, 0.19023460149765015, 0.01808990351855755, -0.007808534894138575, 0.054424818605184555, 0.07603957504034042, -0.1683882623910904, -0.033340878784656525, 0.0012923459289595485, -0.00014291972911451012, -0.1366809904575348, 0.04632483050227165, 0.1230006217956543, 0.09730340540409088, -0.07249721139669418, -0.018487868830561638, -0.030607668682932854, 0.0016078021144494414, 0.04144361615180969, -0.0005212334799580276, 0.09951234608888626, -0.1033509373664856, -0.04366454482078552, -0.06751791387796402, -0.002970147645100951, 0.011176802217960358, 0.03924661502242088, -0.04455869272351265, 0.09700342267751694, -0.007412149105221033, 0.0545678474009037, -0.13708296418190002, -0.07981666922569275, -0.016090448945760727, 0.1597585678100586, 0.040224816650152206, 0.04663374274969101, 0.0566885769367218, -0.05624469742178917, -0.015493324026465416, -0.010199432261288166, 0.16243304312229156, -0.04404180869460106, -0.07694169133901596, -0.07860849797725677, 0.10474636405706406, -0.06389671564102173, 0.026263169944286346, -0.051667314022779465, 0.024654213339090347, 0.04686986654996872, 0.1110762283205986, 0.004046999383717775, 0.026442723348736763, -0.012835992500185966, -0.007690808270126581, -0.07657550275325775, -0.01617686077952385, 0.1077079176902771, -0.0017721779877319932, -0.06809886544942856, 0.2437063455581665, -0.16884316504001617, 0.21163912117481232, 0.20976658165454865, -0.2492678016424179, -0.02882898785173893, -0.04848965257406235, -0.04766342043876648, -0.0012878701090812683, 0.06041788309812546, -0.034700244665145874, 0.09027024358510971, -0.03288675472140312, 0.16564396023750305, -0.051203593611717224, -0.07646744698286057, 0.019007064402103424, -0.05823178589344025, -0.05114857107400894, 0.07018019258975983, 0.08213616907596588, -0.1630844622850418, 0.18756183981895447, 0.21879082918167114, 0.06839460134506226, 0.2044064849615097, 0.00858453568071127, -0.010656360536813736, 0.07200875878334045, -0.04608747735619545, -0.03843220695853233, -0.06601633131504059, -0.15238076448440552, -0.03009703755378723, 0.06625645607709885, 0.030863380059599876, 0.09900964051485062, -0.09019728004932404, -0.08104760944843292, -0.017665131017565727, 0.004776675254106522, 0.00156646769028157, 0.11991100758314133, 0.03676433861255646, 0.13820022344589233, -0.01955524832010269, 0.022415857762098312, 0.08040772378444672, 0.016582515090703964, -0.10843544453382492, 0.16101348400115967, -0.13329310715198517, -0.3788211941719055, -0.14546175301074982, -0.13134250044822693, -0.020925991237163544, 0.03777816519141197, 0.1120775043964386, -0.1329103261232376, 0.005511005409061909, -0.007893978618085384, 0.10391844809055328, -0.08707519620656967, 0.039245378226041794, -0.07586963474750519, 0.0314689576625824, -0.060405436903238297, -0.07552991807460785, -0.03722400963306427, -0.028465405106544495, -0.09132689982652664, 0.16675986349582672, -0.11130212247371674, 0.06035055220127106, 0.16001324355602264, 0.021197395399212837, 0.03523072600364685, -0.05174810439348221, 0.18330632150173187, -0.112345851957798, 0.020098978653550148, 0.15624848008155823, -0.013005592860281467, 0.08254575729370117, 0.08188403397798538, -0.013132697902619839, -0.10316278785467148, 0.05240294709801674, 0.001463406952098012, -0.10209372639656067, -0.1950312703847885, -0.10119245946407318, -0.08230090886354446, 0.15922248363494873, 0.06361804902553558, 0.058937788009643555, 0.17968137562274933, 0.07578518986701965, -0.038606274873018265, -0.00038743947516195476, -0.00239798822440207, 0.08808282762765884, 0.13635766506195068, -0.01442645862698555, 0.1225903332233429, -0.04975935071706772, -0.10913994163274765, 0.12899059057235718, 0.01750512234866619, 0.03937286511063576, 0.051435839384794235, 0.021011192351579666, -0.011281835846602917, 0.11866551637649536, 0.13484057784080505, 0.10447502881288528, -0.015693627297878265, -0.0293489471077919, -0.04774824157357216, -0.01359935849905014, -0.033305928111076355, 0.03640862926840782, 0.008061517030000687, -0.14140670001506805, -0.06158366799354553, -0.11537835001945496, 0.08758961409330368, 0.10668005049228668, 0.07567808032035828, -0.21108253300189972, -0.003950516227632761, 0.07933880388736725, -0.03630997985601425, -0.11126025766134262, 0.08416172116994858, 0.03095286712050438, -0.1277567446231842, 0.07218055427074432, -0.03519461303949356, 0.12458370625972748, -0.0032897875644266605, 0.09583556652069092, -0.03598680719733238, -0.027483470737934113, -0.013308011926710606, 0.09818253666162491, -0.3191508650779724, 0.1621316522359848, -0.017933005467057228, -0.0618131123483181, -0.06667962670326233, -0.02528184838593006, 0.015994107350707054, 0.07729468494653702, 0.10861869156360626, 0.021759910508990288, 0.01640525460243225, -0.07345785945653915, -0.042352862656116486, 0.038021303713321686, 0.12403716146945953, -0.06827268749475479, -0.012903391383588314, -0.04523605480790138, 0.00796645786613226, -0.017124788835644722, -0.008793274872004986, 0.006911922711879015, -0.14962191879749298, 0.05182485654950142, 0.014736213721334934, 0.07058768719434738, 0.0436982735991478, -0.014969068579375744, -0.09180716425180435, 0.18274778127670288, -0.015714606270194054, -0.07271543145179749, -0.12616917490959167, -0.05262751132249832, 0.030376195907592773, -0.05518756061792374, 0.021047864109277725, -0.06501689553260803, -0.0035362408962100744, -0.06755607575178146, -0.22007296979427338, 0.1278373897075653, -0.08437205106019974, -0.07192739844322205, -0.04912353679537773, 0.2010866105556488, -0.051223888993263245, 0.003238252131268382, 0.010222852230072021, 0.021994104608893394, -0.11474784463644028, -0.09469719231128693, 0.07112357765436172, -0.03247172012925148, 0.03123478777706623, 0.0022505864035338163, -0.04091062396764755, 0.016593176871538162, -0.06314414739608765, -0.011381587944924831, 0.27866554260253906, 0.23951324820518494, -0.040407944470644, 0.1904350072145462, 0.11012271791696548, -0.08163551241159439, -0.3069863021373749, -0.10166139155626297, -0.12140648066997528, -0.02996143139898777, -0.017288926988840103, -0.16865339875221252, 0.06477722525596619, 0.038930367678403854, 0.009261871688067913, 0.13778774440288544, -0.20730599761009216, -0.08823523670434952, 0.09138026833534241, -0.02557477355003357, 0.43079736828804016, -0.1257614940404892, -0.08959750831127167, -0.051866497844457626, -0.16516901552677155, 0.2173919379711151, -0.021592965349555016, 0.07857322692871094, -0.029561417177319527, 0.11770006269216537, 0.04697660356760025, -0.010707763023674488, 0.08040876686573029, -0.00884756539016962, 0.008373050950467587, -0.12410011142492294, -0.02768467366695404, 0.04874192550778389, 0.012378438375890255, 0.0013600040692836046, -0.09389680624008179, 0.020313434302806854, -0.15990203619003296, -0.018549781292676926, -0.11233476549386978, 0.07682323455810547, 0.025788001716136932, -0.06466120481491089, -0.003637736663222313, -0.04986237734556198, -0.015892893075942993, -0.01400828268378973, 0.1717434972524643, -0.04862768203020096, 0.19366511702537537, 0.03501616790890694, 0.11570870876312256, -0.1362973153591156, 0.06143493950366974, -0.06429426372051239, -0.07528600096702576, 0.07427702099084854, -0.1537967324256897, 0.05111055448651314, 0.09430045634508133, -0.030276626348495483, 0.05380253866314888, 0.08795086294412613, -0.003969982732087374, 0.004800081253051758, 0.15867236256599426, -0.2786487936973572, 0.01320126373320818, -0.07396841049194336, -0.06665283441543579, 0.10506758838891983, 0.06261139363050461, 0.17162823677062988, 0.011681869626045227, -0.056615445762872696, 0.01595049723982811, 0.02499506063759327, -0.04915530979633331, 0.04529924690723419, 0.008104361593723297, -0.010991688817739487, -0.13640300929546356, 0.08699746429920197, 0.0042801909148693085, -0.1531187742948532, 0.024680746719241142, 0.2155698835849762, -0.1260155886411667, -0.10237220674753189, -0.03444112092256546, 0.08444061875343323, -0.11519137024879456, 0.01753072999417782, -0.030764780938625336, -0.09109894186258316, 0.07448896765708923, 0.15248911082744598, 0.049206193536520004, 0.11775100976228714, -0.015379221178591251, -0.011753370985388756, -0.05147303268313408, -0.0317845419049263, 0.025745956227183342, 0.017857374623417854, -0.08257177472114563, 0.06648801267147064, -0.022109810262918472, 0.14559012651443481, -0.09791336953639984, -0.06602771580219269, -0.1468091756105423, -0.009785634465515614, -0.0695481076836586, -0.09207163751125336, -0.08133620768785477, -0.062133077532052994, 0.0010387726360931993, -0.03962359577417374, -0.04795864596962929, -0.0791037380695343, -0.10289866477251053, 0.009435068815946579, -0.02305566892027855, 0.03256045654416084, -0.06115729361772537, 0.007872066460549831, 0.12092912197113037, -0.028174830600619316, 0.16686207056045532, 0.1458095908164978, -0.09536580741405487, 0.10568815469741821, -0.16346460580825806, -0.08964221179485321, 0.0939340740442276, -0.01729099079966545, 0.027899714186787605, 0.11666940152645111, 0.014932696707546711, 0.04195788502693176, 0.035977672785520554, 0.06045130267739296, 0.03587699308991432, -0.11899011582136154, 0.07665140181779861, 0.009481414221227169, -0.1612047255039215, -0.06303887814283371, -0.08555969595909119, 0.030386725440621376, 0.021575886756181717, 0.12225193530321121, -0.045776769518852234, 0.0887017622590065, -0.07972796261310577, 0.027257539331912994, 0.02293219044804573, -0.181223064661026, -0.047844018787145615, -0.053065262734889984, 0.032686229795217514, 0.018960151821374893, 0.1893557906150818, 0.027213018387556076, -0.03697650134563446, 0.04549255222082138, 0.1042066365480423, 0.005313898902386427, 0.004829791374504566, 0.16259528696537018, 0.09423433989286423, -0.07654286175966263, -0.12226779758930206, 0.07556461542844772, 0.019673259928822517, -0.044067107141017914, 0.10607215762138367, -0.002448870101943612, 0.020163848996162415, 0.06910120695829391, -0.014892932027578354, 0.034322552382946014, -0.044286008924245834, -0.10698256641626358, -0.023580113425850868, 0.046367425471544266, 0.00669879000633955, 0.12847968935966492, 0.177873894572258, -0.002574790036305785, 0.025011489167809486, -0.0363602340221405, -0.024931130930781364, -0.13864666223526, -0.1558164656162262, -0.06855984032154083, -0.14875617623329163, 0.012976853176951408, -0.0915176048874855, 0.04695429280400276, 0.028682325035333633, 0.06887643784284592, -0.07052405923604965, 0.04384735971689224, 0.06974220275878906, -0.12065785378217697, 0.09397104382514954, -0.028081456199288368, 0.03704333305358887, -0.006730496883392334, -0.012833851389586926, -0.10013298690319061, 0.035936567932367325, -0.01747855544090271, 0.045271266251802444, -0.04546798765659332, 0.030429324135184288, -0.1703072488307953, -0.124412901699543, -0.04034453630447388, 0.06420420855283737, -0.06510858237743378, 0.03512151539325714, 0.019115818664431572, 0.013339218683540821, 0.03305599465966225, 0.23020225763320923, -0.03704051673412323, -0.02329315058887005, -0.042310282588005066, 0.16692522168159485, -0.014016710221767426, 0.08088304847478867, -0.03037172369658947, 0.0002500463742762804, -0.08417443931102753, 0.3385351300239563, 0.3027777075767517, -0.09020252525806427, 0.019915465265512466, -0.030905582010746002, 0.03936264291405678, 0.11892254650592804, 0.13376617431640625, 0.09784641861915588, 0.2282467782497406, -0.07217609137296677, -0.03032243251800537, -0.020507147535681725, -0.011079044081270695, -0.06650827825069427, 0.0879674032330513, 0.02507801540195942, -0.05553486570715904, -0.031693898141384125, 0.0812700018286705, -0.2327648252248764, 0.10665327310562134, -0.11289316415786743, -0.1636168211698532, -0.039189815521240234, 0.0042042857967317104, 0.08908319473266602, 0.015396242961287498, 0.11228121817111969, 0.009163780137896538, -0.07585213333368301, 0.017798418179154396, 0.028085503727197647, -0.24201616644859314, -0.008133855648338795, 0.060310713946819305, -0.12939085066318512, -0.004324504639953375, -0.027167800813913345, 0.007199867628514767, 0.059822265058755875, 0.029368450865149498, -0.04319324716925621, -0.001257759635336697, -0.010450302623212337, -0.008644461631774902, -0.011618612334132195, 0.07065588980913162, 0.046958792954683304, -0.13329142332077026, 0.06869500875473022, -0.11774353682994843, 0.033477768301963806, -0.05866728723049164, -0.015255378559231758, 0.000037100471672602, 0.03460683673620224, -0.04829782620072365, 0.07058211416006088, 0.07688362896442413, -0.015606098808348179, 0.000610517687164247, -0.0802936851978302, -0.036274004727602005, -0.019796574488282204, -0.09252054989337921, -0.08371094614267349, -0.13031646609306335, -0.11573562026023865, 0.1029667928814888, -0.02224794402718544, -0.19213621318340302, 0.03111329674720764, -0.12165344506502151, 0.045619383454322815, -0.1751558482646942, 0.11076030135154724, 0.08046020567417145, 0.01831907220184803, 0.011516088619828224, -0.02576824277639389, 0.08821021765470505, 0.11728470027446747, -0.07783648371696472, -0.08528783172369003 ]
null
null
transformers
<div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1329364120311828487/0VjzWPsR_400x400.png')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">rokos basilisk construction advocate 🤖 AI Bot </div> <div style="font-size: 15px">@gayguynewsnet bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@gayguynewsnet's tweets](https://twitter.com/gayguynewsnet). | Data | Quantity | | --- | --- | | Tweets downloaded | 592 | | Retweets | 146 | | Short tweets | 64 | | Tweets kept | 382 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/2yoxivok/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @gayguynewsnet's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/3dalf0je) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/3dalf0je/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/gayguynewsnet') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/gayguynewsnet/1618199553249/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/gayguynewsnet
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
rokos basilisk construction advocate AI Bot @gayguynewsnet bot I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on @gayguynewsnet's tweets. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @gayguynewsnet'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 57 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 0.004547144751995802, -0.006708405911922455, -0.007013476919382811, 0.01947171241044998, 0.15818242728710175, 0.03448796644806862, 0.08709780126810074, 0.15389476716518402, -0.019877297803759575, -0.022431448101997375, 0.18047170341014862, 0.173692986369133, -0.012988686561584473, 0.09047263860702515, -0.05271327868103981, -0.2622397541999817, 0.03682216629385948, 0.05513067543506622, -0.007422737777233124, 0.14252057671546936, 0.07580838352441788, -0.023790201172232628, 0.11380083113908768, -0.02966974675655365, -0.202972412109375, 0.03197307139635086, 0.0615268237888813, -0.09518525749444962, 0.11083168536424637, 0.04628797993063927, 0.08698221296072006, 0.022143812850117683, -0.07331052422523499, -0.120787613093853, 0.04532235115766525, 0.045263588428497314, -0.06358368694782257, 0.06480421870946884, 0.08820623904466629, -0.1065920814871788, 0.1416475921869278, 0.07373794168233871, -0.01588049717247486, 0.07824484258890152, -0.17789237201213837, -0.03725104406476021, -0.036331940442323685, 0.007741300854831934, 0.07058489322662354, 0.0750737413764, -0.019116664305329323, 0.1746976524591446, -0.06598041951656342, 0.09777773916721344, 0.17528840899467468, -0.2887236773967743, -0.018040433526039124, 0.0492081381380558, 0.0887371376156807, 0.04900359362363815, -0.024227341637015343, 0.08339477330446243, 0.06365471333265305, 0.01686069741845131, 0.014271941967308521, -0.06960906833410263, -0.09346919506788254, 0.03645368665456772, -0.06932124495506287, -0.05699722096323967, 0.22001419961452484, -0.0334535576403141, 0.04674676060676575, -0.03953840583562851, -0.09316058456897736, -0.028927378356456757, -0.027232296764850616, -0.00907184462994337, -0.05413005128502846, 0.08754174411296844, -0.015151693485677242, -0.06331931799650192, -0.1435878872871399, -0.012912428006529808, -0.15805892646312714, 0.13816505670547485, 0.004333257209509611, 0.04586424678564072, -0.22094038128852844, 0.1012546569108963, 0.022817784920334816, -0.08995530754327774, 0.04930093511939049, -0.09425957500934601, 0.0717538446187973, 0.0007676240638829768, -0.04885277524590492, -0.02944779396057129, 0.08848895877599716, 0.14690880477428436, -0.02718975953757763, 0.005980455316603184, -0.01338018849492073, 0.0733228251338005, 0.059399042278528214, 0.028748195618391037, -0.006081049330532551, -0.052236080169677734, 0.05618719011545181, -0.1417204737663269, -0.010511515662074089, -0.07227712869644165, -0.10605388879776001, -0.04232237488031387, 0.03443120792508125, 0.060671232640743256, 0.042230576276779175, 0.11220116913318634, -0.04771716892719269, -0.01857093721628189, 0.05281376466155052, -0.03979083523154259, -0.008994937874376774, -0.01990325190126896, 0.018122754991054535, 0.13074275851249695, -0.019943278282880783, 0.03407962992787361, -0.10256942361593246, 0.05431444197893143, -0.10281401127576828, -0.01971535198390484, -0.014149561524391174, -0.04367954283952713, 0.031883664429187775, -0.12165860831737518, 0.016123656183481216, -0.16833168268203735, -0.14714312553405762, 0.002859292319044471, -0.016588665544986725, -0.017911825329065323, -0.07954888790845871, -0.04400517791509628, -0.02466505579650402, 0.06924423575401306, -0.04276731237769127, -0.00935916043817997, -0.05846982076764107, 0.11090090870857239, -0.05349889397621155, 0.07203050702810287, -0.1194647029042244, 0.0557217076420784, -0.14930842816829681, -0.013004516251385212, -0.04842504858970642, 0.07119924575090408, 0.015398351475596428, 0.1813964694738388, -0.006925920024514198, -0.003623353084549308, -0.09382472932338715, 0.06455672532320023, -0.02733452245593071, 0.24096953868865967, -0.0756828561425209, -0.14226967096328735, 0.21630549430847168, -0.06334739923477173, -0.14993034303188324, 0.1314547061920166, 0.01843975856900215, 0.08251222223043442, 0.10434340685606003, 0.19023460149765015, 0.01808990351855755, -0.007808534894138575, 0.054424818605184555, 0.07603957504034042, -0.1683882623910904, -0.033340878784656525, 0.0012923459289595485, -0.00014291972911451012, -0.1366809904575348, 0.04632483050227165, 0.1230006217956543, 0.09730340540409088, -0.07249721139669418, -0.018487868830561638, -0.030607668682932854, 0.0016078021144494414, 0.04144361615180969, -0.0005212334799580276, 0.09951234608888626, -0.1033509373664856, -0.04366454482078552, -0.06751791387796402, -0.002970147645100951, 0.011176802217960358, 0.03924661502242088, -0.04455869272351265, 0.09700342267751694, -0.007412149105221033, 0.0545678474009037, -0.13708296418190002, -0.07981666922569275, -0.016090448945760727, 0.1597585678100586, 0.040224816650152206, 0.04663374274969101, 0.0566885769367218, -0.05624469742178917, -0.015493324026465416, -0.010199432261288166, 0.16243304312229156, -0.04404180869460106, -0.07694169133901596, -0.07860849797725677, 0.10474636405706406, -0.06389671564102173, 0.026263169944286346, -0.051667314022779465, 0.024654213339090347, 0.04686986654996872, 0.1110762283205986, 0.004046999383717775, 0.026442723348736763, -0.012835992500185966, -0.007690808270126581, -0.07657550275325775, -0.01617686077952385, 0.1077079176902771, -0.0017721779877319932, -0.06809886544942856, 0.2437063455581665, -0.16884316504001617, 0.21163912117481232, 0.20976658165454865, -0.2492678016424179, -0.02882898785173893, -0.04848965257406235, -0.04766342043876648, -0.0012878701090812683, 0.06041788309812546, -0.034700244665145874, 0.09027024358510971, -0.03288675472140312, 0.16564396023750305, -0.051203593611717224, -0.07646744698286057, 0.019007064402103424, -0.05823178589344025, -0.05114857107400894, 0.07018019258975983, 0.08213616907596588, -0.1630844622850418, 0.18756183981895447, 0.21879082918167114, 0.06839460134506226, 0.2044064849615097, 0.00858453568071127, -0.010656360536813736, 0.07200875878334045, -0.04608747735619545, -0.03843220695853233, -0.06601633131504059, -0.15238076448440552, -0.03009703755378723, 0.06625645607709885, 0.030863380059599876, 0.09900964051485062, -0.09019728004932404, -0.08104760944843292, -0.017665131017565727, 0.004776675254106522, 0.00156646769028157, 0.11991100758314133, 0.03676433861255646, 0.13820022344589233, -0.01955524832010269, 0.022415857762098312, 0.08040772378444672, 0.016582515090703964, -0.10843544453382492, 0.16101348400115967, -0.13329310715198517, -0.3788211941719055, -0.14546175301074982, -0.13134250044822693, -0.020925991237163544, 0.03777816519141197, 0.1120775043964386, -0.1329103261232376, 0.005511005409061909, -0.007893978618085384, 0.10391844809055328, -0.08707519620656967, 0.039245378226041794, -0.07586963474750519, 0.0314689576625824, -0.060405436903238297, -0.07552991807460785, -0.03722400963306427, -0.028465405106544495, -0.09132689982652664, 0.16675986349582672, -0.11130212247371674, 0.06035055220127106, 0.16001324355602264, 0.021197395399212837, 0.03523072600364685, -0.05174810439348221, 0.18330632150173187, -0.112345851957798, 0.020098978653550148, 0.15624848008155823, -0.013005592860281467, 0.08254575729370117, 0.08188403397798538, -0.013132697902619839, -0.10316278785467148, 0.05240294709801674, 0.001463406952098012, -0.10209372639656067, -0.1950312703847885, -0.10119245946407318, -0.08230090886354446, 0.15922248363494873, 0.06361804902553558, 0.058937788009643555, 0.17968137562274933, 0.07578518986701965, -0.038606274873018265, -0.00038743947516195476, -0.00239798822440207, 0.08808282762765884, 0.13635766506195068, -0.01442645862698555, 0.1225903332233429, -0.04975935071706772, -0.10913994163274765, 0.12899059057235718, 0.01750512234866619, 0.03937286511063576, 0.051435839384794235, 0.021011192351579666, -0.011281835846602917, 0.11866551637649536, 0.13484057784080505, 0.10447502881288528, -0.015693627297878265, -0.0293489471077919, -0.04774824157357216, -0.01359935849905014, -0.033305928111076355, 0.03640862926840782, 0.008061517030000687, -0.14140670001506805, -0.06158366799354553, -0.11537835001945496, 0.08758961409330368, 0.10668005049228668, 0.07567808032035828, -0.21108253300189972, -0.003950516227632761, 0.07933880388736725, -0.03630997985601425, -0.11126025766134262, 0.08416172116994858, 0.03095286712050438, -0.1277567446231842, 0.07218055427074432, -0.03519461303949356, 0.12458370625972748, -0.0032897875644266605, 0.09583556652069092, -0.03598680719733238, -0.027483470737934113, -0.013308011926710606, 0.09818253666162491, -0.3191508650779724, 0.1621316522359848, -0.017933005467057228, -0.0618131123483181, -0.06667962670326233, -0.02528184838593006, 0.015994107350707054, 0.07729468494653702, 0.10861869156360626, 0.021759910508990288, 0.01640525460243225, -0.07345785945653915, -0.042352862656116486, 0.038021303713321686, 0.12403716146945953, -0.06827268749475479, -0.012903391383588314, -0.04523605480790138, 0.00796645786613226, -0.017124788835644722, -0.008793274872004986, 0.006911922711879015, -0.14962191879749298, 0.05182485654950142, 0.014736213721334934, 0.07058768719434738, 0.0436982735991478, -0.014969068579375744, -0.09180716425180435, 0.18274778127670288, -0.015714606270194054, -0.07271543145179749, -0.12616917490959167, -0.05262751132249832, 0.030376195907592773, -0.05518756061792374, 0.021047864109277725, -0.06501689553260803, -0.0035362408962100744, -0.06755607575178146, -0.22007296979427338, 0.1278373897075653, -0.08437205106019974, -0.07192739844322205, -0.04912353679537773, 0.2010866105556488, -0.051223888993263245, 0.003238252131268382, 0.010222852230072021, 0.021994104608893394, -0.11474784463644028, -0.09469719231128693, 0.07112357765436172, -0.03247172012925148, 0.03123478777706623, 0.0022505864035338163, -0.04091062396764755, 0.016593176871538162, -0.06314414739608765, -0.011381587944924831, 0.27866554260253906, 0.23951324820518494, -0.040407944470644, 0.1904350072145462, 0.11012271791696548, -0.08163551241159439, -0.3069863021373749, -0.10166139155626297, -0.12140648066997528, -0.02996143139898777, -0.017288926988840103, -0.16865339875221252, 0.06477722525596619, 0.038930367678403854, 0.009261871688067913, 0.13778774440288544, -0.20730599761009216, -0.08823523670434952, 0.09138026833534241, -0.02557477355003357, 0.43079736828804016, -0.1257614940404892, -0.08959750831127167, -0.051866497844457626, -0.16516901552677155, 0.2173919379711151, -0.021592965349555016, 0.07857322692871094, -0.029561417177319527, 0.11770006269216537, 0.04697660356760025, -0.010707763023674488, 0.08040876686573029, -0.00884756539016962, 0.008373050950467587, -0.12410011142492294, -0.02768467366695404, 0.04874192550778389, 0.012378438375890255, 0.0013600040692836046, -0.09389680624008179, 0.020313434302806854, -0.15990203619003296, -0.018549781292676926, -0.11233476549386978, 0.07682323455810547, 0.025788001716136932, -0.06466120481491089, -0.003637736663222313, -0.04986237734556198, -0.015892893075942993, -0.01400828268378973, 0.1717434972524643, -0.04862768203020096, 0.19366511702537537, 0.03501616790890694, 0.11570870876312256, -0.1362973153591156, 0.06143493950366974, -0.06429426372051239, -0.07528600096702576, 0.07427702099084854, -0.1537967324256897, 0.05111055448651314, 0.09430045634508133, -0.030276626348495483, 0.05380253866314888, 0.08795086294412613, -0.003969982732087374, 0.004800081253051758, 0.15867236256599426, -0.2786487936973572, 0.01320126373320818, -0.07396841049194336, -0.06665283441543579, 0.10506758838891983, 0.06261139363050461, 0.17162823677062988, 0.011681869626045227, -0.056615445762872696, 0.01595049723982811, 0.02499506063759327, -0.04915530979633331, 0.04529924690723419, 0.008104361593723297, -0.010991688817739487, -0.13640300929546356, 0.08699746429920197, 0.0042801909148693085, -0.1531187742948532, 0.024680746719241142, 0.2155698835849762, -0.1260155886411667, -0.10237220674753189, -0.03444112092256546, 0.08444061875343323, -0.11519137024879456, 0.01753072999417782, -0.030764780938625336, -0.09109894186258316, 0.07448896765708923, 0.15248911082744598, 0.049206193536520004, 0.11775100976228714, -0.015379221178591251, -0.011753370985388756, -0.05147303268313408, -0.0317845419049263, 0.025745956227183342, 0.017857374623417854, -0.08257177472114563, 0.06648801267147064, -0.022109810262918472, 0.14559012651443481, -0.09791336953639984, -0.06602771580219269, -0.1468091756105423, -0.009785634465515614, -0.0695481076836586, -0.09207163751125336, -0.08133620768785477, -0.062133077532052994, 0.0010387726360931993, -0.03962359577417374, -0.04795864596962929, -0.0791037380695343, -0.10289866477251053, 0.009435068815946579, -0.02305566892027855, 0.03256045654416084, -0.06115729361772537, 0.007872066460549831, 0.12092912197113037, -0.028174830600619316, 0.16686207056045532, 0.1458095908164978, -0.09536580741405487, 0.10568815469741821, -0.16346460580825806, -0.08964221179485321, 0.0939340740442276, -0.01729099079966545, 0.027899714186787605, 0.11666940152645111, 0.014932696707546711, 0.04195788502693176, 0.035977672785520554, 0.06045130267739296, 0.03587699308991432, -0.11899011582136154, 0.07665140181779861, 0.009481414221227169, -0.1612047255039215, -0.06303887814283371, -0.08555969595909119, 0.030386725440621376, 0.021575886756181717, 0.12225193530321121, -0.045776769518852234, 0.0887017622590065, -0.07972796261310577, 0.027257539331912994, 0.02293219044804573, -0.181223064661026, -0.047844018787145615, -0.053065262734889984, 0.032686229795217514, 0.018960151821374893, 0.1893557906150818, 0.027213018387556076, -0.03697650134563446, 0.04549255222082138, 0.1042066365480423, 0.005313898902386427, 0.004829791374504566, 0.16259528696537018, 0.09423433989286423, -0.07654286175966263, -0.12226779758930206, 0.07556461542844772, 0.019673259928822517, -0.044067107141017914, 0.10607215762138367, -0.002448870101943612, 0.020163848996162415, 0.06910120695829391, -0.014892932027578354, 0.034322552382946014, -0.044286008924245834, -0.10698256641626358, -0.023580113425850868, 0.046367425471544266, 0.00669879000633955, 0.12847968935966492, 0.177873894572258, -0.002574790036305785, 0.025011489167809486, -0.0363602340221405, -0.024931130930781364, -0.13864666223526, -0.1558164656162262, -0.06855984032154083, -0.14875617623329163, 0.012976853176951408, -0.0915176048874855, 0.04695429280400276, 0.028682325035333633, 0.06887643784284592, -0.07052405923604965, 0.04384735971689224, 0.06974220275878906, -0.12065785378217697, 0.09397104382514954, -0.028081456199288368, 0.03704333305358887, -0.006730496883392334, -0.012833851389586926, -0.10013298690319061, 0.035936567932367325, -0.01747855544090271, 0.045271266251802444, -0.04546798765659332, 0.030429324135184288, -0.1703072488307953, -0.124412901699543, -0.04034453630447388, 0.06420420855283737, -0.06510858237743378, 0.03512151539325714, 0.019115818664431572, 0.013339218683540821, 0.03305599465966225, 0.23020225763320923, -0.03704051673412323, -0.02329315058887005, -0.042310282588005066, 0.16692522168159485, -0.014016710221767426, 0.08088304847478867, -0.03037172369658947, 0.0002500463742762804, -0.08417443931102753, 0.3385351300239563, 0.3027777075767517, -0.09020252525806427, 0.019915465265512466, -0.030905582010746002, 0.03936264291405678, 0.11892254650592804, 0.13376617431640625, 0.09784641861915588, 0.2282467782497406, -0.07217609137296677, -0.03032243251800537, -0.020507147535681725, -0.011079044081270695, -0.06650827825069427, 0.0879674032330513, 0.02507801540195942, -0.05553486570715904, -0.031693898141384125, 0.0812700018286705, -0.2327648252248764, 0.10665327310562134, -0.11289316415786743, -0.1636168211698532, -0.039189815521240234, 0.0042042857967317104, 0.08908319473266602, 0.015396242961287498, 0.11228121817111969, 0.009163780137896538, -0.07585213333368301, 0.017798418179154396, 0.028085503727197647, -0.24201616644859314, -0.008133855648338795, 0.060310713946819305, -0.12939085066318512, -0.004324504639953375, -0.027167800813913345, 0.007199867628514767, 0.059822265058755875, 0.029368450865149498, -0.04319324716925621, -0.001257759635336697, -0.010450302623212337, -0.008644461631774902, -0.011618612334132195, 0.07065588980913162, 0.046958792954683304, -0.13329142332077026, 0.06869500875473022, -0.11774353682994843, 0.033477768301963806, -0.05866728723049164, -0.015255378559231758, 0.000037100471672602, 0.03460683673620224, -0.04829782620072365, 0.07058211416006088, 0.07688362896442413, -0.015606098808348179, 0.000610517687164247, -0.0802936851978302, -0.036274004727602005, -0.019796574488282204, -0.09252054989337921, -0.08371094614267349, -0.13031646609306335, -0.11573562026023865, 0.1029667928814888, -0.02224794402718544, -0.19213621318340302, 0.03111329674720764, -0.12165344506502151, 0.045619383454322815, -0.1751558482646942, 0.11076030135154724, 0.08046020567417145, 0.01831907220184803, 0.011516088619828224, -0.02576824277639389, 0.08821021765470505, 0.11728470027446747, -0.07783648371696472, -0.08528783172369003 ]
null
null
transformers
<div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1350934729525178370/VHPqhIcr_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">value bastard 🤖 AI Bot </div> <div style="font-size: 15px">@gaypizzaboy bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://app.wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-model-to-generate-tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@gaypizzaboy's tweets](https://twitter.com/gaypizzaboy). | Data | Quantity | | --- | --- | | Tweets downloaded | 3138 | | Retweets | 1548 | | Short tweets | 147 | | Tweets kept | 1443 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/1vxwbfva/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @gaypizzaboy's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/2t6winba) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/2t6winba/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/gaypizzaboy') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/gaypizzaboy/1614169105934/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/gaypizzaboy
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
value bastard AI Bot @gaypizzaboy bot I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on @gaypizzaboy's tweets. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @gaypizzaboy'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 57 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 0.004547144751995802, -0.006708405911922455, -0.007013476919382811, 0.01947171241044998, 0.15818242728710175, 0.03448796644806862, 0.08709780126810074, 0.15389476716518402, -0.019877297803759575, -0.022431448101997375, 0.18047170341014862, 0.173692986369133, -0.012988686561584473, 0.09047263860702515, -0.05271327868103981, -0.2622397541999817, 0.03682216629385948, 0.05513067543506622, -0.007422737777233124, 0.14252057671546936, 0.07580838352441788, -0.023790201172232628, 0.11380083113908768, -0.02966974675655365, -0.202972412109375, 0.03197307139635086, 0.0615268237888813, -0.09518525749444962, 0.11083168536424637, 0.04628797993063927, 0.08698221296072006, 0.022143812850117683, -0.07331052422523499, -0.120787613093853, 0.04532235115766525, 0.045263588428497314, -0.06358368694782257, 0.06480421870946884, 0.08820623904466629, -0.1065920814871788, 0.1416475921869278, 0.07373794168233871, -0.01588049717247486, 0.07824484258890152, -0.17789237201213837, -0.03725104406476021, -0.036331940442323685, 0.007741300854831934, 0.07058489322662354, 0.0750737413764, -0.019116664305329323, 0.1746976524591446, -0.06598041951656342, 0.09777773916721344, 0.17528840899467468, -0.2887236773967743, -0.018040433526039124, 0.0492081381380558, 0.0887371376156807, 0.04900359362363815, -0.024227341637015343, 0.08339477330446243, 0.06365471333265305, 0.01686069741845131, 0.014271941967308521, -0.06960906833410263, -0.09346919506788254, 0.03645368665456772, -0.06932124495506287, -0.05699722096323967, 0.22001419961452484, -0.0334535576403141, 0.04674676060676575, -0.03953840583562851, -0.09316058456897736, -0.028927378356456757, -0.027232296764850616, -0.00907184462994337, -0.05413005128502846, 0.08754174411296844, -0.015151693485677242, -0.06331931799650192, -0.1435878872871399, -0.012912428006529808, -0.15805892646312714, 0.13816505670547485, 0.004333257209509611, 0.04586424678564072, -0.22094038128852844, 0.1012546569108963, 0.022817784920334816, -0.08995530754327774, 0.04930093511939049, -0.09425957500934601, 0.0717538446187973, 0.0007676240638829768, -0.04885277524590492, -0.02944779396057129, 0.08848895877599716, 0.14690880477428436, -0.02718975953757763, 0.005980455316603184, -0.01338018849492073, 0.0733228251338005, 0.059399042278528214, 0.028748195618391037, -0.006081049330532551, -0.052236080169677734, 0.05618719011545181, -0.1417204737663269, -0.010511515662074089, -0.07227712869644165, -0.10605388879776001, -0.04232237488031387, 0.03443120792508125, 0.060671232640743256, 0.042230576276779175, 0.11220116913318634, -0.04771716892719269, -0.01857093721628189, 0.05281376466155052, -0.03979083523154259, -0.008994937874376774, -0.01990325190126896, 0.018122754991054535, 0.13074275851249695, -0.019943278282880783, 0.03407962992787361, -0.10256942361593246, 0.05431444197893143, -0.10281401127576828, -0.01971535198390484, -0.014149561524391174, -0.04367954283952713, 0.031883664429187775, -0.12165860831737518, 0.016123656183481216, -0.16833168268203735, -0.14714312553405762, 0.002859292319044471, -0.016588665544986725, -0.017911825329065323, -0.07954888790845871, -0.04400517791509628, -0.02466505579650402, 0.06924423575401306, -0.04276731237769127, -0.00935916043817997, -0.05846982076764107, 0.11090090870857239, -0.05349889397621155, 0.07203050702810287, -0.1194647029042244, 0.0557217076420784, -0.14930842816829681, -0.013004516251385212, -0.04842504858970642, 0.07119924575090408, 0.015398351475596428, 0.1813964694738388, -0.006925920024514198, -0.003623353084549308, -0.09382472932338715, 0.06455672532320023, -0.02733452245593071, 0.24096953868865967, -0.0756828561425209, -0.14226967096328735, 0.21630549430847168, -0.06334739923477173, -0.14993034303188324, 0.1314547061920166, 0.01843975856900215, 0.08251222223043442, 0.10434340685606003, 0.19023460149765015, 0.01808990351855755, -0.007808534894138575, 0.054424818605184555, 0.07603957504034042, -0.1683882623910904, -0.033340878784656525, 0.0012923459289595485, -0.00014291972911451012, -0.1366809904575348, 0.04632483050227165, 0.1230006217956543, 0.09730340540409088, -0.07249721139669418, -0.018487868830561638, -0.030607668682932854, 0.0016078021144494414, 0.04144361615180969, -0.0005212334799580276, 0.09951234608888626, -0.1033509373664856, -0.04366454482078552, -0.06751791387796402, -0.002970147645100951, 0.011176802217960358, 0.03924661502242088, -0.04455869272351265, 0.09700342267751694, -0.007412149105221033, 0.0545678474009037, -0.13708296418190002, -0.07981666922569275, -0.016090448945760727, 0.1597585678100586, 0.040224816650152206, 0.04663374274969101, 0.0566885769367218, -0.05624469742178917, -0.015493324026465416, -0.010199432261288166, 0.16243304312229156, -0.04404180869460106, -0.07694169133901596, -0.07860849797725677, 0.10474636405706406, -0.06389671564102173, 0.026263169944286346, -0.051667314022779465, 0.024654213339090347, 0.04686986654996872, 0.1110762283205986, 0.004046999383717775, 0.026442723348736763, -0.012835992500185966, -0.007690808270126581, -0.07657550275325775, -0.01617686077952385, 0.1077079176902771, -0.0017721779877319932, -0.06809886544942856, 0.2437063455581665, -0.16884316504001617, 0.21163912117481232, 0.20976658165454865, -0.2492678016424179, -0.02882898785173893, -0.04848965257406235, -0.04766342043876648, -0.0012878701090812683, 0.06041788309812546, -0.034700244665145874, 0.09027024358510971, -0.03288675472140312, 0.16564396023750305, -0.051203593611717224, -0.07646744698286057, 0.019007064402103424, -0.05823178589344025, -0.05114857107400894, 0.07018019258975983, 0.08213616907596588, -0.1630844622850418, 0.18756183981895447, 0.21879082918167114, 0.06839460134506226, 0.2044064849615097, 0.00858453568071127, -0.010656360536813736, 0.07200875878334045, -0.04608747735619545, -0.03843220695853233, -0.06601633131504059, -0.15238076448440552, -0.03009703755378723, 0.06625645607709885, 0.030863380059599876, 0.09900964051485062, -0.09019728004932404, -0.08104760944843292, -0.017665131017565727, 0.004776675254106522, 0.00156646769028157, 0.11991100758314133, 0.03676433861255646, 0.13820022344589233, -0.01955524832010269, 0.022415857762098312, 0.08040772378444672, 0.016582515090703964, -0.10843544453382492, 0.16101348400115967, -0.13329310715198517, -0.3788211941719055, -0.14546175301074982, -0.13134250044822693, -0.020925991237163544, 0.03777816519141197, 0.1120775043964386, -0.1329103261232376, 0.005511005409061909, -0.007893978618085384, 0.10391844809055328, -0.08707519620656967, 0.039245378226041794, -0.07586963474750519, 0.0314689576625824, -0.060405436903238297, -0.07552991807460785, -0.03722400963306427, -0.028465405106544495, -0.09132689982652664, 0.16675986349582672, -0.11130212247371674, 0.06035055220127106, 0.16001324355602264, 0.021197395399212837, 0.03523072600364685, -0.05174810439348221, 0.18330632150173187, -0.112345851957798, 0.020098978653550148, 0.15624848008155823, -0.013005592860281467, 0.08254575729370117, 0.08188403397798538, -0.013132697902619839, -0.10316278785467148, 0.05240294709801674, 0.001463406952098012, -0.10209372639656067, -0.1950312703847885, -0.10119245946407318, -0.08230090886354446, 0.15922248363494873, 0.06361804902553558, 0.058937788009643555, 0.17968137562274933, 0.07578518986701965, -0.038606274873018265, -0.00038743947516195476, -0.00239798822440207, 0.08808282762765884, 0.13635766506195068, -0.01442645862698555, 0.1225903332233429, -0.04975935071706772, -0.10913994163274765, 0.12899059057235718, 0.01750512234866619, 0.03937286511063576, 0.051435839384794235, 0.021011192351579666, -0.011281835846602917, 0.11866551637649536, 0.13484057784080505, 0.10447502881288528, -0.015693627297878265, -0.0293489471077919, -0.04774824157357216, -0.01359935849905014, -0.033305928111076355, 0.03640862926840782, 0.008061517030000687, -0.14140670001506805, -0.06158366799354553, -0.11537835001945496, 0.08758961409330368, 0.10668005049228668, 0.07567808032035828, -0.21108253300189972, -0.003950516227632761, 0.07933880388736725, -0.03630997985601425, -0.11126025766134262, 0.08416172116994858, 0.03095286712050438, -0.1277567446231842, 0.07218055427074432, -0.03519461303949356, 0.12458370625972748, -0.0032897875644266605, 0.09583556652069092, -0.03598680719733238, -0.027483470737934113, -0.013308011926710606, 0.09818253666162491, -0.3191508650779724, 0.1621316522359848, -0.017933005467057228, -0.0618131123483181, -0.06667962670326233, -0.02528184838593006, 0.015994107350707054, 0.07729468494653702, 0.10861869156360626, 0.021759910508990288, 0.01640525460243225, -0.07345785945653915, -0.042352862656116486, 0.038021303713321686, 0.12403716146945953, -0.06827268749475479, -0.012903391383588314, -0.04523605480790138, 0.00796645786613226, -0.017124788835644722, -0.008793274872004986, 0.006911922711879015, -0.14962191879749298, 0.05182485654950142, 0.014736213721334934, 0.07058768719434738, 0.0436982735991478, -0.014969068579375744, -0.09180716425180435, 0.18274778127670288, -0.015714606270194054, -0.07271543145179749, -0.12616917490959167, -0.05262751132249832, 0.030376195907592773, -0.05518756061792374, 0.021047864109277725, -0.06501689553260803, -0.0035362408962100744, -0.06755607575178146, -0.22007296979427338, 0.1278373897075653, -0.08437205106019974, -0.07192739844322205, -0.04912353679537773, 0.2010866105556488, -0.051223888993263245, 0.003238252131268382, 0.010222852230072021, 0.021994104608893394, -0.11474784463644028, -0.09469719231128693, 0.07112357765436172, -0.03247172012925148, 0.03123478777706623, 0.0022505864035338163, -0.04091062396764755, 0.016593176871538162, -0.06314414739608765, -0.011381587944924831, 0.27866554260253906, 0.23951324820518494, -0.040407944470644, 0.1904350072145462, 0.11012271791696548, -0.08163551241159439, -0.3069863021373749, -0.10166139155626297, -0.12140648066997528, -0.02996143139898777, -0.017288926988840103, -0.16865339875221252, 0.06477722525596619, 0.038930367678403854, 0.009261871688067913, 0.13778774440288544, -0.20730599761009216, -0.08823523670434952, 0.09138026833534241, -0.02557477355003357, 0.43079736828804016, -0.1257614940404892, -0.08959750831127167, -0.051866497844457626, -0.16516901552677155, 0.2173919379711151, -0.021592965349555016, 0.07857322692871094, -0.029561417177319527, 0.11770006269216537, 0.04697660356760025, -0.010707763023674488, 0.08040876686573029, -0.00884756539016962, 0.008373050950467587, -0.12410011142492294, -0.02768467366695404, 0.04874192550778389, 0.012378438375890255, 0.0013600040692836046, -0.09389680624008179, 0.020313434302806854, -0.15990203619003296, -0.018549781292676926, -0.11233476549386978, 0.07682323455810547, 0.025788001716136932, -0.06466120481491089, -0.003637736663222313, -0.04986237734556198, -0.015892893075942993, -0.01400828268378973, 0.1717434972524643, -0.04862768203020096, 0.19366511702537537, 0.03501616790890694, 0.11570870876312256, -0.1362973153591156, 0.06143493950366974, -0.06429426372051239, -0.07528600096702576, 0.07427702099084854, -0.1537967324256897, 0.05111055448651314, 0.09430045634508133, -0.030276626348495483, 0.05380253866314888, 0.08795086294412613, -0.003969982732087374, 0.004800081253051758, 0.15867236256599426, -0.2786487936973572, 0.01320126373320818, -0.07396841049194336, -0.06665283441543579, 0.10506758838891983, 0.06261139363050461, 0.17162823677062988, 0.011681869626045227, -0.056615445762872696, 0.01595049723982811, 0.02499506063759327, -0.04915530979633331, 0.04529924690723419, 0.008104361593723297, -0.010991688817739487, -0.13640300929546356, 0.08699746429920197, 0.0042801909148693085, -0.1531187742948532, 0.024680746719241142, 0.2155698835849762, -0.1260155886411667, -0.10237220674753189, -0.03444112092256546, 0.08444061875343323, -0.11519137024879456, 0.01753072999417782, -0.030764780938625336, -0.09109894186258316, 0.07448896765708923, 0.15248911082744598, 0.049206193536520004, 0.11775100976228714, -0.015379221178591251, -0.011753370985388756, -0.05147303268313408, -0.0317845419049263, 0.025745956227183342, 0.017857374623417854, -0.08257177472114563, 0.06648801267147064, -0.022109810262918472, 0.14559012651443481, -0.09791336953639984, -0.06602771580219269, -0.1468091756105423, -0.009785634465515614, -0.0695481076836586, -0.09207163751125336, -0.08133620768785477, -0.062133077532052994, 0.0010387726360931993, -0.03962359577417374, -0.04795864596962929, -0.0791037380695343, -0.10289866477251053, 0.009435068815946579, -0.02305566892027855, 0.03256045654416084, -0.06115729361772537, 0.007872066460549831, 0.12092912197113037, -0.028174830600619316, 0.16686207056045532, 0.1458095908164978, -0.09536580741405487, 0.10568815469741821, -0.16346460580825806, -0.08964221179485321, 0.0939340740442276, -0.01729099079966545, 0.027899714186787605, 0.11666940152645111, 0.014932696707546711, 0.04195788502693176, 0.035977672785520554, 0.06045130267739296, 0.03587699308991432, -0.11899011582136154, 0.07665140181779861, 0.009481414221227169, -0.1612047255039215, -0.06303887814283371, -0.08555969595909119, 0.030386725440621376, 0.021575886756181717, 0.12225193530321121, -0.045776769518852234, 0.0887017622590065, -0.07972796261310577, 0.027257539331912994, 0.02293219044804573, -0.181223064661026, -0.047844018787145615, -0.053065262734889984, 0.032686229795217514, 0.018960151821374893, 0.1893557906150818, 0.027213018387556076, -0.03697650134563446, 0.04549255222082138, 0.1042066365480423, 0.005313898902386427, 0.004829791374504566, 0.16259528696537018, 0.09423433989286423, -0.07654286175966263, -0.12226779758930206, 0.07556461542844772, 0.019673259928822517, -0.044067107141017914, 0.10607215762138367, -0.002448870101943612, 0.020163848996162415, 0.06910120695829391, -0.014892932027578354, 0.034322552382946014, -0.044286008924245834, -0.10698256641626358, -0.023580113425850868, 0.046367425471544266, 0.00669879000633955, 0.12847968935966492, 0.177873894572258, -0.002574790036305785, 0.025011489167809486, -0.0363602340221405, -0.024931130930781364, -0.13864666223526, -0.1558164656162262, -0.06855984032154083, -0.14875617623329163, 0.012976853176951408, -0.0915176048874855, 0.04695429280400276, 0.028682325035333633, 0.06887643784284592, -0.07052405923604965, 0.04384735971689224, 0.06974220275878906, -0.12065785378217697, 0.09397104382514954, -0.028081456199288368, 0.03704333305358887, -0.006730496883392334, -0.012833851389586926, -0.10013298690319061, 0.035936567932367325, -0.01747855544090271, 0.045271266251802444, -0.04546798765659332, 0.030429324135184288, -0.1703072488307953, -0.124412901699543, -0.04034453630447388, 0.06420420855283737, -0.06510858237743378, 0.03512151539325714, 0.019115818664431572, 0.013339218683540821, 0.03305599465966225, 0.23020225763320923, -0.03704051673412323, -0.02329315058887005, -0.042310282588005066, 0.16692522168159485, -0.014016710221767426, 0.08088304847478867, -0.03037172369658947, 0.0002500463742762804, -0.08417443931102753, 0.3385351300239563, 0.3027777075767517, -0.09020252525806427, 0.019915465265512466, -0.030905582010746002, 0.03936264291405678, 0.11892254650592804, 0.13376617431640625, 0.09784641861915588, 0.2282467782497406, -0.07217609137296677, -0.03032243251800537, -0.020507147535681725, -0.011079044081270695, -0.06650827825069427, 0.0879674032330513, 0.02507801540195942, -0.05553486570715904, -0.031693898141384125, 0.0812700018286705, -0.2327648252248764, 0.10665327310562134, -0.11289316415786743, -0.1636168211698532, -0.039189815521240234, 0.0042042857967317104, 0.08908319473266602, 0.015396242961287498, 0.11228121817111969, 0.009163780137896538, -0.07585213333368301, 0.017798418179154396, 0.028085503727197647, -0.24201616644859314, -0.008133855648338795, 0.060310713946819305, -0.12939085066318512, -0.004324504639953375, -0.027167800813913345, 0.007199867628514767, 0.059822265058755875, 0.029368450865149498, -0.04319324716925621, -0.001257759635336697, -0.010450302623212337, -0.008644461631774902, -0.011618612334132195, 0.07065588980913162, 0.046958792954683304, -0.13329142332077026, 0.06869500875473022, -0.11774353682994843, 0.033477768301963806, -0.05866728723049164, -0.015255378559231758, 0.000037100471672602, 0.03460683673620224, -0.04829782620072365, 0.07058211416006088, 0.07688362896442413, -0.015606098808348179, 0.000610517687164247, -0.0802936851978302, -0.036274004727602005, -0.019796574488282204, -0.09252054989337921, -0.08371094614267349, -0.13031646609306335, -0.11573562026023865, 0.1029667928814888, -0.02224794402718544, -0.19213621318340302, 0.03111329674720764, -0.12165344506502151, 0.045619383454322815, -0.1751558482646942, 0.11076030135154724, 0.08046020567417145, 0.01831907220184803, 0.011516088619828224, -0.02576824277639389, 0.08821021765470505, 0.11728470027446747, -0.07783648371696472, -0.08528783172369003 ]
null
null
transformers
<div class="inline-flex flex-col" style="line-height: 1.5;"> <div class="flex"> <div style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;https://pbs.twimg.com/profile_images/1428482513417105413/TGlo7HWH_400x400.jpg&#39;)"> </div> <div style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)"> </div> <div style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)"> </div> </div> <div style="text-align: center; margin-top: 3px; font-size: 16px; font-weight: 800">🤖 AI BOT 🤖</div> <div style="text-align: center; font-size: 16px; font-weight: 800">العلجوم</div> <div style="text-align: center; font-size: 14px;">@gaytoad2</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on tweets from العلجوم. | Data | العلجوم | | --- | --- | | Tweets downloaded | 3232 | | Retweets | 379 | | Short tweets | 1023 | | Tweets kept | 1830 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/2w8lap6f/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @gaytoad2's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/34u34diu) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/34u34diu/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/gaytoad2') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/gaytoad2/1629434767014/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/gaytoad2
[ "transformers", "pytorch", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
AI BOT العلجوم @gaytoad2 I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on tweets from العلجوم. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @gaytoad2'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 54 ]
[ "passage: TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ -0.0001764487533364445, -0.01891571842133999, -0.0068881697952747345, 0.01242890115827322, 0.16224369406700134, 0.04406825825572014, 0.08452208340167999, 0.14250440895557404, -0.026455026119947433, -0.016114573925733566, 0.17334569990634918, 0.17106501758098602, -0.014037161134183407, 0.08718273043632507, -0.05552244931459427, -0.2646014094352722, 0.044212065637111664, 0.058431971818208694, -0.020032864063978195, 0.14111687242984772, 0.0714879110455513, -0.01828647032380104, 0.10845158249139786, -0.02953636273741722, -0.18877948820590973, 0.03499612212181091, 0.05605728179216385, -0.09992336481809616, 0.11936124414205551, 0.04713086411356926, 0.08659981191158295, 0.015409729443490505, -0.07482189685106277, -0.12249794602394104, 0.03866785019636154, 0.041891295462846756, -0.0629689022898674, 0.05911329388618469, 0.08818957209587097, -0.11120674759149551, 0.1456013321876526, 0.07799911499023438, -0.01863223686814308, 0.07941857725381851, -0.17164963483810425, -0.019008882343769073, -0.036983806639909744, 0.005464354529976845, 0.057414017617702484, 0.07476010918617249, -0.01932354085147381, 0.1732589453458786, -0.0767555758357048, 0.09587065875530243, 0.16117197275161743, -0.2913956344127655, -0.005072304047644138, 0.0498935841023922, 0.06722559779882431, 0.03902119770646095, -0.015738610178232193, 0.08706029504537582, 0.06277379393577576, 0.02536560781300068, -0.0014978112885728478, -0.06339331716299057, -0.0928240567445755, 0.04014677554368973, -0.0745372325181961, -0.06578013300895691, 0.20811960101127625, -0.039430033415555954, 0.050536420196294785, -0.03807967156171799, -0.10491003096103668, -0.02197154052555561, -0.015753688290715218, 0.00720712635666132, -0.06031509116292, 0.08949250727891922, -0.014659170061349869, -0.07363511621952057, -0.15025688707828522, -0.016003666445612907, -0.18369624018669128, 0.1574522852897644, 0.003967532888054848, 0.04864242300391197, -0.2093716263771057, 0.11408322304487228, 0.020872395485639572, -0.08021171391010284, 0.047296058386564255, -0.09546594321727753, 0.07179957628250122, 0.002116252202540636, -0.05267130210995674, -0.02264278009533882, 0.08682441711425781, 0.15258505940437317, -0.026140356436371803, 0.0017382961232215166, -0.027155736461281776, 0.07059825956821442, 0.05281682312488556, 0.040018972009420395, -0.017763059586286545, -0.04289618879556656, 0.045782025903463364, -0.15945611894130707, -0.007582054473459721, -0.06918198615312576, -0.1068587526679039, -0.05112413689494133, 0.022331949323415756, 0.06442617624998093, 0.031878020614385605, 0.11345649510622025, -0.04609488695859909, -0.014168480411171913, 0.06350603699684143, -0.042460083961486816, -0.0172110628336668, -0.016047241166234016, 0.015319211408495903, 0.14095398783683777, -0.018181998282670975, 0.030711950734257698, -0.11251416057348251, 0.0645761713385582, -0.09946728497743607, -0.01914660818874836, -0.0071241967380046844, -0.04078202322125435, 0.029947424307465553, -0.13505136966705322, 0.010975461453199387, -0.1711256355047226, -0.14874492585659027, 0.009897243231534958, -0.02876151353120804, -0.018498392775654793, -0.059200938791036606, -0.03973992541432381, -0.01719699800014496, 0.06084148958325386, -0.04528016224503517, 0.0009662628290243447, -0.05951235070824623, 0.11524756252765656, -0.05245914310216904, 0.06888316571712494, -0.13250301778316498, 0.05976588651537895, -0.15375985205173492, -0.00870948750525713, -0.04503806680440903, 0.08287355303764343, 0.017666861414909363, 0.16653785109519958, -0.006960130762308836, -0.012972959317266941, -0.09847598522901535, 0.06441020965576172, -0.023426895961165428, 0.24133971333503723, -0.06349262595176697, -0.143473818898201, 0.22233937680721283, -0.06944137066602707, -0.1420930027961731, 0.12657590210437775, 0.020838137716054916, 0.07354387640953064, 0.10204131156206131, 0.19502143561840057, 0.014321080408990383, 0.006638950202614069, 0.054760824888944626, 0.0820525735616684, -0.17468082904815674, -0.03090454451739788, -0.00916894432157278, -0.01691337674856186, -0.1358218789100647, 0.043003637343645096, 0.11889315396547318, 0.10293904691934586, -0.07099705934524536, -0.013554582372307777, -0.03317642584443092, -0.004439891315996647, 0.06940841674804688, -0.007896981202065945, 0.09806080162525177, -0.09929461032152176, -0.040301576256752014, -0.058301206678152084, -0.006890235934406519, 0.0024084753822535276, 0.04120192304253578, -0.040066637098789215, 0.10096675902605057, -0.0006905568297952414, 0.05225489288568497, -0.14046427607536316, -0.07798092812299728, -0.020940499380230904, 0.1575685739517212, 0.04120592027902603, 0.04776391014456749, 0.057414863258600235, -0.0481991246342659, -0.0158701092004776, -0.009968787431716919, 0.16312187910079956, -0.0394844189286232, -0.06968989968299866, -0.056453973054885864, 0.10656707733869553, -0.058365050703287125, 0.03222460299730301, -0.04202231392264366, 0.022449776530265808, 0.060929615050554276, 0.12114907056093216, -0.0026538248639553785, 0.029062092304229736, -0.01023187953978777, -0.0038288652431219816, -0.07459788024425507, -0.020947640761733055, 0.10031349956989288, -0.004600553773343563, -0.08327498286962509, 0.23685328662395477, -0.17454755306243896, 0.19663569331169128, 0.2115958034992218, -0.2628093659877777, -0.024321777746081352, -0.06840608268976212, -0.05017746612429619, 0.003011465771123767, 0.05876095965504646, -0.04692309722304344, 0.09809201210737228, -0.02521132305264473, 0.16497591137886047, -0.04652651026844978, -0.07362692058086395, 0.016456644982099533, -0.05898859724402428, -0.0463954322040081, 0.0659271627664566, 0.08106416463851929, -0.15480613708496094, 0.18694530427455902, 0.20838376879692078, 0.07612863928079605, 0.19334357976913452, 0.004058185499161482, -0.014812501147389412, 0.08005014806985855, -0.03805047646164894, -0.04202093929052353, -0.07553261518478394, -0.16944189369678497, -0.01902174763381481, 0.07485251128673553, 0.03750864416360855, 0.11274250596761703, -0.10172852873802185, -0.07372885197401047, -0.016179129481315613, -0.005032413639128208, 0.005167648661881685, 0.1174640879034996, 0.045775800943374634, 0.14043675363063812, -0.019972821697592735, 0.03493902459740639, 0.08747350424528122, 0.02448674477636814, -0.10759711265563965, 0.16407065093517303, -0.14081640541553497, -0.38538745045661926, -0.16212545335292816, -0.13394121825695038, -0.029274288564920425, 0.04825805127620697, 0.11038947850465775, -0.13598975539207458, 0.0011978530092164874, -0.003706524148583412, 0.12342415004968643, -0.0806080624461174, 0.03755999356508255, -0.07838296890258789, 0.026997538283467293, -0.06349453330039978, -0.07917723804712296, -0.036463622003793716, -0.03232228383421898, -0.10000553727149963, 0.1757805496454239, -0.11054177582263947, 0.057571277022361755, 0.1741490364074707, 0.022440658882260323, 0.034390855580568314, -0.0513761006295681, 0.17275545001029968, -0.11779367178678513, 0.02093288116157055, 0.16278521716594696, -0.01799617148935795, 0.08678310364484787, 0.08059167861938477, -0.015366556122899055, -0.10777527838945389, 0.05196633189916611, 0.0019955262541770935, -0.1096891239285469, -0.20052047073841095, -0.12150565534830093, -0.0784008651971817, 0.14483654499053955, 0.05303339660167694, 0.05915789678692818, 0.17167222499847412, 0.08591149002313614, -0.04288473725318909, -0.004711467772722244, -0.012867298908531666, 0.07781979441642761, 0.1684085726737976, -0.017248503863811493, 0.11789125204086304, -0.05446818470954895, -0.11601924896240234, 0.13826869428157806, 0.02504623495042324, 0.050291191786527634, 0.04182872176170349, 0.008374262601137161, -0.009610554203391075, 0.09969738125801086, 0.12988939881324768, 0.118865467607975, -0.008107239380478859, -0.0232877004891634, -0.03601100295782089, -0.00860752072185278, -0.03570752218365669, 0.034572016447782516, 0.011757065542042255, -0.16013272106647491, -0.05726486071944237, -0.12173470109701157, 0.0964120477437973, 0.09787409752607346, 0.08039643615484238, -0.2033146470785141, -0.004589703865349293, 0.07378163933753967, -0.03603411093354225, -0.11624246090650558, 0.086527980864048, 0.033109065145254135, -0.1271866261959076, 0.0817195475101471, -0.03352120518684387, 0.115711510181427, -0.017423994839191437, 0.09427224844694138, -0.04346824064850807, -0.0329415462911129, -0.012381686829030514, 0.10430185496807098, -0.30799204111099243, 0.17485815286636353, -0.019660785794258118, -0.07034741342067719, -0.07672256976366043, -0.025566134601831436, 0.017929747700691223, 0.07530300319194794, 0.09619415551424026, 0.024311896413564682, 0.04642496258020401, -0.09243860840797424, -0.03940937668085098, 0.034113768488168716, 0.13641610741615295, -0.0638844221830368, -0.015862328931689262, -0.04075292870402336, 0.01116214320063591, -0.019626103341579437, -0.027355113998055458, 0.018256209790706635, -0.1504947543144226, 0.05358212813735008, 0.017237937077879906, 0.0753018707036972, 0.03889141231775284, -0.007973386906087399, -0.10224062204360962, 0.18268363177776337, -0.03004412353038788, -0.08521177619695663, -0.127006396651268, -0.04812724515795708, 0.04587927460670471, -0.051474425941705704, 0.034381575882434845, -0.06691597402095795, -0.011345877312123775, -0.06886660307645798, -0.21483656764030457, 0.12495172768831253, -0.0775398537516594, -0.07874035835266113, -0.03474915772676468, 0.20981398224830627, -0.05076101794838905, -0.00018431349599268287, 0.01172169204801321, 0.014822970144450665, -0.1086968258023262, -0.10466268658638, 0.06874550879001617, -0.034708425402641296, 0.02743770368397236, 0.02760813757777214, -0.03700246661901474, 0.02073092758655548, -0.06074898689985275, -0.01314478274434805, 0.2849438786506653, 0.22848764061927795, -0.035804633051157, 0.1875685602426529, 0.10711772739887238, -0.07248730212450027, -0.30828598141670227, -0.0999293103814125, -0.13133330643177032, -0.033457282930612564, -0.02052777260541916, -0.17081500589847565, 0.07089676707983017, 0.04558560997247696, 0.00998434517532587, 0.14900504052639008, -0.21140912175178528, -0.08518896996974945, 0.1092359870672226, -0.03466132655739784, 0.42140644788742065, -0.1164151057600975, -0.09652433544397354, -0.05340435355901718, -0.15239587426185608, 0.20086675882339478, -0.01557826716452837, 0.08761543780565262, -0.031178412958979607, 0.14360429346561432, 0.04995222017168999, -0.01680157333612442, 0.08329997956752777, 0.0014065488940104842, 0.004026432521641254, -0.12653036415576935, -0.022627411410212517, 0.0504734143614769, 0.021120509132742882, 0.0054380460642278194, -0.07736434042453766, 0.028706049546599388, -0.14863882958889008, -0.024921666830778122, -0.10909338295459747, 0.08278775960206985, 0.03857516124844551, -0.07422378659248352, -0.010892878286540508, -0.05615931376814842, -0.023589344695210457, -0.012528443709015846, 0.13453009724617004, -0.050522636622190475, 0.1720355898141861, 0.036824267357587814, 0.11522943526506424, -0.13816054165363312, 0.06146138161420822, -0.07406572997570038, -0.07532623410224915, 0.06773588061332703, -0.13577620685100555, 0.05240122601389885, 0.10075365751981735, -0.03372569754719734, 0.04758675396442413, 0.08927652984857559, 0.000919255951885134, 0.009403540752828121, 0.15953567624092102, -0.2761637568473816, 0.01791755110025406, -0.07046908140182495, -0.07692829519510269, 0.112159863114357, 0.07484955340623856, 0.181244894862175, 0.02791808731853962, -0.0472177192568779, 0.012221097014844418, 0.019269011914730072, -0.05120278522372246, 0.0548672117292881, 0.006578541360795498, -0.011816216632723808, -0.14148055016994476, 0.08790901303291321, -0.0015104453777894378, -0.1429632604122162, 0.02210722118616104, 0.19665491580963135, -0.13288317620754242, -0.10024755448102951, -0.05081937462091446, 0.057288672775030136, -0.13861924409866333, 0.008680099621415138, -0.01990172080695629, -0.09562872350215912, 0.0756591260433197, 0.1573420912027359, 0.05079081282019615, 0.12963363528251648, -0.02916029281914234, -0.008411908522248268, -0.04279141128063202, -0.051675889641046524, 0.02788730151951313, 0.019720058888196945, -0.07752392441034317, 0.08735781908035278, -0.024015765637159348, 0.14329436421394348, -0.10051412135362625, -0.06987810134887695, -0.1344141960144043, -0.005019306670874357, -0.09607285261154175, -0.0959741547703743, -0.08079583197832108, -0.061935000121593475, 0.004180733114480972, -0.039079975336790085, -0.0417400486767292, -0.08063078671693802, -0.10278100520372391, 0.016344387084245682, -0.02737213484942913, 0.028547246009111404, -0.07021904736757278, 0.008450011722743511, 0.12212047725915909, -0.029432062059640884, 0.17478644847869873, 0.15045183897018433, -0.10443241149187088, 0.10585668683052063, -0.17528948187828064, -0.10057486593723297, 0.10386897623538971, -0.01424362976104021, 0.02509693056344986, 0.12928596138954163, 0.018586233258247375, 0.04242280498147011, 0.03278495371341705, 0.06450606882572174, 0.04438134282827377, -0.11879310011863708, 0.08265755325555801, -0.002198860514909029, -0.15595629811286926, -0.061124756932258606, -0.09235648810863495, 0.02707000821828842, 0.02035105973482132, 0.11072126775979996, -0.04177020862698555, 0.08901136368513107, -0.06589431315660477, 0.023006385192275047, 0.025188656523823738, -0.17641755938529968, -0.03692740947008133, -0.05073147267103195, 0.03235582634806633, 0.028527792543172836, 0.22216679155826569, 0.015049049630761147, -0.030550595372915268, 0.0387740358710289, 0.12439186871051788, 0.015807392075657845, -0.0005460345419123769, 0.1709187924861908, 0.10334094613790512, -0.07364179939031601, -0.14011329412460327, 0.0676020160317421, 0.012262817472219467, -0.05599943920969963, 0.11458845436573029, -0.01812131516635418, -0.006866521667689085, 0.0670672059059143, -0.019556820392608643, 0.03449620306491852, -0.06607513129711151, -0.12762659788131714, -0.02478908933699131, 0.04269528388977051, 0.0029638311825692654, 0.12794137001037598, 0.15664103627204895, -0.005168106406927109, 0.026651626452803612, -0.015845872461795807, -0.023246217519044876, -0.13421551883220673, -0.15646639466285706, -0.06222613900899887, -0.14998294413089752, 0.022462334483861923, -0.08663632720708847, 0.047867026180028915, 0.05302877724170685, 0.07266844809055328, -0.06541765481233597, 0.06867647916078568, 0.049353908747434616, -0.11939282715320587, 0.08969518542289734, -0.024748487398028374, 0.04455447196960449, -0.0018985075876116753, -0.03077637031674385, -0.10359742492437363, 0.042003192007541656, -0.01649407483637333, 0.045346152037382126, -0.04421991854906082, 0.022579338401556015, -0.1750071942806244, -0.10995419323444366, -0.04818427562713623, 0.06838665902614594, -0.06683412194252014, 0.04056481271982193, 0.01606888137757778, 0.011690732091665268, 0.030521972104907036, 0.22083373367786407, -0.041100796312093735, -0.04384056478738785, -0.041319385170936584, 0.1635150909423828, -0.014866671524941921, 0.08733032643795013, -0.027159888297319412, -0.008534550666809082, -0.09159335494041443, 0.3551705777645111, 0.29626867175102234, -0.08988689631223679, 0.018322573974728584, -0.023403000086545944, 0.04054094851016998, 0.13749836385250092, 0.13930056989192963, 0.09693139791488647, 0.23870247602462769, -0.069560706615448, -0.05235563591122627, -0.01810343936085701, -0.013992605730891228, -0.06698887050151825, 0.09740167111158371, 0.02308662235736847, -0.05992421507835388, -0.0399320125579834, 0.09157036244869232, -0.2363831102848053, 0.1119081899523735, -0.1049022525548935, -0.15424089133739471, -0.03413557633757591, 0.011207441799342632, 0.07758733630180359, 0.01318280678242445, 0.11218693852424622, 0.013466300442814827, -0.0844072625041008, 0.014990749768912792, 0.034041877835989, -0.25270384550094604, 0.004782035481184721, 0.053680628538131714, -0.12391778826713562, -0.004765757359564304, -0.025234686210751534, 0.013625700026750565, 0.05700398609042168, 0.04094824194908142, -0.03069460764527321, 0.016096249222755432, -0.006652043666690588, -0.020144162699580193, -0.008288858458399773, 0.05953062325716019, 0.04713095352053642, -0.1559005230665207, 0.06380777060985565, -0.13577982783317566, 0.04075455665588379, -0.023885579779744148, -0.012463473714888096, -0.0012933483812958002, 0.01776987873017788, -0.0522073432803154, 0.06581555306911469, 0.07255802303552628, -0.0144086554646492, 0.008549283258616924, -0.08346639573574066, -0.034440234303474426, -0.023841137066483498, -0.10951124131679535, -0.08404874801635742, -0.13158579170703888, -0.12121031433343887, 0.10822955518960953, -0.02819518744945526, -0.18475614488124847, 0.03248962014913559, -0.12301548570394516, 0.05860345810651779, -0.17328192293643951, 0.11332228779792786, 0.07014153152704239, 0.018578365445137024, 0.01264720968902111, -0.007008096668869257, 0.08073210716247559, 0.11507359892129898, -0.0813264548778534, -0.08199906349182129 ]
null
null
transformers
<div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1349844043291889671/yfQAojJv_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">Gender Critical Argument Bot 🤖 AI Bot </div> <div style="font-size: 15px">@gcargumentbot bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@gcargumentbot's tweets](https://twitter.com/gcargumentbot). | Data | Quantity | | --- | --- | | Tweets downloaded | 3250 | | Retweets | 1 | | Short tweets | 223 | | Tweets kept | 3026 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/18f76f7w/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @gcargumentbot's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/2lzgykty) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/2lzgykty/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/gcargumentbot') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/gcargumentbot/1616766934700/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/gcargumentbot
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
Gender Critical Argument Bot AI Bot @gcargumentbot bot I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on @gcargumentbot's tweets. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @gcargumentbot'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 57 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 0.004547144751995802, -0.006708405911922455, -0.007013476919382811, 0.01947171241044998, 0.15818242728710175, 0.03448796644806862, 0.08709780126810074, 0.15389476716518402, -0.019877297803759575, -0.022431448101997375, 0.18047170341014862, 0.173692986369133, -0.012988686561584473, 0.09047263860702515, -0.05271327868103981, -0.2622397541999817, 0.03682216629385948, 0.05513067543506622, -0.007422737777233124, 0.14252057671546936, 0.07580838352441788, -0.023790201172232628, 0.11380083113908768, -0.02966974675655365, -0.202972412109375, 0.03197307139635086, 0.0615268237888813, -0.09518525749444962, 0.11083168536424637, 0.04628797993063927, 0.08698221296072006, 0.022143812850117683, -0.07331052422523499, -0.120787613093853, 0.04532235115766525, 0.045263588428497314, -0.06358368694782257, 0.06480421870946884, 0.08820623904466629, -0.1065920814871788, 0.1416475921869278, 0.07373794168233871, -0.01588049717247486, 0.07824484258890152, -0.17789237201213837, -0.03725104406476021, -0.036331940442323685, 0.007741300854831934, 0.07058489322662354, 0.0750737413764, -0.019116664305329323, 0.1746976524591446, -0.06598041951656342, 0.09777773916721344, 0.17528840899467468, -0.2887236773967743, -0.018040433526039124, 0.0492081381380558, 0.0887371376156807, 0.04900359362363815, -0.024227341637015343, 0.08339477330446243, 0.06365471333265305, 0.01686069741845131, 0.014271941967308521, -0.06960906833410263, -0.09346919506788254, 0.03645368665456772, -0.06932124495506287, -0.05699722096323967, 0.22001419961452484, -0.0334535576403141, 0.04674676060676575, -0.03953840583562851, -0.09316058456897736, -0.028927378356456757, -0.027232296764850616, -0.00907184462994337, -0.05413005128502846, 0.08754174411296844, -0.015151693485677242, -0.06331931799650192, -0.1435878872871399, -0.012912428006529808, -0.15805892646312714, 0.13816505670547485, 0.004333257209509611, 0.04586424678564072, -0.22094038128852844, 0.1012546569108963, 0.022817784920334816, -0.08995530754327774, 0.04930093511939049, -0.09425957500934601, 0.0717538446187973, 0.0007676240638829768, -0.04885277524590492, -0.02944779396057129, 0.08848895877599716, 0.14690880477428436, -0.02718975953757763, 0.005980455316603184, -0.01338018849492073, 0.0733228251338005, 0.059399042278528214, 0.028748195618391037, -0.006081049330532551, -0.052236080169677734, 0.05618719011545181, -0.1417204737663269, -0.010511515662074089, -0.07227712869644165, -0.10605388879776001, -0.04232237488031387, 0.03443120792508125, 0.060671232640743256, 0.042230576276779175, 0.11220116913318634, -0.04771716892719269, -0.01857093721628189, 0.05281376466155052, -0.03979083523154259, -0.008994937874376774, -0.01990325190126896, 0.018122754991054535, 0.13074275851249695, -0.019943278282880783, 0.03407962992787361, -0.10256942361593246, 0.05431444197893143, -0.10281401127576828, -0.01971535198390484, -0.014149561524391174, -0.04367954283952713, 0.031883664429187775, -0.12165860831737518, 0.016123656183481216, -0.16833168268203735, -0.14714312553405762, 0.002859292319044471, -0.016588665544986725, -0.017911825329065323, -0.07954888790845871, -0.04400517791509628, -0.02466505579650402, 0.06924423575401306, -0.04276731237769127, -0.00935916043817997, -0.05846982076764107, 0.11090090870857239, -0.05349889397621155, 0.07203050702810287, -0.1194647029042244, 0.0557217076420784, -0.14930842816829681, -0.013004516251385212, -0.04842504858970642, 0.07119924575090408, 0.015398351475596428, 0.1813964694738388, -0.006925920024514198, -0.003623353084549308, -0.09382472932338715, 0.06455672532320023, -0.02733452245593071, 0.24096953868865967, -0.0756828561425209, -0.14226967096328735, 0.21630549430847168, -0.06334739923477173, -0.14993034303188324, 0.1314547061920166, 0.01843975856900215, 0.08251222223043442, 0.10434340685606003, 0.19023460149765015, 0.01808990351855755, -0.007808534894138575, 0.054424818605184555, 0.07603957504034042, -0.1683882623910904, -0.033340878784656525, 0.0012923459289595485, -0.00014291972911451012, -0.1366809904575348, 0.04632483050227165, 0.1230006217956543, 0.09730340540409088, -0.07249721139669418, -0.018487868830561638, -0.030607668682932854, 0.0016078021144494414, 0.04144361615180969, -0.0005212334799580276, 0.09951234608888626, -0.1033509373664856, -0.04366454482078552, -0.06751791387796402, -0.002970147645100951, 0.011176802217960358, 0.03924661502242088, -0.04455869272351265, 0.09700342267751694, -0.007412149105221033, 0.0545678474009037, -0.13708296418190002, -0.07981666922569275, -0.016090448945760727, 0.1597585678100586, 0.040224816650152206, 0.04663374274969101, 0.0566885769367218, -0.05624469742178917, -0.015493324026465416, -0.010199432261288166, 0.16243304312229156, -0.04404180869460106, -0.07694169133901596, -0.07860849797725677, 0.10474636405706406, -0.06389671564102173, 0.026263169944286346, -0.051667314022779465, 0.024654213339090347, 0.04686986654996872, 0.1110762283205986, 0.004046999383717775, 0.026442723348736763, -0.012835992500185966, -0.007690808270126581, -0.07657550275325775, -0.01617686077952385, 0.1077079176902771, -0.0017721779877319932, -0.06809886544942856, 0.2437063455581665, -0.16884316504001617, 0.21163912117481232, 0.20976658165454865, -0.2492678016424179, -0.02882898785173893, -0.04848965257406235, -0.04766342043876648, -0.0012878701090812683, 0.06041788309812546, -0.034700244665145874, 0.09027024358510971, -0.03288675472140312, 0.16564396023750305, -0.051203593611717224, -0.07646744698286057, 0.019007064402103424, -0.05823178589344025, -0.05114857107400894, 0.07018019258975983, 0.08213616907596588, -0.1630844622850418, 0.18756183981895447, 0.21879082918167114, 0.06839460134506226, 0.2044064849615097, 0.00858453568071127, -0.010656360536813736, 0.07200875878334045, -0.04608747735619545, -0.03843220695853233, -0.06601633131504059, -0.15238076448440552, -0.03009703755378723, 0.06625645607709885, 0.030863380059599876, 0.09900964051485062, -0.09019728004932404, -0.08104760944843292, -0.017665131017565727, 0.004776675254106522, 0.00156646769028157, 0.11991100758314133, 0.03676433861255646, 0.13820022344589233, -0.01955524832010269, 0.022415857762098312, 0.08040772378444672, 0.016582515090703964, -0.10843544453382492, 0.16101348400115967, -0.13329310715198517, -0.3788211941719055, -0.14546175301074982, -0.13134250044822693, -0.020925991237163544, 0.03777816519141197, 0.1120775043964386, -0.1329103261232376, 0.005511005409061909, -0.007893978618085384, 0.10391844809055328, -0.08707519620656967, 0.039245378226041794, -0.07586963474750519, 0.0314689576625824, -0.060405436903238297, -0.07552991807460785, -0.03722400963306427, -0.028465405106544495, -0.09132689982652664, 0.16675986349582672, -0.11130212247371674, 0.06035055220127106, 0.16001324355602264, 0.021197395399212837, 0.03523072600364685, -0.05174810439348221, 0.18330632150173187, -0.112345851957798, 0.020098978653550148, 0.15624848008155823, -0.013005592860281467, 0.08254575729370117, 0.08188403397798538, -0.013132697902619839, -0.10316278785467148, 0.05240294709801674, 0.001463406952098012, -0.10209372639656067, -0.1950312703847885, -0.10119245946407318, -0.08230090886354446, 0.15922248363494873, 0.06361804902553558, 0.058937788009643555, 0.17968137562274933, 0.07578518986701965, -0.038606274873018265, -0.00038743947516195476, -0.00239798822440207, 0.08808282762765884, 0.13635766506195068, -0.01442645862698555, 0.1225903332233429, -0.04975935071706772, -0.10913994163274765, 0.12899059057235718, 0.01750512234866619, 0.03937286511063576, 0.051435839384794235, 0.021011192351579666, -0.011281835846602917, 0.11866551637649536, 0.13484057784080505, 0.10447502881288528, -0.015693627297878265, -0.0293489471077919, -0.04774824157357216, -0.01359935849905014, -0.033305928111076355, 0.03640862926840782, 0.008061517030000687, -0.14140670001506805, -0.06158366799354553, -0.11537835001945496, 0.08758961409330368, 0.10668005049228668, 0.07567808032035828, -0.21108253300189972, -0.003950516227632761, 0.07933880388736725, -0.03630997985601425, -0.11126025766134262, 0.08416172116994858, 0.03095286712050438, -0.1277567446231842, 0.07218055427074432, -0.03519461303949356, 0.12458370625972748, -0.0032897875644266605, 0.09583556652069092, -0.03598680719733238, -0.027483470737934113, -0.013308011926710606, 0.09818253666162491, -0.3191508650779724, 0.1621316522359848, -0.017933005467057228, -0.0618131123483181, -0.06667962670326233, -0.02528184838593006, 0.015994107350707054, 0.07729468494653702, 0.10861869156360626, 0.021759910508990288, 0.01640525460243225, -0.07345785945653915, -0.042352862656116486, 0.038021303713321686, 0.12403716146945953, -0.06827268749475479, -0.012903391383588314, -0.04523605480790138, 0.00796645786613226, -0.017124788835644722, -0.008793274872004986, 0.006911922711879015, -0.14962191879749298, 0.05182485654950142, 0.014736213721334934, 0.07058768719434738, 0.0436982735991478, -0.014969068579375744, -0.09180716425180435, 0.18274778127670288, -0.015714606270194054, -0.07271543145179749, -0.12616917490959167, -0.05262751132249832, 0.030376195907592773, -0.05518756061792374, 0.021047864109277725, -0.06501689553260803, -0.0035362408962100744, -0.06755607575178146, -0.22007296979427338, 0.1278373897075653, -0.08437205106019974, -0.07192739844322205, -0.04912353679537773, 0.2010866105556488, -0.051223888993263245, 0.003238252131268382, 0.010222852230072021, 0.021994104608893394, -0.11474784463644028, -0.09469719231128693, 0.07112357765436172, -0.03247172012925148, 0.03123478777706623, 0.0022505864035338163, -0.04091062396764755, 0.016593176871538162, -0.06314414739608765, -0.011381587944924831, 0.27866554260253906, 0.23951324820518494, -0.040407944470644, 0.1904350072145462, 0.11012271791696548, -0.08163551241159439, -0.3069863021373749, -0.10166139155626297, -0.12140648066997528, -0.02996143139898777, -0.017288926988840103, -0.16865339875221252, 0.06477722525596619, 0.038930367678403854, 0.009261871688067913, 0.13778774440288544, -0.20730599761009216, -0.08823523670434952, 0.09138026833534241, -0.02557477355003357, 0.43079736828804016, -0.1257614940404892, -0.08959750831127167, -0.051866497844457626, -0.16516901552677155, 0.2173919379711151, -0.021592965349555016, 0.07857322692871094, -0.029561417177319527, 0.11770006269216537, 0.04697660356760025, -0.010707763023674488, 0.08040876686573029, -0.00884756539016962, 0.008373050950467587, -0.12410011142492294, -0.02768467366695404, 0.04874192550778389, 0.012378438375890255, 0.0013600040692836046, -0.09389680624008179, 0.020313434302806854, -0.15990203619003296, -0.018549781292676926, -0.11233476549386978, 0.07682323455810547, 0.025788001716136932, -0.06466120481491089, -0.003637736663222313, -0.04986237734556198, -0.015892893075942993, -0.01400828268378973, 0.1717434972524643, -0.04862768203020096, 0.19366511702537537, 0.03501616790890694, 0.11570870876312256, -0.1362973153591156, 0.06143493950366974, -0.06429426372051239, -0.07528600096702576, 0.07427702099084854, -0.1537967324256897, 0.05111055448651314, 0.09430045634508133, -0.030276626348495483, 0.05380253866314888, 0.08795086294412613, -0.003969982732087374, 0.004800081253051758, 0.15867236256599426, -0.2786487936973572, 0.01320126373320818, -0.07396841049194336, -0.06665283441543579, 0.10506758838891983, 0.06261139363050461, 0.17162823677062988, 0.011681869626045227, -0.056615445762872696, 0.01595049723982811, 0.02499506063759327, -0.04915530979633331, 0.04529924690723419, 0.008104361593723297, -0.010991688817739487, -0.13640300929546356, 0.08699746429920197, 0.0042801909148693085, -0.1531187742948532, 0.024680746719241142, 0.2155698835849762, -0.1260155886411667, -0.10237220674753189, -0.03444112092256546, 0.08444061875343323, -0.11519137024879456, 0.01753072999417782, -0.030764780938625336, -0.09109894186258316, 0.07448896765708923, 0.15248911082744598, 0.049206193536520004, 0.11775100976228714, -0.015379221178591251, -0.011753370985388756, -0.05147303268313408, -0.0317845419049263, 0.025745956227183342, 0.017857374623417854, -0.08257177472114563, 0.06648801267147064, -0.022109810262918472, 0.14559012651443481, -0.09791336953639984, -0.06602771580219269, -0.1468091756105423, -0.009785634465515614, -0.0695481076836586, -0.09207163751125336, -0.08133620768785477, -0.062133077532052994, 0.0010387726360931993, -0.03962359577417374, -0.04795864596962929, -0.0791037380695343, -0.10289866477251053, 0.009435068815946579, -0.02305566892027855, 0.03256045654416084, -0.06115729361772537, 0.007872066460549831, 0.12092912197113037, -0.028174830600619316, 0.16686207056045532, 0.1458095908164978, -0.09536580741405487, 0.10568815469741821, -0.16346460580825806, -0.08964221179485321, 0.0939340740442276, -0.01729099079966545, 0.027899714186787605, 0.11666940152645111, 0.014932696707546711, 0.04195788502693176, 0.035977672785520554, 0.06045130267739296, 0.03587699308991432, -0.11899011582136154, 0.07665140181779861, 0.009481414221227169, -0.1612047255039215, -0.06303887814283371, -0.08555969595909119, 0.030386725440621376, 0.021575886756181717, 0.12225193530321121, -0.045776769518852234, 0.0887017622590065, -0.07972796261310577, 0.027257539331912994, 0.02293219044804573, -0.181223064661026, -0.047844018787145615, -0.053065262734889984, 0.032686229795217514, 0.018960151821374893, 0.1893557906150818, 0.027213018387556076, -0.03697650134563446, 0.04549255222082138, 0.1042066365480423, 0.005313898902386427, 0.004829791374504566, 0.16259528696537018, 0.09423433989286423, -0.07654286175966263, -0.12226779758930206, 0.07556461542844772, 0.019673259928822517, -0.044067107141017914, 0.10607215762138367, -0.002448870101943612, 0.020163848996162415, 0.06910120695829391, -0.014892932027578354, 0.034322552382946014, -0.044286008924245834, -0.10698256641626358, -0.023580113425850868, 0.046367425471544266, 0.00669879000633955, 0.12847968935966492, 0.177873894572258, -0.002574790036305785, 0.025011489167809486, -0.0363602340221405, -0.024931130930781364, -0.13864666223526, -0.1558164656162262, -0.06855984032154083, -0.14875617623329163, 0.012976853176951408, -0.0915176048874855, 0.04695429280400276, 0.028682325035333633, 0.06887643784284592, -0.07052405923604965, 0.04384735971689224, 0.06974220275878906, -0.12065785378217697, 0.09397104382514954, -0.028081456199288368, 0.03704333305358887, -0.006730496883392334, -0.012833851389586926, -0.10013298690319061, 0.035936567932367325, -0.01747855544090271, 0.045271266251802444, -0.04546798765659332, 0.030429324135184288, -0.1703072488307953, -0.124412901699543, -0.04034453630447388, 0.06420420855283737, -0.06510858237743378, 0.03512151539325714, 0.019115818664431572, 0.013339218683540821, 0.03305599465966225, 0.23020225763320923, -0.03704051673412323, -0.02329315058887005, -0.042310282588005066, 0.16692522168159485, -0.014016710221767426, 0.08088304847478867, -0.03037172369658947, 0.0002500463742762804, -0.08417443931102753, 0.3385351300239563, 0.3027777075767517, -0.09020252525806427, 0.019915465265512466, -0.030905582010746002, 0.03936264291405678, 0.11892254650592804, 0.13376617431640625, 0.09784641861915588, 0.2282467782497406, -0.07217609137296677, -0.03032243251800537, -0.020507147535681725, -0.011079044081270695, -0.06650827825069427, 0.0879674032330513, 0.02507801540195942, -0.05553486570715904, -0.031693898141384125, 0.0812700018286705, -0.2327648252248764, 0.10665327310562134, -0.11289316415786743, -0.1636168211698532, -0.039189815521240234, 0.0042042857967317104, 0.08908319473266602, 0.015396242961287498, 0.11228121817111969, 0.009163780137896538, -0.07585213333368301, 0.017798418179154396, 0.028085503727197647, -0.24201616644859314, -0.008133855648338795, 0.060310713946819305, -0.12939085066318512, -0.004324504639953375, -0.027167800813913345, 0.007199867628514767, 0.059822265058755875, 0.029368450865149498, -0.04319324716925621, -0.001257759635336697, -0.010450302623212337, -0.008644461631774902, -0.011618612334132195, 0.07065588980913162, 0.046958792954683304, -0.13329142332077026, 0.06869500875473022, -0.11774353682994843, 0.033477768301963806, -0.05866728723049164, -0.015255378559231758, 0.000037100471672602, 0.03460683673620224, -0.04829782620072365, 0.07058211416006088, 0.07688362896442413, -0.015606098808348179, 0.000610517687164247, -0.0802936851978302, -0.036274004727602005, -0.019796574488282204, -0.09252054989337921, -0.08371094614267349, -0.13031646609306335, -0.11573562026023865, 0.1029667928814888, -0.02224794402718544, -0.19213621318340302, 0.03111329674720764, -0.12165344506502151, 0.045619383454322815, -0.1751558482646942, 0.11076030135154724, 0.08046020567417145, 0.01831907220184803, 0.011516088619828224, -0.02576824277639389, 0.08821021765470505, 0.11728470027446747, -0.07783648371696472, -0.08528783172369003 ]
null
null
transformers
<div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1377855294655623169/hlahDP3v_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">craz 🗿 🤖 AI Bot </div> <div style="font-size: 15px">@geckogirl0 bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@geckogirl0's tweets](https://twitter.com/geckogirl0). | Data | Quantity | | --- | --- | | Tweets downloaded | 3132 | | Retweets | 1313 | | Short tweets | 225 | | Tweets kept | 1594 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/2qub6zq7/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @geckogirl0's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/1wc0a99s) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/1wc0a99s/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/geckogirl0') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/geckogirl0/1617784269558/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/geckogirl0
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
craz AI Bot @geckogirl0 bot I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on @geckogirl0's tweets. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @geckogirl0'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 57 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 0.004547144751995802, -0.006708405911922455, -0.007013476919382811, 0.01947171241044998, 0.15818242728710175, 0.03448796644806862, 0.08709780126810074, 0.15389476716518402, -0.019877297803759575, -0.022431448101997375, 0.18047170341014862, 0.173692986369133, -0.012988686561584473, 0.09047263860702515, -0.05271327868103981, -0.2622397541999817, 0.03682216629385948, 0.05513067543506622, -0.007422737777233124, 0.14252057671546936, 0.07580838352441788, -0.023790201172232628, 0.11380083113908768, -0.02966974675655365, -0.202972412109375, 0.03197307139635086, 0.0615268237888813, -0.09518525749444962, 0.11083168536424637, 0.04628797993063927, 0.08698221296072006, 0.022143812850117683, -0.07331052422523499, -0.120787613093853, 0.04532235115766525, 0.045263588428497314, -0.06358368694782257, 0.06480421870946884, 0.08820623904466629, -0.1065920814871788, 0.1416475921869278, 0.07373794168233871, -0.01588049717247486, 0.07824484258890152, -0.17789237201213837, -0.03725104406476021, -0.036331940442323685, 0.007741300854831934, 0.07058489322662354, 0.0750737413764, -0.019116664305329323, 0.1746976524591446, -0.06598041951656342, 0.09777773916721344, 0.17528840899467468, -0.2887236773967743, -0.018040433526039124, 0.0492081381380558, 0.0887371376156807, 0.04900359362363815, -0.024227341637015343, 0.08339477330446243, 0.06365471333265305, 0.01686069741845131, 0.014271941967308521, -0.06960906833410263, -0.09346919506788254, 0.03645368665456772, -0.06932124495506287, -0.05699722096323967, 0.22001419961452484, -0.0334535576403141, 0.04674676060676575, -0.03953840583562851, -0.09316058456897736, -0.028927378356456757, -0.027232296764850616, -0.00907184462994337, -0.05413005128502846, 0.08754174411296844, -0.015151693485677242, -0.06331931799650192, -0.1435878872871399, -0.012912428006529808, -0.15805892646312714, 0.13816505670547485, 0.004333257209509611, 0.04586424678564072, -0.22094038128852844, 0.1012546569108963, 0.022817784920334816, -0.08995530754327774, 0.04930093511939049, -0.09425957500934601, 0.0717538446187973, 0.0007676240638829768, -0.04885277524590492, -0.02944779396057129, 0.08848895877599716, 0.14690880477428436, -0.02718975953757763, 0.005980455316603184, -0.01338018849492073, 0.0733228251338005, 0.059399042278528214, 0.028748195618391037, -0.006081049330532551, -0.052236080169677734, 0.05618719011545181, -0.1417204737663269, -0.010511515662074089, -0.07227712869644165, -0.10605388879776001, -0.04232237488031387, 0.03443120792508125, 0.060671232640743256, 0.042230576276779175, 0.11220116913318634, -0.04771716892719269, -0.01857093721628189, 0.05281376466155052, -0.03979083523154259, -0.008994937874376774, -0.01990325190126896, 0.018122754991054535, 0.13074275851249695, -0.019943278282880783, 0.03407962992787361, -0.10256942361593246, 0.05431444197893143, -0.10281401127576828, -0.01971535198390484, -0.014149561524391174, -0.04367954283952713, 0.031883664429187775, -0.12165860831737518, 0.016123656183481216, -0.16833168268203735, -0.14714312553405762, 0.002859292319044471, -0.016588665544986725, -0.017911825329065323, -0.07954888790845871, -0.04400517791509628, -0.02466505579650402, 0.06924423575401306, -0.04276731237769127, -0.00935916043817997, -0.05846982076764107, 0.11090090870857239, -0.05349889397621155, 0.07203050702810287, -0.1194647029042244, 0.0557217076420784, -0.14930842816829681, -0.013004516251385212, -0.04842504858970642, 0.07119924575090408, 0.015398351475596428, 0.1813964694738388, -0.006925920024514198, -0.003623353084549308, -0.09382472932338715, 0.06455672532320023, -0.02733452245593071, 0.24096953868865967, -0.0756828561425209, -0.14226967096328735, 0.21630549430847168, -0.06334739923477173, -0.14993034303188324, 0.1314547061920166, 0.01843975856900215, 0.08251222223043442, 0.10434340685606003, 0.19023460149765015, 0.01808990351855755, -0.007808534894138575, 0.054424818605184555, 0.07603957504034042, -0.1683882623910904, -0.033340878784656525, 0.0012923459289595485, -0.00014291972911451012, -0.1366809904575348, 0.04632483050227165, 0.1230006217956543, 0.09730340540409088, -0.07249721139669418, -0.018487868830561638, -0.030607668682932854, 0.0016078021144494414, 0.04144361615180969, -0.0005212334799580276, 0.09951234608888626, -0.1033509373664856, -0.04366454482078552, -0.06751791387796402, -0.002970147645100951, 0.011176802217960358, 0.03924661502242088, -0.04455869272351265, 0.09700342267751694, -0.007412149105221033, 0.0545678474009037, -0.13708296418190002, -0.07981666922569275, -0.016090448945760727, 0.1597585678100586, 0.040224816650152206, 0.04663374274969101, 0.0566885769367218, -0.05624469742178917, -0.015493324026465416, -0.010199432261288166, 0.16243304312229156, -0.04404180869460106, -0.07694169133901596, -0.07860849797725677, 0.10474636405706406, -0.06389671564102173, 0.026263169944286346, -0.051667314022779465, 0.024654213339090347, 0.04686986654996872, 0.1110762283205986, 0.004046999383717775, 0.026442723348736763, -0.012835992500185966, -0.007690808270126581, -0.07657550275325775, -0.01617686077952385, 0.1077079176902771, -0.0017721779877319932, -0.06809886544942856, 0.2437063455581665, -0.16884316504001617, 0.21163912117481232, 0.20976658165454865, -0.2492678016424179, -0.02882898785173893, -0.04848965257406235, -0.04766342043876648, -0.0012878701090812683, 0.06041788309812546, -0.034700244665145874, 0.09027024358510971, -0.03288675472140312, 0.16564396023750305, -0.051203593611717224, -0.07646744698286057, 0.019007064402103424, -0.05823178589344025, -0.05114857107400894, 0.07018019258975983, 0.08213616907596588, -0.1630844622850418, 0.18756183981895447, 0.21879082918167114, 0.06839460134506226, 0.2044064849615097, 0.00858453568071127, -0.010656360536813736, 0.07200875878334045, -0.04608747735619545, -0.03843220695853233, -0.06601633131504059, -0.15238076448440552, -0.03009703755378723, 0.06625645607709885, 0.030863380059599876, 0.09900964051485062, -0.09019728004932404, -0.08104760944843292, -0.017665131017565727, 0.004776675254106522, 0.00156646769028157, 0.11991100758314133, 0.03676433861255646, 0.13820022344589233, -0.01955524832010269, 0.022415857762098312, 0.08040772378444672, 0.016582515090703964, -0.10843544453382492, 0.16101348400115967, -0.13329310715198517, -0.3788211941719055, -0.14546175301074982, -0.13134250044822693, -0.020925991237163544, 0.03777816519141197, 0.1120775043964386, -0.1329103261232376, 0.005511005409061909, -0.007893978618085384, 0.10391844809055328, -0.08707519620656967, 0.039245378226041794, -0.07586963474750519, 0.0314689576625824, -0.060405436903238297, -0.07552991807460785, -0.03722400963306427, -0.028465405106544495, -0.09132689982652664, 0.16675986349582672, -0.11130212247371674, 0.06035055220127106, 0.16001324355602264, 0.021197395399212837, 0.03523072600364685, -0.05174810439348221, 0.18330632150173187, -0.112345851957798, 0.020098978653550148, 0.15624848008155823, -0.013005592860281467, 0.08254575729370117, 0.08188403397798538, -0.013132697902619839, -0.10316278785467148, 0.05240294709801674, 0.001463406952098012, -0.10209372639656067, -0.1950312703847885, -0.10119245946407318, -0.08230090886354446, 0.15922248363494873, 0.06361804902553558, 0.058937788009643555, 0.17968137562274933, 0.07578518986701965, -0.038606274873018265, -0.00038743947516195476, -0.00239798822440207, 0.08808282762765884, 0.13635766506195068, -0.01442645862698555, 0.1225903332233429, -0.04975935071706772, -0.10913994163274765, 0.12899059057235718, 0.01750512234866619, 0.03937286511063576, 0.051435839384794235, 0.021011192351579666, -0.011281835846602917, 0.11866551637649536, 0.13484057784080505, 0.10447502881288528, -0.015693627297878265, -0.0293489471077919, -0.04774824157357216, -0.01359935849905014, -0.033305928111076355, 0.03640862926840782, 0.008061517030000687, -0.14140670001506805, -0.06158366799354553, -0.11537835001945496, 0.08758961409330368, 0.10668005049228668, 0.07567808032035828, -0.21108253300189972, -0.003950516227632761, 0.07933880388736725, -0.03630997985601425, -0.11126025766134262, 0.08416172116994858, 0.03095286712050438, -0.1277567446231842, 0.07218055427074432, -0.03519461303949356, 0.12458370625972748, -0.0032897875644266605, 0.09583556652069092, -0.03598680719733238, -0.027483470737934113, -0.013308011926710606, 0.09818253666162491, -0.3191508650779724, 0.1621316522359848, -0.017933005467057228, -0.0618131123483181, -0.06667962670326233, -0.02528184838593006, 0.015994107350707054, 0.07729468494653702, 0.10861869156360626, 0.021759910508990288, 0.01640525460243225, -0.07345785945653915, -0.042352862656116486, 0.038021303713321686, 0.12403716146945953, -0.06827268749475479, -0.012903391383588314, -0.04523605480790138, 0.00796645786613226, -0.017124788835644722, -0.008793274872004986, 0.006911922711879015, -0.14962191879749298, 0.05182485654950142, 0.014736213721334934, 0.07058768719434738, 0.0436982735991478, -0.014969068579375744, -0.09180716425180435, 0.18274778127670288, -0.015714606270194054, -0.07271543145179749, -0.12616917490959167, -0.05262751132249832, 0.030376195907592773, -0.05518756061792374, 0.021047864109277725, -0.06501689553260803, -0.0035362408962100744, -0.06755607575178146, -0.22007296979427338, 0.1278373897075653, -0.08437205106019974, -0.07192739844322205, -0.04912353679537773, 0.2010866105556488, -0.051223888993263245, 0.003238252131268382, 0.010222852230072021, 0.021994104608893394, -0.11474784463644028, -0.09469719231128693, 0.07112357765436172, -0.03247172012925148, 0.03123478777706623, 0.0022505864035338163, -0.04091062396764755, 0.016593176871538162, -0.06314414739608765, -0.011381587944924831, 0.27866554260253906, 0.23951324820518494, -0.040407944470644, 0.1904350072145462, 0.11012271791696548, -0.08163551241159439, -0.3069863021373749, -0.10166139155626297, -0.12140648066997528, -0.02996143139898777, -0.017288926988840103, -0.16865339875221252, 0.06477722525596619, 0.038930367678403854, 0.009261871688067913, 0.13778774440288544, -0.20730599761009216, -0.08823523670434952, 0.09138026833534241, -0.02557477355003357, 0.43079736828804016, -0.1257614940404892, -0.08959750831127167, -0.051866497844457626, -0.16516901552677155, 0.2173919379711151, -0.021592965349555016, 0.07857322692871094, -0.029561417177319527, 0.11770006269216537, 0.04697660356760025, -0.010707763023674488, 0.08040876686573029, -0.00884756539016962, 0.008373050950467587, -0.12410011142492294, -0.02768467366695404, 0.04874192550778389, 0.012378438375890255, 0.0013600040692836046, -0.09389680624008179, 0.020313434302806854, -0.15990203619003296, -0.018549781292676926, -0.11233476549386978, 0.07682323455810547, 0.025788001716136932, -0.06466120481491089, -0.003637736663222313, -0.04986237734556198, -0.015892893075942993, -0.01400828268378973, 0.1717434972524643, -0.04862768203020096, 0.19366511702537537, 0.03501616790890694, 0.11570870876312256, -0.1362973153591156, 0.06143493950366974, -0.06429426372051239, -0.07528600096702576, 0.07427702099084854, -0.1537967324256897, 0.05111055448651314, 0.09430045634508133, -0.030276626348495483, 0.05380253866314888, 0.08795086294412613, -0.003969982732087374, 0.004800081253051758, 0.15867236256599426, -0.2786487936973572, 0.01320126373320818, -0.07396841049194336, -0.06665283441543579, 0.10506758838891983, 0.06261139363050461, 0.17162823677062988, 0.011681869626045227, -0.056615445762872696, 0.01595049723982811, 0.02499506063759327, -0.04915530979633331, 0.04529924690723419, 0.008104361593723297, -0.010991688817739487, -0.13640300929546356, 0.08699746429920197, 0.0042801909148693085, -0.1531187742948532, 0.024680746719241142, 0.2155698835849762, -0.1260155886411667, -0.10237220674753189, -0.03444112092256546, 0.08444061875343323, -0.11519137024879456, 0.01753072999417782, -0.030764780938625336, -0.09109894186258316, 0.07448896765708923, 0.15248911082744598, 0.049206193536520004, 0.11775100976228714, -0.015379221178591251, -0.011753370985388756, -0.05147303268313408, -0.0317845419049263, 0.025745956227183342, 0.017857374623417854, -0.08257177472114563, 0.06648801267147064, -0.022109810262918472, 0.14559012651443481, -0.09791336953639984, -0.06602771580219269, -0.1468091756105423, -0.009785634465515614, -0.0695481076836586, -0.09207163751125336, -0.08133620768785477, -0.062133077532052994, 0.0010387726360931993, -0.03962359577417374, -0.04795864596962929, -0.0791037380695343, -0.10289866477251053, 0.009435068815946579, -0.02305566892027855, 0.03256045654416084, -0.06115729361772537, 0.007872066460549831, 0.12092912197113037, -0.028174830600619316, 0.16686207056045532, 0.1458095908164978, -0.09536580741405487, 0.10568815469741821, -0.16346460580825806, -0.08964221179485321, 0.0939340740442276, -0.01729099079966545, 0.027899714186787605, 0.11666940152645111, 0.014932696707546711, 0.04195788502693176, 0.035977672785520554, 0.06045130267739296, 0.03587699308991432, -0.11899011582136154, 0.07665140181779861, 0.009481414221227169, -0.1612047255039215, -0.06303887814283371, -0.08555969595909119, 0.030386725440621376, 0.021575886756181717, 0.12225193530321121, -0.045776769518852234, 0.0887017622590065, -0.07972796261310577, 0.027257539331912994, 0.02293219044804573, -0.181223064661026, -0.047844018787145615, -0.053065262734889984, 0.032686229795217514, 0.018960151821374893, 0.1893557906150818, 0.027213018387556076, -0.03697650134563446, 0.04549255222082138, 0.1042066365480423, 0.005313898902386427, 0.004829791374504566, 0.16259528696537018, 0.09423433989286423, -0.07654286175966263, -0.12226779758930206, 0.07556461542844772, 0.019673259928822517, -0.044067107141017914, 0.10607215762138367, -0.002448870101943612, 0.020163848996162415, 0.06910120695829391, -0.014892932027578354, 0.034322552382946014, -0.044286008924245834, -0.10698256641626358, -0.023580113425850868, 0.046367425471544266, 0.00669879000633955, 0.12847968935966492, 0.177873894572258, -0.002574790036305785, 0.025011489167809486, -0.0363602340221405, -0.024931130930781364, -0.13864666223526, -0.1558164656162262, -0.06855984032154083, -0.14875617623329163, 0.012976853176951408, -0.0915176048874855, 0.04695429280400276, 0.028682325035333633, 0.06887643784284592, -0.07052405923604965, 0.04384735971689224, 0.06974220275878906, -0.12065785378217697, 0.09397104382514954, -0.028081456199288368, 0.03704333305358887, -0.006730496883392334, -0.012833851389586926, -0.10013298690319061, 0.035936567932367325, -0.01747855544090271, 0.045271266251802444, -0.04546798765659332, 0.030429324135184288, -0.1703072488307953, -0.124412901699543, -0.04034453630447388, 0.06420420855283737, -0.06510858237743378, 0.03512151539325714, 0.019115818664431572, 0.013339218683540821, 0.03305599465966225, 0.23020225763320923, -0.03704051673412323, -0.02329315058887005, -0.042310282588005066, 0.16692522168159485, -0.014016710221767426, 0.08088304847478867, -0.03037172369658947, 0.0002500463742762804, -0.08417443931102753, 0.3385351300239563, 0.3027777075767517, -0.09020252525806427, 0.019915465265512466, -0.030905582010746002, 0.03936264291405678, 0.11892254650592804, 0.13376617431640625, 0.09784641861915588, 0.2282467782497406, -0.07217609137296677, -0.03032243251800537, -0.020507147535681725, -0.011079044081270695, -0.06650827825069427, 0.0879674032330513, 0.02507801540195942, -0.05553486570715904, -0.031693898141384125, 0.0812700018286705, -0.2327648252248764, 0.10665327310562134, -0.11289316415786743, -0.1636168211698532, -0.039189815521240234, 0.0042042857967317104, 0.08908319473266602, 0.015396242961287498, 0.11228121817111969, 0.009163780137896538, -0.07585213333368301, 0.017798418179154396, 0.028085503727197647, -0.24201616644859314, -0.008133855648338795, 0.060310713946819305, -0.12939085066318512, -0.004324504639953375, -0.027167800813913345, 0.007199867628514767, 0.059822265058755875, 0.029368450865149498, -0.04319324716925621, -0.001257759635336697, -0.010450302623212337, -0.008644461631774902, -0.011618612334132195, 0.07065588980913162, 0.046958792954683304, -0.13329142332077026, 0.06869500875473022, -0.11774353682994843, 0.033477768301963806, -0.05866728723049164, -0.015255378559231758, 0.000037100471672602, 0.03460683673620224, -0.04829782620072365, 0.07058211416006088, 0.07688362896442413, -0.015606098808348179, 0.000610517687164247, -0.0802936851978302, -0.036274004727602005, -0.019796574488282204, -0.09252054989337921, -0.08371094614267349, -0.13031646609306335, -0.11573562026023865, 0.1029667928814888, -0.02224794402718544, -0.19213621318340302, 0.03111329674720764, -0.12165344506502151, 0.045619383454322815, -0.1751558482646942, 0.11076030135154724, 0.08046020567417145, 0.01831907220184803, 0.011516088619828224, -0.02576824277639389, 0.08821021765470505, 0.11728470027446747, -0.07783648371696472, -0.08528783172369003 ]
null
null
transformers
<div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1309828363385622529/7xxDa_4j_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">100 gecs hater 🤖 AI Bot </div> <div style="font-size: 15px">@gecshater bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@gecshater's tweets](https://twitter.com/gecshater). | Data | Quantity | | --- | --- | | Tweets downloaded | 3238 | | Retweets | 67 | | Short tweets | 550 | | Tweets kept | 2621 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/1zp0k65t/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @gecshater's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/13yufu4u) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/13yufu4u/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/gecshater') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/gecshater/1617797159320/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/gecshater
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
100 gecs hater AI Bot @gecshater bot I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on @gecshater's tweets. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @gecshater'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 57 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 0.004547144751995802, -0.006708405911922455, -0.007013476919382811, 0.01947171241044998, 0.15818242728710175, 0.03448796644806862, 0.08709780126810074, 0.15389476716518402, -0.019877297803759575, -0.022431448101997375, 0.18047170341014862, 0.173692986369133, -0.012988686561584473, 0.09047263860702515, -0.05271327868103981, -0.2622397541999817, 0.03682216629385948, 0.05513067543506622, -0.007422737777233124, 0.14252057671546936, 0.07580838352441788, -0.023790201172232628, 0.11380083113908768, -0.02966974675655365, -0.202972412109375, 0.03197307139635086, 0.0615268237888813, -0.09518525749444962, 0.11083168536424637, 0.04628797993063927, 0.08698221296072006, 0.022143812850117683, -0.07331052422523499, -0.120787613093853, 0.04532235115766525, 0.045263588428497314, -0.06358368694782257, 0.06480421870946884, 0.08820623904466629, -0.1065920814871788, 0.1416475921869278, 0.07373794168233871, -0.01588049717247486, 0.07824484258890152, -0.17789237201213837, -0.03725104406476021, -0.036331940442323685, 0.007741300854831934, 0.07058489322662354, 0.0750737413764, -0.019116664305329323, 0.1746976524591446, -0.06598041951656342, 0.09777773916721344, 0.17528840899467468, -0.2887236773967743, -0.018040433526039124, 0.0492081381380558, 0.0887371376156807, 0.04900359362363815, -0.024227341637015343, 0.08339477330446243, 0.06365471333265305, 0.01686069741845131, 0.014271941967308521, -0.06960906833410263, -0.09346919506788254, 0.03645368665456772, -0.06932124495506287, -0.05699722096323967, 0.22001419961452484, -0.0334535576403141, 0.04674676060676575, -0.03953840583562851, -0.09316058456897736, -0.028927378356456757, -0.027232296764850616, -0.00907184462994337, -0.05413005128502846, 0.08754174411296844, -0.015151693485677242, -0.06331931799650192, -0.1435878872871399, -0.012912428006529808, -0.15805892646312714, 0.13816505670547485, 0.004333257209509611, 0.04586424678564072, -0.22094038128852844, 0.1012546569108963, 0.022817784920334816, -0.08995530754327774, 0.04930093511939049, -0.09425957500934601, 0.0717538446187973, 0.0007676240638829768, -0.04885277524590492, -0.02944779396057129, 0.08848895877599716, 0.14690880477428436, -0.02718975953757763, 0.005980455316603184, -0.01338018849492073, 0.0733228251338005, 0.059399042278528214, 0.028748195618391037, -0.006081049330532551, -0.052236080169677734, 0.05618719011545181, -0.1417204737663269, -0.010511515662074089, -0.07227712869644165, -0.10605388879776001, -0.04232237488031387, 0.03443120792508125, 0.060671232640743256, 0.042230576276779175, 0.11220116913318634, -0.04771716892719269, -0.01857093721628189, 0.05281376466155052, -0.03979083523154259, -0.008994937874376774, -0.01990325190126896, 0.018122754991054535, 0.13074275851249695, -0.019943278282880783, 0.03407962992787361, -0.10256942361593246, 0.05431444197893143, -0.10281401127576828, -0.01971535198390484, -0.014149561524391174, -0.04367954283952713, 0.031883664429187775, -0.12165860831737518, 0.016123656183481216, -0.16833168268203735, -0.14714312553405762, 0.002859292319044471, -0.016588665544986725, -0.017911825329065323, -0.07954888790845871, -0.04400517791509628, -0.02466505579650402, 0.06924423575401306, -0.04276731237769127, -0.00935916043817997, -0.05846982076764107, 0.11090090870857239, -0.05349889397621155, 0.07203050702810287, -0.1194647029042244, 0.0557217076420784, -0.14930842816829681, -0.013004516251385212, -0.04842504858970642, 0.07119924575090408, 0.015398351475596428, 0.1813964694738388, -0.006925920024514198, -0.003623353084549308, -0.09382472932338715, 0.06455672532320023, -0.02733452245593071, 0.24096953868865967, -0.0756828561425209, -0.14226967096328735, 0.21630549430847168, -0.06334739923477173, -0.14993034303188324, 0.1314547061920166, 0.01843975856900215, 0.08251222223043442, 0.10434340685606003, 0.19023460149765015, 0.01808990351855755, -0.007808534894138575, 0.054424818605184555, 0.07603957504034042, -0.1683882623910904, -0.033340878784656525, 0.0012923459289595485, -0.00014291972911451012, -0.1366809904575348, 0.04632483050227165, 0.1230006217956543, 0.09730340540409088, -0.07249721139669418, -0.018487868830561638, -0.030607668682932854, 0.0016078021144494414, 0.04144361615180969, -0.0005212334799580276, 0.09951234608888626, -0.1033509373664856, -0.04366454482078552, -0.06751791387796402, -0.002970147645100951, 0.011176802217960358, 0.03924661502242088, -0.04455869272351265, 0.09700342267751694, -0.007412149105221033, 0.0545678474009037, -0.13708296418190002, -0.07981666922569275, -0.016090448945760727, 0.1597585678100586, 0.040224816650152206, 0.04663374274969101, 0.0566885769367218, -0.05624469742178917, -0.015493324026465416, -0.010199432261288166, 0.16243304312229156, -0.04404180869460106, -0.07694169133901596, -0.07860849797725677, 0.10474636405706406, -0.06389671564102173, 0.026263169944286346, -0.051667314022779465, 0.024654213339090347, 0.04686986654996872, 0.1110762283205986, 0.004046999383717775, 0.026442723348736763, -0.012835992500185966, -0.007690808270126581, -0.07657550275325775, -0.01617686077952385, 0.1077079176902771, -0.0017721779877319932, -0.06809886544942856, 0.2437063455581665, -0.16884316504001617, 0.21163912117481232, 0.20976658165454865, -0.2492678016424179, -0.02882898785173893, -0.04848965257406235, -0.04766342043876648, -0.0012878701090812683, 0.06041788309812546, -0.034700244665145874, 0.09027024358510971, -0.03288675472140312, 0.16564396023750305, -0.051203593611717224, -0.07646744698286057, 0.019007064402103424, -0.05823178589344025, -0.05114857107400894, 0.07018019258975983, 0.08213616907596588, -0.1630844622850418, 0.18756183981895447, 0.21879082918167114, 0.06839460134506226, 0.2044064849615097, 0.00858453568071127, -0.010656360536813736, 0.07200875878334045, -0.04608747735619545, -0.03843220695853233, -0.06601633131504059, -0.15238076448440552, -0.03009703755378723, 0.06625645607709885, 0.030863380059599876, 0.09900964051485062, -0.09019728004932404, -0.08104760944843292, -0.017665131017565727, 0.004776675254106522, 0.00156646769028157, 0.11991100758314133, 0.03676433861255646, 0.13820022344589233, -0.01955524832010269, 0.022415857762098312, 0.08040772378444672, 0.016582515090703964, -0.10843544453382492, 0.16101348400115967, -0.13329310715198517, -0.3788211941719055, -0.14546175301074982, -0.13134250044822693, -0.020925991237163544, 0.03777816519141197, 0.1120775043964386, -0.1329103261232376, 0.005511005409061909, -0.007893978618085384, 0.10391844809055328, -0.08707519620656967, 0.039245378226041794, -0.07586963474750519, 0.0314689576625824, -0.060405436903238297, -0.07552991807460785, -0.03722400963306427, -0.028465405106544495, -0.09132689982652664, 0.16675986349582672, -0.11130212247371674, 0.06035055220127106, 0.16001324355602264, 0.021197395399212837, 0.03523072600364685, -0.05174810439348221, 0.18330632150173187, -0.112345851957798, 0.020098978653550148, 0.15624848008155823, -0.013005592860281467, 0.08254575729370117, 0.08188403397798538, -0.013132697902619839, -0.10316278785467148, 0.05240294709801674, 0.001463406952098012, -0.10209372639656067, -0.1950312703847885, -0.10119245946407318, -0.08230090886354446, 0.15922248363494873, 0.06361804902553558, 0.058937788009643555, 0.17968137562274933, 0.07578518986701965, -0.038606274873018265, -0.00038743947516195476, -0.00239798822440207, 0.08808282762765884, 0.13635766506195068, -0.01442645862698555, 0.1225903332233429, -0.04975935071706772, -0.10913994163274765, 0.12899059057235718, 0.01750512234866619, 0.03937286511063576, 0.051435839384794235, 0.021011192351579666, -0.011281835846602917, 0.11866551637649536, 0.13484057784080505, 0.10447502881288528, -0.015693627297878265, -0.0293489471077919, -0.04774824157357216, -0.01359935849905014, -0.033305928111076355, 0.03640862926840782, 0.008061517030000687, -0.14140670001506805, -0.06158366799354553, -0.11537835001945496, 0.08758961409330368, 0.10668005049228668, 0.07567808032035828, -0.21108253300189972, -0.003950516227632761, 0.07933880388736725, -0.03630997985601425, -0.11126025766134262, 0.08416172116994858, 0.03095286712050438, -0.1277567446231842, 0.07218055427074432, -0.03519461303949356, 0.12458370625972748, -0.0032897875644266605, 0.09583556652069092, -0.03598680719733238, -0.027483470737934113, -0.013308011926710606, 0.09818253666162491, -0.3191508650779724, 0.1621316522359848, -0.017933005467057228, -0.0618131123483181, -0.06667962670326233, -0.02528184838593006, 0.015994107350707054, 0.07729468494653702, 0.10861869156360626, 0.021759910508990288, 0.01640525460243225, -0.07345785945653915, -0.042352862656116486, 0.038021303713321686, 0.12403716146945953, -0.06827268749475479, -0.012903391383588314, -0.04523605480790138, 0.00796645786613226, -0.017124788835644722, -0.008793274872004986, 0.006911922711879015, -0.14962191879749298, 0.05182485654950142, 0.014736213721334934, 0.07058768719434738, 0.0436982735991478, -0.014969068579375744, -0.09180716425180435, 0.18274778127670288, -0.015714606270194054, -0.07271543145179749, -0.12616917490959167, -0.05262751132249832, 0.030376195907592773, -0.05518756061792374, 0.021047864109277725, -0.06501689553260803, -0.0035362408962100744, -0.06755607575178146, -0.22007296979427338, 0.1278373897075653, -0.08437205106019974, -0.07192739844322205, -0.04912353679537773, 0.2010866105556488, -0.051223888993263245, 0.003238252131268382, 0.010222852230072021, 0.021994104608893394, -0.11474784463644028, -0.09469719231128693, 0.07112357765436172, -0.03247172012925148, 0.03123478777706623, 0.0022505864035338163, -0.04091062396764755, 0.016593176871538162, -0.06314414739608765, -0.011381587944924831, 0.27866554260253906, 0.23951324820518494, -0.040407944470644, 0.1904350072145462, 0.11012271791696548, -0.08163551241159439, -0.3069863021373749, -0.10166139155626297, -0.12140648066997528, -0.02996143139898777, -0.017288926988840103, -0.16865339875221252, 0.06477722525596619, 0.038930367678403854, 0.009261871688067913, 0.13778774440288544, -0.20730599761009216, -0.08823523670434952, 0.09138026833534241, -0.02557477355003357, 0.43079736828804016, -0.1257614940404892, -0.08959750831127167, -0.051866497844457626, -0.16516901552677155, 0.2173919379711151, -0.021592965349555016, 0.07857322692871094, -0.029561417177319527, 0.11770006269216537, 0.04697660356760025, -0.010707763023674488, 0.08040876686573029, -0.00884756539016962, 0.008373050950467587, -0.12410011142492294, -0.02768467366695404, 0.04874192550778389, 0.012378438375890255, 0.0013600040692836046, -0.09389680624008179, 0.020313434302806854, -0.15990203619003296, -0.018549781292676926, -0.11233476549386978, 0.07682323455810547, 0.025788001716136932, -0.06466120481491089, -0.003637736663222313, -0.04986237734556198, -0.015892893075942993, -0.01400828268378973, 0.1717434972524643, -0.04862768203020096, 0.19366511702537537, 0.03501616790890694, 0.11570870876312256, -0.1362973153591156, 0.06143493950366974, -0.06429426372051239, -0.07528600096702576, 0.07427702099084854, -0.1537967324256897, 0.05111055448651314, 0.09430045634508133, -0.030276626348495483, 0.05380253866314888, 0.08795086294412613, -0.003969982732087374, 0.004800081253051758, 0.15867236256599426, -0.2786487936973572, 0.01320126373320818, -0.07396841049194336, -0.06665283441543579, 0.10506758838891983, 0.06261139363050461, 0.17162823677062988, 0.011681869626045227, -0.056615445762872696, 0.01595049723982811, 0.02499506063759327, -0.04915530979633331, 0.04529924690723419, 0.008104361593723297, -0.010991688817739487, -0.13640300929546356, 0.08699746429920197, 0.0042801909148693085, -0.1531187742948532, 0.024680746719241142, 0.2155698835849762, -0.1260155886411667, -0.10237220674753189, -0.03444112092256546, 0.08444061875343323, -0.11519137024879456, 0.01753072999417782, -0.030764780938625336, -0.09109894186258316, 0.07448896765708923, 0.15248911082744598, 0.049206193536520004, 0.11775100976228714, -0.015379221178591251, -0.011753370985388756, -0.05147303268313408, -0.0317845419049263, 0.025745956227183342, 0.017857374623417854, -0.08257177472114563, 0.06648801267147064, -0.022109810262918472, 0.14559012651443481, -0.09791336953639984, -0.06602771580219269, -0.1468091756105423, -0.009785634465515614, -0.0695481076836586, -0.09207163751125336, -0.08133620768785477, -0.062133077532052994, 0.0010387726360931993, -0.03962359577417374, -0.04795864596962929, -0.0791037380695343, -0.10289866477251053, 0.009435068815946579, -0.02305566892027855, 0.03256045654416084, -0.06115729361772537, 0.007872066460549831, 0.12092912197113037, -0.028174830600619316, 0.16686207056045532, 0.1458095908164978, -0.09536580741405487, 0.10568815469741821, -0.16346460580825806, -0.08964221179485321, 0.0939340740442276, -0.01729099079966545, 0.027899714186787605, 0.11666940152645111, 0.014932696707546711, 0.04195788502693176, 0.035977672785520554, 0.06045130267739296, 0.03587699308991432, -0.11899011582136154, 0.07665140181779861, 0.009481414221227169, -0.1612047255039215, -0.06303887814283371, -0.08555969595909119, 0.030386725440621376, 0.021575886756181717, 0.12225193530321121, -0.045776769518852234, 0.0887017622590065, -0.07972796261310577, 0.027257539331912994, 0.02293219044804573, -0.181223064661026, -0.047844018787145615, -0.053065262734889984, 0.032686229795217514, 0.018960151821374893, 0.1893557906150818, 0.027213018387556076, -0.03697650134563446, 0.04549255222082138, 0.1042066365480423, 0.005313898902386427, 0.004829791374504566, 0.16259528696537018, 0.09423433989286423, -0.07654286175966263, -0.12226779758930206, 0.07556461542844772, 0.019673259928822517, -0.044067107141017914, 0.10607215762138367, -0.002448870101943612, 0.020163848996162415, 0.06910120695829391, -0.014892932027578354, 0.034322552382946014, -0.044286008924245834, -0.10698256641626358, -0.023580113425850868, 0.046367425471544266, 0.00669879000633955, 0.12847968935966492, 0.177873894572258, -0.002574790036305785, 0.025011489167809486, -0.0363602340221405, -0.024931130930781364, -0.13864666223526, -0.1558164656162262, -0.06855984032154083, -0.14875617623329163, 0.012976853176951408, -0.0915176048874855, 0.04695429280400276, 0.028682325035333633, 0.06887643784284592, -0.07052405923604965, 0.04384735971689224, 0.06974220275878906, -0.12065785378217697, 0.09397104382514954, -0.028081456199288368, 0.03704333305358887, -0.006730496883392334, -0.012833851389586926, -0.10013298690319061, 0.035936567932367325, -0.01747855544090271, 0.045271266251802444, -0.04546798765659332, 0.030429324135184288, -0.1703072488307953, -0.124412901699543, -0.04034453630447388, 0.06420420855283737, -0.06510858237743378, 0.03512151539325714, 0.019115818664431572, 0.013339218683540821, 0.03305599465966225, 0.23020225763320923, -0.03704051673412323, -0.02329315058887005, -0.042310282588005066, 0.16692522168159485, -0.014016710221767426, 0.08088304847478867, -0.03037172369658947, 0.0002500463742762804, -0.08417443931102753, 0.3385351300239563, 0.3027777075767517, -0.09020252525806427, 0.019915465265512466, -0.030905582010746002, 0.03936264291405678, 0.11892254650592804, 0.13376617431640625, 0.09784641861915588, 0.2282467782497406, -0.07217609137296677, -0.03032243251800537, -0.020507147535681725, -0.011079044081270695, -0.06650827825069427, 0.0879674032330513, 0.02507801540195942, -0.05553486570715904, -0.031693898141384125, 0.0812700018286705, -0.2327648252248764, 0.10665327310562134, -0.11289316415786743, -0.1636168211698532, -0.039189815521240234, 0.0042042857967317104, 0.08908319473266602, 0.015396242961287498, 0.11228121817111969, 0.009163780137896538, -0.07585213333368301, 0.017798418179154396, 0.028085503727197647, -0.24201616644859314, -0.008133855648338795, 0.060310713946819305, -0.12939085066318512, -0.004324504639953375, -0.027167800813913345, 0.007199867628514767, 0.059822265058755875, 0.029368450865149498, -0.04319324716925621, -0.001257759635336697, -0.010450302623212337, -0.008644461631774902, -0.011618612334132195, 0.07065588980913162, 0.046958792954683304, -0.13329142332077026, 0.06869500875473022, -0.11774353682994843, 0.033477768301963806, -0.05866728723049164, -0.015255378559231758, 0.000037100471672602, 0.03460683673620224, -0.04829782620072365, 0.07058211416006088, 0.07688362896442413, -0.015606098808348179, 0.000610517687164247, -0.0802936851978302, -0.036274004727602005, -0.019796574488282204, -0.09252054989337921, -0.08371094614267349, -0.13031646609306335, -0.11573562026023865, 0.1029667928814888, -0.02224794402718544, -0.19213621318340302, 0.03111329674720764, -0.12165344506502151, 0.045619383454322815, -0.1751558482646942, 0.11076030135154724, 0.08046020567417145, 0.01831907220184803, 0.011516088619828224, -0.02576824277639389, 0.08821021765470505, 0.11728470027446747, -0.07783648371696472, -0.08528783172369003 ]
null
null
transformers
<link rel="stylesheet" href="https://unpkg.com/@tailwindcss/[email protected]/dist/typography.min.css"> <style> @media (prefers-color-scheme: dark) { .prose { color: #E2E8F0 !important; } .prose h2, .prose h3, .prose a, .prose thead { color: #F7FAFC !important; } } </style> <section class='prose'> <div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('http://pbs.twimg.com/profile_images/517689241812627456/pyBGyEo__400x400.jpeg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">Lutz Büch 🤖 AI Bot </div> <div style="font-size: 15px; color: #657786">@geilehirnbude bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://app.wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-model-to-generate-tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@geilehirnbude's tweets](https://twitter.com/geilehirnbude). <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'>3116</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'>2906</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'>53</td> </tr> <tr style='border-width:0'> <td style='border-width:0'>Tweets kept</td> <td style='border-width:0'>157</td> </tr> </tbody> </table> [Explore the data](https://app.wandb.ai/wandb/huggingtweets/runs/wt8lffrr/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @geilehirnbude's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://app.wandb.ai/wandb/huggingtweets/runs/1u8augcw) for full transparency and reproducibility. At the end of training, [the final model](https://app.wandb.ai/wandb/huggingtweets/runs/1u8augcw/artifacts) is logged and versioned. ## Intended uses & limitations ### How to use 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/geilehirnbude'</span>) generator(<span style="color:#FF9800">"My dream is"</span>, num_return_sequences=<span style="color:#8BC34A">5</span>)</code></pre> ### Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* </section> [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/borisdayma) <section class='prose'> For more details, visit the project repository. </section> [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://github.com/borisdayma/huggingtweets/blob/master/img/logo_share.png?raw=true", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/geilehirnbude
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
<link rel="stylesheet" href="URL <style> @media (prefers-color-scheme: dark) { .prose { color: #E2E8F0 !important; } .prose h2, .prose h3, .prose a, .prose thead { color: #F7FAFC !important; } } </style> <section class='prose'> <div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('URL </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">Lutz Büch AI Bot </div> <div style="font-size: 15px; color: #657786">@geilehirnbude bot</div> </div> I was made with huggingtweets. Create your own bot based on your favorite user with the demo! ## How does it work? The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. ## Training data The model was trained on @geilehirnbude'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'>3116</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'>2906</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'>53</td> </tr> <tr style='border-width:0'> <td style='border-width:0'>Tweets kept</td> <td style='border-width:0'>157</td> </tr> </tbody> </table> Explore the data, which is tracked with W&B artifacts at every step of the pipeline. ## Training procedure The model is based on a pre-trained GPT-2 which is fine-tuned on @geilehirnbude'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. ## Intended uses & limitations ### How to use 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/geilehirnbude'</span>) generator(<span style="color:#FF9800">"My dream is"</span>, num_return_sequences=<span style="color:#8BC34A">5</span>)</code></pre> ### Limitations and bias 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. ## About *Built by Boris Dayma* </section> ![Follow](URL <section class='prose'> For more details, visit the project repository. </section> ![GitHub stars](URL
[ "## How does it work?\n\nThe model uses the following pipeline.\n\n!pipeline\n\nTo understand how the model was developed, check the W&B report.", "## Training data\n\nThe model was trained on @geilehirnbude's tweets.\n\n<table style='border-width:0'>\n<thead style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #CBD5E0'>\n<th style='border-width:0'>Data</th>\n<th style='border-width:0'>Quantity</th>\n</tr>\n</thead>\n<tbody style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Tweets downloaded</td>\n<td style='border-width:0'>3116</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Retweets</td>\n<td style='border-width:0'>2906</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Short tweets</td>\n<td style='border-width:0'>53</td>\n</tr>\n<tr style='border-width:0'>\n<td style='border-width:0'>Tweets kept</td>\n<td style='border-width:0'>157</td>\n</tr>\n</tbody>\n</table>\n\nExplore the data, which is tracked with W&B artifacts at every step of the pipeline.", "## Training procedure\n\nThe model is based on a pre-trained GPT-2 which is fine-tuned on @geilehirnbude's tweets.\n\nHyperparameters and metrics are recorded in the W&B training run for full transparency and reproducibility.\n\nAt the end of training, the final model is logged and versioned.", "## Intended uses & limitations", "### How to use\n\nYou can use this model directly with a pipeline for text generation:\n\n<pre><code><span style=\"color:#03A9F4\">from</span> transformers <span style=\"color:#03A9F4\">import</span> pipeline\ngenerator = pipeline(<span style=\"color:#FF9800\">'text-generation'</span>,\n model=<span style=\"color:#FF9800\">'huggingtweets/geilehirnbude'</span>)\ngenerator(<span style=\"color:#FF9800\">\"My dream is\"</span>, num_return_sequences=<span style=\"color:#8BC34A\">5</span>)</code></pre>", "### Limitations and bias\n\nThe model suffers from the same limitations and bias as GPT-2.\n\nIn addition, the data present in the user's tweets further affects the text generated by the model.", "## About\n\n*Built by Boris Dayma*\n\n</section>\n\n![Follow](URL\n\n<section class='prose'>\nFor more details, visit the project repository.\n</section>\n\n![GitHub stars](URL" ]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "## How does it work?\n\nThe model uses the following pipeline.\n\n!pipeline\n\nTo understand how the model was developed, check the W&B report.", "## Training data\n\nThe model was trained on @geilehirnbude's tweets.\n\n<table style='border-width:0'>\n<thead style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #CBD5E0'>\n<th style='border-width:0'>Data</th>\n<th style='border-width:0'>Quantity</th>\n</tr>\n</thead>\n<tbody style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Tweets downloaded</td>\n<td style='border-width:0'>3116</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Retweets</td>\n<td style='border-width:0'>2906</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Short tweets</td>\n<td style='border-width:0'>53</td>\n</tr>\n<tr style='border-width:0'>\n<td style='border-width:0'>Tweets kept</td>\n<td style='border-width:0'>157</td>\n</tr>\n</tbody>\n</table>\n\nExplore the data, which is tracked with W&B artifacts at every step of the pipeline.", "## Training procedure\n\nThe model is based on a pre-trained GPT-2 which is fine-tuned on @geilehirnbude's tweets.\n\nHyperparameters and metrics are recorded in the W&B training run for full transparency and reproducibility.\n\nAt the end of training, the final model is logged and versioned.", "## Intended uses & limitations", "### How to use\n\nYou can use this model directly with a pipeline for text generation:\n\n<pre><code><span style=\"color:#03A9F4\">from</span> transformers <span style=\"color:#03A9F4\">import</span> pipeline\ngenerator = pipeline(<span style=\"color:#FF9800\">'text-generation'</span>,\n model=<span style=\"color:#FF9800\">'huggingtweets/geilehirnbude'</span>)\ngenerator(<span style=\"color:#FF9800\">\"My dream is\"</span>, num_return_sequences=<span style=\"color:#8BC34A\">5</span>)</code></pre>", "### Limitations and bias\n\nThe model suffers from the same limitations and bias as GPT-2.\n\nIn addition, the data present in the user's tweets further affects the text generated by the model.", "## About\n\n*Built by Boris Dayma*\n\n</section>\n\n![Follow](URL\n\n<section class='prose'>\nFor more details, visit the project repository.\n</section>\n\n![GitHub stars](URL" ]
[ 57, 34, 432, 78, 9, 170, 48, 58 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n## How does it work?\n\nThe model uses the following pipeline.\n\n!pipeline\n\nTo understand how the model was developed, check the W&B report." ]
[ -0.04084593802690506, 0.035596683621406555, -0.0024457171093672514, 0.04662978649139404, 0.10991521924734116, 0.022836215794086456, 0.12812861800193787, 0.0424627922475338, -0.03746044635772705, -0.03597303107380867, 0.22758877277374268, 0.1009177565574646, 0.03089720755815506, 0.17962171137332916, 0.010350672528147697, -0.2703946828842163, 0.015237200073897839, 0.0647135004401207, -0.07720091193914413, 0.15752871334552765, 0.05562684312462807, -0.049801189452409744, 0.08214939385652542, 0.032038331031799316, -0.165513277053833, -0.004831716418266296, -0.02072383277118206, -0.04504403471946716, 0.09232694655656815, 0.06956911832094193, 0.07011176645755768, 0.034282486885786057, 0.017851393669843674, -0.0714372918009758, 0.06354191154241562, 0.014452377334237099, -0.02349161170423031, 0.13615116477012634, 0.028668763116002083, -0.0002947957837022841, 0.1798527091741562, 0.11815319955348969, 0.016722125932574272, 0.016196802258491516, -0.1166125237941742, -0.0606788769364357, 0.012365915812551975, 0.04470464214682579, 0.10005760192871094, 0.058856748044490814, 0.01943058706820011, 0.13215520977973938, -0.1164829432964325, 0.08512931317090988, 0.1828341782093048, -0.24191047251224518, -0.006823094096034765, 0.061043880879879, 0.08518847078084946, 0.02852868288755417, -0.0027500083670020103, 0.050437480211257935, 0.06484624743461609, 0.021347152069211006, 0.03636380657553673, -0.0638979896903038, 0.05009674280881882, 0.011186900548636913, -0.10215270519256592, -0.07660897821187973, 0.2294245809316635, -0.0602995827794075, 0.004886541981250048, -0.028186868876218796, -0.08490151911973953, -0.06026294082403183, -0.012795685790479183, -0.05738116800785065, -0.01700775697827339, 0.034475523978471756, 0.0214629378169775, -0.10922146588563919, -0.07046429812908173, -0.1146778091788292, -0.09578189998865128, 0.17879855632781982, -0.02900231070816517, 0.08940442651510239, -0.2603394091129303, 0.2254239320755005, 0.07019765675067902, -0.11909467726945877, 0.04757627099752426, -0.11814092099666595, 0.08530338853597641, 0.02207805961370468, 0.041434839367866516, 0.07761925458908081, 0.04161522537469864, 0.11940909177064896, 0.03257475048303604, -0.00314142694696784, 0.05456724017858505, 0.07224375009536743, 0.0941813513636589, 0.1230122447013855, -0.07287998497486115, -0.07873915135860443, 0.08034131675958633, -0.04709449037909508, -0.11787727475166321, -0.06861002743244171, -0.1452382206916809, -0.004202034790068865, -0.0335184708237648, 0.07922724634408951, 0.05637102574110031, 0.09526676684617996, -0.01433930266648531, -0.05777551606297493, 0.04157217592000961, -0.06985066086053848, 0.019995175302028656, -0.011708668433129787, -0.060763102024793625, 0.13121068477630615, 0.04688004031777382, -0.014275136403739452, -0.08673419058322906, 0.07951672375202179, -0.1204570084810257, -0.07978847622871399, -0.08239417523145676, -0.05098734796047211, -0.007686138618737459, -0.11281027644872665, 0.049203939735889435, -0.11458899080753326, -0.22705501317977905, -0.01313747651875019, 0.04550096020102501, -0.016462473198771477, -0.03707117214798927, -0.040630146861076355, -0.009473399259150028, 0.04880702868103981, -0.042894408106803894, 0.039052072912454605, -0.05325083062052727, 0.050018906593322754, -0.09618895500898361, 0.051321301609277725, -0.10470817238092422, 0.041251372545957565, -0.09671807289123535, 0.07595963031053543, 0.0017866486450657248, 0.0454767569899559, 0.010063555091619492, 0.08985432982444763, -0.03214199095964432, -0.044836416840553284, -0.07869677990674973, 0.026561295613646507, 0.02284199558198452, 0.20134314894676208, -0.10196486860513687, -0.0819794163107872, 0.12614667415618896, -0.07252102345228195, -0.1288122832775116, 0.0409054271876812, -0.02831157296895981, 0.17958028614521027, 0.07370224595069885, 0.16096454858779907, 0.12039237469434738, -0.03798284754157066, 0.1263856589794159, 0.14821170270442963, -0.1269366294145584, -0.004153167363256216, 0.039416827261447906, 0.014042570255696774, -0.20559121668338776, 0.04052022844552994, -0.01946125738322735, 0.06584736704826355, -0.10201486945152283, -0.00946728140115738, 0.0031527038663625717, -0.02320384420454502, 0.0023026331327855587, -0.0472555048763752, 0.061078161001205444, 0.038737643510103226, -0.022763127461075783, 0.029682613909244537, 0.06635552644729614, -0.026160234585404396, -0.00823320634663105, -0.04484035447239876, 0.10009831935167313, -0.07260703295469284, 0.06797321885824203, -0.13160665333271027, -0.003086181590333581, -0.012450510635972023, 0.0972909927368164, 0.03811546042561531, 0.10621625185012817, 0.05470104143023491, 0.03126294165849686, 0.07701993733644485, -0.02846951223909855, 0.0746634304523468, 0.01002051867544651, -0.0850096121430397, -0.1272277683019638, 0.015217535197734833, -0.10649837553501129, -0.004191380459815264, -0.08523700386285782, -0.0015737697249278426, -0.12802091240882874, 0.05826076865196228, -0.016465239226818085, 0.0539434514939785, -0.055182818323373795, -0.04337453469634056, -0.044662054628133774, -0.022007398307323456, 0.0482511967420578, -0.033139705657958984, -0.06687536835670471, 0.16832175850868225, -0.15395553410053253, 0.2592274248600006, 0.1313537061214447, -0.0889907032251358, 0.002020547864958644, -0.07812081277370453, -0.04194976016879082, -0.012868959456682205, 0.07527336478233337, -0.03700125962495804, 0.15495356917381287, -0.03386903926730156, 0.17382068932056427, -0.099679134786129, -0.0334031768143177, 0.02144831046462059, -0.10981054604053497, 0.057656705379486084, 0.08051177859306335, 0.04427298903465271, -0.159133642911911, 0.08837400376796722, 0.19756358861923218, 0.05472150072455406, 0.20321963727474213, -0.006869805511087179, -0.06112205237150192, -0.05358194187283516, -0.0808696523308754, -0.052568696439266205, 0.056259434670209885, -0.09903126955032349, -0.004000484477728605, 0.06423190236091614, 0.08783505111932755, 0.11237549781799316, -0.10904275625944138, -0.046180129051208496, 0.05125856027007103, -0.004819708876311779, -0.051060013473033905, 0.07006146013736725, -0.0659489631652832, 0.13217470049858093, 0.014598124660551548, -0.07049204409122467, 0.0036125897895544767, -0.004913401324301958, -0.11891388893127441, 0.20653130114078522, -0.08047540485858917, -0.27306002378463745, -0.16792123019695282, -0.16288253664970398, 0.07165426760911942, 0.038431257009506226, 0.033738572150468826, -0.08776884526014328, -0.020982403308153152, 0.004409478977322578, 0.11553267389535904, -0.09698133170604706, 0.013121976517140865, 0.008159824647009373, -0.018650712445378304, -0.07579360157251358, -0.09033482521772385, -0.0241270512342453, -0.02461584471166134, 0.020020704716444016, 0.03998296707868576, -0.11154978722333908, 0.06758414953947067, 0.2167699933052063, -0.015538511797785759, 0.06870997697114944, 0.00025148785789497197, 0.26176807284355164, -0.08426473289728165, 0.040830448269844055, 0.11926601082086563, -0.08760137856006622, 0.05199241638183594, 0.07132956385612488, 0.03210015222430229, -0.014074578881263733, 0.016441889107227325, -0.11233895272016525, -0.12864868342876434, -0.1923626959323883, -0.06961654871702194, -0.028241310268640518, 0.13464264571666718, 0.031150488182902336, 0.04321796074509621, 0.10346641391515732, 0.07471037656068802, 0.06701335310935974, 0.03259968012571335, -0.0005120337591506541, 0.0647427961230278, 0.024594781920313835, -0.05812343955039978, 0.054217349737882614, -0.04845457896590233, -0.0797470211982727, 0.08279551565647125, -0.011098933406174183, 0.0927528515458107, 0.06928195804357529, 0.02340286411345005, 0.018686039373278618, 0.04218229651451111, 0.15593960881233215, 0.22442668676376343, -0.012412761338055134, -0.041085485368967056, -0.05078154057264328, -0.040494389832019806, -0.01600850187242031, 0.015044075436890125, -0.05785144492983818, -0.033252447843551636, -0.0728597640991211, -0.015066487714648247, 0.011195010505616665, 0.015441779047250748, 0.07578693330287933, -0.22024130821228027, -0.038240667432546616, 0.042616840451955795, -0.013794191181659698, -0.10639895498752594, 0.05872863903641701, 0.016779562458395958, -0.17391349375247955, -0.07854076474905014, -0.016605399549007416, 0.1603294163942337, -0.030760308727622032, 0.0619782954454422, 0.005449770484119654, 0.02271227352321148, -0.013140208087861538, 0.11191333085298538, -0.27346712350845337, 0.1954270750284195, 0.001131516881287098, -0.04876048117876053, -0.016439033672213554, -0.04243995249271393, 0.0009058643481694162, 0.14556926488876343, 0.09718295931816101, 0.0028763783629983664, 0.0669604167342186, -0.07678256928920746, -0.11943262070417404, 0.05284353718161583, 0.08068333566188812, -0.07738065719604492, 0.029960619285702705, -0.029798466712236404, 0.027152907103300095, -0.007555682212114334, -0.030231619253754616, 0.002119861776009202, -0.11661309748888016, 0.02936525270342827, -0.08075195550918579, 0.06012337654829025, 0.02433968149125576, -0.02529163844883442, -0.012048180215060711, 0.1316436529159546, -0.013300766237080097, -0.08264251798391342, -0.08976204693317413, -0.02328740619122982, 0.09523095935583115, -0.05599937587976456, 0.03358715400099754, -0.08175740391016006, -0.04073614999651909, 0.005860272329300642, -0.16970814764499664, 0.06983034312725067, -0.10846570879220963, -0.09971687942743301, -0.050264790654182434, 0.15346404910087585, 0.013677009381353855, 0.025709833949804306, 0.03220117464661598, -0.04211581498384476, -0.18150363862514496, -0.15989434719085693, -0.007562890648841858, 0.0717545747756958, -0.04433317109942436, 0.03638565540313721, 0.007171243894845247, 0.10013602674007416, 0.004198792390525341, 0.07230839878320694, 0.2026015669107437, 0.16423118114471436, -0.08760133385658264, 0.17723721265792847, 0.16266676783561707, -0.12243213504552841, -0.2722402811050415, -0.09522651135921478, -0.05925937369465828, 0.03468820080161095, 0.02297091670334339, -0.13072867691516876, 0.06184706464409828, -0.011241482570767403, -0.004976592492312193, 0.13391432166099548, -0.2790721356868744, -0.07025358080863953, 0.13864430785179138, -0.012145180255174637, 0.2560276985168457, -0.042459286749362946, -0.08155408501625061, -0.060940731316804886, -0.2339130938053131, 0.1595010906457901, -0.12908293306827545, 0.030256805941462517, -0.06380902975797653, 0.1317017376422882, 0.04475972056388855, -0.051817599684000015, 0.13714583218097687, -0.0770399421453476, 0.03692200407385826, -0.1231972947716713, -0.01437266543507576, 0.05212629213929176, -0.014681367203593254, 0.10554680228233337, -0.053141020238399506, 0.10400939732789993, -0.12106935679912567, -0.052672889083623886, -0.054288461804389954, 0.017598338425159454, -0.023758167400956154, -0.05668776109814644, -0.039483629167079926, -0.05230721831321716, 0.00942184031009674, -0.024894973263144493, -0.008981208316981792, -0.02189256064593792, 0.08200293034315109, 0.10853444039821625, 0.1416669338941574, -0.04508063197135925, -0.02666328102350235, -0.029412275180220604, -0.043095141649246216, 0.07755832374095917, -0.1675589680671692, -0.020979177206754684, 0.15767353773117065, 0.008264025673270226, 0.08081416040658951, 0.07994852215051651, -0.043529048562049866, -0.04116993397474289, 0.09435915946960449, -0.23738352954387665, -0.032961416989564896, -0.07289689034223557, -0.032304681837558746, 0.05143286660313606, 0.06389017403125763, 0.11233682930469513, -0.055076416581869125, -0.015500548295676708, 0.038369257003068924, -0.013473432511091232, -0.10457789897918701, 0.12659704685211182, 0.07594829052686691, 0.04931824654340744, -0.13000807166099548, 0.03979043290019035, -0.02080575004220009, -0.024042857810854912, -0.009190280921757221, 0.09610513597726822, -0.13868926465511322, -0.061987441033124924, 0.01100219041109085, 0.1624082624912262, -0.08940329402685165, -0.054934311658144, -0.00678250240162015, -0.07782098650932312, 0.06215988099575043, 0.06269455701112747, 0.039047662168741226, 0.10006190836429596, -0.08492296934127808, -0.004345493856817484, -0.04427671059966087, 0.02742549031972885, 0.04004936292767525, -0.01839151792228222, -0.11644710600376129, 0.050648268312215805, 0.01261399406939745, 0.21786263585090637, -0.12195943295955658, -0.07748695462942123, -0.13975368440151215, 0.03579137846827507, -0.1441981941461563, -0.02782432734966278, -0.09455464035272598, -0.0542730838060379, -0.024786408990621567, -0.02354593575000763, -0.05044161155819893, -0.03595460206270218, -0.06568260490894318, 0.04963921010494232, -0.01889806240797043, -0.04201965406537056, -0.018809955567121506, 0.04780932888388634, 0.10624072700738907, -0.0022816911805421114, 0.11582330614328384, 0.10476028919219971, -0.06149300932884216, 0.06964143365621567, -0.08975338935852051, 0.049342647194862366, 0.010800108313560486, -0.03639211133122444, 0.07890737056732178, 0.033158838748931885, 0.011678727343678474, -0.02014644630253315, -0.05248590186238289, 0.015699470415711403, 0.019494805485010147, -0.09001129865646362, 0.04338252544403076, 0.03427375108003616, -0.07128193974494934, -0.06945458799600601, -0.02831537090241909, -0.04915383830666542, 0.10966338962316513, 0.09227382391691208, 0.01580313965678215, 0.11524862796068192, -0.09982031583786011, -0.0043287696316838264, 0.0288130734115839, -0.08074736595153809, -0.01706261746585369, -0.10044533759355545, -0.01304725930094719, -0.02274717018008232, 0.2554529011249542, 0.12089171260595322, -0.025309232994914055, -0.03230812028050423, 0.07114472985267639, 0.08105676621198654, -0.0211230106651783, 0.14824873208999634, 0.03444083034992218, -0.0007331980159506202, -0.1400776505470276, 0.10673409700393677, -0.060156434774398804, -0.010151425376534462, 0.09550673514604568, -0.08319920301437378, 0.048856139183044434, 0.07468824833631516, -0.01950058713555336, 0.05372466519474983, -0.11716536432504654, -0.2690386474132538, 0.023945249617099762, 0.027653370052576065, -0.0441947840154171, 0.07253700494766235, 0.145015150308609, 0.00042942073196172714, 0.05244648456573486, 0.061493102461099625, -0.05709811672568321, -0.17804701626300812, -0.19115881621837616, -0.0384756401181221, -0.11082857847213745, -0.023826930671930313, -0.10639674216508865, 0.04148538038134575, -0.02072913944721222, 0.05925795063376427, -0.09639845043420792, 0.12447383254766464, 0.06843417137861252, -0.11577396094799042, 0.05810433253645897, -0.008805959485471249, 0.048459235578775406, -0.07387776672840118, 0.08210063725709915, -0.10721065104007721, -0.026499031111598015, -0.016933415085077286, 0.03711435943841934, -0.05858420953154564, 0.0011270071845501661, -0.10357651859521866, -0.06808403134346008, -0.056935109198093414, 0.09072309732437134, -0.024477418512105942, 0.03998230770230293, -0.014557241462171078, -0.061277762055397034, -0.025446701794862747, 0.2273169606924057, -0.018587565049529076, -0.043939489871263504, -0.0661960318684578, 0.2851298749446869, -0.06544138491153717, 0.07253559678792953, -0.032977886497974396, -0.001274158013984561, -0.07127615064382553, 0.2931469976902008, 0.36314713954925537, -0.14264726638793945, 0.011796033009886742, -0.018389053642749786, 0.03556118905544281, 0.07535336911678314, 0.18024654686450958, 0.07291083037853241, 0.3107033371925354, -0.04080776497721672, -0.01225926261395216, -0.10546047985553741, -0.03835856914520264, 0.014304363168776035, 0.02947218343615532, 0.08378855139017105, -0.05586446449160576, -0.06808875501155853, 0.1039084792137146, -0.26703301072120667, -0.02056516334414482, -0.16380304098129272, -0.061613935977220535, -0.04166705906391144, 0.0007227687747217715, 0.07237391918897629, 0.028740311041474342, 0.05115301162004471, -0.039005450904369354, -0.047156207263469696, 0.057444483041763306, -0.02154913917183876, -0.12674635648727417, 0.0002557095722295344, 0.143532857298851, -0.07906237244606018, -0.0018181405030190945, 0.0032308290246874094, 0.060348983854055405, 0.044118594378232956, 0.04119637981057167, -0.10164451599121094, 0.02608482725918293, 0.01246592216193676, -0.03363148868083954, -0.028164468705654144, 0.008156497962772846, 0.07835527509450912, -0.21697945892810822, 0.0020338469184935093, -0.14078554511070251, 0.011757226660847664, -0.07641053944826126, -0.006896127946674824, -0.08222074061632156, 0.03242125362157822, 0.004625517874956131, 0.1118803396821022, 0.11125602573156357, -0.03202005848288536, -0.0006144302315078676, -0.06265610456466675, 0.06727221608161926, -0.06884542852640152, -0.02960195019841194, -0.025150567293167114, -0.09257599711418152, -0.09335606545209885, 0.09815482050180435, -0.022339481860399246, -0.1427105814218521, 0.007601875811815262, -0.09401176869869232, -0.04369132220745087, -0.021486658602952957, 0.09382037818431854, 0.11086808145046234, 0.09180203825235367, -0.007599277421832085, 0.047748953104019165, 0.03120456263422966, 0.07436691224575043, -0.12886843085289001, -0.10148585587739944 ]
null
null
transformers
<div class="inline-flex flex-col" style="line-height: 1.5;"> <div class="flex"> <div style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;https://pbs.twimg.com/profile_images/1403413998436032514/QdAbQHYm_400x400.jpg&#39;)"> </div> <div style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)"> </div> <div style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)"> </div> </div> <div style="text-align: center; margin-top: 3px; font-size: 16px; font-weight: 800">🤖 AI BOT 🤖</div> <div style="text-align: center; font-size: 16px; font-weight: 800">GEEGA ギガ 🔝</div> <div style="text-align: center; font-size: 14px;">@generalgeega</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on tweets from GEEGA ギガ 🔝. | Data | GEEGA ギガ 🔝 | | --- | --- | | Tweets downloaded | 3250 | | Retweets | 127 | | Short tweets | 1477 | | Tweets kept | 1646 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/2owkgdxf/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @generalgeega's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/21lavo70) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/21lavo70/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/generalgeega') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/generalgeega/1624741487901/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/generalgeega
[ "transformers", "pytorch", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
AI BOT GEEGA ギガ @generalgeega I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on tweets from GEEGA ギガ . Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @generalgeega'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 54 ]
[ "passage: TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ -0.0001764487533364445, -0.01891571842133999, -0.0068881697952747345, 0.01242890115827322, 0.16224369406700134, 0.04406825825572014, 0.08452208340167999, 0.14250440895557404, -0.026455026119947433, -0.016114573925733566, 0.17334569990634918, 0.17106501758098602, -0.014037161134183407, 0.08718273043632507, -0.05552244931459427, -0.2646014094352722, 0.044212065637111664, 0.058431971818208694, -0.020032864063978195, 0.14111687242984772, 0.0714879110455513, -0.01828647032380104, 0.10845158249139786, -0.02953636273741722, -0.18877948820590973, 0.03499612212181091, 0.05605728179216385, -0.09992336481809616, 0.11936124414205551, 0.04713086411356926, 0.08659981191158295, 0.015409729443490505, -0.07482189685106277, -0.12249794602394104, 0.03866785019636154, 0.041891295462846756, -0.0629689022898674, 0.05911329388618469, 0.08818957209587097, -0.11120674759149551, 0.1456013321876526, 0.07799911499023438, -0.01863223686814308, 0.07941857725381851, -0.17164963483810425, -0.019008882343769073, -0.036983806639909744, 0.005464354529976845, 0.057414017617702484, 0.07476010918617249, -0.01932354085147381, 0.1732589453458786, -0.0767555758357048, 0.09587065875530243, 0.16117197275161743, -0.2913956344127655, -0.005072304047644138, 0.0498935841023922, 0.06722559779882431, 0.03902119770646095, -0.015738610178232193, 0.08706029504537582, 0.06277379393577576, 0.02536560781300068, -0.0014978112885728478, -0.06339331716299057, -0.0928240567445755, 0.04014677554368973, -0.0745372325181961, -0.06578013300895691, 0.20811960101127625, -0.039430033415555954, 0.050536420196294785, -0.03807967156171799, -0.10491003096103668, -0.02197154052555561, -0.015753688290715218, 0.00720712635666132, -0.06031509116292, 0.08949250727891922, -0.014659170061349869, -0.07363511621952057, -0.15025688707828522, -0.016003666445612907, -0.18369624018669128, 0.1574522852897644, 0.003967532888054848, 0.04864242300391197, -0.2093716263771057, 0.11408322304487228, 0.020872395485639572, -0.08021171391010284, 0.047296058386564255, -0.09546594321727753, 0.07179957628250122, 0.002116252202540636, -0.05267130210995674, -0.02264278009533882, 0.08682441711425781, 0.15258505940437317, -0.026140356436371803, 0.0017382961232215166, -0.027155736461281776, 0.07059825956821442, 0.05281682312488556, 0.040018972009420395, -0.017763059586286545, -0.04289618879556656, 0.045782025903463364, -0.15945611894130707, -0.007582054473459721, -0.06918198615312576, -0.1068587526679039, -0.05112413689494133, 0.022331949323415756, 0.06442617624998093, 0.031878020614385605, 0.11345649510622025, -0.04609488695859909, -0.014168480411171913, 0.06350603699684143, -0.042460083961486816, -0.0172110628336668, -0.016047241166234016, 0.015319211408495903, 0.14095398783683777, -0.018181998282670975, 0.030711950734257698, -0.11251416057348251, 0.0645761713385582, -0.09946728497743607, -0.01914660818874836, -0.0071241967380046844, -0.04078202322125435, 0.029947424307465553, -0.13505136966705322, 0.010975461453199387, -0.1711256355047226, -0.14874492585659027, 0.009897243231534958, -0.02876151353120804, -0.018498392775654793, -0.059200938791036606, -0.03973992541432381, -0.01719699800014496, 0.06084148958325386, -0.04528016224503517, 0.0009662628290243447, -0.05951235070824623, 0.11524756252765656, -0.05245914310216904, 0.06888316571712494, -0.13250301778316498, 0.05976588651537895, -0.15375985205173492, -0.00870948750525713, -0.04503806680440903, 0.08287355303764343, 0.017666861414909363, 0.16653785109519958, -0.006960130762308836, -0.012972959317266941, -0.09847598522901535, 0.06441020965576172, -0.023426895961165428, 0.24133971333503723, -0.06349262595176697, -0.143473818898201, 0.22233937680721283, -0.06944137066602707, -0.1420930027961731, 0.12657590210437775, 0.020838137716054916, 0.07354387640953064, 0.10204131156206131, 0.19502143561840057, 0.014321080408990383, 0.006638950202614069, 0.054760824888944626, 0.0820525735616684, -0.17468082904815674, -0.03090454451739788, -0.00916894432157278, -0.01691337674856186, -0.1358218789100647, 0.043003637343645096, 0.11889315396547318, 0.10293904691934586, -0.07099705934524536, -0.013554582372307777, -0.03317642584443092, -0.004439891315996647, 0.06940841674804688, -0.007896981202065945, 0.09806080162525177, -0.09929461032152176, -0.040301576256752014, -0.058301206678152084, -0.006890235934406519, 0.0024084753822535276, 0.04120192304253578, -0.040066637098789215, 0.10096675902605057, -0.0006905568297952414, 0.05225489288568497, -0.14046427607536316, -0.07798092812299728, -0.020940499380230904, 0.1575685739517212, 0.04120592027902603, 0.04776391014456749, 0.057414863258600235, -0.0481991246342659, -0.0158701092004776, -0.009968787431716919, 0.16312187910079956, -0.0394844189286232, -0.06968989968299866, -0.056453973054885864, 0.10656707733869553, -0.058365050703287125, 0.03222460299730301, -0.04202231392264366, 0.022449776530265808, 0.060929615050554276, 0.12114907056093216, -0.0026538248639553785, 0.029062092304229736, -0.01023187953978777, -0.0038288652431219816, -0.07459788024425507, -0.020947640761733055, 0.10031349956989288, -0.004600553773343563, -0.08327498286962509, 0.23685328662395477, -0.17454755306243896, 0.19663569331169128, 0.2115958034992218, -0.2628093659877777, -0.024321777746081352, -0.06840608268976212, -0.05017746612429619, 0.003011465771123767, 0.05876095965504646, -0.04692309722304344, 0.09809201210737228, -0.02521132305264473, 0.16497591137886047, -0.04652651026844978, -0.07362692058086395, 0.016456644982099533, -0.05898859724402428, -0.0463954322040081, 0.0659271627664566, 0.08106416463851929, -0.15480613708496094, 0.18694530427455902, 0.20838376879692078, 0.07612863928079605, 0.19334357976913452, 0.004058185499161482, -0.014812501147389412, 0.08005014806985855, -0.03805047646164894, -0.04202093929052353, -0.07553261518478394, -0.16944189369678497, -0.01902174763381481, 0.07485251128673553, 0.03750864416360855, 0.11274250596761703, -0.10172852873802185, -0.07372885197401047, -0.016179129481315613, -0.005032413639128208, 0.005167648661881685, 0.1174640879034996, 0.045775800943374634, 0.14043675363063812, -0.019972821697592735, 0.03493902459740639, 0.08747350424528122, 0.02448674477636814, -0.10759711265563965, 0.16407065093517303, -0.14081640541553497, -0.38538745045661926, -0.16212545335292816, -0.13394121825695038, -0.029274288564920425, 0.04825805127620697, 0.11038947850465775, -0.13598975539207458, 0.0011978530092164874, -0.003706524148583412, 0.12342415004968643, -0.0806080624461174, 0.03755999356508255, -0.07838296890258789, 0.026997538283467293, -0.06349453330039978, -0.07917723804712296, -0.036463622003793716, -0.03232228383421898, -0.10000553727149963, 0.1757805496454239, -0.11054177582263947, 0.057571277022361755, 0.1741490364074707, 0.022440658882260323, 0.034390855580568314, -0.0513761006295681, 0.17275545001029968, -0.11779367178678513, 0.02093288116157055, 0.16278521716594696, -0.01799617148935795, 0.08678310364484787, 0.08059167861938477, -0.015366556122899055, -0.10777527838945389, 0.05196633189916611, 0.0019955262541770935, -0.1096891239285469, -0.20052047073841095, -0.12150565534830093, -0.0784008651971817, 0.14483654499053955, 0.05303339660167694, 0.05915789678692818, 0.17167222499847412, 0.08591149002313614, -0.04288473725318909, -0.004711467772722244, -0.012867298908531666, 0.07781979441642761, 0.1684085726737976, -0.017248503863811493, 0.11789125204086304, -0.05446818470954895, -0.11601924896240234, 0.13826869428157806, 0.02504623495042324, 0.050291191786527634, 0.04182872176170349, 0.008374262601137161, -0.009610554203391075, 0.09969738125801086, 0.12988939881324768, 0.118865467607975, -0.008107239380478859, -0.0232877004891634, -0.03601100295782089, -0.00860752072185278, -0.03570752218365669, 0.034572016447782516, 0.011757065542042255, -0.16013272106647491, -0.05726486071944237, -0.12173470109701157, 0.0964120477437973, 0.09787409752607346, 0.08039643615484238, -0.2033146470785141, -0.004589703865349293, 0.07378163933753967, -0.03603411093354225, -0.11624246090650558, 0.086527980864048, 0.033109065145254135, -0.1271866261959076, 0.0817195475101471, -0.03352120518684387, 0.115711510181427, -0.017423994839191437, 0.09427224844694138, -0.04346824064850807, -0.0329415462911129, -0.012381686829030514, 0.10430185496807098, -0.30799204111099243, 0.17485815286636353, -0.019660785794258118, -0.07034741342067719, -0.07672256976366043, -0.025566134601831436, 0.017929747700691223, 0.07530300319194794, 0.09619415551424026, 0.024311896413564682, 0.04642496258020401, -0.09243860840797424, -0.03940937668085098, 0.034113768488168716, 0.13641610741615295, -0.0638844221830368, -0.015862328931689262, -0.04075292870402336, 0.01116214320063591, -0.019626103341579437, -0.027355113998055458, 0.018256209790706635, -0.1504947543144226, 0.05358212813735008, 0.017237937077879906, 0.0753018707036972, 0.03889141231775284, -0.007973386906087399, -0.10224062204360962, 0.18268363177776337, -0.03004412353038788, -0.08521177619695663, -0.127006396651268, -0.04812724515795708, 0.04587927460670471, -0.051474425941705704, 0.034381575882434845, -0.06691597402095795, -0.011345877312123775, -0.06886660307645798, -0.21483656764030457, 0.12495172768831253, -0.0775398537516594, -0.07874035835266113, -0.03474915772676468, 0.20981398224830627, -0.05076101794838905, -0.00018431349599268287, 0.01172169204801321, 0.014822970144450665, -0.1086968258023262, -0.10466268658638, 0.06874550879001617, -0.034708425402641296, 0.02743770368397236, 0.02760813757777214, -0.03700246661901474, 0.02073092758655548, -0.06074898689985275, -0.01314478274434805, 0.2849438786506653, 0.22848764061927795, -0.035804633051157, 0.1875685602426529, 0.10711772739887238, -0.07248730212450027, -0.30828598141670227, -0.0999293103814125, -0.13133330643177032, -0.033457282930612564, -0.02052777260541916, -0.17081500589847565, 0.07089676707983017, 0.04558560997247696, 0.00998434517532587, 0.14900504052639008, -0.21140912175178528, -0.08518896996974945, 0.1092359870672226, -0.03466132655739784, 0.42140644788742065, -0.1164151057600975, -0.09652433544397354, -0.05340435355901718, -0.15239587426185608, 0.20086675882339478, -0.01557826716452837, 0.08761543780565262, -0.031178412958979607, 0.14360429346561432, 0.04995222017168999, -0.01680157333612442, 0.08329997956752777, 0.0014065488940104842, 0.004026432521641254, -0.12653036415576935, -0.022627411410212517, 0.0504734143614769, 0.021120509132742882, 0.0054380460642278194, -0.07736434042453766, 0.028706049546599388, -0.14863882958889008, -0.024921666830778122, -0.10909338295459747, 0.08278775960206985, 0.03857516124844551, -0.07422378659248352, -0.010892878286540508, -0.05615931376814842, -0.023589344695210457, -0.012528443709015846, 0.13453009724617004, -0.050522636622190475, 0.1720355898141861, 0.036824267357587814, 0.11522943526506424, -0.13816054165363312, 0.06146138161420822, -0.07406572997570038, -0.07532623410224915, 0.06773588061332703, -0.13577620685100555, 0.05240122601389885, 0.10075365751981735, -0.03372569754719734, 0.04758675396442413, 0.08927652984857559, 0.000919255951885134, 0.009403540752828121, 0.15953567624092102, -0.2761637568473816, 0.01791755110025406, -0.07046908140182495, -0.07692829519510269, 0.112159863114357, 0.07484955340623856, 0.181244894862175, 0.02791808731853962, -0.0472177192568779, 0.012221097014844418, 0.019269011914730072, -0.05120278522372246, 0.0548672117292881, 0.006578541360795498, -0.011816216632723808, -0.14148055016994476, 0.08790901303291321, -0.0015104453777894378, -0.1429632604122162, 0.02210722118616104, 0.19665491580963135, -0.13288317620754242, -0.10024755448102951, -0.05081937462091446, 0.057288672775030136, -0.13861924409866333, 0.008680099621415138, -0.01990172080695629, -0.09562872350215912, 0.0756591260433197, 0.1573420912027359, 0.05079081282019615, 0.12963363528251648, -0.02916029281914234, -0.008411908522248268, -0.04279141128063202, -0.051675889641046524, 0.02788730151951313, 0.019720058888196945, -0.07752392441034317, 0.08735781908035278, -0.024015765637159348, 0.14329436421394348, -0.10051412135362625, -0.06987810134887695, -0.1344141960144043, -0.005019306670874357, -0.09607285261154175, -0.0959741547703743, -0.08079583197832108, -0.061935000121593475, 0.004180733114480972, -0.039079975336790085, -0.0417400486767292, -0.08063078671693802, -0.10278100520372391, 0.016344387084245682, -0.02737213484942913, 0.028547246009111404, -0.07021904736757278, 0.008450011722743511, 0.12212047725915909, -0.029432062059640884, 0.17478644847869873, 0.15045183897018433, -0.10443241149187088, 0.10585668683052063, -0.17528948187828064, -0.10057486593723297, 0.10386897623538971, -0.01424362976104021, 0.02509693056344986, 0.12928596138954163, 0.018586233258247375, 0.04242280498147011, 0.03278495371341705, 0.06450606882572174, 0.04438134282827377, -0.11879310011863708, 0.08265755325555801, -0.002198860514909029, -0.15595629811286926, -0.061124756932258606, -0.09235648810863495, 0.02707000821828842, 0.02035105973482132, 0.11072126775979996, -0.04177020862698555, 0.08901136368513107, -0.06589431315660477, 0.023006385192275047, 0.025188656523823738, -0.17641755938529968, -0.03692740947008133, -0.05073147267103195, 0.03235582634806633, 0.028527792543172836, 0.22216679155826569, 0.015049049630761147, -0.030550595372915268, 0.0387740358710289, 0.12439186871051788, 0.015807392075657845, -0.0005460345419123769, 0.1709187924861908, 0.10334094613790512, -0.07364179939031601, -0.14011329412460327, 0.0676020160317421, 0.012262817472219467, -0.05599943920969963, 0.11458845436573029, -0.01812131516635418, -0.006866521667689085, 0.0670672059059143, -0.019556820392608643, 0.03449620306491852, -0.06607513129711151, -0.12762659788131714, -0.02478908933699131, 0.04269528388977051, 0.0029638311825692654, 0.12794137001037598, 0.15664103627204895, -0.005168106406927109, 0.026651626452803612, -0.015845872461795807, -0.023246217519044876, -0.13421551883220673, -0.15646639466285706, -0.06222613900899887, -0.14998294413089752, 0.022462334483861923, -0.08663632720708847, 0.047867026180028915, 0.05302877724170685, 0.07266844809055328, -0.06541765481233597, 0.06867647916078568, 0.049353908747434616, -0.11939282715320587, 0.08969518542289734, -0.024748487398028374, 0.04455447196960449, -0.0018985075876116753, -0.03077637031674385, -0.10359742492437363, 0.042003192007541656, -0.01649407483637333, 0.045346152037382126, -0.04421991854906082, 0.022579338401556015, -0.1750071942806244, -0.10995419323444366, -0.04818427562713623, 0.06838665902614594, -0.06683412194252014, 0.04056481271982193, 0.01606888137757778, 0.011690732091665268, 0.030521972104907036, 0.22083373367786407, -0.041100796312093735, -0.04384056478738785, -0.041319385170936584, 0.1635150909423828, -0.014866671524941921, 0.08733032643795013, -0.027159888297319412, -0.008534550666809082, -0.09159335494041443, 0.3551705777645111, 0.29626867175102234, -0.08988689631223679, 0.018322573974728584, -0.023403000086545944, 0.04054094851016998, 0.13749836385250092, 0.13930056989192963, 0.09693139791488647, 0.23870247602462769, -0.069560706615448, -0.05235563591122627, -0.01810343936085701, -0.013992605730891228, -0.06698887050151825, 0.09740167111158371, 0.02308662235736847, -0.05992421507835388, -0.0399320125579834, 0.09157036244869232, -0.2363831102848053, 0.1119081899523735, -0.1049022525548935, -0.15424089133739471, -0.03413557633757591, 0.011207441799342632, 0.07758733630180359, 0.01318280678242445, 0.11218693852424622, 0.013466300442814827, -0.0844072625041008, 0.014990749768912792, 0.034041877835989, -0.25270384550094604, 0.004782035481184721, 0.053680628538131714, -0.12391778826713562, -0.004765757359564304, -0.025234686210751534, 0.013625700026750565, 0.05700398609042168, 0.04094824194908142, -0.03069460764527321, 0.016096249222755432, -0.006652043666690588, -0.020144162699580193, -0.008288858458399773, 0.05953062325716019, 0.04713095352053642, -0.1559005230665207, 0.06380777060985565, -0.13577982783317566, 0.04075455665588379, -0.023885579779744148, -0.012463473714888096, -0.0012933483812958002, 0.01776987873017788, -0.0522073432803154, 0.06581555306911469, 0.07255802303552628, -0.0144086554646492, 0.008549283258616924, -0.08346639573574066, -0.034440234303474426, -0.023841137066483498, -0.10951124131679535, -0.08404874801635742, -0.13158579170703888, -0.12121031433343887, 0.10822955518960953, -0.02819518744945526, -0.18475614488124847, 0.03248962014913559, -0.12301548570394516, 0.05860345810651779, -0.17328192293643951, 0.11332228779792786, 0.07014153152704239, 0.018578365445137024, 0.01264720968902111, -0.007008096668869257, 0.08073210716247559, 0.11507359892129898, -0.0813264548778534, -0.08199906349182129 ]
null
null
transformers
<div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1366107880483557377/V58xvEUv_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">Genji 🤖 AI Bot </div> <div style="font-size: 15px">@genjitoday bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@genjitoday's tweets](https://twitter.com/genjitoday). | Data | Quantity | | --- | --- | | Tweets downloaded | 515 | | Retweets | 30 | | Short tweets | 72 | | Tweets kept | 413 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/2t88j5a6/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @genjitoday's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/1uhl7b30) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/1uhl7b30/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/genjitoday') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/genjitoday/1617772086820/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/genjitoday
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
Genji AI Bot @genjitoday bot I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on @genjitoday's tweets. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @genjitoday'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 57 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 0.004547144751995802, -0.006708405911922455, -0.007013476919382811, 0.01947171241044998, 0.15818242728710175, 0.03448796644806862, 0.08709780126810074, 0.15389476716518402, -0.019877297803759575, -0.022431448101997375, 0.18047170341014862, 0.173692986369133, -0.012988686561584473, 0.09047263860702515, -0.05271327868103981, -0.2622397541999817, 0.03682216629385948, 0.05513067543506622, -0.007422737777233124, 0.14252057671546936, 0.07580838352441788, -0.023790201172232628, 0.11380083113908768, -0.02966974675655365, -0.202972412109375, 0.03197307139635086, 0.0615268237888813, -0.09518525749444962, 0.11083168536424637, 0.04628797993063927, 0.08698221296072006, 0.022143812850117683, -0.07331052422523499, -0.120787613093853, 0.04532235115766525, 0.045263588428497314, -0.06358368694782257, 0.06480421870946884, 0.08820623904466629, -0.1065920814871788, 0.1416475921869278, 0.07373794168233871, -0.01588049717247486, 0.07824484258890152, -0.17789237201213837, -0.03725104406476021, -0.036331940442323685, 0.007741300854831934, 0.07058489322662354, 0.0750737413764, -0.019116664305329323, 0.1746976524591446, -0.06598041951656342, 0.09777773916721344, 0.17528840899467468, -0.2887236773967743, -0.018040433526039124, 0.0492081381380558, 0.0887371376156807, 0.04900359362363815, -0.024227341637015343, 0.08339477330446243, 0.06365471333265305, 0.01686069741845131, 0.014271941967308521, -0.06960906833410263, -0.09346919506788254, 0.03645368665456772, -0.06932124495506287, -0.05699722096323967, 0.22001419961452484, -0.0334535576403141, 0.04674676060676575, -0.03953840583562851, -0.09316058456897736, -0.028927378356456757, -0.027232296764850616, -0.00907184462994337, -0.05413005128502846, 0.08754174411296844, -0.015151693485677242, -0.06331931799650192, -0.1435878872871399, -0.012912428006529808, -0.15805892646312714, 0.13816505670547485, 0.004333257209509611, 0.04586424678564072, -0.22094038128852844, 0.1012546569108963, 0.022817784920334816, -0.08995530754327774, 0.04930093511939049, -0.09425957500934601, 0.0717538446187973, 0.0007676240638829768, -0.04885277524590492, -0.02944779396057129, 0.08848895877599716, 0.14690880477428436, -0.02718975953757763, 0.005980455316603184, -0.01338018849492073, 0.0733228251338005, 0.059399042278528214, 0.028748195618391037, -0.006081049330532551, -0.052236080169677734, 0.05618719011545181, -0.1417204737663269, -0.010511515662074089, -0.07227712869644165, -0.10605388879776001, -0.04232237488031387, 0.03443120792508125, 0.060671232640743256, 0.042230576276779175, 0.11220116913318634, -0.04771716892719269, -0.01857093721628189, 0.05281376466155052, -0.03979083523154259, -0.008994937874376774, -0.01990325190126896, 0.018122754991054535, 0.13074275851249695, -0.019943278282880783, 0.03407962992787361, -0.10256942361593246, 0.05431444197893143, -0.10281401127576828, -0.01971535198390484, -0.014149561524391174, -0.04367954283952713, 0.031883664429187775, -0.12165860831737518, 0.016123656183481216, -0.16833168268203735, -0.14714312553405762, 0.002859292319044471, -0.016588665544986725, -0.017911825329065323, -0.07954888790845871, -0.04400517791509628, -0.02466505579650402, 0.06924423575401306, -0.04276731237769127, -0.00935916043817997, -0.05846982076764107, 0.11090090870857239, -0.05349889397621155, 0.07203050702810287, -0.1194647029042244, 0.0557217076420784, -0.14930842816829681, -0.013004516251385212, -0.04842504858970642, 0.07119924575090408, 0.015398351475596428, 0.1813964694738388, -0.006925920024514198, -0.003623353084549308, -0.09382472932338715, 0.06455672532320023, -0.02733452245593071, 0.24096953868865967, -0.0756828561425209, -0.14226967096328735, 0.21630549430847168, -0.06334739923477173, -0.14993034303188324, 0.1314547061920166, 0.01843975856900215, 0.08251222223043442, 0.10434340685606003, 0.19023460149765015, 0.01808990351855755, -0.007808534894138575, 0.054424818605184555, 0.07603957504034042, -0.1683882623910904, -0.033340878784656525, 0.0012923459289595485, -0.00014291972911451012, -0.1366809904575348, 0.04632483050227165, 0.1230006217956543, 0.09730340540409088, -0.07249721139669418, -0.018487868830561638, -0.030607668682932854, 0.0016078021144494414, 0.04144361615180969, -0.0005212334799580276, 0.09951234608888626, -0.1033509373664856, -0.04366454482078552, -0.06751791387796402, -0.002970147645100951, 0.011176802217960358, 0.03924661502242088, -0.04455869272351265, 0.09700342267751694, -0.007412149105221033, 0.0545678474009037, -0.13708296418190002, -0.07981666922569275, -0.016090448945760727, 0.1597585678100586, 0.040224816650152206, 0.04663374274969101, 0.0566885769367218, -0.05624469742178917, -0.015493324026465416, -0.010199432261288166, 0.16243304312229156, -0.04404180869460106, -0.07694169133901596, -0.07860849797725677, 0.10474636405706406, -0.06389671564102173, 0.026263169944286346, -0.051667314022779465, 0.024654213339090347, 0.04686986654996872, 0.1110762283205986, 0.004046999383717775, 0.026442723348736763, -0.012835992500185966, -0.007690808270126581, -0.07657550275325775, -0.01617686077952385, 0.1077079176902771, -0.0017721779877319932, -0.06809886544942856, 0.2437063455581665, -0.16884316504001617, 0.21163912117481232, 0.20976658165454865, -0.2492678016424179, -0.02882898785173893, -0.04848965257406235, -0.04766342043876648, -0.0012878701090812683, 0.06041788309812546, -0.034700244665145874, 0.09027024358510971, -0.03288675472140312, 0.16564396023750305, -0.051203593611717224, -0.07646744698286057, 0.019007064402103424, -0.05823178589344025, -0.05114857107400894, 0.07018019258975983, 0.08213616907596588, -0.1630844622850418, 0.18756183981895447, 0.21879082918167114, 0.06839460134506226, 0.2044064849615097, 0.00858453568071127, -0.010656360536813736, 0.07200875878334045, -0.04608747735619545, -0.03843220695853233, -0.06601633131504059, -0.15238076448440552, -0.03009703755378723, 0.06625645607709885, 0.030863380059599876, 0.09900964051485062, -0.09019728004932404, -0.08104760944843292, -0.017665131017565727, 0.004776675254106522, 0.00156646769028157, 0.11991100758314133, 0.03676433861255646, 0.13820022344589233, -0.01955524832010269, 0.022415857762098312, 0.08040772378444672, 0.016582515090703964, -0.10843544453382492, 0.16101348400115967, -0.13329310715198517, -0.3788211941719055, -0.14546175301074982, -0.13134250044822693, -0.020925991237163544, 0.03777816519141197, 0.1120775043964386, -0.1329103261232376, 0.005511005409061909, -0.007893978618085384, 0.10391844809055328, -0.08707519620656967, 0.039245378226041794, -0.07586963474750519, 0.0314689576625824, -0.060405436903238297, -0.07552991807460785, -0.03722400963306427, -0.028465405106544495, -0.09132689982652664, 0.16675986349582672, -0.11130212247371674, 0.06035055220127106, 0.16001324355602264, 0.021197395399212837, 0.03523072600364685, -0.05174810439348221, 0.18330632150173187, -0.112345851957798, 0.020098978653550148, 0.15624848008155823, -0.013005592860281467, 0.08254575729370117, 0.08188403397798538, -0.013132697902619839, -0.10316278785467148, 0.05240294709801674, 0.001463406952098012, -0.10209372639656067, -0.1950312703847885, -0.10119245946407318, -0.08230090886354446, 0.15922248363494873, 0.06361804902553558, 0.058937788009643555, 0.17968137562274933, 0.07578518986701965, -0.038606274873018265, -0.00038743947516195476, -0.00239798822440207, 0.08808282762765884, 0.13635766506195068, -0.01442645862698555, 0.1225903332233429, -0.04975935071706772, -0.10913994163274765, 0.12899059057235718, 0.01750512234866619, 0.03937286511063576, 0.051435839384794235, 0.021011192351579666, -0.011281835846602917, 0.11866551637649536, 0.13484057784080505, 0.10447502881288528, -0.015693627297878265, -0.0293489471077919, -0.04774824157357216, -0.01359935849905014, -0.033305928111076355, 0.03640862926840782, 0.008061517030000687, -0.14140670001506805, -0.06158366799354553, -0.11537835001945496, 0.08758961409330368, 0.10668005049228668, 0.07567808032035828, -0.21108253300189972, -0.003950516227632761, 0.07933880388736725, -0.03630997985601425, -0.11126025766134262, 0.08416172116994858, 0.03095286712050438, -0.1277567446231842, 0.07218055427074432, -0.03519461303949356, 0.12458370625972748, -0.0032897875644266605, 0.09583556652069092, -0.03598680719733238, -0.027483470737934113, -0.013308011926710606, 0.09818253666162491, -0.3191508650779724, 0.1621316522359848, -0.017933005467057228, -0.0618131123483181, -0.06667962670326233, -0.02528184838593006, 0.015994107350707054, 0.07729468494653702, 0.10861869156360626, 0.021759910508990288, 0.01640525460243225, -0.07345785945653915, -0.042352862656116486, 0.038021303713321686, 0.12403716146945953, -0.06827268749475479, -0.012903391383588314, -0.04523605480790138, 0.00796645786613226, -0.017124788835644722, -0.008793274872004986, 0.006911922711879015, -0.14962191879749298, 0.05182485654950142, 0.014736213721334934, 0.07058768719434738, 0.0436982735991478, -0.014969068579375744, -0.09180716425180435, 0.18274778127670288, -0.015714606270194054, -0.07271543145179749, -0.12616917490959167, -0.05262751132249832, 0.030376195907592773, -0.05518756061792374, 0.021047864109277725, -0.06501689553260803, -0.0035362408962100744, -0.06755607575178146, -0.22007296979427338, 0.1278373897075653, -0.08437205106019974, -0.07192739844322205, -0.04912353679537773, 0.2010866105556488, -0.051223888993263245, 0.003238252131268382, 0.010222852230072021, 0.021994104608893394, -0.11474784463644028, -0.09469719231128693, 0.07112357765436172, -0.03247172012925148, 0.03123478777706623, 0.0022505864035338163, -0.04091062396764755, 0.016593176871538162, -0.06314414739608765, -0.011381587944924831, 0.27866554260253906, 0.23951324820518494, -0.040407944470644, 0.1904350072145462, 0.11012271791696548, -0.08163551241159439, -0.3069863021373749, -0.10166139155626297, -0.12140648066997528, -0.02996143139898777, -0.017288926988840103, -0.16865339875221252, 0.06477722525596619, 0.038930367678403854, 0.009261871688067913, 0.13778774440288544, -0.20730599761009216, -0.08823523670434952, 0.09138026833534241, -0.02557477355003357, 0.43079736828804016, -0.1257614940404892, -0.08959750831127167, -0.051866497844457626, -0.16516901552677155, 0.2173919379711151, -0.021592965349555016, 0.07857322692871094, -0.029561417177319527, 0.11770006269216537, 0.04697660356760025, -0.010707763023674488, 0.08040876686573029, -0.00884756539016962, 0.008373050950467587, -0.12410011142492294, -0.02768467366695404, 0.04874192550778389, 0.012378438375890255, 0.0013600040692836046, -0.09389680624008179, 0.020313434302806854, -0.15990203619003296, -0.018549781292676926, -0.11233476549386978, 0.07682323455810547, 0.025788001716136932, -0.06466120481491089, -0.003637736663222313, -0.04986237734556198, -0.015892893075942993, -0.01400828268378973, 0.1717434972524643, -0.04862768203020096, 0.19366511702537537, 0.03501616790890694, 0.11570870876312256, -0.1362973153591156, 0.06143493950366974, -0.06429426372051239, -0.07528600096702576, 0.07427702099084854, -0.1537967324256897, 0.05111055448651314, 0.09430045634508133, -0.030276626348495483, 0.05380253866314888, 0.08795086294412613, -0.003969982732087374, 0.004800081253051758, 0.15867236256599426, -0.2786487936973572, 0.01320126373320818, -0.07396841049194336, -0.06665283441543579, 0.10506758838891983, 0.06261139363050461, 0.17162823677062988, 0.011681869626045227, -0.056615445762872696, 0.01595049723982811, 0.02499506063759327, -0.04915530979633331, 0.04529924690723419, 0.008104361593723297, -0.010991688817739487, -0.13640300929546356, 0.08699746429920197, 0.0042801909148693085, -0.1531187742948532, 0.024680746719241142, 0.2155698835849762, -0.1260155886411667, -0.10237220674753189, -0.03444112092256546, 0.08444061875343323, -0.11519137024879456, 0.01753072999417782, -0.030764780938625336, -0.09109894186258316, 0.07448896765708923, 0.15248911082744598, 0.049206193536520004, 0.11775100976228714, -0.015379221178591251, -0.011753370985388756, -0.05147303268313408, -0.0317845419049263, 0.025745956227183342, 0.017857374623417854, -0.08257177472114563, 0.06648801267147064, -0.022109810262918472, 0.14559012651443481, -0.09791336953639984, -0.06602771580219269, -0.1468091756105423, -0.009785634465515614, -0.0695481076836586, -0.09207163751125336, -0.08133620768785477, -0.062133077532052994, 0.0010387726360931993, -0.03962359577417374, -0.04795864596962929, -0.0791037380695343, -0.10289866477251053, 0.009435068815946579, -0.02305566892027855, 0.03256045654416084, -0.06115729361772537, 0.007872066460549831, 0.12092912197113037, -0.028174830600619316, 0.16686207056045532, 0.1458095908164978, -0.09536580741405487, 0.10568815469741821, -0.16346460580825806, -0.08964221179485321, 0.0939340740442276, -0.01729099079966545, 0.027899714186787605, 0.11666940152645111, 0.014932696707546711, 0.04195788502693176, 0.035977672785520554, 0.06045130267739296, 0.03587699308991432, -0.11899011582136154, 0.07665140181779861, 0.009481414221227169, -0.1612047255039215, -0.06303887814283371, -0.08555969595909119, 0.030386725440621376, 0.021575886756181717, 0.12225193530321121, -0.045776769518852234, 0.0887017622590065, -0.07972796261310577, 0.027257539331912994, 0.02293219044804573, -0.181223064661026, -0.047844018787145615, -0.053065262734889984, 0.032686229795217514, 0.018960151821374893, 0.1893557906150818, 0.027213018387556076, -0.03697650134563446, 0.04549255222082138, 0.1042066365480423, 0.005313898902386427, 0.004829791374504566, 0.16259528696537018, 0.09423433989286423, -0.07654286175966263, -0.12226779758930206, 0.07556461542844772, 0.019673259928822517, -0.044067107141017914, 0.10607215762138367, -0.002448870101943612, 0.020163848996162415, 0.06910120695829391, -0.014892932027578354, 0.034322552382946014, -0.044286008924245834, -0.10698256641626358, -0.023580113425850868, 0.046367425471544266, 0.00669879000633955, 0.12847968935966492, 0.177873894572258, -0.002574790036305785, 0.025011489167809486, -0.0363602340221405, -0.024931130930781364, -0.13864666223526, -0.1558164656162262, -0.06855984032154083, -0.14875617623329163, 0.012976853176951408, -0.0915176048874855, 0.04695429280400276, 0.028682325035333633, 0.06887643784284592, -0.07052405923604965, 0.04384735971689224, 0.06974220275878906, -0.12065785378217697, 0.09397104382514954, -0.028081456199288368, 0.03704333305358887, -0.006730496883392334, -0.012833851389586926, -0.10013298690319061, 0.035936567932367325, -0.01747855544090271, 0.045271266251802444, -0.04546798765659332, 0.030429324135184288, -0.1703072488307953, -0.124412901699543, -0.04034453630447388, 0.06420420855283737, -0.06510858237743378, 0.03512151539325714, 0.019115818664431572, 0.013339218683540821, 0.03305599465966225, 0.23020225763320923, -0.03704051673412323, -0.02329315058887005, -0.042310282588005066, 0.16692522168159485, -0.014016710221767426, 0.08088304847478867, -0.03037172369658947, 0.0002500463742762804, -0.08417443931102753, 0.3385351300239563, 0.3027777075767517, -0.09020252525806427, 0.019915465265512466, -0.030905582010746002, 0.03936264291405678, 0.11892254650592804, 0.13376617431640625, 0.09784641861915588, 0.2282467782497406, -0.07217609137296677, -0.03032243251800537, -0.020507147535681725, -0.011079044081270695, -0.06650827825069427, 0.0879674032330513, 0.02507801540195942, -0.05553486570715904, -0.031693898141384125, 0.0812700018286705, -0.2327648252248764, 0.10665327310562134, -0.11289316415786743, -0.1636168211698532, -0.039189815521240234, 0.0042042857967317104, 0.08908319473266602, 0.015396242961287498, 0.11228121817111969, 0.009163780137896538, -0.07585213333368301, 0.017798418179154396, 0.028085503727197647, -0.24201616644859314, -0.008133855648338795, 0.060310713946819305, -0.12939085066318512, -0.004324504639953375, -0.027167800813913345, 0.007199867628514767, 0.059822265058755875, 0.029368450865149498, -0.04319324716925621, -0.001257759635336697, -0.010450302623212337, -0.008644461631774902, -0.011618612334132195, 0.07065588980913162, 0.046958792954683304, -0.13329142332077026, 0.06869500875473022, -0.11774353682994843, 0.033477768301963806, -0.05866728723049164, -0.015255378559231758, 0.000037100471672602, 0.03460683673620224, -0.04829782620072365, 0.07058211416006088, 0.07688362896442413, -0.015606098808348179, 0.000610517687164247, -0.0802936851978302, -0.036274004727602005, -0.019796574488282204, -0.09252054989337921, -0.08371094614267349, -0.13031646609306335, -0.11573562026023865, 0.1029667928814888, -0.02224794402718544, -0.19213621318340302, 0.03111329674720764, -0.12165344506502151, 0.045619383454322815, -0.1751558482646942, 0.11076030135154724, 0.08046020567417145, 0.01831907220184803, 0.011516088619828224, -0.02576824277639389, 0.08821021765470505, 0.11728470027446747, -0.07783648371696472, -0.08528783172369003 ]
null
null
transformers
<div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1357875471199969286/yqSYSz1G_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">Fishorse • Big Baldsuya 🤖 AI Bot </div> <div style="font-size: 15px">@gentlefishorse bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://app.wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-model-to-generate-tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@gentlefishorse's tweets](https://twitter.com/gentlefishorse). | Data | Quantity | | --- | --- | | Tweets downloaded | 3142 | | Retweets | 1903 | | Short tweets | 159 | | Tweets kept | 1080 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/2h9g07c3/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @gentlefishorse's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/ao0ru7g8) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/ao0ru7g8/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/gentlefishorse') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/gentlefishorse/1614214431723/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/gentlefishorse
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
Fishorse • Big Baldsuya AI Bot @gentlefishorse bot I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on @gentlefishorse's tweets. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @gentlefishorse'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 57 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 0.004547144751995802, -0.006708405911922455, -0.007013476919382811, 0.01947171241044998, 0.15818242728710175, 0.03448796644806862, 0.08709780126810074, 0.15389476716518402, -0.019877297803759575, -0.022431448101997375, 0.18047170341014862, 0.173692986369133, -0.012988686561584473, 0.09047263860702515, -0.05271327868103981, -0.2622397541999817, 0.03682216629385948, 0.05513067543506622, -0.007422737777233124, 0.14252057671546936, 0.07580838352441788, -0.023790201172232628, 0.11380083113908768, -0.02966974675655365, -0.202972412109375, 0.03197307139635086, 0.0615268237888813, -0.09518525749444962, 0.11083168536424637, 0.04628797993063927, 0.08698221296072006, 0.022143812850117683, -0.07331052422523499, -0.120787613093853, 0.04532235115766525, 0.045263588428497314, -0.06358368694782257, 0.06480421870946884, 0.08820623904466629, -0.1065920814871788, 0.1416475921869278, 0.07373794168233871, -0.01588049717247486, 0.07824484258890152, -0.17789237201213837, -0.03725104406476021, -0.036331940442323685, 0.007741300854831934, 0.07058489322662354, 0.0750737413764, -0.019116664305329323, 0.1746976524591446, -0.06598041951656342, 0.09777773916721344, 0.17528840899467468, -0.2887236773967743, -0.018040433526039124, 0.0492081381380558, 0.0887371376156807, 0.04900359362363815, -0.024227341637015343, 0.08339477330446243, 0.06365471333265305, 0.01686069741845131, 0.014271941967308521, -0.06960906833410263, -0.09346919506788254, 0.03645368665456772, -0.06932124495506287, -0.05699722096323967, 0.22001419961452484, -0.0334535576403141, 0.04674676060676575, -0.03953840583562851, -0.09316058456897736, -0.028927378356456757, -0.027232296764850616, -0.00907184462994337, -0.05413005128502846, 0.08754174411296844, -0.015151693485677242, -0.06331931799650192, -0.1435878872871399, -0.012912428006529808, -0.15805892646312714, 0.13816505670547485, 0.004333257209509611, 0.04586424678564072, -0.22094038128852844, 0.1012546569108963, 0.022817784920334816, -0.08995530754327774, 0.04930093511939049, -0.09425957500934601, 0.0717538446187973, 0.0007676240638829768, -0.04885277524590492, -0.02944779396057129, 0.08848895877599716, 0.14690880477428436, -0.02718975953757763, 0.005980455316603184, -0.01338018849492073, 0.0733228251338005, 0.059399042278528214, 0.028748195618391037, -0.006081049330532551, -0.052236080169677734, 0.05618719011545181, -0.1417204737663269, -0.010511515662074089, -0.07227712869644165, -0.10605388879776001, -0.04232237488031387, 0.03443120792508125, 0.060671232640743256, 0.042230576276779175, 0.11220116913318634, -0.04771716892719269, -0.01857093721628189, 0.05281376466155052, -0.03979083523154259, -0.008994937874376774, -0.01990325190126896, 0.018122754991054535, 0.13074275851249695, -0.019943278282880783, 0.03407962992787361, -0.10256942361593246, 0.05431444197893143, -0.10281401127576828, -0.01971535198390484, -0.014149561524391174, -0.04367954283952713, 0.031883664429187775, -0.12165860831737518, 0.016123656183481216, -0.16833168268203735, -0.14714312553405762, 0.002859292319044471, -0.016588665544986725, -0.017911825329065323, -0.07954888790845871, -0.04400517791509628, -0.02466505579650402, 0.06924423575401306, -0.04276731237769127, -0.00935916043817997, -0.05846982076764107, 0.11090090870857239, -0.05349889397621155, 0.07203050702810287, -0.1194647029042244, 0.0557217076420784, -0.14930842816829681, -0.013004516251385212, -0.04842504858970642, 0.07119924575090408, 0.015398351475596428, 0.1813964694738388, -0.006925920024514198, -0.003623353084549308, -0.09382472932338715, 0.06455672532320023, -0.02733452245593071, 0.24096953868865967, -0.0756828561425209, -0.14226967096328735, 0.21630549430847168, -0.06334739923477173, -0.14993034303188324, 0.1314547061920166, 0.01843975856900215, 0.08251222223043442, 0.10434340685606003, 0.19023460149765015, 0.01808990351855755, -0.007808534894138575, 0.054424818605184555, 0.07603957504034042, -0.1683882623910904, -0.033340878784656525, 0.0012923459289595485, -0.00014291972911451012, -0.1366809904575348, 0.04632483050227165, 0.1230006217956543, 0.09730340540409088, -0.07249721139669418, -0.018487868830561638, -0.030607668682932854, 0.0016078021144494414, 0.04144361615180969, -0.0005212334799580276, 0.09951234608888626, -0.1033509373664856, -0.04366454482078552, -0.06751791387796402, -0.002970147645100951, 0.011176802217960358, 0.03924661502242088, -0.04455869272351265, 0.09700342267751694, -0.007412149105221033, 0.0545678474009037, -0.13708296418190002, -0.07981666922569275, -0.016090448945760727, 0.1597585678100586, 0.040224816650152206, 0.04663374274969101, 0.0566885769367218, -0.05624469742178917, -0.015493324026465416, -0.010199432261288166, 0.16243304312229156, -0.04404180869460106, -0.07694169133901596, -0.07860849797725677, 0.10474636405706406, -0.06389671564102173, 0.026263169944286346, -0.051667314022779465, 0.024654213339090347, 0.04686986654996872, 0.1110762283205986, 0.004046999383717775, 0.026442723348736763, -0.012835992500185966, -0.007690808270126581, -0.07657550275325775, -0.01617686077952385, 0.1077079176902771, -0.0017721779877319932, -0.06809886544942856, 0.2437063455581665, -0.16884316504001617, 0.21163912117481232, 0.20976658165454865, -0.2492678016424179, -0.02882898785173893, -0.04848965257406235, -0.04766342043876648, -0.0012878701090812683, 0.06041788309812546, -0.034700244665145874, 0.09027024358510971, -0.03288675472140312, 0.16564396023750305, -0.051203593611717224, -0.07646744698286057, 0.019007064402103424, -0.05823178589344025, -0.05114857107400894, 0.07018019258975983, 0.08213616907596588, -0.1630844622850418, 0.18756183981895447, 0.21879082918167114, 0.06839460134506226, 0.2044064849615097, 0.00858453568071127, -0.010656360536813736, 0.07200875878334045, -0.04608747735619545, -0.03843220695853233, -0.06601633131504059, -0.15238076448440552, -0.03009703755378723, 0.06625645607709885, 0.030863380059599876, 0.09900964051485062, -0.09019728004932404, -0.08104760944843292, -0.017665131017565727, 0.004776675254106522, 0.00156646769028157, 0.11991100758314133, 0.03676433861255646, 0.13820022344589233, -0.01955524832010269, 0.022415857762098312, 0.08040772378444672, 0.016582515090703964, -0.10843544453382492, 0.16101348400115967, -0.13329310715198517, -0.3788211941719055, -0.14546175301074982, -0.13134250044822693, -0.020925991237163544, 0.03777816519141197, 0.1120775043964386, -0.1329103261232376, 0.005511005409061909, -0.007893978618085384, 0.10391844809055328, -0.08707519620656967, 0.039245378226041794, -0.07586963474750519, 0.0314689576625824, -0.060405436903238297, -0.07552991807460785, -0.03722400963306427, -0.028465405106544495, -0.09132689982652664, 0.16675986349582672, -0.11130212247371674, 0.06035055220127106, 0.16001324355602264, 0.021197395399212837, 0.03523072600364685, -0.05174810439348221, 0.18330632150173187, -0.112345851957798, 0.020098978653550148, 0.15624848008155823, -0.013005592860281467, 0.08254575729370117, 0.08188403397798538, -0.013132697902619839, -0.10316278785467148, 0.05240294709801674, 0.001463406952098012, -0.10209372639656067, -0.1950312703847885, -0.10119245946407318, -0.08230090886354446, 0.15922248363494873, 0.06361804902553558, 0.058937788009643555, 0.17968137562274933, 0.07578518986701965, -0.038606274873018265, -0.00038743947516195476, -0.00239798822440207, 0.08808282762765884, 0.13635766506195068, -0.01442645862698555, 0.1225903332233429, -0.04975935071706772, -0.10913994163274765, 0.12899059057235718, 0.01750512234866619, 0.03937286511063576, 0.051435839384794235, 0.021011192351579666, -0.011281835846602917, 0.11866551637649536, 0.13484057784080505, 0.10447502881288528, -0.015693627297878265, -0.0293489471077919, -0.04774824157357216, -0.01359935849905014, -0.033305928111076355, 0.03640862926840782, 0.008061517030000687, -0.14140670001506805, -0.06158366799354553, -0.11537835001945496, 0.08758961409330368, 0.10668005049228668, 0.07567808032035828, -0.21108253300189972, -0.003950516227632761, 0.07933880388736725, -0.03630997985601425, -0.11126025766134262, 0.08416172116994858, 0.03095286712050438, -0.1277567446231842, 0.07218055427074432, -0.03519461303949356, 0.12458370625972748, -0.0032897875644266605, 0.09583556652069092, -0.03598680719733238, -0.027483470737934113, -0.013308011926710606, 0.09818253666162491, -0.3191508650779724, 0.1621316522359848, -0.017933005467057228, -0.0618131123483181, -0.06667962670326233, -0.02528184838593006, 0.015994107350707054, 0.07729468494653702, 0.10861869156360626, 0.021759910508990288, 0.01640525460243225, -0.07345785945653915, -0.042352862656116486, 0.038021303713321686, 0.12403716146945953, -0.06827268749475479, -0.012903391383588314, -0.04523605480790138, 0.00796645786613226, -0.017124788835644722, -0.008793274872004986, 0.006911922711879015, -0.14962191879749298, 0.05182485654950142, 0.014736213721334934, 0.07058768719434738, 0.0436982735991478, -0.014969068579375744, -0.09180716425180435, 0.18274778127670288, -0.015714606270194054, -0.07271543145179749, -0.12616917490959167, -0.05262751132249832, 0.030376195907592773, -0.05518756061792374, 0.021047864109277725, -0.06501689553260803, -0.0035362408962100744, -0.06755607575178146, -0.22007296979427338, 0.1278373897075653, -0.08437205106019974, -0.07192739844322205, -0.04912353679537773, 0.2010866105556488, -0.051223888993263245, 0.003238252131268382, 0.010222852230072021, 0.021994104608893394, -0.11474784463644028, -0.09469719231128693, 0.07112357765436172, -0.03247172012925148, 0.03123478777706623, 0.0022505864035338163, -0.04091062396764755, 0.016593176871538162, -0.06314414739608765, -0.011381587944924831, 0.27866554260253906, 0.23951324820518494, -0.040407944470644, 0.1904350072145462, 0.11012271791696548, -0.08163551241159439, -0.3069863021373749, -0.10166139155626297, -0.12140648066997528, -0.02996143139898777, -0.017288926988840103, -0.16865339875221252, 0.06477722525596619, 0.038930367678403854, 0.009261871688067913, 0.13778774440288544, -0.20730599761009216, -0.08823523670434952, 0.09138026833534241, -0.02557477355003357, 0.43079736828804016, -0.1257614940404892, -0.08959750831127167, -0.051866497844457626, -0.16516901552677155, 0.2173919379711151, -0.021592965349555016, 0.07857322692871094, -0.029561417177319527, 0.11770006269216537, 0.04697660356760025, -0.010707763023674488, 0.08040876686573029, -0.00884756539016962, 0.008373050950467587, -0.12410011142492294, -0.02768467366695404, 0.04874192550778389, 0.012378438375890255, 0.0013600040692836046, -0.09389680624008179, 0.020313434302806854, -0.15990203619003296, -0.018549781292676926, -0.11233476549386978, 0.07682323455810547, 0.025788001716136932, -0.06466120481491089, -0.003637736663222313, -0.04986237734556198, -0.015892893075942993, -0.01400828268378973, 0.1717434972524643, -0.04862768203020096, 0.19366511702537537, 0.03501616790890694, 0.11570870876312256, -0.1362973153591156, 0.06143493950366974, -0.06429426372051239, -0.07528600096702576, 0.07427702099084854, -0.1537967324256897, 0.05111055448651314, 0.09430045634508133, -0.030276626348495483, 0.05380253866314888, 0.08795086294412613, -0.003969982732087374, 0.004800081253051758, 0.15867236256599426, -0.2786487936973572, 0.01320126373320818, -0.07396841049194336, -0.06665283441543579, 0.10506758838891983, 0.06261139363050461, 0.17162823677062988, 0.011681869626045227, -0.056615445762872696, 0.01595049723982811, 0.02499506063759327, -0.04915530979633331, 0.04529924690723419, 0.008104361593723297, -0.010991688817739487, -0.13640300929546356, 0.08699746429920197, 0.0042801909148693085, -0.1531187742948532, 0.024680746719241142, 0.2155698835849762, -0.1260155886411667, -0.10237220674753189, -0.03444112092256546, 0.08444061875343323, -0.11519137024879456, 0.01753072999417782, -0.030764780938625336, -0.09109894186258316, 0.07448896765708923, 0.15248911082744598, 0.049206193536520004, 0.11775100976228714, -0.015379221178591251, -0.011753370985388756, -0.05147303268313408, -0.0317845419049263, 0.025745956227183342, 0.017857374623417854, -0.08257177472114563, 0.06648801267147064, -0.022109810262918472, 0.14559012651443481, -0.09791336953639984, -0.06602771580219269, -0.1468091756105423, -0.009785634465515614, -0.0695481076836586, -0.09207163751125336, -0.08133620768785477, -0.062133077532052994, 0.0010387726360931993, -0.03962359577417374, -0.04795864596962929, -0.0791037380695343, -0.10289866477251053, 0.009435068815946579, -0.02305566892027855, 0.03256045654416084, -0.06115729361772537, 0.007872066460549831, 0.12092912197113037, -0.028174830600619316, 0.16686207056045532, 0.1458095908164978, -0.09536580741405487, 0.10568815469741821, -0.16346460580825806, -0.08964221179485321, 0.0939340740442276, -0.01729099079966545, 0.027899714186787605, 0.11666940152645111, 0.014932696707546711, 0.04195788502693176, 0.035977672785520554, 0.06045130267739296, 0.03587699308991432, -0.11899011582136154, 0.07665140181779861, 0.009481414221227169, -0.1612047255039215, -0.06303887814283371, -0.08555969595909119, 0.030386725440621376, 0.021575886756181717, 0.12225193530321121, -0.045776769518852234, 0.0887017622590065, -0.07972796261310577, 0.027257539331912994, 0.02293219044804573, -0.181223064661026, -0.047844018787145615, -0.053065262734889984, 0.032686229795217514, 0.018960151821374893, 0.1893557906150818, 0.027213018387556076, -0.03697650134563446, 0.04549255222082138, 0.1042066365480423, 0.005313898902386427, 0.004829791374504566, 0.16259528696537018, 0.09423433989286423, -0.07654286175966263, -0.12226779758930206, 0.07556461542844772, 0.019673259928822517, -0.044067107141017914, 0.10607215762138367, -0.002448870101943612, 0.020163848996162415, 0.06910120695829391, -0.014892932027578354, 0.034322552382946014, -0.044286008924245834, -0.10698256641626358, -0.023580113425850868, 0.046367425471544266, 0.00669879000633955, 0.12847968935966492, 0.177873894572258, -0.002574790036305785, 0.025011489167809486, -0.0363602340221405, -0.024931130930781364, -0.13864666223526, -0.1558164656162262, -0.06855984032154083, -0.14875617623329163, 0.012976853176951408, -0.0915176048874855, 0.04695429280400276, 0.028682325035333633, 0.06887643784284592, -0.07052405923604965, 0.04384735971689224, 0.06974220275878906, -0.12065785378217697, 0.09397104382514954, -0.028081456199288368, 0.03704333305358887, -0.006730496883392334, -0.012833851389586926, -0.10013298690319061, 0.035936567932367325, -0.01747855544090271, 0.045271266251802444, -0.04546798765659332, 0.030429324135184288, -0.1703072488307953, -0.124412901699543, -0.04034453630447388, 0.06420420855283737, -0.06510858237743378, 0.03512151539325714, 0.019115818664431572, 0.013339218683540821, 0.03305599465966225, 0.23020225763320923, -0.03704051673412323, -0.02329315058887005, -0.042310282588005066, 0.16692522168159485, -0.014016710221767426, 0.08088304847478867, -0.03037172369658947, 0.0002500463742762804, -0.08417443931102753, 0.3385351300239563, 0.3027777075767517, -0.09020252525806427, 0.019915465265512466, -0.030905582010746002, 0.03936264291405678, 0.11892254650592804, 0.13376617431640625, 0.09784641861915588, 0.2282467782497406, -0.07217609137296677, -0.03032243251800537, -0.020507147535681725, -0.011079044081270695, -0.06650827825069427, 0.0879674032330513, 0.02507801540195942, -0.05553486570715904, -0.031693898141384125, 0.0812700018286705, -0.2327648252248764, 0.10665327310562134, -0.11289316415786743, -0.1636168211698532, -0.039189815521240234, 0.0042042857967317104, 0.08908319473266602, 0.015396242961287498, 0.11228121817111969, 0.009163780137896538, -0.07585213333368301, 0.017798418179154396, 0.028085503727197647, -0.24201616644859314, -0.008133855648338795, 0.060310713946819305, -0.12939085066318512, -0.004324504639953375, -0.027167800813913345, 0.007199867628514767, 0.059822265058755875, 0.029368450865149498, -0.04319324716925621, -0.001257759635336697, -0.010450302623212337, -0.008644461631774902, -0.011618612334132195, 0.07065588980913162, 0.046958792954683304, -0.13329142332077026, 0.06869500875473022, -0.11774353682994843, 0.033477768301963806, -0.05866728723049164, -0.015255378559231758, 0.000037100471672602, 0.03460683673620224, -0.04829782620072365, 0.07058211416006088, 0.07688362896442413, -0.015606098808348179, 0.000610517687164247, -0.0802936851978302, -0.036274004727602005, -0.019796574488282204, -0.09252054989337921, -0.08371094614267349, -0.13031646609306335, -0.11573562026023865, 0.1029667928814888, -0.02224794402718544, -0.19213621318340302, 0.03111329674720764, -0.12165344506502151, 0.045619383454322815, -0.1751558482646942, 0.11076030135154724, 0.08046020567417145, 0.01831907220184803, 0.011516088619828224, -0.02576824277639389, 0.08821021765470505, 0.11728470027446747, -0.07783648371696472, -0.08528783172369003 ]
null
null
transformers
<link rel="stylesheet" href="https://unpkg.com/@tailwindcss/[email protected]/dist/typography.min.css"> <style> @media (prefers-color-scheme: dark) { .prose { color: #E2E8F0 !important; } .prose h2, .prose h3, .prose a, .prose thead { color: #F7FAFC !important; } } </style> <section class='prose'> <div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('http://pbs.twimg.com/profile_images/867463880582340608/b2CozYM-_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">Suresh Venkatasubramanian 🤖 AI Bot </div> <div style="font-size: 15px; color: #657786">@geomblog bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://app.wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-model-to-generate-tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@geomblog's tweets](https://twitter.com/geomblog). <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'>3199</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'>1301</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'>178</td> </tr> <tr style='border-width:0'> <td style='border-width:0'>Tweets kept</td> <td style='border-width:0'>1720</td> </tr> </tbody> </table> [Explore the data](https://app.wandb.ai/wandb/huggingtweets/runs/5jk973vf/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @geomblog's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://app.wandb.ai/wandb/huggingtweets/runs/3edsvd65) for full transparency and reproducibility. At the end of training, [the final model](https://app.wandb.ai/wandb/huggingtweets/runs/3edsvd65/artifacts) is logged and versioned. ## Intended uses & limitations ### How to use 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/geomblog'</span>) generator(<span style="color:#FF9800">"My dream is"</span>, num_return_sequences=<span style="color:#8BC34A">5</span>)</code></pre> ### Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* </section> [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) <section class='prose'> For more details, visit the project repository. </section> [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "http://www.huggingtweets.com/geomblog/1600332316026/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/geomblog
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
<link rel="stylesheet" href="URL <style> @media (prefers-color-scheme: dark) { .prose { color: #E2E8F0 !important; } .prose h2, .prose h3, .prose a, .prose thead { color: #F7FAFC !important; } } </style> <section class='prose'> <div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('URL </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">Suresh Venkatasubramanian AI Bot </div> <div style="font-size: 15px; color: #657786">@geomblog bot</div> </div> I was made with huggingtweets. Create your own bot based on your favorite user with the demo! ## How does it work? The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. ## Training data The model was trained on @geomblog'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'>3199</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'>1301</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'>178</td> </tr> <tr style='border-width:0'> <td style='border-width:0'>Tweets kept</td> <td style='border-width:0'>1720</td> </tr> </tbody> </table> Explore the data, which is tracked with W&B artifacts at every step of the pipeline. ## Training procedure The model is based on a pre-trained GPT-2 which is fine-tuned on @geomblog'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. ## Intended uses & limitations ### How to use 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/geomblog'</span>) generator(<span style="color:#FF9800">"My dream is"</span>, num_return_sequences=<span style="color:#8BC34A">5</span>)</code></pre> ### Limitations and bias 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. ## About *Built by Boris Dayma* </section> ![Follow](URL <section class='prose'> For more details, visit the project repository. </section> ![GitHub stars](URL
[ "## How does it work?\n\nThe model uses the following pipeline.\n\n!pipeline\n\nTo understand how the model was developed, check the W&B report.", "## Training data\n\nThe model was trained on @geomblog's tweets.\n\n<table style='border-width:0'>\n<thead style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #CBD5E0'>\n<th style='border-width:0'>Data</th>\n<th style='border-width:0'>Quantity</th>\n</tr>\n</thead>\n<tbody style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Tweets downloaded</td>\n<td style='border-width:0'>3199</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Retweets</td>\n<td style='border-width:0'>1301</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Short tweets</td>\n<td style='border-width:0'>178</td>\n</tr>\n<tr style='border-width:0'>\n<td style='border-width:0'>Tweets kept</td>\n<td style='border-width:0'>1720</td>\n</tr>\n</tbody>\n</table>\n\nExplore the data, which is tracked with W&B artifacts at every step of the pipeline.", "## Training procedure\n\nThe model is based on a pre-trained GPT-2 which is fine-tuned on @geomblog's tweets.\n\nHyperparameters and metrics are recorded in the W&B training run for full transparency and reproducibility.\n\nAt the end of training, the final model is logged and versioned.", "## Intended uses & limitations", "### How to use\n\nYou can use this model directly with a pipeline for text generation:\n\n<pre><code><span style=\"color:#03A9F4\">from</span> transformers <span style=\"color:#03A9F4\">import</span> pipeline\ngenerator = pipeline(<span style=\"color:#FF9800\">'text-generation'</span>,\n model=<span style=\"color:#FF9800\">'huggingtweets/geomblog'</span>)\ngenerator(<span style=\"color:#FF9800\">\"My dream is\"</span>, num_return_sequences=<span style=\"color:#8BC34A\">5</span>)</code></pre>", "### Limitations and bias\n\nThe model suffers from the same limitations and bias as GPT-2.\n\nIn addition, the data present in the user's tweets further affects the text generated by the model.", "## About\n\n*Built by Boris Dayma*\n\n</section>\n\n![Follow](URL\n\n<section class='prose'>\nFor more details, visit the project repository.\n</section>\n\n![GitHub stars](URL" ]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "## How does it work?\n\nThe model uses the following pipeline.\n\n!pipeline\n\nTo understand how the model was developed, check the W&B report.", "## Training data\n\nThe model was trained on @geomblog's tweets.\n\n<table style='border-width:0'>\n<thead style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #CBD5E0'>\n<th style='border-width:0'>Data</th>\n<th style='border-width:0'>Quantity</th>\n</tr>\n</thead>\n<tbody style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Tweets downloaded</td>\n<td style='border-width:0'>3199</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Retweets</td>\n<td style='border-width:0'>1301</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Short tweets</td>\n<td style='border-width:0'>178</td>\n</tr>\n<tr style='border-width:0'>\n<td style='border-width:0'>Tweets kept</td>\n<td style='border-width:0'>1720</td>\n</tr>\n</tbody>\n</table>\n\nExplore the data, which is tracked with W&B artifacts at every step of the pipeline.", "## Training procedure\n\nThe model is based on a pre-trained GPT-2 which is fine-tuned on @geomblog's tweets.\n\nHyperparameters and metrics are recorded in the W&B training run for full transparency and reproducibility.\n\nAt the end of training, the final model is logged and versioned.", "## Intended uses & limitations", "### How to use\n\nYou can use this model directly with a pipeline for text generation:\n\n<pre><code><span style=\"color:#03A9F4\">from</span> transformers <span style=\"color:#03A9F4\">import</span> pipeline\ngenerator = pipeline(<span style=\"color:#FF9800\">'text-generation'</span>,\n model=<span style=\"color:#FF9800\">'huggingtweets/geomblog'</span>)\ngenerator(<span style=\"color:#FF9800\">\"My dream is\"</span>, num_return_sequences=<span style=\"color:#8BC34A\">5</span>)</code></pre>", "### Limitations and bias\n\nThe model suffers from the same limitations and bias as GPT-2.\n\nIn addition, the data present in the user's tweets further affects the text generated by the model.", "## About\n\n*Built by Boris Dayma*\n\n</section>\n\n![Follow](URL\n\n<section class='prose'>\nFor more details, visit the project repository.\n</section>\n\n![GitHub stars](URL" ]
[ 57, 34, 430, 75, 9, 167, 48, 58 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n## How does it work?\n\nThe model uses the following pipeline.\n\n!pipeline\n\nTo understand how the model was developed, check the W&B report." ]
[ -0.04084593802690506, 0.035596683621406555, -0.0024457171093672514, 0.04662978649139404, 0.10991521924734116, 0.022836215794086456, 0.12812861800193787, 0.0424627922475338, -0.03746044635772705, -0.03597303107380867, 0.22758877277374268, 0.1009177565574646, 0.03089720755815506, 0.17962171137332916, 0.010350672528147697, -0.2703946828842163, 0.015237200073897839, 0.0647135004401207, -0.07720091193914413, 0.15752871334552765, 0.05562684312462807, -0.049801189452409744, 0.08214939385652542, 0.032038331031799316, -0.165513277053833, -0.004831716418266296, -0.02072383277118206, -0.04504403471946716, 0.09232694655656815, 0.06956911832094193, 0.07011176645755768, 0.034282486885786057, 0.017851393669843674, -0.0714372918009758, 0.06354191154241562, 0.014452377334237099, -0.02349161170423031, 0.13615116477012634, 0.028668763116002083, -0.0002947957837022841, 0.1798527091741562, 0.11815319955348969, 0.016722125932574272, 0.016196802258491516, -0.1166125237941742, -0.0606788769364357, 0.012365915812551975, 0.04470464214682579, 0.10005760192871094, 0.058856748044490814, 0.01943058706820011, 0.13215520977973938, -0.1164829432964325, 0.08512931317090988, 0.1828341782093048, -0.24191047251224518, -0.006823094096034765, 0.061043880879879, 0.08518847078084946, 0.02852868288755417, -0.0027500083670020103, 0.050437480211257935, 0.06484624743461609, 0.021347152069211006, 0.03636380657553673, -0.0638979896903038, 0.05009674280881882, 0.011186900548636913, -0.10215270519256592, -0.07660897821187973, 0.2294245809316635, -0.0602995827794075, 0.004886541981250048, -0.028186868876218796, -0.08490151911973953, -0.06026294082403183, -0.012795685790479183, -0.05738116800785065, -0.01700775697827339, 0.034475523978471756, 0.0214629378169775, -0.10922146588563919, -0.07046429812908173, -0.1146778091788292, -0.09578189998865128, 0.17879855632781982, -0.02900231070816517, 0.08940442651510239, -0.2603394091129303, 0.2254239320755005, 0.07019765675067902, -0.11909467726945877, 0.04757627099752426, -0.11814092099666595, 0.08530338853597641, 0.02207805961370468, 0.041434839367866516, 0.07761925458908081, 0.04161522537469864, 0.11940909177064896, 0.03257475048303604, -0.00314142694696784, 0.05456724017858505, 0.07224375009536743, 0.0941813513636589, 0.1230122447013855, -0.07287998497486115, -0.07873915135860443, 0.08034131675958633, -0.04709449037909508, -0.11787727475166321, -0.06861002743244171, -0.1452382206916809, -0.004202034790068865, -0.0335184708237648, 0.07922724634408951, 0.05637102574110031, 0.09526676684617996, -0.01433930266648531, -0.05777551606297493, 0.04157217592000961, -0.06985066086053848, 0.019995175302028656, -0.011708668433129787, -0.060763102024793625, 0.13121068477630615, 0.04688004031777382, -0.014275136403739452, -0.08673419058322906, 0.07951672375202179, -0.1204570084810257, -0.07978847622871399, -0.08239417523145676, -0.05098734796047211, -0.007686138618737459, -0.11281027644872665, 0.049203939735889435, -0.11458899080753326, -0.22705501317977905, -0.01313747651875019, 0.04550096020102501, -0.016462473198771477, -0.03707117214798927, -0.040630146861076355, -0.009473399259150028, 0.04880702868103981, -0.042894408106803894, 0.039052072912454605, -0.05325083062052727, 0.050018906593322754, -0.09618895500898361, 0.051321301609277725, -0.10470817238092422, 0.041251372545957565, -0.09671807289123535, 0.07595963031053543, 0.0017866486450657248, 0.0454767569899559, 0.010063555091619492, 0.08985432982444763, -0.03214199095964432, -0.044836416840553284, -0.07869677990674973, 0.026561295613646507, 0.02284199558198452, 0.20134314894676208, -0.10196486860513687, -0.0819794163107872, 0.12614667415618896, -0.07252102345228195, -0.1288122832775116, 0.0409054271876812, -0.02831157296895981, 0.17958028614521027, 0.07370224595069885, 0.16096454858779907, 0.12039237469434738, -0.03798284754157066, 0.1263856589794159, 0.14821170270442963, -0.1269366294145584, -0.004153167363256216, 0.039416827261447906, 0.014042570255696774, -0.20559121668338776, 0.04052022844552994, -0.01946125738322735, 0.06584736704826355, -0.10201486945152283, -0.00946728140115738, 0.0031527038663625717, -0.02320384420454502, 0.0023026331327855587, -0.0472555048763752, 0.061078161001205444, 0.038737643510103226, -0.022763127461075783, 0.029682613909244537, 0.06635552644729614, -0.026160234585404396, -0.00823320634663105, -0.04484035447239876, 0.10009831935167313, -0.07260703295469284, 0.06797321885824203, -0.13160665333271027, -0.003086181590333581, -0.012450510635972023, 0.0972909927368164, 0.03811546042561531, 0.10621625185012817, 0.05470104143023491, 0.03126294165849686, 0.07701993733644485, -0.02846951223909855, 0.0746634304523468, 0.01002051867544651, -0.0850096121430397, -0.1272277683019638, 0.015217535197734833, -0.10649837553501129, -0.004191380459815264, -0.08523700386285782, -0.0015737697249278426, -0.12802091240882874, 0.05826076865196228, -0.016465239226818085, 0.0539434514939785, -0.055182818323373795, -0.04337453469634056, -0.044662054628133774, -0.022007398307323456, 0.0482511967420578, -0.033139705657958984, -0.06687536835670471, 0.16832175850868225, -0.15395553410053253, 0.2592274248600006, 0.1313537061214447, -0.0889907032251358, 0.002020547864958644, -0.07812081277370453, -0.04194976016879082, -0.012868959456682205, 0.07527336478233337, -0.03700125962495804, 0.15495356917381287, -0.03386903926730156, 0.17382068932056427, -0.099679134786129, -0.0334031768143177, 0.02144831046462059, -0.10981054604053497, 0.057656705379486084, 0.08051177859306335, 0.04427298903465271, -0.159133642911911, 0.08837400376796722, 0.19756358861923218, 0.05472150072455406, 0.20321963727474213, -0.006869805511087179, -0.06112205237150192, -0.05358194187283516, -0.0808696523308754, -0.052568696439266205, 0.056259434670209885, -0.09903126955032349, -0.004000484477728605, 0.06423190236091614, 0.08783505111932755, 0.11237549781799316, -0.10904275625944138, -0.046180129051208496, 0.05125856027007103, -0.004819708876311779, -0.051060013473033905, 0.07006146013736725, -0.0659489631652832, 0.13217470049858093, 0.014598124660551548, -0.07049204409122467, 0.0036125897895544767, -0.004913401324301958, -0.11891388893127441, 0.20653130114078522, -0.08047540485858917, -0.27306002378463745, -0.16792123019695282, -0.16288253664970398, 0.07165426760911942, 0.038431257009506226, 0.033738572150468826, -0.08776884526014328, -0.020982403308153152, 0.004409478977322578, 0.11553267389535904, -0.09698133170604706, 0.013121976517140865, 0.008159824647009373, -0.018650712445378304, -0.07579360157251358, -0.09033482521772385, -0.0241270512342453, -0.02461584471166134, 0.020020704716444016, 0.03998296707868576, -0.11154978722333908, 0.06758414953947067, 0.2167699933052063, -0.015538511797785759, 0.06870997697114944, 0.00025148785789497197, 0.26176807284355164, -0.08426473289728165, 0.040830448269844055, 0.11926601082086563, -0.08760137856006622, 0.05199241638183594, 0.07132956385612488, 0.03210015222430229, -0.014074578881263733, 0.016441889107227325, -0.11233895272016525, -0.12864868342876434, -0.1923626959323883, -0.06961654871702194, -0.028241310268640518, 0.13464264571666718, 0.031150488182902336, 0.04321796074509621, 0.10346641391515732, 0.07471037656068802, 0.06701335310935974, 0.03259968012571335, -0.0005120337591506541, 0.0647427961230278, 0.024594781920313835, -0.05812343955039978, 0.054217349737882614, -0.04845457896590233, -0.0797470211982727, 0.08279551565647125, -0.011098933406174183, 0.0927528515458107, 0.06928195804357529, 0.02340286411345005, 0.018686039373278618, 0.04218229651451111, 0.15593960881233215, 0.22442668676376343, -0.012412761338055134, -0.041085485368967056, -0.05078154057264328, -0.040494389832019806, -0.01600850187242031, 0.015044075436890125, -0.05785144492983818, -0.033252447843551636, -0.0728597640991211, -0.015066487714648247, 0.011195010505616665, 0.015441779047250748, 0.07578693330287933, -0.22024130821228027, -0.038240667432546616, 0.042616840451955795, -0.013794191181659698, -0.10639895498752594, 0.05872863903641701, 0.016779562458395958, -0.17391349375247955, -0.07854076474905014, -0.016605399549007416, 0.1603294163942337, -0.030760308727622032, 0.0619782954454422, 0.005449770484119654, 0.02271227352321148, -0.013140208087861538, 0.11191333085298538, -0.27346712350845337, 0.1954270750284195, 0.001131516881287098, -0.04876048117876053, -0.016439033672213554, -0.04243995249271393, 0.0009058643481694162, 0.14556926488876343, 0.09718295931816101, 0.0028763783629983664, 0.0669604167342186, -0.07678256928920746, -0.11943262070417404, 0.05284353718161583, 0.08068333566188812, -0.07738065719604492, 0.029960619285702705, -0.029798466712236404, 0.027152907103300095, -0.007555682212114334, -0.030231619253754616, 0.002119861776009202, -0.11661309748888016, 0.02936525270342827, -0.08075195550918579, 0.06012337654829025, 0.02433968149125576, -0.02529163844883442, -0.012048180215060711, 0.1316436529159546, -0.013300766237080097, -0.08264251798391342, -0.08976204693317413, -0.02328740619122982, 0.09523095935583115, -0.05599937587976456, 0.03358715400099754, -0.08175740391016006, -0.04073614999651909, 0.005860272329300642, -0.16970814764499664, 0.06983034312725067, -0.10846570879220963, -0.09971687942743301, -0.050264790654182434, 0.15346404910087585, 0.013677009381353855, 0.025709833949804306, 0.03220117464661598, -0.04211581498384476, -0.18150363862514496, -0.15989434719085693, -0.007562890648841858, 0.0717545747756958, -0.04433317109942436, 0.03638565540313721, 0.007171243894845247, 0.10013602674007416, 0.004198792390525341, 0.07230839878320694, 0.2026015669107437, 0.16423118114471436, -0.08760133385658264, 0.17723721265792847, 0.16266676783561707, -0.12243213504552841, -0.2722402811050415, -0.09522651135921478, -0.05925937369465828, 0.03468820080161095, 0.02297091670334339, -0.13072867691516876, 0.06184706464409828, -0.011241482570767403, -0.004976592492312193, 0.13391432166099548, -0.2790721356868744, -0.07025358080863953, 0.13864430785179138, -0.012145180255174637, 0.2560276985168457, -0.042459286749362946, -0.08155408501625061, -0.060940731316804886, -0.2339130938053131, 0.1595010906457901, -0.12908293306827545, 0.030256805941462517, -0.06380902975797653, 0.1317017376422882, 0.04475972056388855, -0.051817599684000015, 0.13714583218097687, -0.0770399421453476, 0.03692200407385826, -0.1231972947716713, -0.01437266543507576, 0.05212629213929176, -0.014681367203593254, 0.10554680228233337, -0.053141020238399506, 0.10400939732789993, -0.12106935679912567, -0.052672889083623886, -0.054288461804389954, 0.017598338425159454, -0.023758167400956154, -0.05668776109814644, -0.039483629167079926, -0.05230721831321716, 0.00942184031009674, -0.024894973263144493, -0.008981208316981792, -0.02189256064593792, 0.08200293034315109, 0.10853444039821625, 0.1416669338941574, -0.04508063197135925, -0.02666328102350235, -0.029412275180220604, -0.043095141649246216, 0.07755832374095917, -0.1675589680671692, -0.020979177206754684, 0.15767353773117065, 0.008264025673270226, 0.08081416040658951, 0.07994852215051651, -0.043529048562049866, -0.04116993397474289, 0.09435915946960449, -0.23738352954387665, -0.032961416989564896, -0.07289689034223557, -0.032304681837558746, 0.05143286660313606, 0.06389017403125763, 0.11233682930469513, -0.055076416581869125, -0.015500548295676708, 0.038369257003068924, -0.013473432511091232, -0.10457789897918701, 0.12659704685211182, 0.07594829052686691, 0.04931824654340744, -0.13000807166099548, 0.03979043290019035, -0.02080575004220009, -0.024042857810854912, -0.009190280921757221, 0.09610513597726822, -0.13868926465511322, -0.061987441033124924, 0.01100219041109085, 0.1624082624912262, -0.08940329402685165, -0.054934311658144, -0.00678250240162015, -0.07782098650932312, 0.06215988099575043, 0.06269455701112747, 0.039047662168741226, 0.10006190836429596, -0.08492296934127808, -0.004345493856817484, -0.04427671059966087, 0.02742549031972885, 0.04004936292767525, -0.01839151792228222, -0.11644710600376129, 0.050648268312215805, 0.01261399406939745, 0.21786263585090637, -0.12195943295955658, -0.07748695462942123, -0.13975368440151215, 0.03579137846827507, -0.1441981941461563, -0.02782432734966278, -0.09455464035272598, -0.0542730838060379, -0.024786408990621567, -0.02354593575000763, -0.05044161155819893, -0.03595460206270218, -0.06568260490894318, 0.04963921010494232, -0.01889806240797043, -0.04201965406537056, -0.018809955567121506, 0.04780932888388634, 0.10624072700738907, -0.0022816911805421114, 0.11582330614328384, 0.10476028919219971, -0.06149300932884216, 0.06964143365621567, -0.08975338935852051, 0.049342647194862366, 0.010800108313560486, -0.03639211133122444, 0.07890737056732178, 0.033158838748931885, 0.011678727343678474, -0.02014644630253315, -0.05248590186238289, 0.015699470415711403, 0.019494805485010147, -0.09001129865646362, 0.04338252544403076, 0.03427375108003616, -0.07128193974494934, -0.06945458799600601, -0.02831537090241909, -0.04915383830666542, 0.10966338962316513, 0.09227382391691208, 0.01580313965678215, 0.11524862796068192, -0.09982031583786011, -0.0043287696316838264, 0.0288130734115839, -0.08074736595153809, -0.01706261746585369, -0.10044533759355545, -0.01304725930094719, -0.02274717018008232, 0.2554529011249542, 0.12089171260595322, -0.025309232994914055, -0.03230812028050423, 0.07114472985267639, 0.08105676621198654, -0.0211230106651783, 0.14824873208999634, 0.03444083034992218, -0.0007331980159506202, -0.1400776505470276, 0.10673409700393677, -0.060156434774398804, -0.010151425376534462, 0.09550673514604568, -0.08319920301437378, 0.048856139183044434, 0.07468824833631516, -0.01950058713555336, 0.05372466519474983, -0.11716536432504654, -0.2690386474132538, 0.023945249617099762, 0.027653370052576065, -0.0441947840154171, 0.07253700494766235, 0.145015150308609, 0.00042942073196172714, 0.05244648456573486, 0.061493102461099625, -0.05709811672568321, -0.17804701626300812, -0.19115881621837616, -0.0384756401181221, -0.11082857847213745, -0.023826930671930313, -0.10639674216508865, 0.04148538038134575, -0.02072913944721222, 0.05925795063376427, -0.09639845043420792, 0.12447383254766464, 0.06843417137861252, -0.11577396094799042, 0.05810433253645897, -0.008805959485471249, 0.048459235578775406, -0.07387776672840118, 0.08210063725709915, -0.10721065104007721, -0.026499031111598015, -0.016933415085077286, 0.03711435943841934, -0.05858420953154564, 0.0011270071845501661, -0.10357651859521866, -0.06808403134346008, -0.056935109198093414, 0.09072309732437134, -0.024477418512105942, 0.03998230770230293, -0.014557241462171078, -0.061277762055397034, -0.025446701794862747, 0.2273169606924057, -0.018587565049529076, -0.043939489871263504, -0.0661960318684578, 0.2851298749446869, -0.06544138491153717, 0.07253559678792953, -0.032977886497974396, -0.001274158013984561, -0.07127615064382553, 0.2931469976902008, 0.36314713954925537, -0.14264726638793945, 0.011796033009886742, -0.018389053642749786, 0.03556118905544281, 0.07535336911678314, 0.18024654686450958, 0.07291083037853241, 0.3107033371925354, -0.04080776497721672, -0.01225926261395216, -0.10546047985553741, -0.03835856914520264, 0.014304363168776035, 0.02947218343615532, 0.08378855139017105, -0.05586446449160576, -0.06808875501155853, 0.1039084792137146, -0.26703301072120667, -0.02056516334414482, -0.16380304098129272, -0.061613935977220535, -0.04166705906391144, 0.0007227687747217715, 0.07237391918897629, 0.028740311041474342, 0.05115301162004471, -0.039005450904369354, -0.047156207263469696, 0.057444483041763306, -0.02154913917183876, -0.12674635648727417, 0.0002557095722295344, 0.143532857298851, -0.07906237244606018, -0.0018181405030190945, 0.0032308290246874094, 0.060348983854055405, 0.044118594378232956, 0.04119637981057167, -0.10164451599121094, 0.02608482725918293, 0.01246592216193676, -0.03363148868083954, -0.028164468705654144, 0.008156497962772846, 0.07835527509450912, -0.21697945892810822, 0.0020338469184935093, -0.14078554511070251, 0.011757226660847664, -0.07641053944826126, -0.006896127946674824, -0.08222074061632156, 0.03242125362157822, 0.004625517874956131, 0.1118803396821022, 0.11125602573156357, -0.03202005848288536, -0.0006144302315078676, -0.06265610456466675, 0.06727221608161926, -0.06884542852640152, -0.02960195019841194, -0.025150567293167114, -0.09257599711418152, -0.09335606545209885, 0.09815482050180435, -0.022339481860399246, -0.1427105814218521, 0.007601875811815262, -0.09401176869869232, -0.04369132220745087, -0.021486658602952957, 0.09382037818431854, 0.11086808145046234, 0.09180203825235367, -0.007599277421832085, 0.047748953104019165, 0.03120456263422966, 0.07436691224575043, -0.12886843085289001, -0.10148585587739944 ]
null
null
transformers
<div class="inline-flex flex-col" style="line-height: 1.5;"> <div class="flex"> <div style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;https://pbs.twimg.com/profile_images/1173474608856608768/vEBnPUdm_400x400.jpg&#39;)"> </div> <div style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)"> </div> <div style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)"> </div> </div> <div style="text-align: center; margin-top: 3px; font-size: 16px; font-weight: 800">🤖 AI BOT 🤖</div> <div style="text-align: center; font-size: 16px; font-weight: 800">George</div> <div style="text-align: center; font-size: 14px;">@georgenotfound</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on tweets from George. | Data | George | | --- | --- | | Tweets downloaded | 848 | | Retweets | 6 | | Short tweets | 310 | | Tweets kept | 532 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/2doc1coj/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @georgenotfound's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/155sbgzb) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/155sbgzb/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/georgenotfound') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/georgenotfound/1622013920235/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/georgenotfound
[ "transformers", "pytorch", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
AI BOT George @georgenotfound I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on tweets from George. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @georgenotfound'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 54 ]
[ "passage: TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ -0.0001764487533364445, -0.01891571842133999, -0.0068881697952747345, 0.01242890115827322, 0.16224369406700134, 0.04406825825572014, 0.08452208340167999, 0.14250440895557404, -0.026455026119947433, -0.016114573925733566, 0.17334569990634918, 0.17106501758098602, -0.014037161134183407, 0.08718273043632507, -0.05552244931459427, -0.2646014094352722, 0.044212065637111664, 0.058431971818208694, -0.020032864063978195, 0.14111687242984772, 0.0714879110455513, -0.01828647032380104, 0.10845158249139786, -0.02953636273741722, -0.18877948820590973, 0.03499612212181091, 0.05605728179216385, -0.09992336481809616, 0.11936124414205551, 0.04713086411356926, 0.08659981191158295, 0.015409729443490505, -0.07482189685106277, -0.12249794602394104, 0.03866785019636154, 0.041891295462846756, -0.0629689022898674, 0.05911329388618469, 0.08818957209587097, -0.11120674759149551, 0.1456013321876526, 0.07799911499023438, -0.01863223686814308, 0.07941857725381851, -0.17164963483810425, -0.019008882343769073, -0.036983806639909744, 0.005464354529976845, 0.057414017617702484, 0.07476010918617249, -0.01932354085147381, 0.1732589453458786, -0.0767555758357048, 0.09587065875530243, 0.16117197275161743, -0.2913956344127655, -0.005072304047644138, 0.0498935841023922, 0.06722559779882431, 0.03902119770646095, -0.015738610178232193, 0.08706029504537582, 0.06277379393577576, 0.02536560781300068, -0.0014978112885728478, -0.06339331716299057, -0.0928240567445755, 0.04014677554368973, -0.0745372325181961, -0.06578013300895691, 0.20811960101127625, -0.039430033415555954, 0.050536420196294785, -0.03807967156171799, -0.10491003096103668, -0.02197154052555561, -0.015753688290715218, 0.00720712635666132, -0.06031509116292, 0.08949250727891922, -0.014659170061349869, -0.07363511621952057, -0.15025688707828522, -0.016003666445612907, -0.18369624018669128, 0.1574522852897644, 0.003967532888054848, 0.04864242300391197, -0.2093716263771057, 0.11408322304487228, 0.020872395485639572, -0.08021171391010284, 0.047296058386564255, -0.09546594321727753, 0.07179957628250122, 0.002116252202540636, -0.05267130210995674, -0.02264278009533882, 0.08682441711425781, 0.15258505940437317, -0.026140356436371803, 0.0017382961232215166, -0.027155736461281776, 0.07059825956821442, 0.05281682312488556, 0.040018972009420395, -0.017763059586286545, -0.04289618879556656, 0.045782025903463364, -0.15945611894130707, -0.007582054473459721, -0.06918198615312576, -0.1068587526679039, -0.05112413689494133, 0.022331949323415756, 0.06442617624998093, 0.031878020614385605, 0.11345649510622025, -0.04609488695859909, -0.014168480411171913, 0.06350603699684143, -0.042460083961486816, -0.0172110628336668, -0.016047241166234016, 0.015319211408495903, 0.14095398783683777, -0.018181998282670975, 0.030711950734257698, -0.11251416057348251, 0.0645761713385582, -0.09946728497743607, -0.01914660818874836, -0.0071241967380046844, -0.04078202322125435, 0.029947424307465553, -0.13505136966705322, 0.010975461453199387, -0.1711256355047226, -0.14874492585659027, 0.009897243231534958, -0.02876151353120804, -0.018498392775654793, -0.059200938791036606, -0.03973992541432381, -0.01719699800014496, 0.06084148958325386, -0.04528016224503517, 0.0009662628290243447, -0.05951235070824623, 0.11524756252765656, -0.05245914310216904, 0.06888316571712494, -0.13250301778316498, 0.05976588651537895, -0.15375985205173492, -0.00870948750525713, -0.04503806680440903, 0.08287355303764343, 0.017666861414909363, 0.16653785109519958, -0.006960130762308836, -0.012972959317266941, -0.09847598522901535, 0.06441020965576172, -0.023426895961165428, 0.24133971333503723, -0.06349262595176697, -0.143473818898201, 0.22233937680721283, -0.06944137066602707, -0.1420930027961731, 0.12657590210437775, 0.020838137716054916, 0.07354387640953064, 0.10204131156206131, 0.19502143561840057, 0.014321080408990383, 0.006638950202614069, 0.054760824888944626, 0.0820525735616684, -0.17468082904815674, -0.03090454451739788, -0.00916894432157278, -0.01691337674856186, -0.1358218789100647, 0.043003637343645096, 0.11889315396547318, 0.10293904691934586, -0.07099705934524536, -0.013554582372307777, -0.03317642584443092, -0.004439891315996647, 0.06940841674804688, -0.007896981202065945, 0.09806080162525177, -0.09929461032152176, -0.040301576256752014, -0.058301206678152084, -0.006890235934406519, 0.0024084753822535276, 0.04120192304253578, -0.040066637098789215, 0.10096675902605057, -0.0006905568297952414, 0.05225489288568497, -0.14046427607536316, -0.07798092812299728, -0.020940499380230904, 0.1575685739517212, 0.04120592027902603, 0.04776391014456749, 0.057414863258600235, -0.0481991246342659, -0.0158701092004776, -0.009968787431716919, 0.16312187910079956, -0.0394844189286232, -0.06968989968299866, -0.056453973054885864, 0.10656707733869553, -0.058365050703287125, 0.03222460299730301, -0.04202231392264366, 0.022449776530265808, 0.060929615050554276, 0.12114907056093216, -0.0026538248639553785, 0.029062092304229736, -0.01023187953978777, -0.0038288652431219816, -0.07459788024425507, -0.020947640761733055, 0.10031349956989288, -0.004600553773343563, -0.08327498286962509, 0.23685328662395477, -0.17454755306243896, 0.19663569331169128, 0.2115958034992218, -0.2628093659877777, -0.024321777746081352, -0.06840608268976212, -0.05017746612429619, 0.003011465771123767, 0.05876095965504646, -0.04692309722304344, 0.09809201210737228, -0.02521132305264473, 0.16497591137886047, -0.04652651026844978, -0.07362692058086395, 0.016456644982099533, -0.05898859724402428, -0.0463954322040081, 0.0659271627664566, 0.08106416463851929, -0.15480613708496094, 0.18694530427455902, 0.20838376879692078, 0.07612863928079605, 0.19334357976913452, 0.004058185499161482, -0.014812501147389412, 0.08005014806985855, -0.03805047646164894, -0.04202093929052353, -0.07553261518478394, -0.16944189369678497, -0.01902174763381481, 0.07485251128673553, 0.03750864416360855, 0.11274250596761703, -0.10172852873802185, -0.07372885197401047, -0.016179129481315613, -0.005032413639128208, 0.005167648661881685, 0.1174640879034996, 0.045775800943374634, 0.14043675363063812, -0.019972821697592735, 0.03493902459740639, 0.08747350424528122, 0.02448674477636814, -0.10759711265563965, 0.16407065093517303, -0.14081640541553497, -0.38538745045661926, -0.16212545335292816, -0.13394121825695038, -0.029274288564920425, 0.04825805127620697, 0.11038947850465775, -0.13598975539207458, 0.0011978530092164874, -0.003706524148583412, 0.12342415004968643, -0.0806080624461174, 0.03755999356508255, -0.07838296890258789, 0.026997538283467293, -0.06349453330039978, -0.07917723804712296, -0.036463622003793716, -0.03232228383421898, -0.10000553727149963, 0.1757805496454239, -0.11054177582263947, 0.057571277022361755, 0.1741490364074707, 0.022440658882260323, 0.034390855580568314, -0.0513761006295681, 0.17275545001029968, -0.11779367178678513, 0.02093288116157055, 0.16278521716594696, -0.01799617148935795, 0.08678310364484787, 0.08059167861938477, -0.015366556122899055, -0.10777527838945389, 0.05196633189916611, 0.0019955262541770935, -0.1096891239285469, -0.20052047073841095, -0.12150565534830093, -0.0784008651971817, 0.14483654499053955, 0.05303339660167694, 0.05915789678692818, 0.17167222499847412, 0.08591149002313614, -0.04288473725318909, -0.004711467772722244, -0.012867298908531666, 0.07781979441642761, 0.1684085726737976, -0.017248503863811493, 0.11789125204086304, -0.05446818470954895, -0.11601924896240234, 0.13826869428157806, 0.02504623495042324, 0.050291191786527634, 0.04182872176170349, 0.008374262601137161, -0.009610554203391075, 0.09969738125801086, 0.12988939881324768, 0.118865467607975, -0.008107239380478859, -0.0232877004891634, -0.03601100295782089, -0.00860752072185278, -0.03570752218365669, 0.034572016447782516, 0.011757065542042255, -0.16013272106647491, -0.05726486071944237, -0.12173470109701157, 0.0964120477437973, 0.09787409752607346, 0.08039643615484238, -0.2033146470785141, -0.004589703865349293, 0.07378163933753967, -0.03603411093354225, -0.11624246090650558, 0.086527980864048, 0.033109065145254135, -0.1271866261959076, 0.0817195475101471, -0.03352120518684387, 0.115711510181427, -0.017423994839191437, 0.09427224844694138, -0.04346824064850807, -0.0329415462911129, -0.012381686829030514, 0.10430185496807098, -0.30799204111099243, 0.17485815286636353, -0.019660785794258118, -0.07034741342067719, -0.07672256976366043, -0.025566134601831436, 0.017929747700691223, 0.07530300319194794, 0.09619415551424026, 0.024311896413564682, 0.04642496258020401, -0.09243860840797424, -0.03940937668085098, 0.034113768488168716, 0.13641610741615295, -0.0638844221830368, -0.015862328931689262, -0.04075292870402336, 0.01116214320063591, -0.019626103341579437, -0.027355113998055458, 0.018256209790706635, -0.1504947543144226, 0.05358212813735008, 0.017237937077879906, 0.0753018707036972, 0.03889141231775284, -0.007973386906087399, -0.10224062204360962, 0.18268363177776337, -0.03004412353038788, -0.08521177619695663, -0.127006396651268, -0.04812724515795708, 0.04587927460670471, -0.051474425941705704, 0.034381575882434845, -0.06691597402095795, -0.011345877312123775, -0.06886660307645798, -0.21483656764030457, 0.12495172768831253, -0.0775398537516594, -0.07874035835266113, -0.03474915772676468, 0.20981398224830627, -0.05076101794838905, -0.00018431349599268287, 0.01172169204801321, 0.014822970144450665, -0.1086968258023262, -0.10466268658638, 0.06874550879001617, -0.034708425402641296, 0.02743770368397236, 0.02760813757777214, -0.03700246661901474, 0.02073092758655548, -0.06074898689985275, -0.01314478274434805, 0.2849438786506653, 0.22848764061927795, -0.035804633051157, 0.1875685602426529, 0.10711772739887238, -0.07248730212450027, -0.30828598141670227, -0.0999293103814125, -0.13133330643177032, -0.033457282930612564, -0.02052777260541916, -0.17081500589847565, 0.07089676707983017, 0.04558560997247696, 0.00998434517532587, 0.14900504052639008, -0.21140912175178528, -0.08518896996974945, 0.1092359870672226, -0.03466132655739784, 0.42140644788742065, -0.1164151057600975, -0.09652433544397354, -0.05340435355901718, -0.15239587426185608, 0.20086675882339478, -0.01557826716452837, 0.08761543780565262, -0.031178412958979607, 0.14360429346561432, 0.04995222017168999, -0.01680157333612442, 0.08329997956752777, 0.0014065488940104842, 0.004026432521641254, -0.12653036415576935, -0.022627411410212517, 0.0504734143614769, 0.021120509132742882, 0.0054380460642278194, -0.07736434042453766, 0.028706049546599388, -0.14863882958889008, -0.024921666830778122, -0.10909338295459747, 0.08278775960206985, 0.03857516124844551, -0.07422378659248352, -0.010892878286540508, -0.05615931376814842, -0.023589344695210457, -0.012528443709015846, 0.13453009724617004, -0.050522636622190475, 0.1720355898141861, 0.036824267357587814, 0.11522943526506424, -0.13816054165363312, 0.06146138161420822, -0.07406572997570038, -0.07532623410224915, 0.06773588061332703, -0.13577620685100555, 0.05240122601389885, 0.10075365751981735, -0.03372569754719734, 0.04758675396442413, 0.08927652984857559, 0.000919255951885134, 0.009403540752828121, 0.15953567624092102, -0.2761637568473816, 0.01791755110025406, -0.07046908140182495, -0.07692829519510269, 0.112159863114357, 0.07484955340623856, 0.181244894862175, 0.02791808731853962, -0.0472177192568779, 0.012221097014844418, 0.019269011914730072, -0.05120278522372246, 0.0548672117292881, 0.006578541360795498, -0.011816216632723808, -0.14148055016994476, 0.08790901303291321, -0.0015104453777894378, -0.1429632604122162, 0.02210722118616104, 0.19665491580963135, -0.13288317620754242, -0.10024755448102951, -0.05081937462091446, 0.057288672775030136, -0.13861924409866333, 0.008680099621415138, -0.01990172080695629, -0.09562872350215912, 0.0756591260433197, 0.1573420912027359, 0.05079081282019615, 0.12963363528251648, -0.02916029281914234, -0.008411908522248268, -0.04279141128063202, -0.051675889641046524, 0.02788730151951313, 0.019720058888196945, -0.07752392441034317, 0.08735781908035278, -0.024015765637159348, 0.14329436421394348, -0.10051412135362625, -0.06987810134887695, -0.1344141960144043, -0.005019306670874357, -0.09607285261154175, -0.0959741547703743, -0.08079583197832108, -0.061935000121593475, 0.004180733114480972, -0.039079975336790085, -0.0417400486767292, -0.08063078671693802, -0.10278100520372391, 0.016344387084245682, -0.02737213484942913, 0.028547246009111404, -0.07021904736757278, 0.008450011722743511, 0.12212047725915909, -0.029432062059640884, 0.17478644847869873, 0.15045183897018433, -0.10443241149187088, 0.10585668683052063, -0.17528948187828064, -0.10057486593723297, 0.10386897623538971, -0.01424362976104021, 0.02509693056344986, 0.12928596138954163, 0.018586233258247375, 0.04242280498147011, 0.03278495371341705, 0.06450606882572174, 0.04438134282827377, -0.11879310011863708, 0.08265755325555801, -0.002198860514909029, -0.15595629811286926, -0.061124756932258606, -0.09235648810863495, 0.02707000821828842, 0.02035105973482132, 0.11072126775979996, -0.04177020862698555, 0.08901136368513107, -0.06589431315660477, 0.023006385192275047, 0.025188656523823738, -0.17641755938529968, -0.03692740947008133, -0.05073147267103195, 0.03235582634806633, 0.028527792543172836, 0.22216679155826569, 0.015049049630761147, -0.030550595372915268, 0.0387740358710289, 0.12439186871051788, 0.015807392075657845, -0.0005460345419123769, 0.1709187924861908, 0.10334094613790512, -0.07364179939031601, -0.14011329412460327, 0.0676020160317421, 0.012262817472219467, -0.05599943920969963, 0.11458845436573029, -0.01812131516635418, -0.006866521667689085, 0.0670672059059143, -0.019556820392608643, 0.03449620306491852, -0.06607513129711151, -0.12762659788131714, -0.02478908933699131, 0.04269528388977051, 0.0029638311825692654, 0.12794137001037598, 0.15664103627204895, -0.005168106406927109, 0.026651626452803612, -0.015845872461795807, -0.023246217519044876, -0.13421551883220673, -0.15646639466285706, -0.06222613900899887, -0.14998294413089752, 0.022462334483861923, -0.08663632720708847, 0.047867026180028915, 0.05302877724170685, 0.07266844809055328, -0.06541765481233597, 0.06867647916078568, 0.049353908747434616, -0.11939282715320587, 0.08969518542289734, -0.024748487398028374, 0.04455447196960449, -0.0018985075876116753, -0.03077637031674385, -0.10359742492437363, 0.042003192007541656, -0.01649407483637333, 0.045346152037382126, -0.04421991854906082, 0.022579338401556015, -0.1750071942806244, -0.10995419323444366, -0.04818427562713623, 0.06838665902614594, -0.06683412194252014, 0.04056481271982193, 0.01606888137757778, 0.011690732091665268, 0.030521972104907036, 0.22083373367786407, -0.041100796312093735, -0.04384056478738785, -0.041319385170936584, 0.1635150909423828, -0.014866671524941921, 0.08733032643795013, -0.027159888297319412, -0.008534550666809082, -0.09159335494041443, 0.3551705777645111, 0.29626867175102234, -0.08988689631223679, 0.018322573974728584, -0.023403000086545944, 0.04054094851016998, 0.13749836385250092, 0.13930056989192963, 0.09693139791488647, 0.23870247602462769, -0.069560706615448, -0.05235563591122627, -0.01810343936085701, -0.013992605730891228, -0.06698887050151825, 0.09740167111158371, 0.02308662235736847, -0.05992421507835388, -0.0399320125579834, 0.09157036244869232, -0.2363831102848053, 0.1119081899523735, -0.1049022525548935, -0.15424089133739471, -0.03413557633757591, 0.011207441799342632, 0.07758733630180359, 0.01318280678242445, 0.11218693852424622, 0.013466300442814827, -0.0844072625041008, 0.014990749768912792, 0.034041877835989, -0.25270384550094604, 0.004782035481184721, 0.053680628538131714, -0.12391778826713562, -0.004765757359564304, -0.025234686210751534, 0.013625700026750565, 0.05700398609042168, 0.04094824194908142, -0.03069460764527321, 0.016096249222755432, -0.006652043666690588, -0.020144162699580193, -0.008288858458399773, 0.05953062325716019, 0.04713095352053642, -0.1559005230665207, 0.06380777060985565, -0.13577982783317566, 0.04075455665588379, -0.023885579779744148, -0.012463473714888096, -0.0012933483812958002, 0.01776987873017788, -0.0522073432803154, 0.06581555306911469, 0.07255802303552628, -0.0144086554646492, 0.008549283258616924, -0.08346639573574066, -0.034440234303474426, -0.023841137066483498, -0.10951124131679535, -0.08404874801635742, -0.13158579170703888, -0.12121031433343887, 0.10822955518960953, -0.02819518744945526, -0.18475614488124847, 0.03248962014913559, -0.12301548570394516, 0.05860345810651779, -0.17328192293643951, 0.11332228779792786, 0.07014153152704239, 0.018578365445137024, 0.01264720968902111, -0.007008096668869257, 0.08073210716247559, 0.11507359892129898, -0.0813264548778534, -0.08199906349182129 ]
null
null
transformers
<div class="inline-flex flex-col" style="line-height: 1.5;"> <div class="flex"> <div style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;https://pbs.twimg.com/profile_images/1362683032017244162/vjtrYSK1_400x400.jpg&#39;)"> </div> <div style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)"> </div> <div style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)"> </div> </div> <div style="text-align: center; margin-top: 3px; font-size: 16px; font-weight: 800">🤖 AI BOT 🤖</div> <div style="text-align: center; font-size: 16px; font-weight: 800">Gerard Joling</div> <div style="text-align: center; font-size: 14px;">@gerardjoling</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on tweets from Gerard Joling. | Data | Gerard Joling | | --- | --- | | Tweets downloaded | 3250 | | Retweets | 102 | | Short tweets | 33 | | Tweets kept | 3115 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/nnhwkwwc/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @gerardjoling's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/2hq3zjug) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/2hq3zjug/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/gerardjoling') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/gerardjoling/1628602714633/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/gerardjoling
[ "transformers", "pytorch", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
AI BOT Gerard Joling @gerardjoling I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on tweets from Gerard Joling. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @gerardjoling'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 54 ]
[ "passage: TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ -0.0001764487533364445, -0.01891571842133999, -0.0068881697952747345, 0.01242890115827322, 0.16224369406700134, 0.04406825825572014, 0.08452208340167999, 0.14250440895557404, -0.026455026119947433, -0.016114573925733566, 0.17334569990634918, 0.17106501758098602, -0.014037161134183407, 0.08718273043632507, -0.05552244931459427, -0.2646014094352722, 0.044212065637111664, 0.058431971818208694, -0.020032864063978195, 0.14111687242984772, 0.0714879110455513, -0.01828647032380104, 0.10845158249139786, -0.02953636273741722, -0.18877948820590973, 0.03499612212181091, 0.05605728179216385, -0.09992336481809616, 0.11936124414205551, 0.04713086411356926, 0.08659981191158295, 0.015409729443490505, -0.07482189685106277, -0.12249794602394104, 0.03866785019636154, 0.041891295462846756, -0.0629689022898674, 0.05911329388618469, 0.08818957209587097, -0.11120674759149551, 0.1456013321876526, 0.07799911499023438, -0.01863223686814308, 0.07941857725381851, -0.17164963483810425, -0.019008882343769073, -0.036983806639909744, 0.005464354529976845, 0.057414017617702484, 0.07476010918617249, -0.01932354085147381, 0.1732589453458786, -0.0767555758357048, 0.09587065875530243, 0.16117197275161743, -0.2913956344127655, -0.005072304047644138, 0.0498935841023922, 0.06722559779882431, 0.03902119770646095, -0.015738610178232193, 0.08706029504537582, 0.06277379393577576, 0.02536560781300068, -0.0014978112885728478, -0.06339331716299057, -0.0928240567445755, 0.04014677554368973, -0.0745372325181961, -0.06578013300895691, 0.20811960101127625, -0.039430033415555954, 0.050536420196294785, -0.03807967156171799, -0.10491003096103668, -0.02197154052555561, -0.015753688290715218, 0.00720712635666132, -0.06031509116292, 0.08949250727891922, -0.014659170061349869, -0.07363511621952057, -0.15025688707828522, -0.016003666445612907, -0.18369624018669128, 0.1574522852897644, 0.003967532888054848, 0.04864242300391197, -0.2093716263771057, 0.11408322304487228, 0.020872395485639572, -0.08021171391010284, 0.047296058386564255, -0.09546594321727753, 0.07179957628250122, 0.002116252202540636, -0.05267130210995674, -0.02264278009533882, 0.08682441711425781, 0.15258505940437317, -0.026140356436371803, 0.0017382961232215166, -0.027155736461281776, 0.07059825956821442, 0.05281682312488556, 0.040018972009420395, -0.017763059586286545, -0.04289618879556656, 0.045782025903463364, -0.15945611894130707, -0.007582054473459721, -0.06918198615312576, -0.1068587526679039, -0.05112413689494133, 0.022331949323415756, 0.06442617624998093, 0.031878020614385605, 0.11345649510622025, -0.04609488695859909, -0.014168480411171913, 0.06350603699684143, -0.042460083961486816, -0.0172110628336668, -0.016047241166234016, 0.015319211408495903, 0.14095398783683777, -0.018181998282670975, 0.030711950734257698, -0.11251416057348251, 0.0645761713385582, -0.09946728497743607, -0.01914660818874836, -0.0071241967380046844, -0.04078202322125435, 0.029947424307465553, -0.13505136966705322, 0.010975461453199387, -0.1711256355047226, -0.14874492585659027, 0.009897243231534958, -0.02876151353120804, -0.018498392775654793, -0.059200938791036606, -0.03973992541432381, -0.01719699800014496, 0.06084148958325386, -0.04528016224503517, 0.0009662628290243447, -0.05951235070824623, 0.11524756252765656, -0.05245914310216904, 0.06888316571712494, -0.13250301778316498, 0.05976588651537895, -0.15375985205173492, -0.00870948750525713, -0.04503806680440903, 0.08287355303764343, 0.017666861414909363, 0.16653785109519958, -0.006960130762308836, -0.012972959317266941, -0.09847598522901535, 0.06441020965576172, -0.023426895961165428, 0.24133971333503723, -0.06349262595176697, -0.143473818898201, 0.22233937680721283, -0.06944137066602707, -0.1420930027961731, 0.12657590210437775, 0.020838137716054916, 0.07354387640953064, 0.10204131156206131, 0.19502143561840057, 0.014321080408990383, 0.006638950202614069, 0.054760824888944626, 0.0820525735616684, -0.17468082904815674, -0.03090454451739788, -0.00916894432157278, -0.01691337674856186, -0.1358218789100647, 0.043003637343645096, 0.11889315396547318, 0.10293904691934586, -0.07099705934524536, -0.013554582372307777, -0.03317642584443092, -0.004439891315996647, 0.06940841674804688, -0.007896981202065945, 0.09806080162525177, -0.09929461032152176, -0.040301576256752014, -0.058301206678152084, -0.006890235934406519, 0.0024084753822535276, 0.04120192304253578, -0.040066637098789215, 0.10096675902605057, -0.0006905568297952414, 0.05225489288568497, -0.14046427607536316, -0.07798092812299728, -0.020940499380230904, 0.1575685739517212, 0.04120592027902603, 0.04776391014456749, 0.057414863258600235, -0.0481991246342659, -0.0158701092004776, -0.009968787431716919, 0.16312187910079956, -0.0394844189286232, -0.06968989968299866, -0.056453973054885864, 0.10656707733869553, -0.058365050703287125, 0.03222460299730301, -0.04202231392264366, 0.022449776530265808, 0.060929615050554276, 0.12114907056093216, -0.0026538248639553785, 0.029062092304229736, -0.01023187953978777, -0.0038288652431219816, -0.07459788024425507, -0.020947640761733055, 0.10031349956989288, -0.004600553773343563, -0.08327498286962509, 0.23685328662395477, -0.17454755306243896, 0.19663569331169128, 0.2115958034992218, -0.2628093659877777, -0.024321777746081352, -0.06840608268976212, -0.05017746612429619, 0.003011465771123767, 0.05876095965504646, -0.04692309722304344, 0.09809201210737228, -0.02521132305264473, 0.16497591137886047, -0.04652651026844978, -0.07362692058086395, 0.016456644982099533, -0.05898859724402428, -0.0463954322040081, 0.0659271627664566, 0.08106416463851929, -0.15480613708496094, 0.18694530427455902, 0.20838376879692078, 0.07612863928079605, 0.19334357976913452, 0.004058185499161482, -0.014812501147389412, 0.08005014806985855, -0.03805047646164894, -0.04202093929052353, -0.07553261518478394, -0.16944189369678497, -0.01902174763381481, 0.07485251128673553, 0.03750864416360855, 0.11274250596761703, -0.10172852873802185, -0.07372885197401047, -0.016179129481315613, -0.005032413639128208, 0.005167648661881685, 0.1174640879034996, 0.045775800943374634, 0.14043675363063812, -0.019972821697592735, 0.03493902459740639, 0.08747350424528122, 0.02448674477636814, -0.10759711265563965, 0.16407065093517303, -0.14081640541553497, -0.38538745045661926, -0.16212545335292816, -0.13394121825695038, -0.029274288564920425, 0.04825805127620697, 0.11038947850465775, -0.13598975539207458, 0.0011978530092164874, -0.003706524148583412, 0.12342415004968643, -0.0806080624461174, 0.03755999356508255, -0.07838296890258789, 0.026997538283467293, -0.06349453330039978, -0.07917723804712296, -0.036463622003793716, -0.03232228383421898, -0.10000553727149963, 0.1757805496454239, -0.11054177582263947, 0.057571277022361755, 0.1741490364074707, 0.022440658882260323, 0.034390855580568314, -0.0513761006295681, 0.17275545001029968, -0.11779367178678513, 0.02093288116157055, 0.16278521716594696, -0.01799617148935795, 0.08678310364484787, 0.08059167861938477, -0.015366556122899055, -0.10777527838945389, 0.05196633189916611, 0.0019955262541770935, -0.1096891239285469, -0.20052047073841095, -0.12150565534830093, -0.0784008651971817, 0.14483654499053955, 0.05303339660167694, 0.05915789678692818, 0.17167222499847412, 0.08591149002313614, -0.04288473725318909, -0.004711467772722244, -0.012867298908531666, 0.07781979441642761, 0.1684085726737976, -0.017248503863811493, 0.11789125204086304, -0.05446818470954895, -0.11601924896240234, 0.13826869428157806, 0.02504623495042324, 0.050291191786527634, 0.04182872176170349, 0.008374262601137161, -0.009610554203391075, 0.09969738125801086, 0.12988939881324768, 0.118865467607975, -0.008107239380478859, -0.0232877004891634, -0.03601100295782089, -0.00860752072185278, -0.03570752218365669, 0.034572016447782516, 0.011757065542042255, -0.16013272106647491, -0.05726486071944237, -0.12173470109701157, 0.0964120477437973, 0.09787409752607346, 0.08039643615484238, -0.2033146470785141, -0.004589703865349293, 0.07378163933753967, -0.03603411093354225, -0.11624246090650558, 0.086527980864048, 0.033109065145254135, -0.1271866261959076, 0.0817195475101471, -0.03352120518684387, 0.115711510181427, -0.017423994839191437, 0.09427224844694138, -0.04346824064850807, -0.0329415462911129, -0.012381686829030514, 0.10430185496807098, -0.30799204111099243, 0.17485815286636353, -0.019660785794258118, -0.07034741342067719, -0.07672256976366043, -0.025566134601831436, 0.017929747700691223, 0.07530300319194794, 0.09619415551424026, 0.024311896413564682, 0.04642496258020401, -0.09243860840797424, -0.03940937668085098, 0.034113768488168716, 0.13641610741615295, -0.0638844221830368, -0.015862328931689262, -0.04075292870402336, 0.01116214320063591, -0.019626103341579437, -0.027355113998055458, 0.018256209790706635, -0.1504947543144226, 0.05358212813735008, 0.017237937077879906, 0.0753018707036972, 0.03889141231775284, -0.007973386906087399, -0.10224062204360962, 0.18268363177776337, -0.03004412353038788, -0.08521177619695663, -0.127006396651268, -0.04812724515795708, 0.04587927460670471, -0.051474425941705704, 0.034381575882434845, -0.06691597402095795, -0.011345877312123775, -0.06886660307645798, -0.21483656764030457, 0.12495172768831253, -0.0775398537516594, -0.07874035835266113, -0.03474915772676468, 0.20981398224830627, -0.05076101794838905, -0.00018431349599268287, 0.01172169204801321, 0.014822970144450665, -0.1086968258023262, -0.10466268658638, 0.06874550879001617, -0.034708425402641296, 0.02743770368397236, 0.02760813757777214, -0.03700246661901474, 0.02073092758655548, -0.06074898689985275, -0.01314478274434805, 0.2849438786506653, 0.22848764061927795, -0.035804633051157, 0.1875685602426529, 0.10711772739887238, -0.07248730212450027, -0.30828598141670227, -0.0999293103814125, -0.13133330643177032, -0.033457282930612564, -0.02052777260541916, -0.17081500589847565, 0.07089676707983017, 0.04558560997247696, 0.00998434517532587, 0.14900504052639008, -0.21140912175178528, -0.08518896996974945, 0.1092359870672226, -0.03466132655739784, 0.42140644788742065, -0.1164151057600975, -0.09652433544397354, -0.05340435355901718, -0.15239587426185608, 0.20086675882339478, -0.01557826716452837, 0.08761543780565262, -0.031178412958979607, 0.14360429346561432, 0.04995222017168999, -0.01680157333612442, 0.08329997956752777, 0.0014065488940104842, 0.004026432521641254, -0.12653036415576935, -0.022627411410212517, 0.0504734143614769, 0.021120509132742882, 0.0054380460642278194, -0.07736434042453766, 0.028706049546599388, -0.14863882958889008, -0.024921666830778122, -0.10909338295459747, 0.08278775960206985, 0.03857516124844551, -0.07422378659248352, -0.010892878286540508, -0.05615931376814842, -0.023589344695210457, -0.012528443709015846, 0.13453009724617004, -0.050522636622190475, 0.1720355898141861, 0.036824267357587814, 0.11522943526506424, -0.13816054165363312, 0.06146138161420822, -0.07406572997570038, -0.07532623410224915, 0.06773588061332703, -0.13577620685100555, 0.05240122601389885, 0.10075365751981735, -0.03372569754719734, 0.04758675396442413, 0.08927652984857559, 0.000919255951885134, 0.009403540752828121, 0.15953567624092102, -0.2761637568473816, 0.01791755110025406, -0.07046908140182495, -0.07692829519510269, 0.112159863114357, 0.07484955340623856, 0.181244894862175, 0.02791808731853962, -0.0472177192568779, 0.012221097014844418, 0.019269011914730072, -0.05120278522372246, 0.0548672117292881, 0.006578541360795498, -0.011816216632723808, -0.14148055016994476, 0.08790901303291321, -0.0015104453777894378, -0.1429632604122162, 0.02210722118616104, 0.19665491580963135, -0.13288317620754242, -0.10024755448102951, -0.05081937462091446, 0.057288672775030136, -0.13861924409866333, 0.008680099621415138, -0.01990172080695629, -0.09562872350215912, 0.0756591260433197, 0.1573420912027359, 0.05079081282019615, 0.12963363528251648, -0.02916029281914234, -0.008411908522248268, -0.04279141128063202, -0.051675889641046524, 0.02788730151951313, 0.019720058888196945, -0.07752392441034317, 0.08735781908035278, -0.024015765637159348, 0.14329436421394348, -0.10051412135362625, -0.06987810134887695, -0.1344141960144043, -0.005019306670874357, -0.09607285261154175, -0.0959741547703743, -0.08079583197832108, -0.061935000121593475, 0.004180733114480972, -0.039079975336790085, -0.0417400486767292, -0.08063078671693802, -0.10278100520372391, 0.016344387084245682, -0.02737213484942913, 0.028547246009111404, -0.07021904736757278, 0.008450011722743511, 0.12212047725915909, -0.029432062059640884, 0.17478644847869873, 0.15045183897018433, -0.10443241149187088, 0.10585668683052063, -0.17528948187828064, -0.10057486593723297, 0.10386897623538971, -0.01424362976104021, 0.02509693056344986, 0.12928596138954163, 0.018586233258247375, 0.04242280498147011, 0.03278495371341705, 0.06450606882572174, 0.04438134282827377, -0.11879310011863708, 0.08265755325555801, -0.002198860514909029, -0.15595629811286926, -0.061124756932258606, -0.09235648810863495, 0.02707000821828842, 0.02035105973482132, 0.11072126775979996, -0.04177020862698555, 0.08901136368513107, -0.06589431315660477, 0.023006385192275047, 0.025188656523823738, -0.17641755938529968, -0.03692740947008133, -0.05073147267103195, 0.03235582634806633, 0.028527792543172836, 0.22216679155826569, 0.015049049630761147, -0.030550595372915268, 0.0387740358710289, 0.12439186871051788, 0.015807392075657845, -0.0005460345419123769, 0.1709187924861908, 0.10334094613790512, -0.07364179939031601, -0.14011329412460327, 0.0676020160317421, 0.012262817472219467, -0.05599943920969963, 0.11458845436573029, -0.01812131516635418, -0.006866521667689085, 0.0670672059059143, -0.019556820392608643, 0.03449620306491852, -0.06607513129711151, -0.12762659788131714, -0.02478908933699131, 0.04269528388977051, 0.0029638311825692654, 0.12794137001037598, 0.15664103627204895, -0.005168106406927109, 0.026651626452803612, -0.015845872461795807, -0.023246217519044876, -0.13421551883220673, -0.15646639466285706, -0.06222613900899887, -0.14998294413089752, 0.022462334483861923, -0.08663632720708847, 0.047867026180028915, 0.05302877724170685, 0.07266844809055328, -0.06541765481233597, 0.06867647916078568, 0.049353908747434616, -0.11939282715320587, 0.08969518542289734, -0.024748487398028374, 0.04455447196960449, -0.0018985075876116753, -0.03077637031674385, -0.10359742492437363, 0.042003192007541656, -0.01649407483637333, 0.045346152037382126, -0.04421991854906082, 0.022579338401556015, -0.1750071942806244, -0.10995419323444366, -0.04818427562713623, 0.06838665902614594, -0.06683412194252014, 0.04056481271982193, 0.01606888137757778, 0.011690732091665268, 0.030521972104907036, 0.22083373367786407, -0.041100796312093735, -0.04384056478738785, -0.041319385170936584, 0.1635150909423828, -0.014866671524941921, 0.08733032643795013, -0.027159888297319412, -0.008534550666809082, -0.09159335494041443, 0.3551705777645111, 0.29626867175102234, -0.08988689631223679, 0.018322573974728584, -0.023403000086545944, 0.04054094851016998, 0.13749836385250092, 0.13930056989192963, 0.09693139791488647, 0.23870247602462769, -0.069560706615448, -0.05235563591122627, -0.01810343936085701, -0.013992605730891228, -0.06698887050151825, 0.09740167111158371, 0.02308662235736847, -0.05992421507835388, -0.0399320125579834, 0.09157036244869232, -0.2363831102848053, 0.1119081899523735, -0.1049022525548935, -0.15424089133739471, -0.03413557633757591, 0.011207441799342632, 0.07758733630180359, 0.01318280678242445, 0.11218693852424622, 0.013466300442814827, -0.0844072625041008, 0.014990749768912792, 0.034041877835989, -0.25270384550094604, 0.004782035481184721, 0.053680628538131714, -0.12391778826713562, -0.004765757359564304, -0.025234686210751534, 0.013625700026750565, 0.05700398609042168, 0.04094824194908142, -0.03069460764527321, 0.016096249222755432, -0.006652043666690588, -0.020144162699580193, -0.008288858458399773, 0.05953062325716019, 0.04713095352053642, -0.1559005230665207, 0.06380777060985565, -0.13577982783317566, 0.04075455665588379, -0.023885579779744148, -0.012463473714888096, -0.0012933483812958002, 0.01776987873017788, -0.0522073432803154, 0.06581555306911469, 0.07255802303552628, -0.0144086554646492, 0.008549283258616924, -0.08346639573574066, -0.034440234303474426, -0.023841137066483498, -0.10951124131679535, -0.08404874801635742, -0.13158579170703888, -0.12121031433343887, 0.10822955518960953, -0.02819518744945526, -0.18475614488124847, 0.03248962014913559, -0.12301548570394516, 0.05860345810651779, -0.17328192293643951, 0.11332228779792786, 0.07014153152704239, 0.018578365445137024, 0.01264720968902111, -0.007008096668869257, 0.08073210716247559, 0.11507359892129898, -0.0813264548778534, -0.08199906349182129 ]
null
null
transformers
<div class="inline-flex flex-col" style="line-height: 1.5;"> <div class="flex"> <div style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;https://pbs.twimg.com/profile_images/1431241007421665284/qoHnns8I_400x400.jpg&#39;)"> </div> <div style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)"> </div> <div style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)"> </div> </div> <div style="text-align: center; margin-top: 3px; font-size: 16px; font-weight: 800">🤖 AI BOT 🤖</div> <div style="text-align: center; font-size: 16px; font-weight: 800">ᐸGerardSans/ᐳ🤣🇬🇧</div> <div style="text-align: center; font-size: 14px;">@gerardsans</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on tweets from ᐸGerardSans/ᐳ🤣🇬🇧. | Data | ᐸGerardSans/ᐳ🤣🇬🇧 | | --- | --- | | Tweets downloaded | 3250 | | Retweets | 648 | | Short tweets | 586 | | Tweets kept | 2016 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/115pr1rh/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @gerardsans's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/10heg4by) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/10heg4by/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/gerardsans') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/gerardsans/1634670781074/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/gerardsans
[ "transformers", "pytorch", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
AI BOT ᐸGerardSans/ᐳ🇬🇧 @gerardsans I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on tweets from ᐸGerardSans/ᐳ🇬🇧. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @gerardsans'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 54 ]
[ "passage: TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ -0.0001764487533364445, -0.01891571842133999, -0.0068881697952747345, 0.01242890115827322, 0.16224369406700134, 0.04406825825572014, 0.08452208340167999, 0.14250440895557404, -0.026455026119947433, -0.016114573925733566, 0.17334569990634918, 0.17106501758098602, -0.014037161134183407, 0.08718273043632507, -0.05552244931459427, -0.2646014094352722, 0.044212065637111664, 0.058431971818208694, -0.020032864063978195, 0.14111687242984772, 0.0714879110455513, -0.01828647032380104, 0.10845158249139786, -0.02953636273741722, -0.18877948820590973, 0.03499612212181091, 0.05605728179216385, -0.09992336481809616, 0.11936124414205551, 0.04713086411356926, 0.08659981191158295, 0.015409729443490505, -0.07482189685106277, -0.12249794602394104, 0.03866785019636154, 0.041891295462846756, -0.0629689022898674, 0.05911329388618469, 0.08818957209587097, -0.11120674759149551, 0.1456013321876526, 0.07799911499023438, -0.01863223686814308, 0.07941857725381851, -0.17164963483810425, -0.019008882343769073, -0.036983806639909744, 0.005464354529976845, 0.057414017617702484, 0.07476010918617249, -0.01932354085147381, 0.1732589453458786, -0.0767555758357048, 0.09587065875530243, 0.16117197275161743, -0.2913956344127655, -0.005072304047644138, 0.0498935841023922, 0.06722559779882431, 0.03902119770646095, -0.015738610178232193, 0.08706029504537582, 0.06277379393577576, 0.02536560781300068, -0.0014978112885728478, -0.06339331716299057, -0.0928240567445755, 0.04014677554368973, -0.0745372325181961, -0.06578013300895691, 0.20811960101127625, -0.039430033415555954, 0.050536420196294785, -0.03807967156171799, -0.10491003096103668, -0.02197154052555561, -0.015753688290715218, 0.00720712635666132, -0.06031509116292, 0.08949250727891922, -0.014659170061349869, -0.07363511621952057, -0.15025688707828522, -0.016003666445612907, -0.18369624018669128, 0.1574522852897644, 0.003967532888054848, 0.04864242300391197, -0.2093716263771057, 0.11408322304487228, 0.020872395485639572, -0.08021171391010284, 0.047296058386564255, -0.09546594321727753, 0.07179957628250122, 0.002116252202540636, -0.05267130210995674, -0.02264278009533882, 0.08682441711425781, 0.15258505940437317, -0.026140356436371803, 0.0017382961232215166, -0.027155736461281776, 0.07059825956821442, 0.05281682312488556, 0.040018972009420395, -0.017763059586286545, -0.04289618879556656, 0.045782025903463364, -0.15945611894130707, -0.007582054473459721, -0.06918198615312576, -0.1068587526679039, -0.05112413689494133, 0.022331949323415756, 0.06442617624998093, 0.031878020614385605, 0.11345649510622025, -0.04609488695859909, -0.014168480411171913, 0.06350603699684143, -0.042460083961486816, -0.0172110628336668, -0.016047241166234016, 0.015319211408495903, 0.14095398783683777, -0.018181998282670975, 0.030711950734257698, -0.11251416057348251, 0.0645761713385582, -0.09946728497743607, -0.01914660818874836, -0.0071241967380046844, -0.04078202322125435, 0.029947424307465553, -0.13505136966705322, 0.010975461453199387, -0.1711256355047226, -0.14874492585659027, 0.009897243231534958, -0.02876151353120804, -0.018498392775654793, -0.059200938791036606, -0.03973992541432381, -0.01719699800014496, 0.06084148958325386, -0.04528016224503517, 0.0009662628290243447, -0.05951235070824623, 0.11524756252765656, -0.05245914310216904, 0.06888316571712494, -0.13250301778316498, 0.05976588651537895, -0.15375985205173492, -0.00870948750525713, -0.04503806680440903, 0.08287355303764343, 0.017666861414909363, 0.16653785109519958, -0.006960130762308836, -0.012972959317266941, -0.09847598522901535, 0.06441020965576172, -0.023426895961165428, 0.24133971333503723, -0.06349262595176697, -0.143473818898201, 0.22233937680721283, -0.06944137066602707, -0.1420930027961731, 0.12657590210437775, 0.020838137716054916, 0.07354387640953064, 0.10204131156206131, 0.19502143561840057, 0.014321080408990383, 0.006638950202614069, 0.054760824888944626, 0.0820525735616684, -0.17468082904815674, -0.03090454451739788, -0.00916894432157278, -0.01691337674856186, -0.1358218789100647, 0.043003637343645096, 0.11889315396547318, 0.10293904691934586, -0.07099705934524536, -0.013554582372307777, -0.03317642584443092, -0.004439891315996647, 0.06940841674804688, -0.007896981202065945, 0.09806080162525177, -0.09929461032152176, -0.040301576256752014, -0.058301206678152084, -0.006890235934406519, 0.0024084753822535276, 0.04120192304253578, -0.040066637098789215, 0.10096675902605057, -0.0006905568297952414, 0.05225489288568497, -0.14046427607536316, -0.07798092812299728, -0.020940499380230904, 0.1575685739517212, 0.04120592027902603, 0.04776391014456749, 0.057414863258600235, -0.0481991246342659, -0.0158701092004776, -0.009968787431716919, 0.16312187910079956, -0.0394844189286232, -0.06968989968299866, -0.056453973054885864, 0.10656707733869553, -0.058365050703287125, 0.03222460299730301, -0.04202231392264366, 0.022449776530265808, 0.060929615050554276, 0.12114907056093216, -0.0026538248639553785, 0.029062092304229736, -0.01023187953978777, -0.0038288652431219816, -0.07459788024425507, -0.020947640761733055, 0.10031349956989288, -0.004600553773343563, -0.08327498286962509, 0.23685328662395477, -0.17454755306243896, 0.19663569331169128, 0.2115958034992218, -0.2628093659877777, -0.024321777746081352, -0.06840608268976212, -0.05017746612429619, 0.003011465771123767, 0.05876095965504646, -0.04692309722304344, 0.09809201210737228, -0.02521132305264473, 0.16497591137886047, -0.04652651026844978, -0.07362692058086395, 0.016456644982099533, -0.05898859724402428, -0.0463954322040081, 0.0659271627664566, 0.08106416463851929, -0.15480613708496094, 0.18694530427455902, 0.20838376879692078, 0.07612863928079605, 0.19334357976913452, 0.004058185499161482, -0.014812501147389412, 0.08005014806985855, -0.03805047646164894, -0.04202093929052353, -0.07553261518478394, -0.16944189369678497, -0.01902174763381481, 0.07485251128673553, 0.03750864416360855, 0.11274250596761703, -0.10172852873802185, -0.07372885197401047, -0.016179129481315613, -0.005032413639128208, 0.005167648661881685, 0.1174640879034996, 0.045775800943374634, 0.14043675363063812, -0.019972821697592735, 0.03493902459740639, 0.08747350424528122, 0.02448674477636814, -0.10759711265563965, 0.16407065093517303, -0.14081640541553497, -0.38538745045661926, -0.16212545335292816, -0.13394121825695038, -0.029274288564920425, 0.04825805127620697, 0.11038947850465775, -0.13598975539207458, 0.0011978530092164874, -0.003706524148583412, 0.12342415004968643, -0.0806080624461174, 0.03755999356508255, -0.07838296890258789, 0.026997538283467293, -0.06349453330039978, -0.07917723804712296, -0.036463622003793716, -0.03232228383421898, -0.10000553727149963, 0.1757805496454239, -0.11054177582263947, 0.057571277022361755, 0.1741490364074707, 0.022440658882260323, 0.034390855580568314, -0.0513761006295681, 0.17275545001029968, -0.11779367178678513, 0.02093288116157055, 0.16278521716594696, -0.01799617148935795, 0.08678310364484787, 0.08059167861938477, -0.015366556122899055, -0.10777527838945389, 0.05196633189916611, 0.0019955262541770935, -0.1096891239285469, -0.20052047073841095, -0.12150565534830093, -0.0784008651971817, 0.14483654499053955, 0.05303339660167694, 0.05915789678692818, 0.17167222499847412, 0.08591149002313614, -0.04288473725318909, -0.004711467772722244, -0.012867298908531666, 0.07781979441642761, 0.1684085726737976, -0.017248503863811493, 0.11789125204086304, -0.05446818470954895, -0.11601924896240234, 0.13826869428157806, 0.02504623495042324, 0.050291191786527634, 0.04182872176170349, 0.008374262601137161, -0.009610554203391075, 0.09969738125801086, 0.12988939881324768, 0.118865467607975, -0.008107239380478859, -0.0232877004891634, -0.03601100295782089, -0.00860752072185278, -0.03570752218365669, 0.034572016447782516, 0.011757065542042255, -0.16013272106647491, -0.05726486071944237, -0.12173470109701157, 0.0964120477437973, 0.09787409752607346, 0.08039643615484238, -0.2033146470785141, -0.004589703865349293, 0.07378163933753967, -0.03603411093354225, -0.11624246090650558, 0.086527980864048, 0.033109065145254135, -0.1271866261959076, 0.0817195475101471, -0.03352120518684387, 0.115711510181427, -0.017423994839191437, 0.09427224844694138, -0.04346824064850807, -0.0329415462911129, -0.012381686829030514, 0.10430185496807098, -0.30799204111099243, 0.17485815286636353, -0.019660785794258118, -0.07034741342067719, -0.07672256976366043, -0.025566134601831436, 0.017929747700691223, 0.07530300319194794, 0.09619415551424026, 0.024311896413564682, 0.04642496258020401, -0.09243860840797424, -0.03940937668085098, 0.034113768488168716, 0.13641610741615295, -0.0638844221830368, -0.015862328931689262, -0.04075292870402336, 0.01116214320063591, -0.019626103341579437, -0.027355113998055458, 0.018256209790706635, -0.1504947543144226, 0.05358212813735008, 0.017237937077879906, 0.0753018707036972, 0.03889141231775284, -0.007973386906087399, -0.10224062204360962, 0.18268363177776337, -0.03004412353038788, -0.08521177619695663, -0.127006396651268, -0.04812724515795708, 0.04587927460670471, -0.051474425941705704, 0.034381575882434845, -0.06691597402095795, -0.011345877312123775, -0.06886660307645798, -0.21483656764030457, 0.12495172768831253, -0.0775398537516594, -0.07874035835266113, -0.03474915772676468, 0.20981398224830627, -0.05076101794838905, -0.00018431349599268287, 0.01172169204801321, 0.014822970144450665, -0.1086968258023262, -0.10466268658638, 0.06874550879001617, -0.034708425402641296, 0.02743770368397236, 0.02760813757777214, -0.03700246661901474, 0.02073092758655548, -0.06074898689985275, -0.01314478274434805, 0.2849438786506653, 0.22848764061927795, -0.035804633051157, 0.1875685602426529, 0.10711772739887238, -0.07248730212450027, -0.30828598141670227, -0.0999293103814125, -0.13133330643177032, -0.033457282930612564, -0.02052777260541916, -0.17081500589847565, 0.07089676707983017, 0.04558560997247696, 0.00998434517532587, 0.14900504052639008, -0.21140912175178528, -0.08518896996974945, 0.1092359870672226, -0.03466132655739784, 0.42140644788742065, -0.1164151057600975, -0.09652433544397354, -0.05340435355901718, -0.15239587426185608, 0.20086675882339478, -0.01557826716452837, 0.08761543780565262, -0.031178412958979607, 0.14360429346561432, 0.04995222017168999, -0.01680157333612442, 0.08329997956752777, 0.0014065488940104842, 0.004026432521641254, -0.12653036415576935, -0.022627411410212517, 0.0504734143614769, 0.021120509132742882, 0.0054380460642278194, -0.07736434042453766, 0.028706049546599388, -0.14863882958889008, -0.024921666830778122, -0.10909338295459747, 0.08278775960206985, 0.03857516124844551, -0.07422378659248352, -0.010892878286540508, -0.05615931376814842, -0.023589344695210457, -0.012528443709015846, 0.13453009724617004, -0.050522636622190475, 0.1720355898141861, 0.036824267357587814, 0.11522943526506424, -0.13816054165363312, 0.06146138161420822, -0.07406572997570038, -0.07532623410224915, 0.06773588061332703, -0.13577620685100555, 0.05240122601389885, 0.10075365751981735, -0.03372569754719734, 0.04758675396442413, 0.08927652984857559, 0.000919255951885134, 0.009403540752828121, 0.15953567624092102, -0.2761637568473816, 0.01791755110025406, -0.07046908140182495, -0.07692829519510269, 0.112159863114357, 0.07484955340623856, 0.181244894862175, 0.02791808731853962, -0.0472177192568779, 0.012221097014844418, 0.019269011914730072, -0.05120278522372246, 0.0548672117292881, 0.006578541360795498, -0.011816216632723808, -0.14148055016994476, 0.08790901303291321, -0.0015104453777894378, -0.1429632604122162, 0.02210722118616104, 0.19665491580963135, -0.13288317620754242, -0.10024755448102951, -0.05081937462091446, 0.057288672775030136, -0.13861924409866333, 0.008680099621415138, -0.01990172080695629, -0.09562872350215912, 0.0756591260433197, 0.1573420912027359, 0.05079081282019615, 0.12963363528251648, -0.02916029281914234, -0.008411908522248268, -0.04279141128063202, -0.051675889641046524, 0.02788730151951313, 0.019720058888196945, -0.07752392441034317, 0.08735781908035278, -0.024015765637159348, 0.14329436421394348, -0.10051412135362625, -0.06987810134887695, -0.1344141960144043, -0.005019306670874357, -0.09607285261154175, -0.0959741547703743, -0.08079583197832108, -0.061935000121593475, 0.004180733114480972, -0.039079975336790085, -0.0417400486767292, -0.08063078671693802, -0.10278100520372391, 0.016344387084245682, -0.02737213484942913, 0.028547246009111404, -0.07021904736757278, 0.008450011722743511, 0.12212047725915909, -0.029432062059640884, 0.17478644847869873, 0.15045183897018433, -0.10443241149187088, 0.10585668683052063, -0.17528948187828064, -0.10057486593723297, 0.10386897623538971, -0.01424362976104021, 0.02509693056344986, 0.12928596138954163, 0.018586233258247375, 0.04242280498147011, 0.03278495371341705, 0.06450606882572174, 0.04438134282827377, -0.11879310011863708, 0.08265755325555801, -0.002198860514909029, -0.15595629811286926, -0.061124756932258606, -0.09235648810863495, 0.02707000821828842, 0.02035105973482132, 0.11072126775979996, -0.04177020862698555, 0.08901136368513107, -0.06589431315660477, 0.023006385192275047, 0.025188656523823738, -0.17641755938529968, -0.03692740947008133, -0.05073147267103195, 0.03235582634806633, 0.028527792543172836, 0.22216679155826569, 0.015049049630761147, -0.030550595372915268, 0.0387740358710289, 0.12439186871051788, 0.015807392075657845, -0.0005460345419123769, 0.1709187924861908, 0.10334094613790512, -0.07364179939031601, -0.14011329412460327, 0.0676020160317421, 0.012262817472219467, -0.05599943920969963, 0.11458845436573029, -0.01812131516635418, -0.006866521667689085, 0.0670672059059143, -0.019556820392608643, 0.03449620306491852, -0.06607513129711151, -0.12762659788131714, -0.02478908933699131, 0.04269528388977051, 0.0029638311825692654, 0.12794137001037598, 0.15664103627204895, -0.005168106406927109, 0.026651626452803612, -0.015845872461795807, -0.023246217519044876, -0.13421551883220673, -0.15646639466285706, -0.06222613900899887, -0.14998294413089752, 0.022462334483861923, -0.08663632720708847, 0.047867026180028915, 0.05302877724170685, 0.07266844809055328, -0.06541765481233597, 0.06867647916078568, 0.049353908747434616, -0.11939282715320587, 0.08969518542289734, -0.024748487398028374, 0.04455447196960449, -0.0018985075876116753, -0.03077637031674385, -0.10359742492437363, 0.042003192007541656, -0.01649407483637333, 0.045346152037382126, -0.04421991854906082, 0.022579338401556015, -0.1750071942806244, -0.10995419323444366, -0.04818427562713623, 0.06838665902614594, -0.06683412194252014, 0.04056481271982193, 0.01606888137757778, 0.011690732091665268, 0.030521972104907036, 0.22083373367786407, -0.041100796312093735, -0.04384056478738785, -0.041319385170936584, 0.1635150909423828, -0.014866671524941921, 0.08733032643795013, -0.027159888297319412, -0.008534550666809082, -0.09159335494041443, 0.3551705777645111, 0.29626867175102234, -0.08988689631223679, 0.018322573974728584, -0.023403000086545944, 0.04054094851016998, 0.13749836385250092, 0.13930056989192963, 0.09693139791488647, 0.23870247602462769, -0.069560706615448, -0.05235563591122627, -0.01810343936085701, -0.013992605730891228, -0.06698887050151825, 0.09740167111158371, 0.02308662235736847, -0.05992421507835388, -0.0399320125579834, 0.09157036244869232, -0.2363831102848053, 0.1119081899523735, -0.1049022525548935, -0.15424089133739471, -0.03413557633757591, 0.011207441799342632, 0.07758733630180359, 0.01318280678242445, 0.11218693852424622, 0.013466300442814827, -0.0844072625041008, 0.014990749768912792, 0.034041877835989, -0.25270384550094604, 0.004782035481184721, 0.053680628538131714, -0.12391778826713562, -0.004765757359564304, -0.025234686210751534, 0.013625700026750565, 0.05700398609042168, 0.04094824194908142, -0.03069460764527321, 0.016096249222755432, -0.006652043666690588, -0.020144162699580193, -0.008288858458399773, 0.05953062325716019, 0.04713095352053642, -0.1559005230665207, 0.06380777060985565, -0.13577982783317566, 0.04075455665588379, -0.023885579779744148, -0.012463473714888096, -0.0012933483812958002, 0.01776987873017788, -0.0522073432803154, 0.06581555306911469, 0.07255802303552628, -0.0144086554646492, 0.008549283258616924, -0.08346639573574066, -0.034440234303474426, -0.023841137066483498, -0.10951124131679535, -0.08404874801635742, -0.13158579170703888, -0.12121031433343887, 0.10822955518960953, -0.02819518744945526, -0.18475614488124847, 0.03248962014913559, -0.12301548570394516, 0.05860345810651779, -0.17328192293643951, 0.11332228779792786, 0.07014153152704239, 0.018578365445137024, 0.01264720968902111, -0.007008096668869257, 0.08073210716247559, 0.11507359892129898, -0.0813264548778534, -0.08199906349182129 ]
null
null
transformers
<div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/973531638301888512/3_-O_PPD_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">stockhausen by proxy 🤖 AI Bot </div> <div style="font-size: 15px">@gesualdofan666 bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://app.wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-model-to-generate-tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@gesualdofan666's tweets](https://twitter.com/gesualdofan666). | Data | Quantity | | --- | --- | | Tweets downloaded | 3179 | | Retweets | 242 | | Short tweets | 715 | | Tweets kept | 2222 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/10hehnyy/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @gesualdofan666's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/g22xwzgd) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/g22xwzgd/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/gesualdofan666') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/gesualdofan666/1614135333322/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/gesualdofan666
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
stockhausen by proxy AI Bot @gesualdofan666 bot I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on @gesualdofan666's tweets. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @gesualdofan666'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 57 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 0.004547144751995802, -0.006708405911922455, -0.007013476919382811, 0.01947171241044998, 0.15818242728710175, 0.03448796644806862, 0.08709780126810074, 0.15389476716518402, -0.019877297803759575, -0.022431448101997375, 0.18047170341014862, 0.173692986369133, -0.012988686561584473, 0.09047263860702515, -0.05271327868103981, -0.2622397541999817, 0.03682216629385948, 0.05513067543506622, -0.007422737777233124, 0.14252057671546936, 0.07580838352441788, -0.023790201172232628, 0.11380083113908768, -0.02966974675655365, -0.202972412109375, 0.03197307139635086, 0.0615268237888813, -0.09518525749444962, 0.11083168536424637, 0.04628797993063927, 0.08698221296072006, 0.022143812850117683, -0.07331052422523499, -0.120787613093853, 0.04532235115766525, 0.045263588428497314, -0.06358368694782257, 0.06480421870946884, 0.08820623904466629, -0.1065920814871788, 0.1416475921869278, 0.07373794168233871, -0.01588049717247486, 0.07824484258890152, -0.17789237201213837, -0.03725104406476021, -0.036331940442323685, 0.007741300854831934, 0.07058489322662354, 0.0750737413764, -0.019116664305329323, 0.1746976524591446, -0.06598041951656342, 0.09777773916721344, 0.17528840899467468, -0.2887236773967743, -0.018040433526039124, 0.0492081381380558, 0.0887371376156807, 0.04900359362363815, -0.024227341637015343, 0.08339477330446243, 0.06365471333265305, 0.01686069741845131, 0.014271941967308521, -0.06960906833410263, -0.09346919506788254, 0.03645368665456772, -0.06932124495506287, -0.05699722096323967, 0.22001419961452484, -0.0334535576403141, 0.04674676060676575, -0.03953840583562851, -0.09316058456897736, -0.028927378356456757, -0.027232296764850616, -0.00907184462994337, -0.05413005128502846, 0.08754174411296844, -0.015151693485677242, -0.06331931799650192, -0.1435878872871399, -0.012912428006529808, -0.15805892646312714, 0.13816505670547485, 0.004333257209509611, 0.04586424678564072, -0.22094038128852844, 0.1012546569108963, 0.022817784920334816, -0.08995530754327774, 0.04930093511939049, -0.09425957500934601, 0.0717538446187973, 0.0007676240638829768, -0.04885277524590492, -0.02944779396057129, 0.08848895877599716, 0.14690880477428436, -0.02718975953757763, 0.005980455316603184, -0.01338018849492073, 0.0733228251338005, 0.059399042278528214, 0.028748195618391037, -0.006081049330532551, -0.052236080169677734, 0.05618719011545181, -0.1417204737663269, -0.010511515662074089, -0.07227712869644165, -0.10605388879776001, -0.04232237488031387, 0.03443120792508125, 0.060671232640743256, 0.042230576276779175, 0.11220116913318634, -0.04771716892719269, -0.01857093721628189, 0.05281376466155052, -0.03979083523154259, -0.008994937874376774, -0.01990325190126896, 0.018122754991054535, 0.13074275851249695, -0.019943278282880783, 0.03407962992787361, -0.10256942361593246, 0.05431444197893143, -0.10281401127576828, -0.01971535198390484, -0.014149561524391174, -0.04367954283952713, 0.031883664429187775, -0.12165860831737518, 0.016123656183481216, -0.16833168268203735, -0.14714312553405762, 0.002859292319044471, -0.016588665544986725, -0.017911825329065323, -0.07954888790845871, -0.04400517791509628, -0.02466505579650402, 0.06924423575401306, -0.04276731237769127, -0.00935916043817997, -0.05846982076764107, 0.11090090870857239, -0.05349889397621155, 0.07203050702810287, -0.1194647029042244, 0.0557217076420784, -0.14930842816829681, -0.013004516251385212, -0.04842504858970642, 0.07119924575090408, 0.015398351475596428, 0.1813964694738388, -0.006925920024514198, -0.003623353084549308, -0.09382472932338715, 0.06455672532320023, -0.02733452245593071, 0.24096953868865967, -0.0756828561425209, -0.14226967096328735, 0.21630549430847168, -0.06334739923477173, -0.14993034303188324, 0.1314547061920166, 0.01843975856900215, 0.08251222223043442, 0.10434340685606003, 0.19023460149765015, 0.01808990351855755, -0.007808534894138575, 0.054424818605184555, 0.07603957504034042, -0.1683882623910904, -0.033340878784656525, 0.0012923459289595485, -0.00014291972911451012, -0.1366809904575348, 0.04632483050227165, 0.1230006217956543, 0.09730340540409088, -0.07249721139669418, -0.018487868830561638, -0.030607668682932854, 0.0016078021144494414, 0.04144361615180969, -0.0005212334799580276, 0.09951234608888626, -0.1033509373664856, -0.04366454482078552, -0.06751791387796402, -0.002970147645100951, 0.011176802217960358, 0.03924661502242088, -0.04455869272351265, 0.09700342267751694, -0.007412149105221033, 0.0545678474009037, -0.13708296418190002, -0.07981666922569275, -0.016090448945760727, 0.1597585678100586, 0.040224816650152206, 0.04663374274969101, 0.0566885769367218, -0.05624469742178917, -0.015493324026465416, -0.010199432261288166, 0.16243304312229156, -0.04404180869460106, -0.07694169133901596, -0.07860849797725677, 0.10474636405706406, -0.06389671564102173, 0.026263169944286346, -0.051667314022779465, 0.024654213339090347, 0.04686986654996872, 0.1110762283205986, 0.004046999383717775, 0.026442723348736763, -0.012835992500185966, -0.007690808270126581, -0.07657550275325775, -0.01617686077952385, 0.1077079176902771, -0.0017721779877319932, -0.06809886544942856, 0.2437063455581665, -0.16884316504001617, 0.21163912117481232, 0.20976658165454865, -0.2492678016424179, -0.02882898785173893, -0.04848965257406235, -0.04766342043876648, -0.0012878701090812683, 0.06041788309812546, -0.034700244665145874, 0.09027024358510971, -0.03288675472140312, 0.16564396023750305, -0.051203593611717224, -0.07646744698286057, 0.019007064402103424, -0.05823178589344025, -0.05114857107400894, 0.07018019258975983, 0.08213616907596588, -0.1630844622850418, 0.18756183981895447, 0.21879082918167114, 0.06839460134506226, 0.2044064849615097, 0.00858453568071127, -0.010656360536813736, 0.07200875878334045, -0.04608747735619545, -0.03843220695853233, -0.06601633131504059, -0.15238076448440552, -0.03009703755378723, 0.06625645607709885, 0.030863380059599876, 0.09900964051485062, -0.09019728004932404, -0.08104760944843292, -0.017665131017565727, 0.004776675254106522, 0.00156646769028157, 0.11991100758314133, 0.03676433861255646, 0.13820022344589233, -0.01955524832010269, 0.022415857762098312, 0.08040772378444672, 0.016582515090703964, -0.10843544453382492, 0.16101348400115967, -0.13329310715198517, -0.3788211941719055, -0.14546175301074982, -0.13134250044822693, -0.020925991237163544, 0.03777816519141197, 0.1120775043964386, -0.1329103261232376, 0.005511005409061909, -0.007893978618085384, 0.10391844809055328, -0.08707519620656967, 0.039245378226041794, -0.07586963474750519, 0.0314689576625824, -0.060405436903238297, -0.07552991807460785, -0.03722400963306427, -0.028465405106544495, -0.09132689982652664, 0.16675986349582672, -0.11130212247371674, 0.06035055220127106, 0.16001324355602264, 0.021197395399212837, 0.03523072600364685, -0.05174810439348221, 0.18330632150173187, -0.112345851957798, 0.020098978653550148, 0.15624848008155823, -0.013005592860281467, 0.08254575729370117, 0.08188403397798538, -0.013132697902619839, -0.10316278785467148, 0.05240294709801674, 0.001463406952098012, -0.10209372639656067, -0.1950312703847885, -0.10119245946407318, -0.08230090886354446, 0.15922248363494873, 0.06361804902553558, 0.058937788009643555, 0.17968137562274933, 0.07578518986701965, -0.038606274873018265, -0.00038743947516195476, -0.00239798822440207, 0.08808282762765884, 0.13635766506195068, -0.01442645862698555, 0.1225903332233429, -0.04975935071706772, -0.10913994163274765, 0.12899059057235718, 0.01750512234866619, 0.03937286511063576, 0.051435839384794235, 0.021011192351579666, -0.011281835846602917, 0.11866551637649536, 0.13484057784080505, 0.10447502881288528, -0.015693627297878265, -0.0293489471077919, -0.04774824157357216, -0.01359935849905014, -0.033305928111076355, 0.03640862926840782, 0.008061517030000687, -0.14140670001506805, -0.06158366799354553, -0.11537835001945496, 0.08758961409330368, 0.10668005049228668, 0.07567808032035828, -0.21108253300189972, -0.003950516227632761, 0.07933880388736725, -0.03630997985601425, -0.11126025766134262, 0.08416172116994858, 0.03095286712050438, -0.1277567446231842, 0.07218055427074432, -0.03519461303949356, 0.12458370625972748, -0.0032897875644266605, 0.09583556652069092, -0.03598680719733238, -0.027483470737934113, -0.013308011926710606, 0.09818253666162491, -0.3191508650779724, 0.1621316522359848, -0.017933005467057228, -0.0618131123483181, -0.06667962670326233, -0.02528184838593006, 0.015994107350707054, 0.07729468494653702, 0.10861869156360626, 0.021759910508990288, 0.01640525460243225, -0.07345785945653915, -0.042352862656116486, 0.038021303713321686, 0.12403716146945953, -0.06827268749475479, -0.012903391383588314, -0.04523605480790138, 0.00796645786613226, -0.017124788835644722, -0.008793274872004986, 0.006911922711879015, -0.14962191879749298, 0.05182485654950142, 0.014736213721334934, 0.07058768719434738, 0.0436982735991478, -0.014969068579375744, -0.09180716425180435, 0.18274778127670288, -0.015714606270194054, -0.07271543145179749, -0.12616917490959167, -0.05262751132249832, 0.030376195907592773, -0.05518756061792374, 0.021047864109277725, -0.06501689553260803, -0.0035362408962100744, -0.06755607575178146, -0.22007296979427338, 0.1278373897075653, -0.08437205106019974, -0.07192739844322205, -0.04912353679537773, 0.2010866105556488, -0.051223888993263245, 0.003238252131268382, 0.010222852230072021, 0.021994104608893394, -0.11474784463644028, -0.09469719231128693, 0.07112357765436172, -0.03247172012925148, 0.03123478777706623, 0.0022505864035338163, -0.04091062396764755, 0.016593176871538162, -0.06314414739608765, -0.011381587944924831, 0.27866554260253906, 0.23951324820518494, -0.040407944470644, 0.1904350072145462, 0.11012271791696548, -0.08163551241159439, -0.3069863021373749, -0.10166139155626297, -0.12140648066997528, -0.02996143139898777, -0.017288926988840103, -0.16865339875221252, 0.06477722525596619, 0.038930367678403854, 0.009261871688067913, 0.13778774440288544, -0.20730599761009216, -0.08823523670434952, 0.09138026833534241, -0.02557477355003357, 0.43079736828804016, -0.1257614940404892, -0.08959750831127167, -0.051866497844457626, -0.16516901552677155, 0.2173919379711151, -0.021592965349555016, 0.07857322692871094, -0.029561417177319527, 0.11770006269216537, 0.04697660356760025, -0.010707763023674488, 0.08040876686573029, -0.00884756539016962, 0.008373050950467587, -0.12410011142492294, -0.02768467366695404, 0.04874192550778389, 0.012378438375890255, 0.0013600040692836046, -0.09389680624008179, 0.020313434302806854, -0.15990203619003296, -0.018549781292676926, -0.11233476549386978, 0.07682323455810547, 0.025788001716136932, -0.06466120481491089, -0.003637736663222313, -0.04986237734556198, -0.015892893075942993, -0.01400828268378973, 0.1717434972524643, -0.04862768203020096, 0.19366511702537537, 0.03501616790890694, 0.11570870876312256, -0.1362973153591156, 0.06143493950366974, -0.06429426372051239, -0.07528600096702576, 0.07427702099084854, -0.1537967324256897, 0.05111055448651314, 0.09430045634508133, -0.030276626348495483, 0.05380253866314888, 0.08795086294412613, -0.003969982732087374, 0.004800081253051758, 0.15867236256599426, -0.2786487936973572, 0.01320126373320818, -0.07396841049194336, -0.06665283441543579, 0.10506758838891983, 0.06261139363050461, 0.17162823677062988, 0.011681869626045227, -0.056615445762872696, 0.01595049723982811, 0.02499506063759327, -0.04915530979633331, 0.04529924690723419, 0.008104361593723297, -0.010991688817739487, -0.13640300929546356, 0.08699746429920197, 0.0042801909148693085, -0.1531187742948532, 0.024680746719241142, 0.2155698835849762, -0.1260155886411667, -0.10237220674753189, -0.03444112092256546, 0.08444061875343323, -0.11519137024879456, 0.01753072999417782, -0.030764780938625336, -0.09109894186258316, 0.07448896765708923, 0.15248911082744598, 0.049206193536520004, 0.11775100976228714, -0.015379221178591251, -0.011753370985388756, -0.05147303268313408, -0.0317845419049263, 0.025745956227183342, 0.017857374623417854, -0.08257177472114563, 0.06648801267147064, -0.022109810262918472, 0.14559012651443481, -0.09791336953639984, -0.06602771580219269, -0.1468091756105423, -0.009785634465515614, -0.0695481076836586, -0.09207163751125336, -0.08133620768785477, -0.062133077532052994, 0.0010387726360931993, -0.03962359577417374, -0.04795864596962929, -0.0791037380695343, -0.10289866477251053, 0.009435068815946579, -0.02305566892027855, 0.03256045654416084, -0.06115729361772537, 0.007872066460549831, 0.12092912197113037, -0.028174830600619316, 0.16686207056045532, 0.1458095908164978, -0.09536580741405487, 0.10568815469741821, -0.16346460580825806, -0.08964221179485321, 0.0939340740442276, -0.01729099079966545, 0.027899714186787605, 0.11666940152645111, 0.014932696707546711, 0.04195788502693176, 0.035977672785520554, 0.06045130267739296, 0.03587699308991432, -0.11899011582136154, 0.07665140181779861, 0.009481414221227169, -0.1612047255039215, -0.06303887814283371, -0.08555969595909119, 0.030386725440621376, 0.021575886756181717, 0.12225193530321121, -0.045776769518852234, 0.0887017622590065, -0.07972796261310577, 0.027257539331912994, 0.02293219044804573, -0.181223064661026, -0.047844018787145615, -0.053065262734889984, 0.032686229795217514, 0.018960151821374893, 0.1893557906150818, 0.027213018387556076, -0.03697650134563446, 0.04549255222082138, 0.1042066365480423, 0.005313898902386427, 0.004829791374504566, 0.16259528696537018, 0.09423433989286423, -0.07654286175966263, -0.12226779758930206, 0.07556461542844772, 0.019673259928822517, -0.044067107141017914, 0.10607215762138367, -0.002448870101943612, 0.020163848996162415, 0.06910120695829391, -0.014892932027578354, 0.034322552382946014, -0.044286008924245834, -0.10698256641626358, -0.023580113425850868, 0.046367425471544266, 0.00669879000633955, 0.12847968935966492, 0.177873894572258, -0.002574790036305785, 0.025011489167809486, -0.0363602340221405, -0.024931130930781364, -0.13864666223526, -0.1558164656162262, -0.06855984032154083, -0.14875617623329163, 0.012976853176951408, -0.0915176048874855, 0.04695429280400276, 0.028682325035333633, 0.06887643784284592, -0.07052405923604965, 0.04384735971689224, 0.06974220275878906, -0.12065785378217697, 0.09397104382514954, -0.028081456199288368, 0.03704333305358887, -0.006730496883392334, -0.012833851389586926, -0.10013298690319061, 0.035936567932367325, -0.01747855544090271, 0.045271266251802444, -0.04546798765659332, 0.030429324135184288, -0.1703072488307953, -0.124412901699543, -0.04034453630447388, 0.06420420855283737, -0.06510858237743378, 0.03512151539325714, 0.019115818664431572, 0.013339218683540821, 0.03305599465966225, 0.23020225763320923, -0.03704051673412323, -0.02329315058887005, -0.042310282588005066, 0.16692522168159485, -0.014016710221767426, 0.08088304847478867, -0.03037172369658947, 0.0002500463742762804, -0.08417443931102753, 0.3385351300239563, 0.3027777075767517, -0.09020252525806427, 0.019915465265512466, -0.030905582010746002, 0.03936264291405678, 0.11892254650592804, 0.13376617431640625, 0.09784641861915588, 0.2282467782497406, -0.07217609137296677, -0.03032243251800537, -0.020507147535681725, -0.011079044081270695, -0.06650827825069427, 0.0879674032330513, 0.02507801540195942, -0.05553486570715904, -0.031693898141384125, 0.0812700018286705, -0.2327648252248764, 0.10665327310562134, -0.11289316415786743, -0.1636168211698532, -0.039189815521240234, 0.0042042857967317104, 0.08908319473266602, 0.015396242961287498, 0.11228121817111969, 0.009163780137896538, -0.07585213333368301, 0.017798418179154396, 0.028085503727197647, -0.24201616644859314, -0.008133855648338795, 0.060310713946819305, -0.12939085066318512, -0.004324504639953375, -0.027167800813913345, 0.007199867628514767, 0.059822265058755875, 0.029368450865149498, -0.04319324716925621, -0.001257759635336697, -0.010450302623212337, -0.008644461631774902, -0.011618612334132195, 0.07065588980913162, 0.046958792954683304, -0.13329142332077026, 0.06869500875473022, -0.11774353682994843, 0.033477768301963806, -0.05866728723049164, -0.015255378559231758, 0.000037100471672602, 0.03460683673620224, -0.04829782620072365, 0.07058211416006088, 0.07688362896442413, -0.015606098808348179, 0.000610517687164247, -0.0802936851978302, -0.036274004727602005, -0.019796574488282204, -0.09252054989337921, -0.08371094614267349, -0.13031646609306335, -0.11573562026023865, 0.1029667928814888, -0.02224794402718544, -0.19213621318340302, 0.03111329674720764, -0.12165344506502151, 0.045619383454322815, -0.1751558482646942, 0.11076030135154724, 0.08046020567417145, 0.01831907220184803, 0.011516088619828224, -0.02576824277639389, 0.08821021765470505, 0.11728470027446747, -0.07783648371696472, -0.08528783172369003 ]
null
null
transformers
<div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1164709780885106690/5nqTrvC0_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">Don Hughes 🦌 🤖 AI Bot </div> <div style="font-size: 15px">@getfiscal bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@getfiscal's tweets](https://twitter.com/getfiscal). | Data | Quantity | | --- | --- | | Tweets downloaded | 3221 | | Retweets | 1002 | | Short tweets | 409 | | Tweets kept | 1810 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/d6p1oytn/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @getfiscal's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/28d4ali8) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/28d4ali8/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/getfiscal') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/getfiscal/1616662151704/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/getfiscal
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
Don Hughes AI Bot @getfiscal bot I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on @getfiscal's tweets. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @getfiscal'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 57 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 0.004547144751995802, -0.006708405911922455, -0.007013476919382811, 0.01947171241044998, 0.15818242728710175, 0.03448796644806862, 0.08709780126810074, 0.15389476716518402, -0.019877297803759575, -0.022431448101997375, 0.18047170341014862, 0.173692986369133, -0.012988686561584473, 0.09047263860702515, -0.05271327868103981, -0.2622397541999817, 0.03682216629385948, 0.05513067543506622, -0.007422737777233124, 0.14252057671546936, 0.07580838352441788, -0.023790201172232628, 0.11380083113908768, -0.02966974675655365, -0.202972412109375, 0.03197307139635086, 0.0615268237888813, -0.09518525749444962, 0.11083168536424637, 0.04628797993063927, 0.08698221296072006, 0.022143812850117683, -0.07331052422523499, -0.120787613093853, 0.04532235115766525, 0.045263588428497314, -0.06358368694782257, 0.06480421870946884, 0.08820623904466629, -0.1065920814871788, 0.1416475921869278, 0.07373794168233871, -0.01588049717247486, 0.07824484258890152, -0.17789237201213837, -0.03725104406476021, -0.036331940442323685, 0.007741300854831934, 0.07058489322662354, 0.0750737413764, -0.019116664305329323, 0.1746976524591446, -0.06598041951656342, 0.09777773916721344, 0.17528840899467468, -0.2887236773967743, -0.018040433526039124, 0.0492081381380558, 0.0887371376156807, 0.04900359362363815, -0.024227341637015343, 0.08339477330446243, 0.06365471333265305, 0.01686069741845131, 0.014271941967308521, -0.06960906833410263, -0.09346919506788254, 0.03645368665456772, -0.06932124495506287, -0.05699722096323967, 0.22001419961452484, -0.0334535576403141, 0.04674676060676575, -0.03953840583562851, -0.09316058456897736, -0.028927378356456757, -0.027232296764850616, -0.00907184462994337, -0.05413005128502846, 0.08754174411296844, -0.015151693485677242, -0.06331931799650192, -0.1435878872871399, -0.012912428006529808, -0.15805892646312714, 0.13816505670547485, 0.004333257209509611, 0.04586424678564072, -0.22094038128852844, 0.1012546569108963, 0.022817784920334816, -0.08995530754327774, 0.04930093511939049, -0.09425957500934601, 0.0717538446187973, 0.0007676240638829768, -0.04885277524590492, -0.02944779396057129, 0.08848895877599716, 0.14690880477428436, -0.02718975953757763, 0.005980455316603184, -0.01338018849492073, 0.0733228251338005, 0.059399042278528214, 0.028748195618391037, -0.006081049330532551, -0.052236080169677734, 0.05618719011545181, -0.1417204737663269, -0.010511515662074089, -0.07227712869644165, -0.10605388879776001, -0.04232237488031387, 0.03443120792508125, 0.060671232640743256, 0.042230576276779175, 0.11220116913318634, -0.04771716892719269, -0.01857093721628189, 0.05281376466155052, -0.03979083523154259, -0.008994937874376774, -0.01990325190126896, 0.018122754991054535, 0.13074275851249695, -0.019943278282880783, 0.03407962992787361, -0.10256942361593246, 0.05431444197893143, -0.10281401127576828, -0.01971535198390484, -0.014149561524391174, -0.04367954283952713, 0.031883664429187775, -0.12165860831737518, 0.016123656183481216, -0.16833168268203735, -0.14714312553405762, 0.002859292319044471, -0.016588665544986725, -0.017911825329065323, -0.07954888790845871, -0.04400517791509628, -0.02466505579650402, 0.06924423575401306, -0.04276731237769127, -0.00935916043817997, -0.05846982076764107, 0.11090090870857239, -0.05349889397621155, 0.07203050702810287, -0.1194647029042244, 0.0557217076420784, -0.14930842816829681, -0.013004516251385212, -0.04842504858970642, 0.07119924575090408, 0.015398351475596428, 0.1813964694738388, -0.006925920024514198, -0.003623353084549308, -0.09382472932338715, 0.06455672532320023, -0.02733452245593071, 0.24096953868865967, -0.0756828561425209, -0.14226967096328735, 0.21630549430847168, -0.06334739923477173, -0.14993034303188324, 0.1314547061920166, 0.01843975856900215, 0.08251222223043442, 0.10434340685606003, 0.19023460149765015, 0.01808990351855755, -0.007808534894138575, 0.054424818605184555, 0.07603957504034042, -0.1683882623910904, -0.033340878784656525, 0.0012923459289595485, -0.00014291972911451012, -0.1366809904575348, 0.04632483050227165, 0.1230006217956543, 0.09730340540409088, -0.07249721139669418, -0.018487868830561638, -0.030607668682932854, 0.0016078021144494414, 0.04144361615180969, -0.0005212334799580276, 0.09951234608888626, -0.1033509373664856, -0.04366454482078552, -0.06751791387796402, -0.002970147645100951, 0.011176802217960358, 0.03924661502242088, -0.04455869272351265, 0.09700342267751694, -0.007412149105221033, 0.0545678474009037, -0.13708296418190002, -0.07981666922569275, -0.016090448945760727, 0.1597585678100586, 0.040224816650152206, 0.04663374274969101, 0.0566885769367218, -0.05624469742178917, -0.015493324026465416, -0.010199432261288166, 0.16243304312229156, -0.04404180869460106, -0.07694169133901596, -0.07860849797725677, 0.10474636405706406, -0.06389671564102173, 0.026263169944286346, -0.051667314022779465, 0.024654213339090347, 0.04686986654996872, 0.1110762283205986, 0.004046999383717775, 0.026442723348736763, -0.012835992500185966, -0.007690808270126581, -0.07657550275325775, -0.01617686077952385, 0.1077079176902771, -0.0017721779877319932, -0.06809886544942856, 0.2437063455581665, -0.16884316504001617, 0.21163912117481232, 0.20976658165454865, -0.2492678016424179, -0.02882898785173893, -0.04848965257406235, -0.04766342043876648, -0.0012878701090812683, 0.06041788309812546, -0.034700244665145874, 0.09027024358510971, -0.03288675472140312, 0.16564396023750305, -0.051203593611717224, -0.07646744698286057, 0.019007064402103424, -0.05823178589344025, -0.05114857107400894, 0.07018019258975983, 0.08213616907596588, -0.1630844622850418, 0.18756183981895447, 0.21879082918167114, 0.06839460134506226, 0.2044064849615097, 0.00858453568071127, -0.010656360536813736, 0.07200875878334045, -0.04608747735619545, -0.03843220695853233, -0.06601633131504059, -0.15238076448440552, -0.03009703755378723, 0.06625645607709885, 0.030863380059599876, 0.09900964051485062, -0.09019728004932404, -0.08104760944843292, -0.017665131017565727, 0.004776675254106522, 0.00156646769028157, 0.11991100758314133, 0.03676433861255646, 0.13820022344589233, -0.01955524832010269, 0.022415857762098312, 0.08040772378444672, 0.016582515090703964, -0.10843544453382492, 0.16101348400115967, -0.13329310715198517, -0.3788211941719055, -0.14546175301074982, -0.13134250044822693, -0.020925991237163544, 0.03777816519141197, 0.1120775043964386, -0.1329103261232376, 0.005511005409061909, -0.007893978618085384, 0.10391844809055328, -0.08707519620656967, 0.039245378226041794, -0.07586963474750519, 0.0314689576625824, -0.060405436903238297, -0.07552991807460785, -0.03722400963306427, -0.028465405106544495, -0.09132689982652664, 0.16675986349582672, -0.11130212247371674, 0.06035055220127106, 0.16001324355602264, 0.021197395399212837, 0.03523072600364685, -0.05174810439348221, 0.18330632150173187, -0.112345851957798, 0.020098978653550148, 0.15624848008155823, -0.013005592860281467, 0.08254575729370117, 0.08188403397798538, -0.013132697902619839, -0.10316278785467148, 0.05240294709801674, 0.001463406952098012, -0.10209372639656067, -0.1950312703847885, -0.10119245946407318, -0.08230090886354446, 0.15922248363494873, 0.06361804902553558, 0.058937788009643555, 0.17968137562274933, 0.07578518986701965, -0.038606274873018265, -0.00038743947516195476, -0.00239798822440207, 0.08808282762765884, 0.13635766506195068, -0.01442645862698555, 0.1225903332233429, -0.04975935071706772, -0.10913994163274765, 0.12899059057235718, 0.01750512234866619, 0.03937286511063576, 0.051435839384794235, 0.021011192351579666, -0.011281835846602917, 0.11866551637649536, 0.13484057784080505, 0.10447502881288528, -0.015693627297878265, -0.0293489471077919, -0.04774824157357216, -0.01359935849905014, -0.033305928111076355, 0.03640862926840782, 0.008061517030000687, -0.14140670001506805, -0.06158366799354553, -0.11537835001945496, 0.08758961409330368, 0.10668005049228668, 0.07567808032035828, -0.21108253300189972, -0.003950516227632761, 0.07933880388736725, -0.03630997985601425, -0.11126025766134262, 0.08416172116994858, 0.03095286712050438, -0.1277567446231842, 0.07218055427074432, -0.03519461303949356, 0.12458370625972748, -0.0032897875644266605, 0.09583556652069092, -0.03598680719733238, -0.027483470737934113, -0.013308011926710606, 0.09818253666162491, -0.3191508650779724, 0.1621316522359848, -0.017933005467057228, -0.0618131123483181, -0.06667962670326233, -0.02528184838593006, 0.015994107350707054, 0.07729468494653702, 0.10861869156360626, 0.021759910508990288, 0.01640525460243225, -0.07345785945653915, -0.042352862656116486, 0.038021303713321686, 0.12403716146945953, -0.06827268749475479, -0.012903391383588314, -0.04523605480790138, 0.00796645786613226, -0.017124788835644722, -0.008793274872004986, 0.006911922711879015, -0.14962191879749298, 0.05182485654950142, 0.014736213721334934, 0.07058768719434738, 0.0436982735991478, -0.014969068579375744, -0.09180716425180435, 0.18274778127670288, -0.015714606270194054, -0.07271543145179749, -0.12616917490959167, -0.05262751132249832, 0.030376195907592773, -0.05518756061792374, 0.021047864109277725, -0.06501689553260803, -0.0035362408962100744, -0.06755607575178146, -0.22007296979427338, 0.1278373897075653, -0.08437205106019974, -0.07192739844322205, -0.04912353679537773, 0.2010866105556488, -0.051223888993263245, 0.003238252131268382, 0.010222852230072021, 0.021994104608893394, -0.11474784463644028, -0.09469719231128693, 0.07112357765436172, -0.03247172012925148, 0.03123478777706623, 0.0022505864035338163, -0.04091062396764755, 0.016593176871538162, -0.06314414739608765, -0.011381587944924831, 0.27866554260253906, 0.23951324820518494, -0.040407944470644, 0.1904350072145462, 0.11012271791696548, -0.08163551241159439, -0.3069863021373749, -0.10166139155626297, -0.12140648066997528, -0.02996143139898777, -0.017288926988840103, -0.16865339875221252, 0.06477722525596619, 0.038930367678403854, 0.009261871688067913, 0.13778774440288544, -0.20730599761009216, -0.08823523670434952, 0.09138026833534241, -0.02557477355003357, 0.43079736828804016, -0.1257614940404892, -0.08959750831127167, -0.051866497844457626, -0.16516901552677155, 0.2173919379711151, -0.021592965349555016, 0.07857322692871094, -0.029561417177319527, 0.11770006269216537, 0.04697660356760025, -0.010707763023674488, 0.08040876686573029, -0.00884756539016962, 0.008373050950467587, -0.12410011142492294, -0.02768467366695404, 0.04874192550778389, 0.012378438375890255, 0.0013600040692836046, -0.09389680624008179, 0.020313434302806854, -0.15990203619003296, -0.018549781292676926, -0.11233476549386978, 0.07682323455810547, 0.025788001716136932, -0.06466120481491089, -0.003637736663222313, -0.04986237734556198, -0.015892893075942993, -0.01400828268378973, 0.1717434972524643, -0.04862768203020096, 0.19366511702537537, 0.03501616790890694, 0.11570870876312256, -0.1362973153591156, 0.06143493950366974, -0.06429426372051239, -0.07528600096702576, 0.07427702099084854, -0.1537967324256897, 0.05111055448651314, 0.09430045634508133, -0.030276626348495483, 0.05380253866314888, 0.08795086294412613, -0.003969982732087374, 0.004800081253051758, 0.15867236256599426, -0.2786487936973572, 0.01320126373320818, -0.07396841049194336, -0.06665283441543579, 0.10506758838891983, 0.06261139363050461, 0.17162823677062988, 0.011681869626045227, -0.056615445762872696, 0.01595049723982811, 0.02499506063759327, -0.04915530979633331, 0.04529924690723419, 0.008104361593723297, -0.010991688817739487, -0.13640300929546356, 0.08699746429920197, 0.0042801909148693085, -0.1531187742948532, 0.024680746719241142, 0.2155698835849762, -0.1260155886411667, -0.10237220674753189, -0.03444112092256546, 0.08444061875343323, -0.11519137024879456, 0.01753072999417782, -0.030764780938625336, -0.09109894186258316, 0.07448896765708923, 0.15248911082744598, 0.049206193536520004, 0.11775100976228714, -0.015379221178591251, -0.011753370985388756, -0.05147303268313408, -0.0317845419049263, 0.025745956227183342, 0.017857374623417854, -0.08257177472114563, 0.06648801267147064, -0.022109810262918472, 0.14559012651443481, -0.09791336953639984, -0.06602771580219269, -0.1468091756105423, -0.009785634465515614, -0.0695481076836586, -0.09207163751125336, -0.08133620768785477, -0.062133077532052994, 0.0010387726360931993, -0.03962359577417374, -0.04795864596962929, -0.0791037380695343, -0.10289866477251053, 0.009435068815946579, -0.02305566892027855, 0.03256045654416084, -0.06115729361772537, 0.007872066460549831, 0.12092912197113037, -0.028174830600619316, 0.16686207056045532, 0.1458095908164978, -0.09536580741405487, 0.10568815469741821, -0.16346460580825806, -0.08964221179485321, 0.0939340740442276, -0.01729099079966545, 0.027899714186787605, 0.11666940152645111, 0.014932696707546711, 0.04195788502693176, 0.035977672785520554, 0.06045130267739296, 0.03587699308991432, -0.11899011582136154, 0.07665140181779861, 0.009481414221227169, -0.1612047255039215, -0.06303887814283371, -0.08555969595909119, 0.030386725440621376, 0.021575886756181717, 0.12225193530321121, -0.045776769518852234, 0.0887017622590065, -0.07972796261310577, 0.027257539331912994, 0.02293219044804573, -0.181223064661026, -0.047844018787145615, -0.053065262734889984, 0.032686229795217514, 0.018960151821374893, 0.1893557906150818, 0.027213018387556076, -0.03697650134563446, 0.04549255222082138, 0.1042066365480423, 0.005313898902386427, 0.004829791374504566, 0.16259528696537018, 0.09423433989286423, -0.07654286175966263, -0.12226779758930206, 0.07556461542844772, 0.019673259928822517, -0.044067107141017914, 0.10607215762138367, -0.002448870101943612, 0.020163848996162415, 0.06910120695829391, -0.014892932027578354, 0.034322552382946014, -0.044286008924245834, -0.10698256641626358, -0.023580113425850868, 0.046367425471544266, 0.00669879000633955, 0.12847968935966492, 0.177873894572258, -0.002574790036305785, 0.025011489167809486, -0.0363602340221405, -0.024931130930781364, -0.13864666223526, -0.1558164656162262, -0.06855984032154083, -0.14875617623329163, 0.012976853176951408, -0.0915176048874855, 0.04695429280400276, 0.028682325035333633, 0.06887643784284592, -0.07052405923604965, 0.04384735971689224, 0.06974220275878906, -0.12065785378217697, 0.09397104382514954, -0.028081456199288368, 0.03704333305358887, -0.006730496883392334, -0.012833851389586926, -0.10013298690319061, 0.035936567932367325, -0.01747855544090271, 0.045271266251802444, -0.04546798765659332, 0.030429324135184288, -0.1703072488307953, -0.124412901699543, -0.04034453630447388, 0.06420420855283737, -0.06510858237743378, 0.03512151539325714, 0.019115818664431572, 0.013339218683540821, 0.03305599465966225, 0.23020225763320923, -0.03704051673412323, -0.02329315058887005, -0.042310282588005066, 0.16692522168159485, -0.014016710221767426, 0.08088304847478867, -0.03037172369658947, 0.0002500463742762804, -0.08417443931102753, 0.3385351300239563, 0.3027777075767517, -0.09020252525806427, 0.019915465265512466, -0.030905582010746002, 0.03936264291405678, 0.11892254650592804, 0.13376617431640625, 0.09784641861915588, 0.2282467782497406, -0.07217609137296677, -0.03032243251800537, -0.020507147535681725, -0.011079044081270695, -0.06650827825069427, 0.0879674032330513, 0.02507801540195942, -0.05553486570715904, -0.031693898141384125, 0.0812700018286705, -0.2327648252248764, 0.10665327310562134, -0.11289316415786743, -0.1636168211698532, -0.039189815521240234, 0.0042042857967317104, 0.08908319473266602, 0.015396242961287498, 0.11228121817111969, 0.009163780137896538, -0.07585213333368301, 0.017798418179154396, 0.028085503727197647, -0.24201616644859314, -0.008133855648338795, 0.060310713946819305, -0.12939085066318512, -0.004324504639953375, -0.027167800813913345, 0.007199867628514767, 0.059822265058755875, 0.029368450865149498, -0.04319324716925621, -0.001257759635336697, -0.010450302623212337, -0.008644461631774902, -0.011618612334132195, 0.07065588980913162, 0.046958792954683304, -0.13329142332077026, 0.06869500875473022, -0.11774353682994843, 0.033477768301963806, -0.05866728723049164, -0.015255378559231758, 0.000037100471672602, 0.03460683673620224, -0.04829782620072365, 0.07058211416006088, 0.07688362896442413, -0.015606098808348179, 0.000610517687164247, -0.0802936851978302, -0.036274004727602005, -0.019796574488282204, -0.09252054989337921, -0.08371094614267349, -0.13031646609306335, -0.11573562026023865, 0.1029667928814888, -0.02224794402718544, -0.19213621318340302, 0.03111329674720764, -0.12165344506502151, 0.045619383454322815, -0.1751558482646942, 0.11076030135154724, 0.08046020567417145, 0.01831907220184803, 0.011516088619828224, -0.02576824277639389, 0.08821021765470505, 0.11728470027446747, -0.07783648371696472, -0.08528783172369003 ]
null
null
transformers
<div class="inline-flex flex-col" style="line-height: 1.5;"> <div class="flex"> <div style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;https://pbs.twimg.com/profile_images/1092582027994509312/cpYWuYI9_400x400.jpg&#39;)"> </div> <div style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)"> </div> <div style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)"> </div> </div> <div style="text-align: center; margin-top: 3px; font-size: 16px; font-weight: 800">🤖 AI BOT 🤖</div> <div style="text-align: center; font-size: 16px; font-weight: 800">Glenn Greenwald</div> <div style="text-align: center; font-size: 14px;">@ggreenwald</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on tweets from Glenn Greenwald. | Data | Glenn Greenwald | | --- | --- | | Tweets downloaded | 3248 | | Retweets | 324 | | Short tweets | 160 | | Tweets kept | 2764 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/y433olp5/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @ggreenwald's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/duljho5y) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/duljho5y/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/ggreenwald') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "http://www.huggingtweets.com/ggreenwald/1643622558420/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/ggreenwald
[ "transformers", "pytorch", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
AI BOT Glenn Greenwald @ggreenwald I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on tweets from Glenn Greenwald. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @ggreenwald'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 54 ]
[ "passage: TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ -0.0001764487533364445, -0.01891571842133999, -0.0068881697952747345, 0.01242890115827322, 0.16224369406700134, 0.04406825825572014, 0.08452208340167999, 0.14250440895557404, -0.026455026119947433, -0.016114573925733566, 0.17334569990634918, 0.17106501758098602, -0.014037161134183407, 0.08718273043632507, -0.05552244931459427, -0.2646014094352722, 0.044212065637111664, 0.058431971818208694, -0.020032864063978195, 0.14111687242984772, 0.0714879110455513, -0.01828647032380104, 0.10845158249139786, -0.02953636273741722, -0.18877948820590973, 0.03499612212181091, 0.05605728179216385, -0.09992336481809616, 0.11936124414205551, 0.04713086411356926, 0.08659981191158295, 0.015409729443490505, -0.07482189685106277, -0.12249794602394104, 0.03866785019636154, 0.041891295462846756, -0.0629689022898674, 0.05911329388618469, 0.08818957209587097, -0.11120674759149551, 0.1456013321876526, 0.07799911499023438, -0.01863223686814308, 0.07941857725381851, -0.17164963483810425, -0.019008882343769073, -0.036983806639909744, 0.005464354529976845, 0.057414017617702484, 0.07476010918617249, -0.01932354085147381, 0.1732589453458786, -0.0767555758357048, 0.09587065875530243, 0.16117197275161743, -0.2913956344127655, -0.005072304047644138, 0.0498935841023922, 0.06722559779882431, 0.03902119770646095, -0.015738610178232193, 0.08706029504537582, 0.06277379393577576, 0.02536560781300068, -0.0014978112885728478, -0.06339331716299057, -0.0928240567445755, 0.04014677554368973, -0.0745372325181961, -0.06578013300895691, 0.20811960101127625, -0.039430033415555954, 0.050536420196294785, -0.03807967156171799, -0.10491003096103668, -0.02197154052555561, -0.015753688290715218, 0.00720712635666132, -0.06031509116292, 0.08949250727891922, -0.014659170061349869, -0.07363511621952057, -0.15025688707828522, -0.016003666445612907, -0.18369624018669128, 0.1574522852897644, 0.003967532888054848, 0.04864242300391197, -0.2093716263771057, 0.11408322304487228, 0.020872395485639572, -0.08021171391010284, 0.047296058386564255, -0.09546594321727753, 0.07179957628250122, 0.002116252202540636, -0.05267130210995674, -0.02264278009533882, 0.08682441711425781, 0.15258505940437317, -0.026140356436371803, 0.0017382961232215166, -0.027155736461281776, 0.07059825956821442, 0.05281682312488556, 0.040018972009420395, -0.017763059586286545, -0.04289618879556656, 0.045782025903463364, -0.15945611894130707, -0.007582054473459721, -0.06918198615312576, -0.1068587526679039, -0.05112413689494133, 0.022331949323415756, 0.06442617624998093, 0.031878020614385605, 0.11345649510622025, -0.04609488695859909, -0.014168480411171913, 0.06350603699684143, -0.042460083961486816, -0.0172110628336668, -0.016047241166234016, 0.015319211408495903, 0.14095398783683777, -0.018181998282670975, 0.030711950734257698, -0.11251416057348251, 0.0645761713385582, -0.09946728497743607, -0.01914660818874836, -0.0071241967380046844, -0.04078202322125435, 0.029947424307465553, -0.13505136966705322, 0.010975461453199387, -0.1711256355047226, -0.14874492585659027, 0.009897243231534958, -0.02876151353120804, -0.018498392775654793, -0.059200938791036606, -0.03973992541432381, -0.01719699800014496, 0.06084148958325386, -0.04528016224503517, 0.0009662628290243447, -0.05951235070824623, 0.11524756252765656, -0.05245914310216904, 0.06888316571712494, -0.13250301778316498, 0.05976588651537895, -0.15375985205173492, -0.00870948750525713, -0.04503806680440903, 0.08287355303764343, 0.017666861414909363, 0.16653785109519958, -0.006960130762308836, -0.012972959317266941, -0.09847598522901535, 0.06441020965576172, -0.023426895961165428, 0.24133971333503723, -0.06349262595176697, -0.143473818898201, 0.22233937680721283, -0.06944137066602707, -0.1420930027961731, 0.12657590210437775, 0.020838137716054916, 0.07354387640953064, 0.10204131156206131, 0.19502143561840057, 0.014321080408990383, 0.006638950202614069, 0.054760824888944626, 0.0820525735616684, -0.17468082904815674, -0.03090454451739788, -0.00916894432157278, -0.01691337674856186, -0.1358218789100647, 0.043003637343645096, 0.11889315396547318, 0.10293904691934586, -0.07099705934524536, -0.013554582372307777, -0.03317642584443092, -0.004439891315996647, 0.06940841674804688, -0.007896981202065945, 0.09806080162525177, -0.09929461032152176, -0.040301576256752014, -0.058301206678152084, -0.006890235934406519, 0.0024084753822535276, 0.04120192304253578, -0.040066637098789215, 0.10096675902605057, -0.0006905568297952414, 0.05225489288568497, -0.14046427607536316, -0.07798092812299728, -0.020940499380230904, 0.1575685739517212, 0.04120592027902603, 0.04776391014456749, 0.057414863258600235, -0.0481991246342659, -0.0158701092004776, -0.009968787431716919, 0.16312187910079956, -0.0394844189286232, -0.06968989968299866, -0.056453973054885864, 0.10656707733869553, -0.058365050703287125, 0.03222460299730301, -0.04202231392264366, 0.022449776530265808, 0.060929615050554276, 0.12114907056093216, -0.0026538248639553785, 0.029062092304229736, -0.01023187953978777, -0.0038288652431219816, -0.07459788024425507, -0.020947640761733055, 0.10031349956989288, -0.004600553773343563, -0.08327498286962509, 0.23685328662395477, -0.17454755306243896, 0.19663569331169128, 0.2115958034992218, -0.2628093659877777, -0.024321777746081352, -0.06840608268976212, -0.05017746612429619, 0.003011465771123767, 0.05876095965504646, -0.04692309722304344, 0.09809201210737228, -0.02521132305264473, 0.16497591137886047, -0.04652651026844978, -0.07362692058086395, 0.016456644982099533, -0.05898859724402428, -0.0463954322040081, 0.0659271627664566, 0.08106416463851929, -0.15480613708496094, 0.18694530427455902, 0.20838376879692078, 0.07612863928079605, 0.19334357976913452, 0.004058185499161482, -0.014812501147389412, 0.08005014806985855, -0.03805047646164894, -0.04202093929052353, -0.07553261518478394, -0.16944189369678497, -0.01902174763381481, 0.07485251128673553, 0.03750864416360855, 0.11274250596761703, -0.10172852873802185, -0.07372885197401047, -0.016179129481315613, -0.005032413639128208, 0.005167648661881685, 0.1174640879034996, 0.045775800943374634, 0.14043675363063812, -0.019972821697592735, 0.03493902459740639, 0.08747350424528122, 0.02448674477636814, -0.10759711265563965, 0.16407065093517303, -0.14081640541553497, -0.38538745045661926, -0.16212545335292816, -0.13394121825695038, -0.029274288564920425, 0.04825805127620697, 0.11038947850465775, -0.13598975539207458, 0.0011978530092164874, -0.003706524148583412, 0.12342415004968643, -0.0806080624461174, 0.03755999356508255, -0.07838296890258789, 0.026997538283467293, -0.06349453330039978, -0.07917723804712296, -0.036463622003793716, -0.03232228383421898, -0.10000553727149963, 0.1757805496454239, -0.11054177582263947, 0.057571277022361755, 0.1741490364074707, 0.022440658882260323, 0.034390855580568314, -0.0513761006295681, 0.17275545001029968, -0.11779367178678513, 0.02093288116157055, 0.16278521716594696, -0.01799617148935795, 0.08678310364484787, 0.08059167861938477, -0.015366556122899055, -0.10777527838945389, 0.05196633189916611, 0.0019955262541770935, -0.1096891239285469, -0.20052047073841095, -0.12150565534830093, -0.0784008651971817, 0.14483654499053955, 0.05303339660167694, 0.05915789678692818, 0.17167222499847412, 0.08591149002313614, -0.04288473725318909, -0.004711467772722244, -0.012867298908531666, 0.07781979441642761, 0.1684085726737976, -0.017248503863811493, 0.11789125204086304, -0.05446818470954895, -0.11601924896240234, 0.13826869428157806, 0.02504623495042324, 0.050291191786527634, 0.04182872176170349, 0.008374262601137161, -0.009610554203391075, 0.09969738125801086, 0.12988939881324768, 0.118865467607975, -0.008107239380478859, -0.0232877004891634, -0.03601100295782089, -0.00860752072185278, -0.03570752218365669, 0.034572016447782516, 0.011757065542042255, -0.16013272106647491, -0.05726486071944237, -0.12173470109701157, 0.0964120477437973, 0.09787409752607346, 0.08039643615484238, -0.2033146470785141, -0.004589703865349293, 0.07378163933753967, -0.03603411093354225, -0.11624246090650558, 0.086527980864048, 0.033109065145254135, -0.1271866261959076, 0.0817195475101471, -0.03352120518684387, 0.115711510181427, -0.017423994839191437, 0.09427224844694138, -0.04346824064850807, -0.0329415462911129, -0.012381686829030514, 0.10430185496807098, -0.30799204111099243, 0.17485815286636353, -0.019660785794258118, -0.07034741342067719, -0.07672256976366043, -0.025566134601831436, 0.017929747700691223, 0.07530300319194794, 0.09619415551424026, 0.024311896413564682, 0.04642496258020401, -0.09243860840797424, -0.03940937668085098, 0.034113768488168716, 0.13641610741615295, -0.0638844221830368, -0.015862328931689262, -0.04075292870402336, 0.01116214320063591, -0.019626103341579437, -0.027355113998055458, 0.018256209790706635, -0.1504947543144226, 0.05358212813735008, 0.017237937077879906, 0.0753018707036972, 0.03889141231775284, -0.007973386906087399, -0.10224062204360962, 0.18268363177776337, -0.03004412353038788, -0.08521177619695663, -0.127006396651268, -0.04812724515795708, 0.04587927460670471, -0.051474425941705704, 0.034381575882434845, -0.06691597402095795, -0.011345877312123775, -0.06886660307645798, -0.21483656764030457, 0.12495172768831253, -0.0775398537516594, -0.07874035835266113, -0.03474915772676468, 0.20981398224830627, -0.05076101794838905, -0.00018431349599268287, 0.01172169204801321, 0.014822970144450665, -0.1086968258023262, -0.10466268658638, 0.06874550879001617, -0.034708425402641296, 0.02743770368397236, 0.02760813757777214, -0.03700246661901474, 0.02073092758655548, -0.06074898689985275, -0.01314478274434805, 0.2849438786506653, 0.22848764061927795, -0.035804633051157, 0.1875685602426529, 0.10711772739887238, -0.07248730212450027, -0.30828598141670227, -0.0999293103814125, -0.13133330643177032, -0.033457282930612564, -0.02052777260541916, -0.17081500589847565, 0.07089676707983017, 0.04558560997247696, 0.00998434517532587, 0.14900504052639008, -0.21140912175178528, -0.08518896996974945, 0.1092359870672226, -0.03466132655739784, 0.42140644788742065, -0.1164151057600975, -0.09652433544397354, -0.05340435355901718, -0.15239587426185608, 0.20086675882339478, -0.01557826716452837, 0.08761543780565262, -0.031178412958979607, 0.14360429346561432, 0.04995222017168999, -0.01680157333612442, 0.08329997956752777, 0.0014065488940104842, 0.004026432521641254, -0.12653036415576935, -0.022627411410212517, 0.0504734143614769, 0.021120509132742882, 0.0054380460642278194, -0.07736434042453766, 0.028706049546599388, -0.14863882958889008, -0.024921666830778122, -0.10909338295459747, 0.08278775960206985, 0.03857516124844551, -0.07422378659248352, -0.010892878286540508, -0.05615931376814842, -0.023589344695210457, -0.012528443709015846, 0.13453009724617004, -0.050522636622190475, 0.1720355898141861, 0.036824267357587814, 0.11522943526506424, -0.13816054165363312, 0.06146138161420822, -0.07406572997570038, -0.07532623410224915, 0.06773588061332703, -0.13577620685100555, 0.05240122601389885, 0.10075365751981735, -0.03372569754719734, 0.04758675396442413, 0.08927652984857559, 0.000919255951885134, 0.009403540752828121, 0.15953567624092102, -0.2761637568473816, 0.01791755110025406, -0.07046908140182495, -0.07692829519510269, 0.112159863114357, 0.07484955340623856, 0.181244894862175, 0.02791808731853962, -0.0472177192568779, 0.012221097014844418, 0.019269011914730072, -0.05120278522372246, 0.0548672117292881, 0.006578541360795498, -0.011816216632723808, -0.14148055016994476, 0.08790901303291321, -0.0015104453777894378, -0.1429632604122162, 0.02210722118616104, 0.19665491580963135, -0.13288317620754242, -0.10024755448102951, -0.05081937462091446, 0.057288672775030136, -0.13861924409866333, 0.008680099621415138, -0.01990172080695629, -0.09562872350215912, 0.0756591260433197, 0.1573420912027359, 0.05079081282019615, 0.12963363528251648, -0.02916029281914234, -0.008411908522248268, -0.04279141128063202, -0.051675889641046524, 0.02788730151951313, 0.019720058888196945, -0.07752392441034317, 0.08735781908035278, -0.024015765637159348, 0.14329436421394348, -0.10051412135362625, -0.06987810134887695, -0.1344141960144043, -0.005019306670874357, -0.09607285261154175, -0.0959741547703743, -0.08079583197832108, -0.061935000121593475, 0.004180733114480972, -0.039079975336790085, -0.0417400486767292, -0.08063078671693802, -0.10278100520372391, 0.016344387084245682, -0.02737213484942913, 0.028547246009111404, -0.07021904736757278, 0.008450011722743511, 0.12212047725915909, -0.029432062059640884, 0.17478644847869873, 0.15045183897018433, -0.10443241149187088, 0.10585668683052063, -0.17528948187828064, -0.10057486593723297, 0.10386897623538971, -0.01424362976104021, 0.02509693056344986, 0.12928596138954163, 0.018586233258247375, 0.04242280498147011, 0.03278495371341705, 0.06450606882572174, 0.04438134282827377, -0.11879310011863708, 0.08265755325555801, -0.002198860514909029, -0.15595629811286926, -0.061124756932258606, -0.09235648810863495, 0.02707000821828842, 0.02035105973482132, 0.11072126775979996, -0.04177020862698555, 0.08901136368513107, -0.06589431315660477, 0.023006385192275047, 0.025188656523823738, -0.17641755938529968, -0.03692740947008133, -0.05073147267103195, 0.03235582634806633, 0.028527792543172836, 0.22216679155826569, 0.015049049630761147, -0.030550595372915268, 0.0387740358710289, 0.12439186871051788, 0.015807392075657845, -0.0005460345419123769, 0.1709187924861908, 0.10334094613790512, -0.07364179939031601, -0.14011329412460327, 0.0676020160317421, 0.012262817472219467, -0.05599943920969963, 0.11458845436573029, -0.01812131516635418, -0.006866521667689085, 0.0670672059059143, -0.019556820392608643, 0.03449620306491852, -0.06607513129711151, -0.12762659788131714, -0.02478908933699131, 0.04269528388977051, 0.0029638311825692654, 0.12794137001037598, 0.15664103627204895, -0.005168106406927109, 0.026651626452803612, -0.015845872461795807, -0.023246217519044876, -0.13421551883220673, -0.15646639466285706, -0.06222613900899887, -0.14998294413089752, 0.022462334483861923, -0.08663632720708847, 0.047867026180028915, 0.05302877724170685, 0.07266844809055328, -0.06541765481233597, 0.06867647916078568, 0.049353908747434616, -0.11939282715320587, 0.08969518542289734, -0.024748487398028374, 0.04455447196960449, -0.0018985075876116753, -0.03077637031674385, -0.10359742492437363, 0.042003192007541656, -0.01649407483637333, 0.045346152037382126, -0.04421991854906082, 0.022579338401556015, -0.1750071942806244, -0.10995419323444366, -0.04818427562713623, 0.06838665902614594, -0.06683412194252014, 0.04056481271982193, 0.01606888137757778, 0.011690732091665268, 0.030521972104907036, 0.22083373367786407, -0.041100796312093735, -0.04384056478738785, -0.041319385170936584, 0.1635150909423828, -0.014866671524941921, 0.08733032643795013, -0.027159888297319412, -0.008534550666809082, -0.09159335494041443, 0.3551705777645111, 0.29626867175102234, -0.08988689631223679, 0.018322573974728584, -0.023403000086545944, 0.04054094851016998, 0.13749836385250092, 0.13930056989192963, 0.09693139791488647, 0.23870247602462769, -0.069560706615448, -0.05235563591122627, -0.01810343936085701, -0.013992605730891228, -0.06698887050151825, 0.09740167111158371, 0.02308662235736847, -0.05992421507835388, -0.0399320125579834, 0.09157036244869232, -0.2363831102848053, 0.1119081899523735, -0.1049022525548935, -0.15424089133739471, -0.03413557633757591, 0.011207441799342632, 0.07758733630180359, 0.01318280678242445, 0.11218693852424622, 0.013466300442814827, -0.0844072625041008, 0.014990749768912792, 0.034041877835989, -0.25270384550094604, 0.004782035481184721, 0.053680628538131714, -0.12391778826713562, -0.004765757359564304, -0.025234686210751534, 0.013625700026750565, 0.05700398609042168, 0.04094824194908142, -0.03069460764527321, 0.016096249222755432, -0.006652043666690588, -0.020144162699580193, -0.008288858458399773, 0.05953062325716019, 0.04713095352053642, -0.1559005230665207, 0.06380777060985565, -0.13577982783317566, 0.04075455665588379, -0.023885579779744148, -0.012463473714888096, -0.0012933483812958002, 0.01776987873017788, -0.0522073432803154, 0.06581555306911469, 0.07255802303552628, -0.0144086554646492, 0.008549283258616924, -0.08346639573574066, -0.034440234303474426, -0.023841137066483498, -0.10951124131679535, -0.08404874801635742, -0.13158579170703888, -0.12121031433343887, 0.10822955518960953, -0.02819518744945526, -0.18475614488124847, 0.03248962014913559, -0.12301548570394516, 0.05860345810651779, -0.17328192293643951, 0.11332228779792786, 0.07014153152704239, 0.018578365445137024, 0.01264720968902111, -0.007008096668869257, 0.08073210716247559, 0.11507359892129898, -0.0813264548778534, -0.08199906349182129 ]
null
null
transformers
<div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1378610021978664961/wV1Z8BFh_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">Nia Hoshi✝⚸ Starlit flower child💫 🤖 AI Bot </div> <div style="font-size: 15px">@ghoooostie bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@ghoooostie's tweets](https://twitter.com/ghoooostie). | Data | Quantity | | --- | --- | | Tweets downloaded | 1014 | | Retweets | 81 | | Short tweets | 294 | | Tweets kept | 639 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/29pxu2zi/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @ghoooostie's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/e3clb6b5) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/e3clb6b5/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/ghoooostie') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/ghoooostie/1617871544860/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/ghoooostie
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
Nia Hoshi Starlit flower child AI Bot @ghoooostie bot I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on @ghoooostie's tweets. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @ghoooostie'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 57 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 0.004547144751995802, -0.006708405911922455, -0.007013476919382811, 0.01947171241044998, 0.15818242728710175, 0.03448796644806862, 0.08709780126810074, 0.15389476716518402, -0.019877297803759575, -0.022431448101997375, 0.18047170341014862, 0.173692986369133, -0.012988686561584473, 0.09047263860702515, -0.05271327868103981, -0.2622397541999817, 0.03682216629385948, 0.05513067543506622, -0.007422737777233124, 0.14252057671546936, 0.07580838352441788, -0.023790201172232628, 0.11380083113908768, -0.02966974675655365, -0.202972412109375, 0.03197307139635086, 0.0615268237888813, -0.09518525749444962, 0.11083168536424637, 0.04628797993063927, 0.08698221296072006, 0.022143812850117683, -0.07331052422523499, -0.120787613093853, 0.04532235115766525, 0.045263588428497314, -0.06358368694782257, 0.06480421870946884, 0.08820623904466629, -0.1065920814871788, 0.1416475921869278, 0.07373794168233871, -0.01588049717247486, 0.07824484258890152, -0.17789237201213837, -0.03725104406476021, -0.036331940442323685, 0.007741300854831934, 0.07058489322662354, 0.0750737413764, -0.019116664305329323, 0.1746976524591446, -0.06598041951656342, 0.09777773916721344, 0.17528840899467468, -0.2887236773967743, -0.018040433526039124, 0.0492081381380558, 0.0887371376156807, 0.04900359362363815, -0.024227341637015343, 0.08339477330446243, 0.06365471333265305, 0.01686069741845131, 0.014271941967308521, -0.06960906833410263, -0.09346919506788254, 0.03645368665456772, -0.06932124495506287, -0.05699722096323967, 0.22001419961452484, -0.0334535576403141, 0.04674676060676575, -0.03953840583562851, -0.09316058456897736, -0.028927378356456757, -0.027232296764850616, -0.00907184462994337, -0.05413005128502846, 0.08754174411296844, -0.015151693485677242, -0.06331931799650192, -0.1435878872871399, -0.012912428006529808, -0.15805892646312714, 0.13816505670547485, 0.004333257209509611, 0.04586424678564072, -0.22094038128852844, 0.1012546569108963, 0.022817784920334816, -0.08995530754327774, 0.04930093511939049, -0.09425957500934601, 0.0717538446187973, 0.0007676240638829768, -0.04885277524590492, -0.02944779396057129, 0.08848895877599716, 0.14690880477428436, -0.02718975953757763, 0.005980455316603184, -0.01338018849492073, 0.0733228251338005, 0.059399042278528214, 0.028748195618391037, -0.006081049330532551, -0.052236080169677734, 0.05618719011545181, -0.1417204737663269, -0.010511515662074089, -0.07227712869644165, -0.10605388879776001, -0.04232237488031387, 0.03443120792508125, 0.060671232640743256, 0.042230576276779175, 0.11220116913318634, -0.04771716892719269, -0.01857093721628189, 0.05281376466155052, -0.03979083523154259, -0.008994937874376774, -0.01990325190126896, 0.018122754991054535, 0.13074275851249695, -0.019943278282880783, 0.03407962992787361, -0.10256942361593246, 0.05431444197893143, -0.10281401127576828, -0.01971535198390484, -0.014149561524391174, -0.04367954283952713, 0.031883664429187775, -0.12165860831737518, 0.016123656183481216, -0.16833168268203735, -0.14714312553405762, 0.002859292319044471, -0.016588665544986725, -0.017911825329065323, -0.07954888790845871, -0.04400517791509628, -0.02466505579650402, 0.06924423575401306, -0.04276731237769127, -0.00935916043817997, -0.05846982076764107, 0.11090090870857239, -0.05349889397621155, 0.07203050702810287, -0.1194647029042244, 0.0557217076420784, -0.14930842816829681, -0.013004516251385212, -0.04842504858970642, 0.07119924575090408, 0.015398351475596428, 0.1813964694738388, -0.006925920024514198, -0.003623353084549308, -0.09382472932338715, 0.06455672532320023, -0.02733452245593071, 0.24096953868865967, -0.0756828561425209, -0.14226967096328735, 0.21630549430847168, -0.06334739923477173, -0.14993034303188324, 0.1314547061920166, 0.01843975856900215, 0.08251222223043442, 0.10434340685606003, 0.19023460149765015, 0.01808990351855755, -0.007808534894138575, 0.054424818605184555, 0.07603957504034042, -0.1683882623910904, -0.033340878784656525, 0.0012923459289595485, -0.00014291972911451012, -0.1366809904575348, 0.04632483050227165, 0.1230006217956543, 0.09730340540409088, -0.07249721139669418, -0.018487868830561638, -0.030607668682932854, 0.0016078021144494414, 0.04144361615180969, -0.0005212334799580276, 0.09951234608888626, -0.1033509373664856, -0.04366454482078552, -0.06751791387796402, -0.002970147645100951, 0.011176802217960358, 0.03924661502242088, -0.04455869272351265, 0.09700342267751694, -0.007412149105221033, 0.0545678474009037, -0.13708296418190002, -0.07981666922569275, -0.016090448945760727, 0.1597585678100586, 0.040224816650152206, 0.04663374274969101, 0.0566885769367218, -0.05624469742178917, -0.015493324026465416, -0.010199432261288166, 0.16243304312229156, -0.04404180869460106, -0.07694169133901596, -0.07860849797725677, 0.10474636405706406, -0.06389671564102173, 0.026263169944286346, -0.051667314022779465, 0.024654213339090347, 0.04686986654996872, 0.1110762283205986, 0.004046999383717775, 0.026442723348736763, -0.012835992500185966, -0.007690808270126581, -0.07657550275325775, -0.01617686077952385, 0.1077079176902771, -0.0017721779877319932, -0.06809886544942856, 0.2437063455581665, -0.16884316504001617, 0.21163912117481232, 0.20976658165454865, -0.2492678016424179, -0.02882898785173893, -0.04848965257406235, -0.04766342043876648, -0.0012878701090812683, 0.06041788309812546, -0.034700244665145874, 0.09027024358510971, -0.03288675472140312, 0.16564396023750305, -0.051203593611717224, -0.07646744698286057, 0.019007064402103424, -0.05823178589344025, -0.05114857107400894, 0.07018019258975983, 0.08213616907596588, -0.1630844622850418, 0.18756183981895447, 0.21879082918167114, 0.06839460134506226, 0.2044064849615097, 0.00858453568071127, -0.010656360536813736, 0.07200875878334045, -0.04608747735619545, -0.03843220695853233, -0.06601633131504059, -0.15238076448440552, -0.03009703755378723, 0.06625645607709885, 0.030863380059599876, 0.09900964051485062, -0.09019728004932404, -0.08104760944843292, -0.017665131017565727, 0.004776675254106522, 0.00156646769028157, 0.11991100758314133, 0.03676433861255646, 0.13820022344589233, -0.01955524832010269, 0.022415857762098312, 0.08040772378444672, 0.016582515090703964, -0.10843544453382492, 0.16101348400115967, -0.13329310715198517, -0.3788211941719055, -0.14546175301074982, -0.13134250044822693, -0.020925991237163544, 0.03777816519141197, 0.1120775043964386, -0.1329103261232376, 0.005511005409061909, -0.007893978618085384, 0.10391844809055328, -0.08707519620656967, 0.039245378226041794, -0.07586963474750519, 0.0314689576625824, -0.060405436903238297, -0.07552991807460785, -0.03722400963306427, -0.028465405106544495, -0.09132689982652664, 0.16675986349582672, -0.11130212247371674, 0.06035055220127106, 0.16001324355602264, 0.021197395399212837, 0.03523072600364685, -0.05174810439348221, 0.18330632150173187, -0.112345851957798, 0.020098978653550148, 0.15624848008155823, -0.013005592860281467, 0.08254575729370117, 0.08188403397798538, -0.013132697902619839, -0.10316278785467148, 0.05240294709801674, 0.001463406952098012, -0.10209372639656067, -0.1950312703847885, -0.10119245946407318, -0.08230090886354446, 0.15922248363494873, 0.06361804902553558, 0.058937788009643555, 0.17968137562274933, 0.07578518986701965, -0.038606274873018265, -0.00038743947516195476, -0.00239798822440207, 0.08808282762765884, 0.13635766506195068, -0.01442645862698555, 0.1225903332233429, -0.04975935071706772, -0.10913994163274765, 0.12899059057235718, 0.01750512234866619, 0.03937286511063576, 0.051435839384794235, 0.021011192351579666, -0.011281835846602917, 0.11866551637649536, 0.13484057784080505, 0.10447502881288528, -0.015693627297878265, -0.0293489471077919, -0.04774824157357216, -0.01359935849905014, -0.033305928111076355, 0.03640862926840782, 0.008061517030000687, -0.14140670001506805, -0.06158366799354553, -0.11537835001945496, 0.08758961409330368, 0.10668005049228668, 0.07567808032035828, -0.21108253300189972, -0.003950516227632761, 0.07933880388736725, -0.03630997985601425, -0.11126025766134262, 0.08416172116994858, 0.03095286712050438, -0.1277567446231842, 0.07218055427074432, -0.03519461303949356, 0.12458370625972748, -0.0032897875644266605, 0.09583556652069092, -0.03598680719733238, -0.027483470737934113, -0.013308011926710606, 0.09818253666162491, -0.3191508650779724, 0.1621316522359848, -0.017933005467057228, -0.0618131123483181, -0.06667962670326233, -0.02528184838593006, 0.015994107350707054, 0.07729468494653702, 0.10861869156360626, 0.021759910508990288, 0.01640525460243225, -0.07345785945653915, -0.042352862656116486, 0.038021303713321686, 0.12403716146945953, -0.06827268749475479, -0.012903391383588314, -0.04523605480790138, 0.00796645786613226, -0.017124788835644722, -0.008793274872004986, 0.006911922711879015, -0.14962191879749298, 0.05182485654950142, 0.014736213721334934, 0.07058768719434738, 0.0436982735991478, -0.014969068579375744, -0.09180716425180435, 0.18274778127670288, -0.015714606270194054, -0.07271543145179749, -0.12616917490959167, -0.05262751132249832, 0.030376195907592773, -0.05518756061792374, 0.021047864109277725, -0.06501689553260803, -0.0035362408962100744, -0.06755607575178146, -0.22007296979427338, 0.1278373897075653, -0.08437205106019974, -0.07192739844322205, -0.04912353679537773, 0.2010866105556488, -0.051223888993263245, 0.003238252131268382, 0.010222852230072021, 0.021994104608893394, -0.11474784463644028, -0.09469719231128693, 0.07112357765436172, -0.03247172012925148, 0.03123478777706623, 0.0022505864035338163, -0.04091062396764755, 0.016593176871538162, -0.06314414739608765, -0.011381587944924831, 0.27866554260253906, 0.23951324820518494, -0.040407944470644, 0.1904350072145462, 0.11012271791696548, -0.08163551241159439, -0.3069863021373749, -0.10166139155626297, -0.12140648066997528, -0.02996143139898777, -0.017288926988840103, -0.16865339875221252, 0.06477722525596619, 0.038930367678403854, 0.009261871688067913, 0.13778774440288544, -0.20730599761009216, -0.08823523670434952, 0.09138026833534241, -0.02557477355003357, 0.43079736828804016, -0.1257614940404892, -0.08959750831127167, -0.051866497844457626, -0.16516901552677155, 0.2173919379711151, -0.021592965349555016, 0.07857322692871094, -0.029561417177319527, 0.11770006269216537, 0.04697660356760025, -0.010707763023674488, 0.08040876686573029, -0.00884756539016962, 0.008373050950467587, -0.12410011142492294, -0.02768467366695404, 0.04874192550778389, 0.012378438375890255, 0.0013600040692836046, -0.09389680624008179, 0.020313434302806854, -0.15990203619003296, -0.018549781292676926, -0.11233476549386978, 0.07682323455810547, 0.025788001716136932, -0.06466120481491089, -0.003637736663222313, -0.04986237734556198, -0.015892893075942993, -0.01400828268378973, 0.1717434972524643, -0.04862768203020096, 0.19366511702537537, 0.03501616790890694, 0.11570870876312256, -0.1362973153591156, 0.06143493950366974, -0.06429426372051239, -0.07528600096702576, 0.07427702099084854, -0.1537967324256897, 0.05111055448651314, 0.09430045634508133, -0.030276626348495483, 0.05380253866314888, 0.08795086294412613, -0.003969982732087374, 0.004800081253051758, 0.15867236256599426, -0.2786487936973572, 0.01320126373320818, -0.07396841049194336, -0.06665283441543579, 0.10506758838891983, 0.06261139363050461, 0.17162823677062988, 0.011681869626045227, -0.056615445762872696, 0.01595049723982811, 0.02499506063759327, -0.04915530979633331, 0.04529924690723419, 0.008104361593723297, -0.010991688817739487, -0.13640300929546356, 0.08699746429920197, 0.0042801909148693085, -0.1531187742948532, 0.024680746719241142, 0.2155698835849762, -0.1260155886411667, -0.10237220674753189, -0.03444112092256546, 0.08444061875343323, -0.11519137024879456, 0.01753072999417782, -0.030764780938625336, -0.09109894186258316, 0.07448896765708923, 0.15248911082744598, 0.049206193536520004, 0.11775100976228714, -0.015379221178591251, -0.011753370985388756, -0.05147303268313408, -0.0317845419049263, 0.025745956227183342, 0.017857374623417854, -0.08257177472114563, 0.06648801267147064, -0.022109810262918472, 0.14559012651443481, -0.09791336953639984, -0.06602771580219269, -0.1468091756105423, -0.009785634465515614, -0.0695481076836586, -0.09207163751125336, -0.08133620768785477, -0.062133077532052994, 0.0010387726360931993, -0.03962359577417374, -0.04795864596962929, -0.0791037380695343, -0.10289866477251053, 0.009435068815946579, -0.02305566892027855, 0.03256045654416084, -0.06115729361772537, 0.007872066460549831, 0.12092912197113037, -0.028174830600619316, 0.16686207056045532, 0.1458095908164978, -0.09536580741405487, 0.10568815469741821, -0.16346460580825806, -0.08964221179485321, 0.0939340740442276, -0.01729099079966545, 0.027899714186787605, 0.11666940152645111, 0.014932696707546711, 0.04195788502693176, 0.035977672785520554, 0.06045130267739296, 0.03587699308991432, -0.11899011582136154, 0.07665140181779861, 0.009481414221227169, -0.1612047255039215, -0.06303887814283371, -0.08555969595909119, 0.030386725440621376, 0.021575886756181717, 0.12225193530321121, -0.045776769518852234, 0.0887017622590065, -0.07972796261310577, 0.027257539331912994, 0.02293219044804573, -0.181223064661026, -0.047844018787145615, -0.053065262734889984, 0.032686229795217514, 0.018960151821374893, 0.1893557906150818, 0.027213018387556076, -0.03697650134563446, 0.04549255222082138, 0.1042066365480423, 0.005313898902386427, 0.004829791374504566, 0.16259528696537018, 0.09423433989286423, -0.07654286175966263, -0.12226779758930206, 0.07556461542844772, 0.019673259928822517, -0.044067107141017914, 0.10607215762138367, -0.002448870101943612, 0.020163848996162415, 0.06910120695829391, -0.014892932027578354, 0.034322552382946014, -0.044286008924245834, -0.10698256641626358, -0.023580113425850868, 0.046367425471544266, 0.00669879000633955, 0.12847968935966492, 0.177873894572258, -0.002574790036305785, 0.025011489167809486, -0.0363602340221405, -0.024931130930781364, -0.13864666223526, -0.1558164656162262, -0.06855984032154083, -0.14875617623329163, 0.012976853176951408, -0.0915176048874855, 0.04695429280400276, 0.028682325035333633, 0.06887643784284592, -0.07052405923604965, 0.04384735971689224, 0.06974220275878906, -0.12065785378217697, 0.09397104382514954, -0.028081456199288368, 0.03704333305358887, -0.006730496883392334, -0.012833851389586926, -0.10013298690319061, 0.035936567932367325, -0.01747855544090271, 0.045271266251802444, -0.04546798765659332, 0.030429324135184288, -0.1703072488307953, -0.124412901699543, -0.04034453630447388, 0.06420420855283737, -0.06510858237743378, 0.03512151539325714, 0.019115818664431572, 0.013339218683540821, 0.03305599465966225, 0.23020225763320923, -0.03704051673412323, -0.02329315058887005, -0.042310282588005066, 0.16692522168159485, -0.014016710221767426, 0.08088304847478867, -0.03037172369658947, 0.0002500463742762804, -0.08417443931102753, 0.3385351300239563, 0.3027777075767517, -0.09020252525806427, 0.019915465265512466, -0.030905582010746002, 0.03936264291405678, 0.11892254650592804, 0.13376617431640625, 0.09784641861915588, 0.2282467782497406, -0.07217609137296677, -0.03032243251800537, -0.020507147535681725, -0.011079044081270695, -0.06650827825069427, 0.0879674032330513, 0.02507801540195942, -0.05553486570715904, -0.031693898141384125, 0.0812700018286705, -0.2327648252248764, 0.10665327310562134, -0.11289316415786743, -0.1636168211698532, -0.039189815521240234, 0.0042042857967317104, 0.08908319473266602, 0.015396242961287498, 0.11228121817111969, 0.009163780137896538, -0.07585213333368301, 0.017798418179154396, 0.028085503727197647, -0.24201616644859314, -0.008133855648338795, 0.060310713946819305, -0.12939085066318512, -0.004324504639953375, -0.027167800813913345, 0.007199867628514767, 0.059822265058755875, 0.029368450865149498, -0.04319324716925621, -0.001257759635336697, -0.010450302623212337, -0.008644461631774902, -0.011618612334132195, 0.07065588980913162, 0.046958792954683304, -0.13329142332077026, 0.06869500875473022, -0.11774353682994843, 0.033477768301963806, -0.05866728723049164, -0.015255378559231758, 0.000037100471672602, 0.03460683673620224, -0.04829782620072365, 0.07058211416006088, 0.07688362896442413, -0.015606098808348179, 0.000610517687164247, -0.0802936851978302, -0.036274004727602005, -0.019796574488282204, -0.09252054989337921, -0.08371094614267349, -0.13031646609306335, -0.11573562026023865, 0.1029667928814888, -0.02224794402718544, -0.19213621318340302, 0.03111329674720764, -0.12165344506502151, 0.045619383454322815, -0.1751558482646942, 0.11076030135154724, 0.08046020567417145, 0.01831907220184803, 0.011516088619828224, -0.02576824277639389, 0.08821021765470505, 0.11728470027446747, -0.07783648371696472, -0.08528783172369003 ]
null
null
transformers
<div class="inline-flex flex-col" style="line-height: 1.5;"> <div class="flex"> <div style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;https://pbs.twimg.com/profile_images/1399131544665706498/1RGp0i9G_400x400.jpg&#39;)"> </div> <div style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)"> </div> <div style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)"> </div> </div> <div style="text-align: center; margin-top: 3px; font-size: 16px; font-weight: 800">🤖 AI BOT 🤖</div> <div style="text-align: center; font-size: 16px; font-weight: 800">jum</div> <div style="text-align: center; font-size: 14px;">@ghostmountainn</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on tweets from jum. | Data | jum | | --- | --- | | Tweets downloaded | 3240 | | Retweets | 839 | | Short tweets | 609 | | Tweets kept | 1792 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/8lx8a815/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @ghostmountainn's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/3gafkpo6) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/3gafkpo6/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/ghostmountainn') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/ghostmountainn/1623477690371/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/ghostmountainn
[ "transformers", "pytorch", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
AI BOT jum @ghostmountainn I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on tweets from jum. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @ghostmountainn'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 54 ]
[ "passage: TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ -0.0001764487533364445, -0.01891571842133999, -0.0068881697952747345, 0.01242890115827322, 0.16224369406700134, 0.04406825825572014, 0.08452208340167999, 0.14250440895557404, -0.026455026119947433, -0.016114573925733566, 0.17334569990634918, 0.17106501758098602, -0.014037161134183407, 0.08718273043632507, -0.05552244931459427, -0.2646014094352722, 0.044212065637111664, 0.058431971818208694, -0.020032864063978195, 0.14111687242984772, 0.0714879110455513, -0.01828647032380104, 0.10845158249139786, -0.02953636273741722, -0.18877948820590973, 0.03499612212181091, 0.05605728179216385, -0.09992336481809616, 0.11936124414205551, 0.04713086411356926, 0.08659981191158295, 0.015409729443490505, -0.07482189685106277, -0.12249794602394104, 0.03866785019636154, 0.041891295462846756, -0.0629689022898674, 0.05911329388618469, 0.08818957209587097, -0.11120674759149551, 0.1456013321876526, 0.07799911499023438, -0.01863223686814308, 0.07941857725381851, -0.17164963483810425, -0.019008882343769073, -0.036983806639909744, 0.005464354529976845, 0.057414017617702484, 0.07476010918617249, -0.01932354085147381, 0.1732589453458786, -0.0767555758357048, 0.09587065875530243, 0.16117197275161743, -0.2913956344127655, -0.005072304047644138, 0.0498935841023922, 0.06722559779882431, 0.03902119770646095, -0.015738610178232193, 0.08706029504537582, 0.06277379393577576, 0.02536560781300068, -0.0014978112885728478, -0.06339331716299057, -0.0928240567445755, 0.04014677554368973, -0.0745372325181961, -0.06578013300895691, 0.20811960101127625, -0.039430033415555954, 0.050536420196294785, -0.03807967156171799, -0.10491003096103668, -0.02197154052555561, -0.015753688290715218, 0.00720712635666132, -0.06031509116292, 0.08949250727891922, -0.014659170061349869, -0.07363511621952057, -0.15025688707828522, -0.016003666445612907, -0.18369624018669128, 0.1574522852897644, 0.003967532888054848, 0.04864242300391197, -0.2093716263771057, 0.11408322304487228, 0.020872395485639572, -0.08021171391010284, 0.047296058386564255, -0.09546594321727753, 0.07179957628250122, 0.002116252202540636, -0.05267130210995674, -0.02264278009533882, 0.08682441711425781, 0.15258505940437317, -0.026140356436371803, 0.0017382961232215166, -0.027155736461281776, 0.07059825956821442, 0.05281682312488556, 0.040018972009420395, -0.017763059586286545, -0.04289618879556656, 0.045782025903463364, -0.15945611894130707, -0.007582054473459721, -0.06918198615312576, -0.1068587526679039, -0.05112413689494133, 0.022331949323415756, 0.06442617624998093, 0.031878020614385605, 0.11345649510622025, -0.04609488695859909, -0.014168480411171913, 0.06350603699684143, -0.042460083961486816, -0.0172110628336668, -0.016047241166234016, 0.015319211408495903, 0.14095398783683777, -0.018181998282670975, 0.030711950734257698, -0.11251416057348251, 0.0645761713385582, -0.09946728497743607, -0.01914660818874836, -0.0071241967380046844, -0.04078202322125435, 0.029947424307465553, -0.13505136966705322, 0.010975461453199387, -0.1711256355047226, -0.14874492585659027, 0.009897243231534958, -0.02876151353120804, -0.018498392775654793, -0.059200938791036606, -0.03973992541432381, -0.01719699800014496, 0.06084148958325386, -0.04528016224503517, 0.0009662628290243447, -0.05951235070824623, 0.11524756252765656, -0.05245914310216904, 0.06888316571712494, -0.13250301778316498, 0.05976588651537895, -0.15375985205173492, -0.00870948750525713, -0.04503806680440903, 0.08287355303764343, 0.017666861414909363, 0.16653785109519958, -0.006960130762308836, -0.012972959317266941, -0.09847598522901535, 0.06441020965576172, -0.023426895961165428, 0.24133971333503723, -0.06349262595176697, -0.143473818898201, 0.22233937680721283, -0.06944137066602707, -0.1420930027961731, 0.12657590210437775, 0.020838137716054916, 0.07354387640953064, 0.10204131156206131, 0.19502143561840057, 0.014321080408990383, 0.006638950202614069, 0.054760824888944626, 0.0820525735616684, -0.17468082904815674, -0.03090454451739788, -0.00916894432157278, -0.01691337674856186, -0.1358218789100647, 0.043003637343645096, 0.11889315396547318, 0.10293904691934586, -0.07099705934524536, -0.013554582372307777, -0.03317642584443092, -0.004439891315996647, 0.06940841674804688, -0.007896981202065945, 0.09806080162525177, -0.09929461032152176, -0.040301576256752014, -0.058301206678152084, -0.006890235934406519, 0.0024084753822535276, 0.04120192304253578, -0.040066637098789215, 0.10096675902605057, -0.0006905568297952414, 0.05225489288568497, -0.14046427607536316, -0.07798092812299728, -0.020940499380230904, 0.1575685739517212, 0.04120592027902603, 0.04776391014456749, 0.057414863258600235, -0.0481991246342659, -0.0158701092004776, -0.009968787431716919, 0.16312187910079956, -0.0394844189286232, -0.06968989968299866, -0.056453973054885864, 0.10656707733869553, -0.058365050703287125, 0.03222460299730301, -0.04202231392264366, 0.022449776530265808, 0.060929615050554276, 0.12114907056093216, -0.0026538248639553785, 0.029062092304229736, -0.01023187953978777, -0.0038288652431219816, -0.07459788024425507, -0.020947640761733055, 0.10031349956989288, -0.004600553773343563, -0.08327498286962509, 0.23685328662395477, -0.17454755306243896, 0.19663569331169128, 0.2115958034992218, -0.2628093659877777, -0.024321777746081352, -0.06840608268976212, -0.05017746612429619, 0.003011465771123767, 0.05876095965504646, -0.04692309722304344, 0.09809201210737228, -0.02521132305264473, 0.16497591137886047, -0.04652651026844978, -0.07362692058086395, 0.016456644982099533, -0.05898859724402428, -0.0463954322040081, 0.0659271627664566, 0.08106416463851929, -0.15480613708496094, 0.18694530427455902, 0.20838376879692078, 0.07612863928079605, 0.19334357976913452, 0.004058185499161482, -0.014812501147389412, 0.08005014806985855, -0.03805047646164894, -0.04202093929052353, -0.07553261518478394, -0.16944189369678497, -0.01902174763381481, 0.07485251128673553, 0.03750864416360855, 0.11274250596761703, -0.10172852873802185, -0.07372885197401047, -0.016179129481315613, -0.005032413639128208, 0.005167648661881685, 0.1174640879034996, 0.045775800943374634, 0.14043675363063812, -0.019972821697592735, 0.03493902459740639, 0.08747350424528122, 0.02448674477636814, -0.10759711265563965, 0.16407065093517303, -0.14081640541553497, -0.38538745045661926, -0.16212545335292816, -0.13394121825695038, -0.029274288564920425, 0.04825805127620697, 0.11038947850465775, -0.13598975539207458, 0.0011978530092164874, -0.003706524148583412, 0.12342415004968643, -0.0806080624461174, 0.03755999356508255, -0.07838296890258789, 0.026997538283467293, -0.06349453330039978, -0.07917723804712296, -0.036463622003793716, -0.03232228383421898, -0.10000553727149963, 0.1757805496454239, -0.11054177582263947, 0.057571277022361755, 0.1741490364074707, 0.022440658882260323, 0.034390855580568314, -0.0513761006295681, 0.17275545001029968, -0.11779367178678513, 0.02093288116157055, 0.16278521716594696, -0.01799617148935795, 0.08678310364484787, 0.08059167861938477, -0.015366556122899055, -0.10777527838945389, 0.05196633189916611, 0.0019955262541770935, -0.1096891239285469, -0.20052047073841095, -0.12150565534830093, -0.0784008651971817, 0.14483654499053955, 0.05303339660167694, 0.05915789678692818, 0.17167222499847412, 0.08591149002313614, -0.04288473725318909, -0.004711467772722244, -0.012867298908531666, 0.07781979441642761, 0.1684085726737976, -0.017248503863811493, 0.11789125204086304, -0.05446818470954895, -0.11601924896240234, 0.13826869428157806, 0.02504623495042324, 0.050291191786527634, 0.04182872176170349, 0.008374262601137161, -0.009610554203391075, 0.09969738125801086, 0.12988939881324768, 0.118865467607975, -0.008107239380478859, -0.0232877004891634, -0.03601100295782089, -0.00860752072185278, -0.03570752218365669, 0.034572016447782516, 0.011757065542042255, -0.16013272106647491, -0.05726486071944237, -0.12173470109701157, 0.0964120477437973, 0.09787409752607346, 0.08039643615484238, -0.2033146470785141, -0.004589703865349293, 0.07378163933753967, -0.03603411093354225, -0.11624246090650558, 0.086527980864048, 0.033109065145254135, -0.1271866261959076, 0.0817195475101471, -0.03352120518684387, 0.115711510181427, -0.017423994839191437, 0.09427224844694138, -0.04346824064850807, -0.0329415462911129, -0.012381686829030514, 0.10430185496807098, -0.30799204111099243, 0.17485815286636353, -0.019660785794258118, -0.07034741342067719, -0.07672256976366043, -0.025566134601831436, 0.017929747700691223, 0.07530300319194794, 0.09619415551424026, 0.024311896413564682, 0.04642496258020401, -0.09243860840797424, -0.03940937668085098, 0.034113768488168716, 0.13641610741615295, -0.0638844221830368, -0.015862328931689262, -0.04075292870402336, 0.01116214320063591, -0.019626103341579437, -0.027355113998055458, 0.018256209790706635, -0.1504947543144226, 0.05358212813735008, 0.017237937077879906, 0.0753018707036972, 0.03889141231775284, -0.007973386906087399, -0.10224062204360962, 0.18268363177776337, -0.03004412353038788, -0.08521177619695663, -0.127006396651268, -0.04812724515795708, 0.04587927460670471, -0.051474425941705704, 0.034381575882434845, -0.06691597402095795, -0.011345877312123775, -0.06886660307645798, -0.21483656764030457, 0.12495172768831253, -0.0775398537516594, -0.07874035835266113, -0.03474915772676468, 0.20981398224830627, -0.05076101794838905, -0.00018431349599268287, 0.01172169204801321, 0.014822970144450665, -0.1086968258023262, -0.10466268658638, 0.06874550879001617, -0.034708425402641296, 0.02743770368397236, 0.02760813757777214, -0.03700246661901474, 0.02073092758655548, -0.06074898689985275, -0.01314478274434805, 0.2849438786506653, 0.22848764061927795, -0.035804633051157, 0.1875685602426529, 0.10711772739887238, -0.07248730212450027, -0.30828598141670227, -0.0999293103814125, -0.13133330643177032, -0.033457282930612564, -0.02052777260541916, -0.17081500589847565, 0.07089676707983017, 0.04558560997247696, 0.00998434517532587, 0.14900504052639008, -0.21140912175178528, -0.08518896996974945, 0.1092359870672226, -0.03466132655739784, 0.42140644788742065, -0.1164151057600975, -0.09652433544397354, -0.05340435355901718, -0.15239587426185608, 0.20086675882339478, -0.01557826716452837, 0.08761543780565262, -0.031178412958979607, 0.14360429346561432, 0.04995222017168999, -0.01680157333612442, 0.08329997956752777, 0.0014065488940104842, 0.004026432521641254, -0.12653036415576935, -0.022627411410212517, 0.0504734143614769, 0.021120509132742882, 0.0054380460642278194, -0.07736434042453766, 0.028706049546599388, -0.14863882958889008, -0.024921666830778122, -0.10909338295459747, 0.08278775960206985, 0.03857516124844551, -0.07422378659248352, -0.010892878286540508, -0.05615931376814842, -0.023589344695210457, -0.012528443709015846, 0.13453009724617004, -0.050522636622190475, 0.1720355898141861, 0.036824267357587814, 0.11522943526506424, -0.13816054165363312, 0.06146138161420822, -0.07406572997570038, -0.07532623410224915, 0.06773588061332703, -0.13577620685100555, 0.05240122601389885, 0.10075365751981735, -0.03372569754719734, 0.04758675396442413, 0.08927652984857559, 0.000919255951885134, 0.009403540752828121, 0.15953567624092102, -0.2761637568473816, 0.01791755110025406, -0.07046908140182495, -0.07692829519510269, 0.112159863114357, 0.07484955340623856, 0.181244894862175, 0.02791808731853962, -0.0472177192568779, 0.012221097014844418, 0.019269011914730072, -0.05120278522372246, 0.0548672117292881, 0.006578541360795498, -0.011816216632723808, -0.14148055016994476, 0.08790901303291321, -0.0015104453777894378, -0.1429632604122162, 0.02210722118616104, 0.19665491580963135, -0.13288317620754242, -0.10024755448102951, -0.05081937462091446, 0.057288672775030136, -0.13861924409866333, 0.008680099621415138, -0.01990172080695629, -0.09562872350215912, 0.0756591260433197, 0.1573420912027359, 0.05079081282019615, 0.12963363528251648, -0.02916029281914234, -0.008411908522248268, -0.04279141128063202, -0.051675889641046524, 0.02788730151951313, 0.019720058888196945, -0.07752392441034317, 0.08735781908035278, -0.024015765637159348, 0.14329436421394348, -0.10051412135362625, -0.06987810134887695, -0.1344141960144043, -0.005019306670874357, -0.09607285261154175, -0.0959741547703743, -0.08079583197832108, -0.061935000121593475, 0.004180733114480972, -0.039079975336790085, -0.0417400486767292, -0.08063078671693802, -0.10278100520372391, 0.016344387084245682, -0.02737213484942913, 0.028547246009111404, -0.07021904736757278, 0.008450011722743511, 0.12212047725915909, -0.029432062059640884, 0.17478644847869873, 0.15045183897018433, -0.10443241149187088, 0.10585668683052063, -0.17528948187828064, -0.10057486593723297, 0.10386897623538971, -0.01424362976104021, 0.02509693056344986, 0.12928596138954163, 0.018586233258247375, 0.04242280498147011, 0.03278495371341705, 0.06450606882572174, 0.04438134282827377, -0.11879310011863708, 0.08265755325555801, -0.002198860514909029, -0.15595629811286926, -0.061124756932258606, -0.09235648810863495, 0.02707000821828842, 0.02035105973482132, 0.11072126775979996, -0.04177020862698555, 0.08901136368513107, -0.06589431315660477, 0.023006385192275047, 0.025188656523823738, -0.17641755938529968, -0.03692740947008133, -0.05073147267103195, 0.03235582634806633, 0.028527792543172836, 0.22216679155826569, 0.015049049630761147, -0.030550595372915268, 0.0387740358710289, 0.12439186871051788, 0.015807392075657845, -0.0005460345419123769, 0.1709187924861908, 0.10334094613790512, -0.07364179939031601, -0.14011329412460327, 0.0676020160317421, 0.012262817472219467, -0.05599943920969963, 0.11458845436573029, -0.01812131516635418, -0.006866521667689085, 0.0670672059059143, -0.019556820392608643, 0.03449620306491852, -0.06607513129711151, -0.12762659788131714, -0.02478908933699131, 0.04269528388977051, 0.0029638311825692654, 0.12794137001037598, 0.15664103627204895, -0.005168106406927109, 0.026651626452803612, -0.015845872461795807, -0.023246217519044876, -0.13421551883220673, -0.15646639466285706, -0.06222613900899887, -0.14998294413089752, 0.022462334483861923, -0.08663632720708847, 0.047867026180028915, 0.05302877724170685, 0.07266844809055328, -0.06541765481233597, 0.06867647916078568, 0.049353908747434616, -0.11939282715320587, 0.08969518542289734, -0.024748487398028374, 0.04455447196960449, -0.0018985075876116753, -0.03077637031674385, -0.10359742492437363, 0.042003192007541656, -0.01649407483637333, 0.045346152037382126, -0.04421991854906082, 0.022579338401556015, -0.1750071942806244, -0.10995419323444366, -0.04818427562713623, 0.06838665902614594, -0.06683412194252014, 0.04056481271982193, 0.01606888137757778, 0.011690732091665268, 0.030521972104907036, 0.22083373367786407, -0.041100796312093735, -0.04384056478738785, -0.041319385170936584, 0.1635150909423828, -0.014866671524941921, 0.08733032643795013, -0.027159888297319412, -0.008534550666809082, -0.09159335494041443, 0.3551705777645111, 0.29626867175102234, -0.08988689631223679, 0.018322573974728584, -0.023403000086545944, 0.04054094851016998, 0.13749836385250092, 0.13930056989192963, 0.09693139791488647, 0.23870247602462769, -0.069560706615448, -0.05235563591122627, -0.01810343936085701, -0.013992605730891228, -0.06698887050151825, 0.09740167111158371, 0.02308662235736847, -0.05992421507835388, -0.0399320125579834, 0.09157036244869232, -0.2363831102848053, 0.1119081899523735, -0.1049022525548935, -0.15424089133739471, -0.03413557633757591, 0.011207441799342632, 0.07758733630180359, 0.01318280678242445, 0.11218693852424622, 0.013466300442814827, -0.0844072625041008, 0.014990749768912792, 0.034041877835989, -0.25270384550094604, 0.004782035481184721, 0.053680628538131714, -0.12391778826713562, -0.004765757359564304, -0.025234686210751534, 0.013625700026750565, 0.05700398609042168, 0.04094824194908142, -0.03069460764527321, 0.016096249222755432, -0.006652043666690588, -0.020144162699580193, -0.008288858458399773, 0.05953062325716019, 0.04713095352053642, -0.1559005230665207, 0.06380777060985565, -0.13577982783317566, 0.04075455665588379, -0.023885579779744148, -0.012463473714888096, -0.0012933483812958002, 0.01776987873017788, -0.0522073432803154, 0.06581555306911469, 0.07255802303552628, -0.0144086554646492, 0.008549283258616924, -0.08346639573574066, -0.034440234303474426, -0.023841137066483498, -0.10951124131679535, -0.08404874801635742, -0.13158579170703888, -0.12121031433343887, 0.10822955518960953, -0.02819518744945526, -0.18475614488124847, 0.03248962014913559, -0.12301548570394516, 0.05860345810651779, -0.17328192293643951, 0.11332228779792786, 0.07014153152704239, 0.018578365445137024, 0.01264720968902111, -0.007008096668869257, 0.08073210716247559, 0.11507359892129898, -0.0813264548778534, -0.08199906349182129 ]
null
null
transformers
<div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1227031157088411648/E3Tx20nH_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">Gilational 🤖 AI Bot </div> <div style="font-size: 15px">@gilational bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@gilational's tweets](https://twitter.com/gilational). | Data | Quantity | | --- | --- | | Tweets downloaded | 32 | | Retweets | 0 | | Short tweets | 1 | | Tweets kept | 31 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/3b638003/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @gilational's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/37tpk9wh) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/37tpk9wh/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/gilational') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/gilational/1616731790752/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/gilational
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
Gilational AI Bot @gilational bot I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on @gilational's tweets. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @gilational'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 57 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 0.004547144751995802, -0.006708405911922455, -0.007013476919382811, 0.01947171241044998, 0.15818242728710175, 0.03448796644806862, 0.08709780126810074, 0.15389476716518402, -0.019877297803759575, -0.022431448101997375, 0.18047170341014862, 0.173692986369133, -0.012988686561584473, 0.09047263860702515, -0.05271327868103981, -0.2622397541999817, 0.03682216629385948, 0.05513067543506622, -0.007422737777233124, 0.14252057671546936, 0.07580838352441788, -0.023790201172232628, 0.11380083113908768, -0.02966974675655365, -0.202972412109375, 0.03197307139635086, 0.0615268237888813, -0.09518525749444962, 0.11083168536424637, 0.04628797993063927, 0.08698221296072006, 0.022143812850117683, -0.07331052422523499, -0.120787613093853, 0.04532235115766525, 0.045263588428497314, -0.06358368694782257, 0.06480421870946884, 0.08820623904466629, -0.1065920814871788, 0.1416475921869278, 0.07373794168233871, -0.01588049717247486, 0.07824484258890152, -0.17789237201213837, -0.03725104406476021, -0.036331940442323685, 0.007741300854831934, 0.07058489322662354, 0.0750737413764, -0.019116664305329323, 0.1746976524591446, -0.06598041951656342, 0.09777773916721344, 0.17528840899467468, -0.2887236773967743, -0.018040433526039124, 0.0492081381380558, 0.0887371376156807, 0.04900359362363815, -0.024227341637015343, 0.08339477330446243, 0.06365471333265305, 0.01686069741845131, 0.014271941967308521, -0.06960906833410263, -0.09346919506788254, 0.03645368665456772, -0.06932124495506287, -0.05699722096323967, 0.22001419961452484, -0.0334535576403141, 0.04674676060676575, -0.03953840583562851, -0.09316058456897736, -0.028927378356456757, -0.027232296764850616, -0.00907184462994337, -0.05413005128502846, 0.08754174411296844, -0.015151693485677242, -0.06331931799650192, -0.1435878872871399, -0.012912428006529808, -0.15805892646312714, 0.13816505670547485, 0.004333257209509611, 0.04586424678564072, -0.22094038128852844, 0.1012546569108963, 0.022817784920334816, -0.08995530754327774, 0.04930093511939049, -0.09425957500934601, 0.0717538446187973, 0.0007676240638829768, -0.04885277524590492, -0.02944779396057129, 0.08848895877599716, 0.14690880477428436, -0.02718975953757763, 0.005980455316603184, -0.01338018849492073, 0.0733228251338005, 0.059399042278528214, 0.028748195618391037, -0.006081049330532551, -0.052236080169677734, 0.05618719011545181, -0.1417204737663269, -0.010511515662074089, -0.07227712869644165, -0.10605388879776001, -0.04232237488031387, 0.03443120792508125, 0.060671232640743256, 0.042230576276779175, 0.11220116913318634, -0.04771716892719269, -0.01857093721628189, 0.05281376466155052, -0.03979083523154259, -0.008994937874376774, -0.01990325190126896, 0.018122754991054535, 0.13074275851249695, -0.019943278282880783, 0.03407962992787361, -0.10256942361593246, 0.05431444197893143, -0.10281401127576828, -0.01971535198390484, -0.014149561524391174, -0.04367954283952713, 0.031883664429187775, -0.12165860831737518, 0.016123656183481216, -0.16833168268203735, -0.14714312553405762, 0.002859292319044471, -0.016588665544986725, -0.017911825329065323, -0.07954888790845871, -0.04400517791509628, -0.02466505579650402, 0.06924423575401306, -0.04276731237769127, -0.00935916043817997, -0.05846982076764107, 0.11090090870857239, -0.05349889397621155, 0.07203050702810287, -0.1194647029042244, 0.0557217076420784, -0.14930842816829681, -0.013004516251385212, -0.04842504858970642, 0.07119924575090408, 0.015398351475596428, 0.1813964694738388, -0.006925920024514198, -0.003623353084549308, -0.09382472932338715, 0.06455672532320023, -0.02733452245593071, 0.24096953868865967, -0.0756828561425209, -0.14226967096328735, 0.21630549430847168, -0.06334739923477173, -0.14993034303188324, 0.1314547061920166, 0.01843975856900215, 0.08251222223043442, 0.10434340685606003, 0.19023460149765015, 0.01808990351855755, -0.007808534894138575, 0.054424818605184555, 0.07603957504034042, -0.1683882623910904, -0.033340878784656525, 0.0012923459289595485, -0.00014291972911451012, -0.1366809904575348, 0.04632483050227165, 0.1230006217956543, 0.09730340540409088, -0.07249721139669418, -0.018487868830561638, -0.030607668682932854, 0.0016078021144494414, 0.04144361615180969, -0.0005212334799580276, 0.09951234608888626, -0.1033509373664856, -0.04366454482078552, -0.06751791387796402, -0.002970147645100951, 0.011176802217960358, 0.03924661502242088, -0.04455869272351265, 0.09700342267751694, -0.007412149105221033, 0.0545678474009037, -0.13708296418190002, -0.07981666922569275, -0.016090448945760727, 0.1597585678100586, 0.040224816650152206, 0.04663374274969101, 0.0566885769367218, -0.05624469742178917, -0.015493324026465416, -0.010199432261288166, 0.16243304312229156, -0.04404180869460106, -0.07694169133901596, -0.07860849797725677, 0.10474636405706406, -0.06389671564102173, 0.026263169944286346, -0.051667314022779465, 0.024654213339090347, 0.04686986654996872, 0.1110762283205986, 0.004046999383717775, 0.026442723348736763, -0.012835992500185966, -0.007690808270126581, -0.07657550275325775, -0.01617686077952385, 0.1077079176902771, -0.0017721779877319932, -0.06809886544942856, 0.2437063455581665, -0.16884316504001617, 0.21163912117481232, 0.20976658165454865, -0.2492678016424179, -0.02882898785173893, -0.04848965257406235, -0.04766342043876648, -0.0012878701090812683, 0.06041788309812546, -0.034700244665145874, 0.09027024358510971, -0.03288675472140312, 0.16564396023750305, -0.051203593611717224, -0.07646744698286057, 0.019007064402103424, -0.05823178589344025, -0.05114857107400894, 0.07018019258975983, 0.08213616907596588, -0.1630844622850418, 0.18756183981895447, 0.21879082918167114, 0.06839460134506226, 0.2044064849615097, 0.00858453568071127, -0.010656360536813736, 0.07200875878334045, -0.04608747735619545, -0.03843220695853233, -0.06601633131504059, -0.15238076448440552, -0.03009703755378723, 0.06625645607709885, 0.030863380059599876, 0.09900964051485062, -0.09019728004932404, -0.08104760944843292, -0.017665131017565727, 0.004776675254106522, 0.00156646769028157, 0.11991100758314133, 0.03676433861255646, 0.13820022344589233, -0.01955524832010269, 0.022415857762098312, 0.08040772378444672, 0.016582515090703964, -0.10843544453382492, 0.16101348400115967, -0.13329310715198517, -0.3788211941719055, -0.14546175301074982, -0.13134250044822693, -0.020925991237163544, 0.03777816519141197, 0.1120775043964386, -0.1329103261232376, 0.005511005409061909, -0.007893978618085384, 0.10391844809055328, -0.08707519620656967, 0.039245378226041794, -0.07586963474750519, 0.0314689576625824, -0.060405436903238297, -0.07552991807460785, -0.03722400963306427, -0.028465405106544495, -0.09132689982652664, 0.16675986349582672, -0.11130212247371674, 0.06035055220127106, 0.16001324355602264, 0.021197395399212837, 0.03523072600364685, -0.05174810439348221, 0.18330632150173187, -0.112345851957798, 0.020098978653550148, 0.15624848008155823, -0.013005592860281467, 0.08254575729370117, 0.08188403397798538, -0.013132697902619839, -0.10316278785467148, 0.05240294709801674, 0.001463406952098012, -0.10209372639656067, -0.1950312703847885, -0.10119245946407318, -0.08230090886354446, 0.15922248363494873, 0.06361804902553558, 0.058937788009643555, 0.17968137562274933, 0.07578518986701965, -0.038606274873018265, -0.00038743947516195476, -0.00239798822440207, 0.08808282762765884, 0.13635766506195068, -0.01442645862698555, 0.1225903332233429, -0.04975935071706772, -0.10913994163274765, 0.12899059057235718, 0.01750512234866619, 0.03937286511063576, 0.051435839384794235, 0.021011192351579666, -0.011281835846602917, 0.11866551637649536, 0.13484057784080505, 0.10447502881288528, -0.015693627297878265, -0.0293489471077919, -0.04774824157357216, -0.01359935849905014, -0.033305928111076355, 0.03640862926840782, 0.008061517030000687, -0.14140670001506805, -0.06158366799354553, -0.11537835001945496, 0.08758961409330368, 0.10668005049228668, 0.07567808032035828, -0.21108253300189972, -0.003950516227632761, 0.07933880388736725, -0.03630997985601425, -0.11126025766134262, 0.08416172116994858, 0.03095286712050438, -0.1277567446231842, 0.07218055427074432, -0.03519461303949356, 0.12458370625972748, -0.0032897875644266605, 0.09583556652069092, -0.03598680719733238, -0.027483470737934113, -0.013308011926710606, 0.09818253666162491, -0.3191508650779724, 0.1621316522359848, -0.017933005467057228, -0.0618131123483181, -0.06667962670326233, -0.02528184838593006, 0.015994107350707054, 0.07729468494653702, 0.10861869156360626, 0.021759910508990288, 0.01640525460243225, -0.07345785945653915, -0.042352862656116486, 0.038021303713321686, 0.12403716146945953, -0.06827268749475479, -0.012903391383588314, -0.04523605480790138, 0.00796645786613226, -0.017124788835644722, -0.008793274872004986, 0.006911922711879015, -0.14962191879749298, 0.05182485654950142, 0.014736213721334934, 0.07058768719434738, 0.0436982735991478, -0.014969068579375744, -0.09180716425180435, 0.18274778127670288, -0.015714606270194054, -0.07271543145179749, -0.12616917490959167, -0.05262751132249832, 0.030376195907592773, -0.05518756061792374, 0.021047864109277725, -0.06501689553260803, -0.0035362408962100744, -0.06755607575178146, -0.22007296979427338, 0.1278373897075653, -0.08437205106019974, -0.07192739844322205, -0.04912353679537773, 0.2010866105556488, -0.051223888993263245, 0.003238252131268382, 0.010222852230072021, 0.021994104608893394, -0.11474784463644028, -0.09469719231128693, 0.07112357765436172, -0.03247172012925148, 0.03123478777706623, 0.0022505864035338163, -0.04091062396764755, 0.016593176871538162, -0.06314414739608765, -0.011381587944924831, 0.27866554260253906, 0.23951324820518494, -0.040407944470644, 0.1904350072145462, 0.11012271791696548, -0.08163551241159439, -0.3069863021373749, -0.10166139155626297, -0.12140648066997528, -0.02996143139898777, -0.017288926988840103, -0.16865339875221252, 0.06477722525596619, 0.038930367678403854, 0.009261871688067913, 0.13778774440288544, -0.20730599761009216, -0.08823523670434952, 0.09138026833534241, -0.02557477355003357, 0.43079736828804016, -0.1257614940404892, -0.08959750831127167, -0.051866497844457626, -0.16516901552677155, 0.2173919379711151, -0.021592965349555016, 0.07857322692871094, -0.029561417177319527, 0.11770006269216537, 0.04697660356760025, -0.010707763023674488, 0.08040876686573029, -0.00884756539016962, 0.008373050950467587, -0.12410011142492294, -0.02768467366695404, 0.04874192550778389, 0.012378438375890255, 0.0013600040692836046, -0.09389680624008179, 0.020313434302806854, -0.15990203619003296, -0.018549781292676926, -0.11233476549386978, 0.07682323455810547, 0.025788001716136932, -0.06466120481491089, -0.003637736663222313, -0.04986237734556198, -0.015892893075942993, -0.01400828268378973, 0.1717434972524643, -0.04862768203020096, 0.19366511702537537, 0.03501616790890694, 0.11570870876312256, -0.1362973153591156, 0.06143493950366974, -0.06429426372051239, -0.07528600096702576, 0.07427702099084854, -0.1537967324256897, 0.05111055448651314, 0.09430045634508133, -0.030276626348495483, 0.05380253866314888, 0.08795086294412613, -0.003969982732087374, 0.004800081253051758, 0.15867236256599426, -0.2786487936973572, 0.01320126373320818, -0.07396841049194336, -0.06665283441543579, 0.10506758838891983, 0.06261139363050461, 0.17162823677062988, 0.011681869626045227, -0.056615445762872696, 0.01595049723982811, 0.02499506063759327, -0.04915530979633331, 0.04529924690723419, 0.008104361593723297, -0.010991688817739487, -0.13640300929546356, 0.08699746429920197, 0.0042801909148693085, -0.1531187742948532, 0.024680746719241142, 0.2155698835849762, -0.1260155886411667, -0.10237220674753189, -0.03444112092256546, 0.08444061875343323, -0.11519137024879456, 0.01753072999417782, -0.030764780938625336, -0.09109894186258316, 0.07448896765708923, 0.15248911082744598, 0.049206193536520004, 0.11775100976228714, -0.015379221178591251, -0.011753370985388756, -0.05147303268313408, -0.0317845419049263, 0.025745956227183342, 0.017857374623417854, -0.08257177472114563, 0.06648801267147064, -0.022109810262918472, 0.14559012651443481, -0.09791336953639984, -0.06602771580219269, -0.1468091756105423, -0.009785634465515614, -0.0695481076836586, -0.09207163751125336, -0.08133620768785477, -0.062133077532052994, 0.0010387726360931993, -0.03962359577417374, -0.04795864596962929, -0.0791037380695343, -0.10289866477251053, 0.009435068815946579, -0.02305566892027855, 0.03256045654416084, -0.06115729361772537, 0.007872066460549831, 0.12092912197113037, -0.028174830600619316, 0.16686207056045532, 0.1458095908164978, -0.09536580741405487, 0.10568815469741821, -0.16346460580825806, -0.08964221179485321, 0.0939340740442276, -0.01729099079966545, 0.027899714186787605, 0.11666940152645111, 0.014932696707546711, 0.04195788502693176, 0.035977672785520554, 0.06045130267739296, 0.03587699308991432, -0.11899011582136154, 0.07665140181779861, 0.009481414221227169, -0.1612047255039215, -0.06303887814283371, -0.08555969595909119, 0.030386725440621376, 0.021575886756181717, 0.12225193530321121, -0.045776769518852234, 0.0887017622590065, -0.07972796261310577, 0.027257539331912994, 0.02293219044804573, -0.181223064661026, -0.047844018787145615, -0.053065262734889984, 0.032686229795217514, 0.018960151821374893, 0.1893557906150818, 0.027213018387556076, -0.03697650134563446, 0.04549255222082138, 0.1042066365480423, 0.005313898902386427, 0.004829791374504566, 0.16259528696537018, 0.09423433989286423, -0.07654286175966263, -0.12226779758930206, 0.07556461542844772, 0.019673259928822517, -0.044067107141017914, 0.10607215762138367, -0.002448870101943612, 0.020163848996162415, 0.06910120695829391, -0.014892932027578354, 0.034322552382946014, -0.044286008924245834, -0.10698256641626358, -0.023580113425850868, 0.046367425471544266, 0.00669879000633955, 0.12847968935966492, 0.177873894572258, -0.002574790036305785, 0.025011489167809486, -0.0363602340221405, -0.024931130930781364, -0.13864666223526, -0.1558164656162262, -0.06855984032154083, -0.14875617623329163, 0.012976853176951408, -0.0915176048874855, 0.04695429280400276, 0.028682325035333633, 0.06887643784284592, -0.07052405923604965, 0.04384735971689224, 0.06974220275878906, -0.12065785378217697, 0.09397104382514954, -0.028081456199288368, 0.03704333305358887, -0.006730496883392334, -0.012833851389586926, -0.10013298690319061, 0.035936567932367325, -0.01747855544090271, 0.045271266251802444, -0.04546798765659332, 0.030429324135184288, -0.1703072488307953, -0.124412901699543, -0.04034453630447388, 0.06420420855283737, -0.06510858237743378, 0.03512151539325714, 0.019115818664431572, 0.013339218683540821, 0.03305599465966225, 0.23020225763320923, -0.03704051673412323, -0.02329315058887005, -0.042310282588005066, 0.16692522168159485, -0.014016710221767426, 0.08088304847478867, -0.03037172369658947, 0.0002500463742762804, -0.08417443931102753, 0.3385351300239563, 0.3027777075767517, -0.09020252525806427, 0.019915465265512466, -0.030905582010746002, 0.03936264291405678, 0.11892254650592804, 0.13376617431640625, 0.09784641861915588, 0.2282467782497406, -0.07217609137296677, -0.03032243251800537, -0.020507147535681725, -0.011079044081270695, -0.06650827825069427, 0.0879674032330513, 0.02507801540195942, -0.05553486570715904, -0.031693898141384125, 0.0812700018286705, -0.2327648252248764, 0.10665327310562134, -0.11289316415786743, -0.1636168211698532, -0.039189815521240234, 0.0042042857967317104, 0.08908319473266602, 0.015396242961287498, 0.11228121817111969, 0.009163780137896538, -0.07585213333368301, 0.017798418179154396, 0.028085503727197647, -0.24201616644859314, -0.008133855648338795, 0.060310713946819305, -0.12939085066318512, -0.004324504639953375, -0.027167800813913345, 0.007199867628514767, 0.059822265058755875, 0.029368450865149498, -0.04319324716925621, -0.001257759635336697, -0.010450302623212337, -0.008644461631774902, -0.011618612334132195, 0.07065588980913162, 0.046958792954683304, -0.13329142332077026, 0.06869500875473022, -0.11774353682994843, 0.033477768301963806, -0.05866728723049164, -0.015255378559231758, 0.000037100471672602, 0.03460683673620224, -0.04829782620072365, 0.07058211416006088, 0.07688362896442413, -0.015606098808348179, 0.000610517687164247, -0.0802936851978302, -0.036274004727602005, -0.019796574488282204, -0.09252054989337921, -0.08371094614267349, -0.13031646609306335, -0.11573562026023865, 0.1029667928814888, -0.02224794402718544, -0.19213621318340302, 0.03111329674720764, -0.12165344506502151, 0.045619383454322815, -0.1751558482646942, 0.11076030135154724, 0.08046020567417145, 0.01831907220184803, 0.011516088619828224, -0.02576824277639389, 0.08821021765470505, 0.11728470027446747, -0.07783648371696472, -0.08528783172369003 ]
null
null
transformers
<div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1241598015405621251/RfMwNmc__400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">Lake Yin 🤖 AI Bot </div> <div style="font-size: 15px">@gimoyin bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://app.wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-model-to-generate-tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@gimoyin's tweets](https://twitter.com/gimoyin). | Data | Quantity | | --- | --- | | Tweets downloaded | 961 | | Retweets | 636 | | Short tweets | 31 | | Tweets kept | 294 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/1leyvbxk/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @gimoyin's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/y78zi5ra) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/y78zi5ra/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/gimoyin') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/gimoyin/1614111899984/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/gimoyin
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
Lake Yin AI Bot @gimoyin bot I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on @gimoyin's tweets. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @gimoyin'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 57 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 0.004547144751995802, -0.006708405911922455, -0.007013476919382811, 0.01947171241044998, 0.15818242728710175, 0.03448796644806862, 0.08709780126810074, 0.15389476716518402, -0.019877297803759575, -0.022431448101997375, 0.18047170341014862, 0.173692986369133, -0.012988686561584473, 0.09047263860702515, -0.05271327868103981, -0.2622397541999817, 0.03682216629385948, 0.05513067543506622, -0.007422737777233124, 0.14252057671546936, 0.07580838352441788, -0.023790201172232628, 0.11380083113908768, -0.02966974675655365, -0.202972412109375, 0.03197307139635086, 0.0615268237888813, -0.09518525749444962, 0.11083168536424637, 0.04628797993063927, 0.08698221296072006, 0.022143812850117683, -0.07331052422523499, -0.120787613093853, 0.04532235115766525, 0.045263588428497314, -0.06358368694782257, 0.06480421870946884, 0.08820623904466629, -0.1065920814871788, 0.1416475921869278, 0.07373794168233871, -0.01588049717247486, 0.07824484258890152, -0.17789237201213837, -0.03725104406476021, -0.036331940442323685, 0.007741300854831934, 0.07058489322662354, 0.0750737413764, -0.019116664305329323, 0.1746976524591446, -0.06598041951656342, 0.09777773916721344, 0.17528840899467468, -0.2887236773967743, -0.018040433526039124, 0.0492081381380558, 0.0887371376156807, 0.04900359362363815, -0.024227341637015343, 0.08339477330446243, 0.06365471333265305, 0.01686069741845131, 0.014271941967308521, -0.06960906833410263, -0.09346919506788254, 0.03645368665456772, -0.06932124495506287, -0.05699722096323967, 0.22001419961452484, -0.0334535576403141, 0.04674676060676575, -0.03953840583562851, -0.09316058456897736, -0.028927378356456757, -0.027232296764850616, -0.00907184462994337, -0.05413005128502846, 0.08754174411296844, -0.015151693485677242, -0.06331931799650192, -0.1435878872871399, -0.012912428006529808, -0.15805892646312714, 0.13816505670547485, 0.004333257209509611, 0.04586424678564072, -0.22094038128852844, 0.1012546569108963, 0.022817784920334816, -0.08995530754327774, 0.04930093511939049, -0.09425957500934601, 0.0717538446187973, 0.0007676240638829768, -0.04885277524590492, -0.02944779396057129, 0.08848895877599716, 0.14690880477428436, -0.02718975953757763, 0.005980455316603184, -0.01338018849492073, 0.0733228251338005, 0.059399042278528214, 0.028748195618391037, -0.006081049330532551, -0.052236080169677734, 0.05618719011545181, -0.1417204737663269, -0.010511515662074089, -0.07227712869644165, -0.10605388879776001, -0.04232237488031387, 0.03443120792508125, 0.060671232640743256, 0.042230576276779175, 0.11220116913318634, -0.04771716892719269, -0.01857093721628189, 0.05281376466155052, -0.03979083523154259, -0.008994937874376774, -0.01990325190126896, 0.018122754991054535, 0.13074275851249695, -0.019943278282880783, 0.03407962992787361, -0.10256942361593246, 0.05431444197893143, -0.10281401127576828, -0.01971535198390484, -0.014149561524391174, -0.04367954283952713, 0.031883664429187775, -0.12165860831737518, 0.016123656183481216, -0.16833168268203735, -0.14714312553405762, 0.002859292319044471, -0.016588665544986725, -0.017911825329065323, -0.07954888790845871, -0.04400517791509628, -0.02466505579650402, 0.06924423575401306, -0.04276731237769127, -0.00935916043817997, -0.05846982076764107, 0.11090090870857239, -0.05349889397621155, 0.07203050702810287, -0.1194647029042244, 0.0557217076420784, -0.14930842816829681, -0.013004516251385212, -0.04842504858970642, 0.07119924575090408, 0.015398351475596428, 0.1813964694738388, -0.006925920024514198, -0.003623353084549308, -0.09382472932338715, 0.06455672532320023, -0.02733452245593071, 0.24096953868865967, -0.0756828561425209, -0.14226967096328735, 0.21630549430847168, -0.06334739923477173, -0.14993034303188324, 0.1314547061920166, 0.01843975856900215, 0.08251222223043442, 0.10434340685606003, 0.19023460149765015, 0.01808990351855755, -0.007808534894138575, 0.054424818605184555, 0.07603957504034042, -0.1683882623910904, -0.033340878784656525, 0.0012923459289595485, -0.00014291972911451012, -0.1366809904575348, 0.04632483050227165, 0.1230006217956543, 0.09730340540409088, -0.07249721139669418, -0.018487868830561638, -0.030607668682932854, 0.0016078021144494414, 0.04144361615180969, -0.0005212334799580276, 0.09951234608888626, -0.1033509373664856, -0.04366454482078552, -0.06751791387796402, -0.002970147645100951, 0.011176802217960358, 0.03924661502242088, -0.04455869272351265, 0.09700342267751694, -0.007412149105221033, 0.0545678474009037, -0.13708296418190002, -0.07981666922569275, -0.016090448945760727, 0.1597585678100586, 0.040224816650152206, 0.04663374274969101, 0.0566885769367218, -0.05624469742178917, -0.015493324026465416, -0.010199432261288166, 0.16243304312229156, -0.04404180869460106, -0.07694169133901596, -0.07860849797725677, 0.10474636405706406, -0.06389671564102173, 0.026263169944286346, -0.051667314022779465, 0.024654213339090347, 0.04686986654996872, 0.1110762283205986, 0.004046999383717775, 0.026442723348736763, -0.012835992500185966, -0.007690808270126581, -0.07657550275325775, -0.01617686077952385, 0.1077079176902771, -0.0017721779877319932, -0.06809886544942856, 0.2437063455581665, -0.16884316504001617, 0.21163912117481232, 0.20976658165454865, -0.2492678016424179, -0.02882898785173893, -0.04848965257406235, -0.04766342043876648, -0.0012878701090812683, 0.06041788309812546, -0.034700244665145874, 0.09027024358510971, -0.03288675472140312, 0.16564396023750305, -0.051203593611717224, -0.07646744698286057, 0.019007064402103424, -0.05823178589344025, -0.05114857107400894, 0.07018019258975983, 0.08213616907596588, -0.1630844622850418, 0.18756183981895447, 0.21879082918167114, 0.06839460134506226, 0.2044064849615097, 0.00858453568071127, -0.010656360536813736, 0.07200875878334045, -0.04608747735619545, -0.03843220695853233, -0.06601633131504059, -0.15238076448440552, -0.03009703755378723, 0.06625645607709885, 0.030863380059599876, 0.09900964051485062, -0.09019728004932404, -0.08104760944843292, -0.017665131017565727, 0.004776675254106522, 0.00156646769028157, 0.11991100758314133, 0.03676433861255646, 0.13820022344589233, -0.01955524832010269, 0.022415857762098312, 0.08040772378444672, 0.016582515090703964, -0.10843544453382492, 0.16101348400115967, -0.13329310715198517, -0.3788211941719055, -0.14546175301074982, -0.13134250044822693, -0.020925991237163544, 0.03777816519141197, 0.1120775043964386, -0.1329103261232376, 0.005511005409061909, -0.007893978618085384, 0.10391844809055328, -0.08707519620656967, 0.039245378226041794, -0.07586963474750519, 0.0314689576625824, -0.060405436903238297, -0.07552991807460785, -0.03722400963306427, -0.028465405106544495, -0.09132689982652664, 0.16675986349582672, -0.11130212247371674, 0.06035055220127106, 0.16001324355602264, 0.021197395399212837, 0.03523072600364685, -0.05174810439348221, 0.18330632150173187, -0.112345851957798, 0.020098978653550148, 0.15624848008155823, -0.013005592860281467, 0.08254575729370117, 0.08188403397798538, -0.013132697902619839, -0.10316278785467148, 0.05240294709801674, 0.001463406952098012, -0.10209372639656067, -0.1950312703847885, -0.10119245946407318, -0.08230090886354446, 0.15922248363494873, 0.06361804902553558, 0.058937788009643555, 0.17968137562274933, 0.07578518986701965, -0.038606274873018265, -0.00038743947516195476, -0.00239798822440207, 0.08808282762765884, 0.13635766506195068, -0.01442645862698555, 0.1225903332233429, -0.04975935071706772, -0.10913994163274765, 0.12899059057235718, 0.01750512234866619, 0.03937286511063576, 0.051435839384794235, 0.021011192351579666, -0.011281835846602917, 0.11866551637649536, 0.13484057784080505, 0.10447502881288528, -0.015693627297878265, -0.0293489471077919, -0.04774824157357216, -0.01359935849905014, -0.033305928111076355, 0.03640862926840782, 0.008061517030000687, -0.14140670001506805, -0.06158366799354553, -0.11537835001945496, 0.08758961409330368, 0.10668005049228668, 0.07567808032035828, -0.21108253300189972, -0.003950516227632761, 0.07933880388736725, -0.03630997985601425, -0.11126025766134262, 0.08416172116994858, 0.03095286712050438, -0.1277567446231842, 0.07218055427074432, -0.03519461303949356, 0.12458370625972748, -0.0032897875644266605, 0.09583556652069092, -0.03598680719733238, -0.027483470737934113, -0.013308011926710606, 0.09818253666162491, -0.3191508650779724, 0.1621316522359848, -0.017933005467057228, -0.0618131123483181, -0.06667962670326233, -0.02528184838593006, 0.015994107350707054, 0.07729468494653702, 0.10861869156360626, 0.021759910508990288, 0.01640525460243225, -0.07345785945653915, -0.042352862656116486, 0.038021303713321686, 0.12403716146945953, -0.06827268749475479, -0.012903391383588314, -0.04523605480790138, 0.00796645786613226, -0.017124788835644722, -0.008793274872004986, 0.006911922711879015, -0.14962191879749298, 0.05182485654950142, 0.014736213721334934, 0.07058768719434738, 0.0436982735991478, -0.014969068579375744, -0.09180716425180435, 0.18274778127670288, -0.015714606270194054, -0.07271543145179749, -0.12616917490959167, -0.05262751132249832, 0.030376195907592773, -0.05518756061792374, 0.021047864109277725, -0.06501689553260803, -0.0035362408962100744, -0.06755607575178146, -0.22007296979427338, 0.1278373897075653, -0.08437205106019974, -0.07192739844322205, -0.04912353679537773, 0.2010866105556488, -0.051223888993263245, 0.003238252131268382, 0.010222852230072021, 0.021994104608893394, -0.11474784463644028, -0.09469719231128693, 0.07112357765436172, -0.03247172012925148, 0.03123478777706623, 0.0022505864035338163, -0.04091062396764755, 0.016593176871538162, -0.06314414739608765, -0.011381587944924831, 0.27866554260253906, 0.23951324820518494, -0.040407944470644, 0.1904350072145462, 0.11012271791696548, -0.08163551241159439, -0.3069863021373749, -0.10166139155626297, -0.12140648066997528, -0.02996143139898777, -0.017288926988840103, -0.16865339875221252, 0.06477722525596619, 0.038930367678403854, 0.009261871688067913, 0.13778774440288544, -0.20730599761009216, -0.08823523670434952, 0.09138026833534241, -0.02557477355003357, 0.43079736828804016, -0.1257614940404892, -0.08959750831127167, -0.051866497844457626, -0.16516901552677155, 0.2173919379711151, -0.021592965349555016, 0.07857322692871094, -0.029561417177319527, 0.11770006269216537, 0.04697660356760025, -0.010707763023674488, 0.08040876686573029, -0.00884756539016962, 0.008373050950467587, -0.12410011142492294, -0.02768467366695404, 0.04874192550778389, 0.012378438375890255, 0.0013600040692836046, -0.09389680624008179, 0.020313434302806854, -0.15990203619003296, -0.018549781292676926, -0.11233476549386978, 0.07682323455810547, 0.025788001716136932, -0.06466120481491089, -0.003637736663222313, -0.04986237734556198, -0.015892893075942993, -0.01400828268378973, 0.1717434972524643, -0.04862768203020096, 0.19366511702537537, 0.03501616790890694, 0.11570870876312256, -0.1362973153591156, 0.06143493950366974, -0.06429426372051239, -0.07528600096702576, 0.07427702099084854, -0.1537967324256897, 0.05111055448651314, 0.09430045634508133, -0.030276626348495483, 0.05380253866314888, 0.08795086294412613, -0.003969982732087374, 0.004800081253051758, 0.15867236256599426, -0.2786487936973572, 0.01320126373320818, -0.07396841049194336, -0.06665283441543579, 0.10506758838891983, 0.06261139363050461, 0.17162823677062988, 0.011681869626045227, -0.056615445762872696, 0.01595049723982811, 0.02499506063759327, -0.04915530979633331, 0.04529924690723419, 0.008104361593723297, -0.010991688817739487, -0.13640300929546356, 0.08699746429920197, 0.0042801909148693085, -0.1531187742948532, 0.024680746719241142, 0.2155698835849762, -0.1260155886411667, -0.10237220674753189, -0.03444112092256546, 0.08444061875343323, -0.11519137024879456, 0.01753072999417782, -0.030764780938625336, -0.09109894186258316, 0.07448896765708923, 0.15248911082744598, 0.049206193536520004, 0.11775100976228714, -0.015379221178591251, -0.011753370985388756, -0.05147303268313408, -0.0317845419049263, 0.025745956227183342, 0.017857374623417854, -0.08257177472114563, 0.06648801267147064, -0.022109810262918472, 0.14559012651443481, -0.09791336953639984, -0.06602771580219269, -0.1468091756105423, -0.009785634465515614, -0.0695481076836586, -0.09207163751125336, -0.08133620768785477, -0.062133077532052994, 0.0010387726360931993, -0.03962359577417374, -0.04795864596962929, -0.0791037380695343, -0.10289866477251053, 0.009435068815946579, -0.02305566892027855, 0.03256045654416084, -0.06115729361772537, 0.007872066460549831, 0.12092912197113037, -0.028174830600619316, 0.16686207056045532, 0.1458095908164978, -0.09536580741405487, 0.10568815469741821, -0.16346460580825806, -0.08964221179485321, 0.0939340740442276, -0.01729099079966545, 0.027899714186787605, 0.11666940152645111, 0.014932696707546711, 0.04195788502693176, 0.035977672785520554, 0.06045130267739296, 0.03587699308991432, -0.11899011582136154, 0.07665140181779861, 0.009481414221227169, -0.1612047255039215, -0.06303887814283371, -0.08555969595909119, 0.030386725440621376, 0.021575886756181717, 0.12225193530321121, -0.045776769518852234, 0.0887017622590065, -0.07972796261310577, 0.027257539331912994, 0.02293219044804573, -0.181223064661026, -0.047844018787145615, -0.053065262734889984, 0.032686229795217514, 0.018960151821374893, 0.1893557906150818, 0.027213018387556076, -0.03697650134563446, 0.04549255222082138, 0.1042066365480423, 0.005313898902386427, 0.004829791374504566, 0.16259528696537018, 0.09423433989286423, -0.07654286175966263, -0.12226779758930206, 0.07556461542844772, 0.019673259928822517, -0.044067107141017914, 0.10607215762138367, -0.002448870101943612, 0.020163848996162415, 0.06910120695829391, -0.014892932027578354, 0.034322552382946014, -0.044286008924245834, -0.10698256641626358, -0.023580113425850868, 0.046367425471544266, 0.00669879000633955, 0.12847968935966492, 0.177873894572258, -0.002574790036305785, 0.025011489167809486, -0.0363602340221405, -0.024931130930781364, -0.13864666223526, -0.1558164656162262, -0.06855984032154083, -0.14875617623329163, 0.012976853176951408, -0.0915176048874855, 0.04695429280400276, 0.028682325035333633, 0.06887643784284592, -0.07052405923604965, 0.04384735971689224, 0.06974220275878906, -0.12065785378217697, 0.09397104382514954, -0.028081456199288368, 0.03704333305358887, -0.006730496883392334, -0.012833851389586926, -0.10013298690319061, 0.035936567932367325, -0.01747855544090271, 0.045271266251802444, -0.04546798765659332, 0.030429324135184288, -0.1703072488307953, -0.124412901699543, -0.04034453630447388, 0.06420420855283737, -0.06510858237743378, 0.03512151539325714, 0.019115818664431572, 0.013339218683540821, 0.03305599465966225, 0.23020225763320923, -0.03704051673412323, -0.02329315058887005, -0.042310282588005066, 0.16692522168159485, -0.014016710221767426, 0.08088304847478867, -0.03037172369658947, 0.0002500463742762804, -0.08417443931102753, 0.3385351300239563, 0.3027777075767517, -0.09020252525806427, 0.019915465265512466, -0.030905582010746002, 0.03936264291405678, 0.11892254650592804, 0.13376617431640625, 0.09784641861915588, 0.2282467782497406, -0.07217609137296677, -0.03032243251800537, -0.020507147535681725, -0.011079044081270695, -0.06650827825069427, 0.0879674032330513, 0.02507801540195942, -0.05553486570715904, -0.031693898141384125, 0.0812700018286705, -0.2327648252248764, 0.10665327310562134, -0.11289316415786743, -0.1636168211698532, -0.039189815521240234, 0.0042042857967317104, 0.08908319473266602, 0.015396242961287498, 0.11228121817111969, 0.009163780137896538, -0.07585213333368301, 0.017798418179154396, 0.028085503727197647, -0.24201616644859314, -0.008133855648338795, 0.060310713946819305, -0.12939085066318512, -0.004324504639953375, -0.027167800813913345, 0.007199867628514767, 0.059822265058755875, 0.029368450865149498, -0.04319324716925621, -0.001257759635336697, -0.010450302623212337, -0.008644461631774902, -0.011618612334132195, 0.07065588980913162, 0.046958792954683304, -0.13329142332077026, 0.06869500875473022, -0.11774353682994843, 0.033477768301963806, -0.05866728723049164, -0.015255378559231758, 0.000037100471672602, 0.03460683673620224, -0.04829782620072365, 0.07058211416006088, 0.07688362896442413, -0.015606098808348179, 0.000610517687164247, -0.0802936851978302, -0.036274004727602005, -0.019796574488282204, -0.09252054989337921, -0.08371094614267349, -0.13031646609306335, -0.11573562026023865, 0.1029667928814888, -0.02224794402718544, -0.19213621318340302, 0.03111329674720764, -0.12165344506502151, 0.045619383454322815, -0.1751558482646942, 0.11076030135154724, 0.08046020567417145, 0.01831907220184803, 0.011516088619828224, -0.02576824277639389, 0.08821021765470505, 0.11728470027446747, -0.07783648371696472, -0.08528783172369003 ]
null
null
transformers
<div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1340620089578594304/xWPtVT2j_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">Gingerbreadfork 🤖 AI Bot </div> <div style="font-size: 15px">@gingerbreadfork bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@gingerbreadfork's tweets](https://twitter.com/gingerbreadfork). | Data | Quantity | | --- | --- | | Tweets downloaded | 2680 | | Retweets | 607 | | Short tweets | 441 | | Tweets kept | 1632 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/bw0i5b8t/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @gingerbreadfork's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/1eqf0r9u) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/1eqf0r9u/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/gingerbreadfork') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/gingerbreadfork/1618181065321/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/gingerbreadfork
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
Gingerbreadfork AI Bot @gingerbreadfork bot I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on @gingerbreadfork's tweets. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @gingerbreadfork'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 57 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 0.004547144751995802, -0.006708405911922455, -0.007013476919382811, 0.01947171241044998, 0.15818242728710175, 0.03448796644806862, 0.08709780126810074, 0.15389476716518402, -0.019877297803759575, -0.022431448101997375, 0.18047170341014862, 0.173692986369133, -0.012988686561584473, 0.09047263860702515, -0.05271327868103981, -0.2622397541999817, 0.03682216629385948, 0.05513067543506622, -0.007422737777233124, 0.14252057671546936, 0.07580838352441788, -0.023790201172232628, 0.11380083113908768, -0.02966974675655365, -0.202972412109375, 0.03197307139635086, 0.0615268237888813, -0.09518525749444962, 0.11083168536424637, 0.04628797993063927, 0.08698221296072006, 0.022143812850117683, -0.07331052422523499, -0.120787613093853, 0.04532235115766525, 0.045263588428497314, -0.06358368694782257, 0.06480421870946884, 0.08820623904466629, -0.1065920814871788, 0.1416475921869278, 0.07373794168233871, -0.01588049717247486, 0.07824484258890152, -0.17789237201213837, -0.03725104406476021, -0.036331940442323685, 0.007741300854831934, 0.07058489322662354, 0.0750737413764, -0.019116664305329323, 0.1746976524591446, -0.06598041951656342, 0.09777773916721344, 0.17528840899467468, -0.2887236773967743, -0.018040433526039124, 0.0492081381380558, 0.0887371376156807, 0.04900359362363815, -0.024227341637015343, 0.08339477330446243, 0.06365471333265305, 0.01686069741845131, 0.014271941967308521, -0.06960906833410263, -0.09346919506788254, 0.03645368665456772, -0.06932124495506287, -0.05699722096323967, 0.22001419961452484, -0.0334535576403141, 0.04674676060676575, -0.03953840583562851, -0.09316058456897736, -0.028927378356456757, -0.027232296764850616, -0.00907184462994337, -0.05413005128502846, 0.08754174411296844, -0.015151693485677242, -0.06331931799650192, -0.1435878872871399, -0.012912428006529808, -0.15805892646312714, 0.13816505670547485, 0.004333257209509611, 0.04586424678564072, -0.22094038128852844, 0.1012546569108963, 0.022817784920334816, -0.08995530754327774, 0.04930093511939049, -0.09425957500934601, 0.0717538446187973, 0.0007676240638829768, -0.04885277524590492, -0.02944779396057129, 0.08848895877599716, 0.14690880477428436, -0.02718975953757763, 0.005980455316603184, -0.01338018849492073, 0.0733228251338005, 0.059399042278528214, 0.028748195618391037, -0.006081049330532551, -0.052236080169677734, 0.05618719011545181, -0.1417204737663269, -0.010511515662074089, -0.07227712869644165, -0.10605388879776001, -0.04232237488031387, 0.03443120792508125, 0.060671232640743256, 0.042230576276779175, 0.11220116913318634, -0.04771716892719269, -0.01857093721628189, 0.05281376466155052, -0.03979083523154259, -0.008994937874376774, -0.01990325190126896, 0.018122754991054535, 0.13074275851249695, -0.019943278282880783, 0.03407962992787361, -0.10256942361593246, 0.05431444197893143, -0.10281401127576828, -0.01971535198390484, -0.014149561524391174, -0.04367954283952713, 0.031883664429187775, -0.12165860831737518, 0.016123656183481216, -0.16833168268203735, -0.14714312553405762, 0.002859292319044471, -0.016588665544986725, -0.017911825329065323, -0.07954888790845871, -0.04400517791509628, -0.02466505579650402, 0.06924423575401306, -0.04276731237769127, -0.00935916043817997, -0.05846982076764107, 0.11090090870857239, -0.05349889397621155, 0.07203050702810287, -0.1194647029042244, 0.0557217076420784, -0.14930842816829681, -0.013004516251385212, -0.04842504858970642, 0.07119924575090408, 0.015398351475596428, 0.1813964694738388, -0.006925920024514198, -0.003623353084549308, -0.09382472932338715, 0.06455672532320023, -0.02733452245593071, 0.24096953868865967, -0.0756828561425209, -0.14226967096328735, 0.21630549430847168, -0.06334739923477173, -0.14993034303188324, 0.1314547061920166, 0.01843975856900215, 0.08251222223043442, 0.10434340685606003, 0.19023460149765015, 0.01808990351855755, -0.007808534894138575, 0.054424818605184555, 0.07603957504034042, -0.1683882623910904, -0.033340878784656525, 0.0012923459289595485, -0.00014291972911451012, -0.1366809904575348, 0.04632483050227165, 0.1230006217956543, 0.09730340540409088, -0.07249721139669418, -0.018487868830561638, -0.030607668682932854, 0.0016078021144494414, 0.04144361615180969, -0.0005212334799580276, 0.09951234608888626, -0.1033509373664856, -0.04366454482078552, -0.06751791387796402, -0.002970147645100951, 0.011176802217960358, 0.03924661502242088, -0.04455869272351265, 0.09700342267751694, -0.007412149105221033, 0.0545678474009037, -0.13708296418190002, -0.07981666922569275, -0.016090448945760727, 0.1597585678100586, 0.040224816650152206, 0.04663374274969101, 0.0566885769367218, -0.05624469742178917, -0.015493324026465416, -0.010199432261288166, 0.16243304312229156, -0.04404180869460106, -0.07694169133901596, -0.07860849797725677, 0.10474636405706406, -0.06389671564102173, 0.026263169944286346, -0.051667314022779465, 0.024654213339090347, 0.04686986654996872, 0.1110762283205986, 0.004046999383717775, 0.026442723348736763, -0.012835992500185966, -0.007690808270126581, -0.07657550275325775, -0.01617686077952385, 0.1077079176902771, -0.0017721779877319932, -0.06809886544942856, 0.2437063455581665, -0.16884316504001617, 0.21163912117481232, 0.20976658165454865, -0.2492678016424179, -0.02882898785173893, -0.04848965257406235, -0.04766342043876648, -0.0012878701090812683, 0.06041788309812546, -0.034700244665145874, 0.09027024358510971, -0.03288675472140312, 0.16564396023750305, -0.051203593611717224, -0.07646744698286057, 0.019007064402103424, -0.05823178589344025, -0.05114857107400894, 0.07018019258975983, 0.08213616907596588, -0.1630844622850418, 0.18756183981895447, 0.21879082918167114, 0.06839460134506226, 0.2044064849615097, 0.00858453568071127, -0.010656360536813736, 0.07200875878334045, -0.04608747735619545, -0.03843220695853233, -0.06601633131504059, -0.15238076448440552, -0.03009703755378723, 0.06625645607709885, 0.030863380059599876, 0.09900964051485062, -0.09019728004932404, -0.08104760944843292, -0.017665131017565727, 0.004776675254106522, 0.00156646769028157, 0.11991100758314133, 0.03676433861255646, 0.13820022344589233, -0.01955524832010269, 0.022415857762098312, 0.08040772378444672, 0.016582515090703964, -0.10843544453382492, 0.16101348400115967, -0.13329310715198517, -0.3788211941719055, -0.14546175301074982, -0.13134250044822693, -0.020925991237163544, 0.03777816519141197, 0.1120775043964386, -0.1329103261232376, 0.005511005409061909, -0.007893978618085384, 0.10391844809055328, -0.08707519620656967, 0.039245378226041794, -0.07586963474750519, 0.0314689576625824, -0.060405436903238297, -0.07552991807460785, -0.03722400963306427, -0.028465405106544495, -0.09132689982652664, 0.16675986349582672, -0.11130212247371674, 0.06035055220127106, 0.16001324355602264, 0.021197395399212837, 0.03523072600364685, -0.05174810439348221, 0.18330632150173187, -0.112345851957798, 0.020098978653550148, 0.15624848008155823, -0.013005592860281467, 0.08254575729370117, 0.08188403397798538, -0.013132697902619839, -0.10316278785467148, 0.05240294709801674, 0.001463406952098012, -0.10209372639656067, -0.1950312703847885, -0.10119245946407318, -0.08230090886354446, 0.15922248363494873, 0.06361804902553558, 0.058937788009643555, 0.17968137562274933, 0.07578518986701965, -0.038606274873018265, -0.00038743947516195476, -0.00239798822440207, 0.08808282762765884, 0.13635766506195068, -0.01442645862698555, 0.1225903332233429, -0.04975935071706772, -0.10913994163274765, 0.12899059057235718, 0.01750512234866619, 0.03937286511063576, 0.051435839384794235, 0.021011192351579666, -0.011281835846602917, 0.11866551637649536, 0.13484057784080505, 0.10447502881288528, -0.015693627297878265, -0.0293489471077919, -0.04774824157357216, -0.01359935849905014, -0.033305928111076355, 0.03640862926840782, 0.008061517030000687, -0.14140670001506805, -0.06158366799354553, -0.11537835001945496, 0.08758961409330368, 0.10668005049228668, 0.07567808032035828, -0.21108253300189972, -0.003950516227632761, 0.07933880388736725, -0.03630997985601425, -0.11126025766134262, 0.08416172116994858, 0.03095286712050438, -0.1277567446231842, 0.07218055427074432, -0.03519461303949356, 0.12458370625972748, -0.0032897875644266605, 0.09583556652069092, -0.03598680719733238, -0.027483470737934113, -0.013308011926710606, 0.09818253666162491, -0.3191508650779724, 0.1621316522359848, -0.017933005467057228, -0.0618131123483181, -0.06667962670326233, -0.02528184838593006, 0.015994107350707054, 0.07729468494653702, 0.10861869156360626, 0.021759910508990288, 0.01640525460243225, -0.07345785945653915, -0.042352862656116486, 0.038021303713321686, 0.12403716146945953, -0.06827268749475479, -0.012903391383588314, -0.04523605480790138, 0.00796645786613226, -0.017124788835644722, -0.008793274872004986, 0.006911922711879015, -0.14962191879749298, 0.05182485654950142, 0.014736213721334934, 0.07058768719434738, 0.0436982735991478, -0.014969068579375744, -0.09180716425180435, 0.18274778127670288, -0.015714606270194054, -0.07271543145179749, -0.12616917490959167, -0.05262751132249832, 0.030376195907592773, -0.05518756061792374, 0.021047864109277725, -0.06501689553260803, -0.0035362408962100744, -0.06755607575178146, -0.22007296979427338, 0.1278373897075653, -0.08437205106019974, -0.07192739844322205, -0.04912353679537773, 0.2010866105556488, -0.051223888993263245, 0.003238252131268382, 0.010222852230072021, 0.021994104608893394, -0.11474784463644028, -0.09469719231128693, 0.07112357765436172, -0.03247172012925148, 0.03123478777706623, 0.0022505864035338163, -0.04091062396764755, 0.016593176871538162, -0.06314414739608765, -0.011381587944924831, 0.27866554260253906, 0.23951324820518494, -0.040407944470644, 0.1904350072145462, 0.11012271791696548, -0.08163551241159439, -0.3069863021373749, -0.10166139155626297, -0.12140648066997528, -0.02996143139898777, -0.017288926988840103, -0.16865339875221252, 0.06477722525596619, 0.038930367678403854, 0.009261871688067913, 0.13778774440288544, -0.20730599761009216, -0.08823523670434952, 0.09138026833534241, -0.02557477355003357, 0.43079736828804016, -0.1257614940404892, -0.08959750831127167, -0.051866497844457626, -0.16516901552677155, 0.2173919379711151, -0.021592965349555016, 0.07857322692871094, -0.029561417177319527, 0.11770006269216537, 0.04697660356760025, -0.010707763023674488, 0.08040876686573029, -0.00884756539016962, 0.008373050950467587, -0.12410011142492294, -0.02768467366695404, 0.04874192550778389, 0.012378438375890255, 0.0013600040692836046, -0.09389680624008179, 0.020313434302806854, -0.15990203619003296, -0.018549781292676926, -0.11233476549386978, 0.07682323455810547, 0.025788001716136932, -0.06466120481491089, -0.003637736663222313, -0.04986237734556198, -0.015892893075942993, -0.01400828268378973, 0.1717434972524643, -0.04862768203020096, 0.19366511702537537, 0.03501616790890694, 0.11570870876312256, -0.1362973153591156, 0.06143493950366974, -0.06429426372051239, -0.07528600096702576, 0.07427702099084854, -0.1537967324256897, 0.05111055448651314, 0.09430045634508133, -0.030276626348495483, 0.05380253866314888, 0.08795086294412613, -0.003969982732087374, 0.004800081253051758, 0.15867236256599426, -0.2786487936973572, 0.01320126373320818, -0.07396841049194336, -0.06665283441543579, 0.10506758838891983, 0.06261139363050461, 0.17162823677062988, 0.011681869626045227, -0.056615445762872696, 0.01595049723982811, 0.02499506063759327, -0.04915530979633331, 0.04529924690723419, 0.008104361593723297, -0.010991688817739487, -0.13640300929546356, 0.08699746429920197, 0.0042801909148693085, -0.1531187742948532, 0.024680746719241142, 0.2155698835849762, -0.1260155886411667, -0.10237220674753189, -0.03444112092256546, 0.08444061875343323, -0.11519137024879456, 0.01753072999417782, -0.030764780938625336, -0.09109894186258316, 0.07448896765708923, 0.15248911082744598, 0.049206193536520004, 0.11775100976228714, -0.015379221178591251, -0.011753370985388756, -0.05147303268313408, -0.0317845419049263, 0.025745956227183342, 0.017857374623417854, -0.08257177472114563, 0.06648801267147064, -0.022109810262918472, 0.14559012651443481, -0.09791336953639984, -0.06602771580219269, -0.1468091756105423, -0.009785634465515614, -0.0695481076836586, -0.09207163751125336, -0.08133620768785477, -0.062133077532052994, 0.0010387726360931993, -0.03962359577417374, -0.04795864596962929, -0.0791037380695343, -0.10289866477251053, 0.009435068815946579, -0.02305566892027855, 0.03256045654416084, -0.06115729361772537, 0.007872066460549831, 0.12092912197113037, -0.028174830600619316, 0.16686207056045532, 0.1458095908164978, -0.09536580741405487, 0.10568815469741821, -0.16346460580825806, -0.08964221179485321, 0.0939340740442276, -0.01729099079966545, 0.027899714186787605, 0.11666940152645111, 0.014932696707546711, 0.04195788502693176, 0.035977672785520554, 0.06045130267739296, 0.03587699308991432, -0.11899011582136154, 0.07665140181779861, 0.009481414221227169, -0.1612047255039215, -0.06303887814283371, -0.08555969595909119, 0.030386725440621376, 0.021575886756181717, 0.12225193530321121, -0.045776769518852234, 0.0887017622590065, -0.07972796261310577, 0.027257539331912994, 0.02293219044804573, -0.181223064661026, -0.047844018787145615, -0.053065262734889984, 0.032686229795217514, 0.018960151821374893, 0.1893557906150818, 0.027213018387556076, -0.03697650134563446, 0.04549255222082138, 0.1042066365480423, 0.005313898902386427, 0.004829791374504566, 0.16259528696537018, 0.09423433989286423, -0.07654286175966263, -0.12226779758930206, 0.07556461542844772, 0.019673259928822517, -0.044067107141017914, 0.10607215762138367, -0.002448870101943612, 0.020163848996162415, 0.06910120695829391, -0.014892932027578354, 0.034322552382946014, -0.044286008924245834, -0.10698256641626358, -0.023580113425850868, 0.046367425471544266, 0.00669879000633955, 0.12847968935966492, 0.177873894572258, -0.002574790036305785, 0.025011489167809486, -0.0363602340221405, -0.024931130930781364, -0.13864666223526, -0.1558164656162262, -0.06855984032154083, -0.14875617623329163, 0.012976853176951408, -0.0915176048874855, 0.04695429280400276, 0.028682325035333633, 0.06887643784284592, -0.07052405923604965, 0.04384735971689224, 0.06974220275878906, -0.12065785378217697, 0.09397104382514954, -0.028081456199288368, 0.03704333305358887, -0.006730496883392334, -0.012833851389586926, -0.10013298690319061, 0.035936567932367325, -0.01747855544090271, 0.045271266251802444, -0.04546798765659332, 0.030429324135184288, -0.1703072488307953, -0.124412901699543, -0.04034453630447388, 0.06420420855283737, -0.06510858237743378, 0.03512151539325714, 0.019115818664431572, 0.013339218683540821, 0.03305599465966225, 0.23020225763320923, -0.03704051673412323, -0.02329315058887005, -0.042310282588005066, 0.16692522168159485, -0.014016710221767426, 0.08088304847478867, -0.03037172369658947, 0.0002500463742762804, -0.08417443931102753, 0.3385351300239563, 0.3027777075767517, -0.09020252525806427, 0.019915465265512466, -0.030905582010746002, 0.03936264291405678, 0.11892254650592804, 0.13376617431640625, 0.09784641861915588, 0.2282467782497406, -0.07217609137296677, -0.03032243251800537, -0.020507147535681725, -0.011079044081270695, -0.06650827825069427, 0.0879674032330513, 0.02507801540195942, -0.05553486570715904, -0.031693898141384125, 0.0812700018286705, -0.2327648252248764, 0.10665327310562134, -0.11289316415786743, -0.1636168211698532, -0.039189815521240234, 0.0042042857967317104, 0.08908319473266602, 0.015396242961287498, 0.11228121817111969, 0.009163780137896538, -0.07585213333368301, 0.017798418179154396, 0.028085503727197647, -0.24201616644859314, -0.008133855648338795, 0.060310713946819305, -0.12939085066318512, -0.004324504639953375, -0.027167800813913345, 0.007199867628514767, 0.059822265058755875, 0.029368450865149498, -0.04319324716925621, -0.001257759635336697, -0.010450302623212337, -0.008644461631774902, -0.011618612334132195, 0.07065588980913162, 0.046958792954683304, -0.13329142332077026, 0.06869500875473022, -0.11774353682994843, 0.033477768301963806, -0.05866728723049164, -0.015255378559231758, 0.000037100471672602, 0.03460683673620224, -0.04829782620072365, 0.07058211416006088, 0.07688362896442413, -0.015606098808348179, 0.000610517687164247, -0.0802936851978302, -0.036274004727602005, -0.019796574488282204, -0.09252054989337921, -0.08371094614267349, -0.13031646609306335, -0.11573562026023865, 0.1029667928814888, -0.02224794402718544, -0.19213621318340302, 0.03111329674720764, -0.12165344506502151, 0.045619383454322815, -0.1751558482646942, 0.11076030135154724, 0.08046020567417145, 0.01831907220184803, 0.011516088619828224, -0.02576824277639389, 0.08821021765470505, 0.11728470027446747, -0.07783648371696472, -0.08528783172369003 ]
null
null
transformers
<div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1307921775364378624/yMwFpRpo_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">sátántangó nightcore 🤖 AI Bot </div> <div style="font-size: 15px">@girlchrismarker bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://app.wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-model-to-generate-tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@girlchrismarker's tweets](https://twitter.com/girlchrismarker). | Data | Quantity | | --- | --- | | Tweets downloaded | 369 | | Retweets | 67 | | Short tweets | 79 | | Tweets kept | 223 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/3ex2qo7c/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @girlchrismarker's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/e1iq56ka) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/e1iq56ka/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/girlchrismarker') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/girlchrismarker/1614168569443/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/girlchrismarker
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
sátántangó nightcore AI Bot @girlchrismarker bot I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on @girlchrismarker's tweets. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @girlchrismarker'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 57 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 0.004547144751995802, -0.006708405911922455, -0.007013476919382811, 0.01947171241044998, 0.15818242728710175, 0.03448796644806862, 0.08709780126810074, 0.15389476716518402, -0.019877297803759575, -0.022431448101997375, 0.18047170341014862, 0.173692986369133, -0.012988686561584473, 0.09047263860702515, -0.05271327868103981, -0.2622397541999817, 0.03682216629385948, 0.05513067543506622, -0.007422737777233124, 0.14252057671546936, 0.07580838352441788, -0.023790201172232628, 0.11380083113908768, -0.02966974675655365, -0.202972412109375, 0.03197307139635086, 0.0615268237888813, -0.09518525749444962, 0.11083168536424637, 0.04628797993063927, 0.08698221296072006, 0.022143812850117683, -0.07331052422523499, -0.120787613093853, 0.04532235115766525, 0.045263588428497314, -0.06358368694782257, 0.06480421870946884, 0.08820623904466629, -0.1065920814871788, 0.1416475921869278, 0.07373794168233871, -0.01588049717247486, 0.07824484258890152, -0.17789237201213837, -0.03725104406476021, -0.036331940442323685, 0.007741300854831934, 0.07058489322662354, 0.0750737413764, -0.019116664305329323, 0.1746976524591446, -0.06598041951656342, 0.09777773916721344, 0.17528840899467468, -0.2887236773967743, -0.018040433526039124, 0.0492081381380558, 0.0887371376156807, 0.04900359362363815, -0.024227341637015343, 0.08339477330446243, 0.06365471333265305, 0.01686069741845131, 0.014271941967308521, -0.06960906833410263, -0.09346919506788254, 0.03645368665456772, -0.06932124495506287, -0.05699722096323967, 0.22001419961452484, -0.0334535576403141, 0.04674676060676575, -0.03953840583562851, -0.09316058456897736, -0.028927378356456757, -0.027232296764850616, -0.00907184462994337, -0.05413005128502846, 0.08754174411296844, -0.015151693485677242, -0.06331931799650192, -0.1435878872871399, -0.012912428006529808, -0.15805892646312714, 0.13816505670547485, 0.004333257209509611, 0.04586424678564072, -0.22094038128852844, 0.1012546569108963, 0.022817784920334816, -0.08995530754327774, 0.04930093511939049, -0.09425957500934601, 0.0717538446187973, 0.0007676240638829768, -0.04885277524590492, -0.02944779396057129, 0.08848895877599716, 0.14690880477428436, -0.02718975953757763, 0.005980455316603184, -0.01338018849492073, 0.0733228251338005, 0.059399042278528214, 0.028748195618391037, -0.006081049330532551, -0.052236080169677734, 0.05618719011545181, -0.1417204737663269, -0.010511515662074089, -0.07227712869644165, -0.10605388879776001, -0.04232237488031387, 0.03443120792508125, 0.060671232640743256, 0.042230576276779175, 0.11220116913318634, -0.04771716892719269, -0.01857093721628189, 0.05281376466155052, -0.03979083523154259, -0.008994937874376774, -0.01990325190126896, 0.018122754991054535, 0.13074275851249695, -0.019943278282880783, 0.03407962992787361, -0.10256942361593246, 0.05431444197893143, -0.10281401127576828, -0.01971535198390484, -0.014149561524391174, -0.04367954283952713, 0.031883664429187775, -0.12165860831737518, 0.016123656183481216, -0.16833168268203735, -0.14714312553405762, 0.002859292319044471, -0.016588665544986725, -0.017911825329065323, -0.07954888790845871, -0.04400517791509628, -0.02466505579650402, 0.06924423575401306, -0.04276731237769127, -0.00935916043817997, -0.05846982076764107, 0.11090090870857239, -0.05349889397621155, 0.07203050702810287, -0.1194647029042244, 0.0557217076420784, -0.14930842816829681, -0.013004516251385212, -0.04842504858970642, 0.07119924575090408, 0.015398351475596428, 0.1813964694738388, -0.006925920024514198, -0.003623353084549308, -0.09382472932338715, 0.06455672532320023, -0.02733452245593071, 0.24096953868865967, -0.0756828561425209, -0.14226967096328735, 0.21630549430847168, -0.06334739923477173, -0.14993034303188324, 0.1314547061920166, 0.01843975856900215, 0.08251222223043442, 0.10434340685606003, 0.19023460149765015, 0.01808990351855755, -0.007808534894138575, 0.054424818605184555, 0.07603957504034042, -0.1683882623910904, -0.033340878784656525, 0.0012923459289595485, -0.00014291972911451012, -0.1366809904575348, 0.04632483050227165, 0.1230006217956543, 0.09730340540409088, -0.07249721139669418, -0.018487868830561638, -0.030607668682932854, 0.0016078021144494414, 0.04144361615180969, -0.0005212334799580276, 0.09951234608888626, -0.1033509373664856, -0.04366454482078552, -0.06751791387796402, -0.002970147645100951, 0.011176802217960358, 0.03924661502242088, -0.04455869272351265, 0.09700342267751694, -0.007412149105221033, 0.0545678474009037, -0.13708296418190002, -0.07981666922569275, -0.016090448945760727, 0.1597585678100586, 0.040224816650152206, 0.04663374274969101, 0.0566885769367218, -0.05624469742178917, -0.015493324026465416, -0.010199432261288166, 0.16243304312229156, -0.04404180869460106, -0.07694169133901596, -0.07860849797725677, 0.10474636405706406, -0.06389671564102173, 0.026263169944286346, -0.051667314022779465, 0.024654213339090347, 0.04686986654996872, 0.1110762283205986, 0.004046999383717775, 0.026442723348736763, -0.012835992500185966, -0.007690808270126581, -0.07657550275325775, -0.01617686077952385, 0.1077079176902771, -0.0017721779877319932, -0.06809886544942856, 0.2437063455581665, -0.16884316504001617, 0.21163912117481232, 0.20976658165454865, -0.2492678016424179, -0.02882898785173893, -0.04848965257406235, -0.04766342043876648, -0.0012878701090812683, 0.06041788309812546, -0.034700244665145874, 0.09027024358510971, -0.03288675472140312, 0.16564396023750305, -0.051203593611717224, -0.07646744698286057, 0.019007064402103424, -0.05823178589344025, -0.05114857107400894, 0.07018019258975983, 0.08213616907596588, -0.1630844622850418, 0.18756183981895447, 0.21879082918167114, 0.06839460134506226, 0.2044064849615097, 0.00858453568071127, -0.010656360536813736, 0.07200875878334045, -0.04608747735619545, -0.03843220695853233, -0.06601633131504059, -0.15238076448440552, -0.03009703755378723, 0.06625645607709885, 0.030863380059599876, 0.09900964051485062, -0.09019728004932404, -0.08104760944843292, -0.017665131017565727, 0.004776675254106522, 0.00156646769028157, 0.11991100758314133, 0.03676433861255646, 0.13820022344589233, -0.01955524832010269, 0.022415857762098312, 0.08040772378444672, 0.016582515090703964, -0.10843544453382492, 0.16101348400115967, -0.13329310715198517, -0.3788211941719055, -0.14546175301074982, -0.13134250044822693, -0.020925991237163544, 0.03777816519141197, 0.1120775043964386, -0.1329103261232376, 0.005511005409061909, -0.007893978618085384, 0.10391844809055328, -0.08707519620656967, 0.039245378226041794, -0.07586963474750519, 0.0314689576625824, -0.060405436903238297, -0.07552991807460785, -0.03722400963306427, -0.028465405106544495, -0.09132689982652664, 0.16675986349582672, -0.11130212247371674, 0.06035055220127106, 0.16001324355602264, 0.021197395399212837, 0.03523072600364685, -0.05174810439348221, 0.18330632150173187, -0.112345851957798, 0.020098978653550148, 0.15624848008155823, -0.013005592860281467, 0.08254575729370117, 0.08188403397798538, -0.013132697902619839, -0.10316278785467148, 0.05240294709801674, 0.001463406952098012, -0.10209372639656067, -0.1950312703847885, -0.10119245946407318, -0.08230090886354446, 0.15922248363494873, 0.06361804902553558, 0.058937788009643555, 0.17968137562274933, 0.07578518986701965, -0.038606274873018265, -0.00038743947516195476, -0.00239798822440207, 0.08808282762765884, 0.13635766506195068, -0.01442645862698555, 0.1225903332233429, -0.04975935071706772, -0.10913994163274765, 0.12899059057235718, 0.01750512234866619, 0.03937286511063576, 0.051435839384794235, 0.021011192351579666, -0.011281835846602917, 0.11866551637649536, 0.13484057784080505, 0.10447502881288528, -0.015693627297878265, -0.0293489471077919, -0.04774824157357216, -0.01359935849905014, -0.033305928111076355, 0.03640862926840782, 0.008061517030000687, -0.14140670001506805, -0.06158366799354553, -0.11537835001945496, 0.08758961409330368, 0.10668005049228668, 0.07567808032035828, -0.21108253300189972, -0.003950516227632761, 0.07933880388736725, -0.03630997985601425, -0.11126025766134262, 0.08416172116994858, 0.03095286712050438, -0.1277567446231842, 0.07218055427074432, -0.03519461303949356, 0.12458370625972748, -0.0032897875644266605, 0.09583556652069092, -0.03598680719733238, -0.027483470737934113, -0.013308011926710606, 0.09818253666162491, -0.3191508650779724, 0.1621316522359848, -0.017933005467057228, -0.0618131123483181, -0.06667962670326233, -0.02528184838593006, 0.015994107350707054, 0.07729468494653702, 0.10861869156360626, 0.021759910508990288, 0.01640525460243225, -0.07345785945653915, -0.042352862656116486, 0.038021303713321686, 0.12403716146945953, -0.06827268749475479, -0.012903391383588314, -0.04523605480790138, 0.00796645786613226, -0.017124788835644722, -0.008793274872004986, 0.006911922711879015, -0.14962191879749298, 0.05182485654950142, 0.014736213721334934, 0.07058768719434738, 0.0436982735991478, -0.014969068579375744, -0.09180716425180435, 0.18274778127670288, -0.015714606270194054, -0.07271543145179749, -0.12616917490959167, -0.05262751132249832, 0.030376195907592773, -0.05518756061792374, 0.021047864109277725, -0.06501689553260803, -0.0035362408962100744, -0.06755607575178146, -0.22007296979427338, 0.1278373897075653, -0.08437205106019974, -0.07192739844322205, -0.04912353679537773, 0.2010866105556488, -0.051223888993263245, 0.003238252131268382, 0.010222852230072021, 0.021994104608893394, -0.11474784463644028, -0.09469719231128693, 0.07112357765436172, -0.03247172012925148, 0.03123478777706623, 0.0022505864035338163, -0.04091062396764755, 0.016593176871538162, -0.06314414739608765, -0.011381587944924831, 0.27866554260253906, 0.23951324820518494, -0.040407944470644, 0.1904350072145462, 0.11012271791696548, -0.08163551241159439, -0.3069863021373749, -0.10166139155626297, -0.12140648066997528, -0.02996143139898777, -0.017288926988840103, -0.16865339875221252, 0.06477722525596619, 0.038930367678403854, 0.009261871688067913, 0.13778774440288544, -0.20730599761009216, -0.08823523670434952, 0.09138026833534241, -0.02557477355003357, 0.43079736828804016, -0.1257614940404892, -0.08959750831127167, -0.051866497844457626, -0.16516901552677155, 0.2173919379711151, -0.021592965349555016, 0.07857322692871094, -0.029561417177319527, 0.11770006269216537, 0.04697660356760025, -0.010707763023674488, 0.08040876686573029, -0.00884756539016962, 0.008373050950467587, -0.12410011142492294, -0.02768467366695404, 0.04874192550778389, 0.012378438375890255, 0.0013600040692836046, -0.09389680624008179, 0.020313434302806854, -0.15990203619003296, -0.018549781292676926, -0.11233476549386978, 0.07682323455810547, 0.025788001716136932, -0.06466120481491089, -0.003637736663222313, -0.04986237734556198, -0.015892893075942993, -0.01400828268378973, 0.1717434972524643, -0.04862768203020096, 0.19366511702537537, 0.03501616790890694, 0.11570870876312256, -0.1362973153591156, 0.06143493950366974, -0.06429426372051239, -0.07528600096702576, 0.07427702099084854, -0.1537967324256897, 0.05111055448651314, 0.09430045634508133, -0.030276626348495483, 0.05380253866314888, 0.08795086294412613, -0.003969982732087374, 0.004800081253051758, 0.15867236256599426, -0.2786487936973572, 0.01320126373320818, -0.07396841049194336, -0.06665283441543579, 0.10506758838891983, 0.06261139363050461, 0.17162823677062988, 0.011681869626045227, -0.056615445762872696, 0.01595049723982811, 0.02499506063759327, -0.04915530979633331, 0.04529924690723419, 0.008104361593723297, -0.010991688817739487, -0.13640300929546356, 0.08699746429920197, 0.0042801909148693085, -0.1531187742948532, 0.024680746719241142, 0.2155698835849762, -0.1260155886411667, -0.10237220674753189, -0.03444112092256546, 0.08444061875343323, -0.11519137024879456, 0.01753072999417782, -0.030764780938625336, -0.09109894186258316, 0.07448896765708923, 0.15248911082744598, 0.049206193536520004, 0.11775100976228714, -0.015379221178591251, -0.011753370985388756, -0.05147303268313408, -0.0317845419049263, 0.025745956227183342, 0.017857374623417854, -0.08257177472114563, 0.06648801267147064, -0.022109810262918472, 0.14559012651443481, -0.09791336953639984, -0.06602771580219269, -0.1468091756105423, -0.009785634465515614, -0.0695481076836586, -0.09207163751125336, -0.08133620768785477, -0.062133077532052994, 0.0010387726360931993, -0.03962359577417374, -0.04795864596962929, -0.0791037380695343, -0.10289866477251053, 0.009435068815946579, -0.02305566892027855, 0.03256045654416084, -0.06115729361772537, 0.007872066460549831, 0.12092912197113037, -0.028174830600619316, 0.16686207056045532, 0.1458095908164978, -0.09536580741405487, 0.10568815469741821, -0.16346460580825806, -0.08964221179485321, 0.0939340740442276, -0.01729099079966545, 0.027899714186787605, 0.11666940152645111, 0.014932696707546711, 0.04195788502693176, 0.035977672785520554, 0.06045130267739296, 0.03587699308991432, -0.11899011582136154, 0.07665140181779861, 0.009481414221227169, -0.1612047255039215, -0.06303887814283371, -0.08555969595909119, 0.030386725440621376, 0.021575886756181717, 0.12225193530321121, -0.045776769518852234, 0.0887017622590065, -0.07972796261310577, 0.027257539331912994, 0.02293219044804573, -0.181223064661026, -0.047844018787145615, -0.053065262734889984, 0.032686229795217514, 0.018960151821374893, 0.1893557906150818, 0.027213018387556076, -0.03697650134563446, 0.04549255222082138, 0.1042066365480423, 0.005313898902386427, 0.004829791374504566, 0.16259528696537018, 0.09423433989286423, -0.07654286175966263, -0.12226779758930206, 0.07556461542844772, 0.019673259928822517, -0.044067107141017914, 0.10607215762138367, -0.002448870101943612, 0.020163848996162415, 0.06910120695829391, -0.014892932027578354, 0.034322552382946014, -0.044286008924245834, -0.10698256641626358, -0.023580113425850868, 0.046367425471544266, 0.00669879000633955, 0.12847968935966492, 0.177873894572258, -0.002574790036305785, 0.025011489167809486, -0.0363602340221405, -0.024931130930781364, -0.13864666223526, -0.1558164656162262, -0.06855984032154083, -0.14875617623329163, 0.012976853176951408, -0.0915176048874855, 0.04695429280400276, 0.028682325035333633, 0.06887643784284592, -0.07052405923604965, 0.04384735971689224, 0.06974220275878906, -0.12065785378217697, 0.09397104382514954, -0.028081456199288368, 0.03704333305358887, -0.006730496883392334, -0.012833851389586926, -0.10013298690319061, 0.035936567932367325, -0.01747855544090271, 0.045271266251802444, -0.04546798765659332, 0.030429324135184288, -0.1703072488307953, -0.124412901699543, -0.04034453630447388, 0.06420420855283737, -0.06510858237743378, 0.03512151539325714, 0.019115818664431572, 0.013339218683540821, 0.03305599465966225, 0.23020225763320923, -0.03704051673412323, -0.02329315058887005, -0.042310282588005066, 0.16692522168159485, -0.014016710221767426, 0.08088304847478867, -0.03037172369658947, 0.0002500463742762804, -0.08417443931102753, 0.3385351300239563, 0.3027777075767517, -0.09020252525806427, 0.019915465265512466, -0.030905582010746002, 0.03936264291405678, 0.11892254650592804, 0.13376617431640625, 0.09784641861915588, 0.2282467782497406, -0.07217609137296677, -0.03032243251800537, -0.020507147535681725, -0.011079044081270695, -0.06650827825069427, 0.0879674032330513, 0.02507801540195942, -0.05553486570715904, -0.031693898141384125, 0.0812700018286705, -0.2327648252248764, 0.10665327310562134, -0.11289316415786743, -0.1636168211698532, -0.039189815521240234, 0.0042042857967317104, 0.08908319473266602, 0.015396242961287498, 0.11228121817111969, 0.009163780137896538, -0.07585213333368301, 0.017798418179154396, 0.028085503727197647, -0.24201616644859314, -0.008133855648338795, 0.060310713946819305, -0.12939085066318512, -0.004324504639953375, -0.027167800813913345, 0.007199867628514767, 0.059822265058755875, 0.029368450865149498, -0.04319324716925621, -0.001257759635336697, -0.010450302623212337, -0.008644461631774902, -0.011618612334132195, 0.07065588980913162, 0.046958792954683304, -0.13329142332077026, 0.06869500875473022, -0.11774353682994843, 0.033477768301963806, -0.05866728723049164, -0.015255378559231758, 0.000037100471672602, 0.03460683673620224, -0.04829782620072365, 0.07058211416006088, 0.07688362896442413, -0.015606098808348179, 0.000610517687164247, -0.0802936851978302, -0.036274004727602005, -0.019796574488282204, -0.09252054989337921, -0.08371094614267349, -0.13031646609306335, -0.11573562026023865, 0.1029667928814888, -0.02224794402718544, -0.19213621318340302, 0.03111329674720764, -0.12165344506502151, 0.045619383454322815, -0.1751558482646942, 0.11076030135154724, 0.08046020567417145, 0.01831907220184803, 0.011516088619828224, -0.02576824277639389, 0.08821021765470505, 0.11728470027446747, -0.07783648371696472, -0.08528783172369003 ]
null
null
transformers
<div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1373592959380242432/Vw_88RqG_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">a scared animal bites 🧷 vtuber 🤖 AI Bot </div> <div style="font-size: 15px">@girlmeat5557 bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@girlmeat5557's tweets](https://twitter.com/girlmeat5557). | Data | Quantity | | --- | --- | | Tweets downloaded | 3242 | | Retweets | 871 | | Short tweets | 489 | | Tweets kept | 1882 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/wthiey09/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @girlmeat5557's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/io5hvymh) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/io5hvymh/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/girlmeat5557') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/girlmeat5557/1617790352329/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/girlmeat5557
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
a scared animal bites vtuber AI Bot @girlmeat5557 bot I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on @girlmeat5557's tweets. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @girlmeat5557'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 57 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 0.004547144751995802, -0.006708405911922455, -0.007013476919382811, 0.01947171241044998, 0.15818242728710175, 0.03448796644806862, 0.08709780126810074, 0.15389476716518402, -0.019877297803759575, -0.022431448101997375, 0.18047170341014862, 0.173692986369133, -0.012988686561584473, 0.09047263860702515, -0.05271327868103981, -0.2622397541999817, 0.03682216629385948, 0.05513067543506622, -0.007422737777233124, 0.14252057671546936, 0.07580838352441788, -0.023790201172232628, 0.11380083113908768, -0.02966974675655365, -0.202972412109375, 0.03197307139635086, 0.0615268237888813, -0.09518525749444962, 0.11083168536424637, 0.04628797993063927, 0.08698221296072006, 0.022143812850117683, -0.07331052422523499, -0.120787613093853, 0.04532235115766525, 0.045263588428497314, -0.06358368694782257, 0.06480421870946884, 0.08820623904466629, -0.1065920814871788, 0.1416475921869278, 0.07373794168233871, -0.01588049717247486, 0.07824484258890152, -0.17789237201213837, -0.03725104406476021, -0.036331940442323685, 0.007741300854831934, 0.07058489322662354, 0.0750737413764, -0.019116664305329323, 0.1746976524591446, -0.06598041951656342, 0.09777773916721344, 0.17528840899467468, -0.2887236773967743, -0.018040433526039124, 0.0492081381380558, 0.0887371376156807, 0.04900359362363815, -0.024227341637015343, 0.08339477330446243, 0.06365471333265305, 0.01686069741845131, 0.014271941967308521, -0.06960906833410263, -0.09346919506788254, 0.03645368665456772, -0.06932124495506287, -0.05699722096323967, 0.22001419961452484, -0.0334535576403141, 0.04674676060676575, -0.03953840583562851, -0.09316058456897736, -0.028927378356456757, -0.027232296764850616, -0.00907184462994337, -0.05413005128502846, 0.08754174411296844, -0.015151693485677242, -0.06331931799650192, -0.1435878872871399, -0.012912428006529808, -0.15805892646312714, 0.13816505670547485, 0.004333257209509611, 0.04586424678564072, -0.22094038128852844, 0.1012546569108963, 0.022817784920334816, -0.08995530754327774, 0.04930093511939049, -0.09425957500934601, 0.0717538446187973, 0.0007676240638829768, -0.04885277524590492, -0.02944779396057129, 0.08848895877599716, 0.14690880477428436, -0.02718975953757763, 0.005980455316603184, -0.01338018849492073, 0.0733228251338005, 0.059399042278528214, 0.028748195618391037, -0.006081049330532551, -0.052236080169677734, 0.05618719011545181, -0.1417204737663269, -0.010511515662074089, -0.07227712869644165, -0.10605388879776001, -0.04232237488031387, 0.03443120792508125, 0.060671232640743256, 0.042230576276779175, 0.11220116913318634, -0.04771716892719269, -0.01857093721628189, 0.05281376466155052, -0.03979083523154259, -0.008994937874376774, -0.01990325190126896, 0.018122754991054535, 0.13074275851249695, -0.019943278282880783, 0.03407962992787361, -0.10256942361593246, 0.05431444197893143, -0.10281401127576828, -0.01971535198390484, -0.014149561524391174, -0.04367954283952713, 0.031883664429187775, -0.12165860831737518, 0.016123656183481216, -0.16833168268203735, -0.14714312553405762, 0.002859292319044471, -0.016588665544986725, -0.017911825329065323, -0.07954888790845871, -0.04400517791509628, -0.02466505579650402, 0.06924423575401306, -0.04276731237769127, -0.00935916043817997, -0.05846982076764107, 0.11090090870857239, -0.05349889397621155, 0.07203050702810287, -0.1194647029042244, 0.0557217076420784, -0.14930842816829681, -0.013004516251385212, -0.04842504858970642, 0.07119924575090408, 0.015398351475596428, 0.1813964694738388, -0.006925920024514198, -0.003623353084549308, -0.09382472932338715, 0.06455672532320023, -0.02733452245593071, 0.24096953868865967, -0.0756828561425209, -0.14226967096328735, 0.21630549430847168, -0.06334739923477173, -0.14993034303188324, 0.1314547061920166, 0.01843975856900215, 0.08251222223043442, 0.10434340685606003, 0.19023460149765015, 0.01808990351855755, -0.007808534894138575, 0.054424818605184555, 0.07603957504034042, -0.1683882623910904, -0.033340878784656525, 0.0012923459289595485, -0.00014291972911451012, -0.1366809904575348, 0.04632483050227165, 0.1230006217956543, 0.09730340540409088, -0.07249721139669418, -0.018487868830561638, -0.030607668682932854, 0.0016078021144494414, 0.04144361615180969, -0.0005212334799580276, 0.09951234608888626, -0.1033509373664856, -0.04366454482078552, -0.06751791387796402, -0.002970147645100951, 0.011176802217960358, 0.03924661502242088, -0.04455869272351265, 0.09700342267751694, -0.007412149105221033, 0.0545678474009037, -0.13708296418190002, -0.07981666922569275, -0.016090448945760727, 0.1597585678100586, 0.040224816650152206, 0.04663374274969101, 0.0566885769367218, -0.05624469742178917, -0.015493324026465416, -0.010199432261288166, 0.16243304312229156, -0.04404180869460106, -0.07694169133901596, -0.07860849797725677, 0.10474636405706406, -0.06389671564102173, 0.026263169944286346, -0.051667314022779465, 0.024654213339090347, 0.04686986654996872, 0.1110762283205986, 0.004046999383717775, 0.026442723348736763, -0.012835992500185966, -0.007690808270126581, -0.07657550275325775, -0.01617686077952385, 0.1077079176902771, -0.0017721779877319932, -0.06809886544942856, 0.2437063455581665, -0.16884316504001617, 0.21163912117481232, 0.20976658165454865, -0.2492678016424179, -0.02882898785173893, -0.04848965257406235, -0.04766342043876648, -0.0012878701090812683, 0.06041788309812546, -0.034700244665145874, 0.09027024358510971, -0.03288675472140312, 0.16564396023750305, -0.051203593611717224, -0.07646744698286057, 0.019007064402103424, -0.05823178589344025, -0.05114857107400894, 0.07018019258975983, 0.08213616907596588, -0.1630844622850418, 0.18756183981895447, 0.21879082918167114, 0.06839460134506226, 0.2044064849615097, 0.00858453568071127, -0.010656360536813736, 0.07200875878334045, -0.04608747735619545, -0.03843220695853233, -0.06601633131504059, -0.15238076448440552, -0.03009703755378723, 0.06625645607709885, 0.030863380059599876, 0.09900964051485062, -0.09019728004932404, -0.08104760944843292, -0.017665131017565727, 0.004776675254106522, 0.00156646769028157, 0.11991100758314133, 0.03676433861255646, 0.13820022344589233, -0.01955524832010269, 0.022415857762098312, 0.08040772378444672, 0.016582515090703964, -0.10843544453382492, 0.16101348400115967, -0.13329310715198517, -0.3788211941719055, -0.14546175301074982, -0.13134250044822693, -0.020925991237163544, 0.03777816519141197, 0.1120775043964386, -0.1329103261232376, 0.005511005409061909, -0.007893978618085384, 0.10391844809055328, -0.08707519620656967, 0.039245378226041794, -0.07586963474750519, 0.0314689576625824, -0.060405436903238297, -0.07552991807460785, -0.03722400963306427, -0.028465405106544495, -0.09132689982652664, 0.16675986349582672, -0.11130212247371674, 0.06035055220127106, 0.16001324355602264, 0.021197395399212837, 0.03523072600364685, -0.05174810439348221, 0.18330632150173187, -0.112345851957798, 0.020098978653550148, 0.15624848008155823, -0.013005592860281467, 0.08254575729370117, 0.08188403397798538, -0.013132697902619839, -0.10316278785467148, 0.05240294709801674, 0.001463406952098012, -0.10209372639656067, -0.1950312703847885, -0.10119245946407318, -0.08230090886354446, 0.15922248363494873, 0.06361804902553558, 0.058937788009643555, 0.17968137562274933, 0.07578518986701965, -0.038606274873018265, -0.00038743947516195476, -0.00239798822440207, 0.08808282762765884, 0.13635766506195068, -0.01442645862698555, 0.1225903332233429, -0.04975935071706772, -0.10913994163274765, 0.12899059057235718, 0.01750512234866619, 0.03937286511063576, 0.051435839384794235, 0.021011192351579666, -0.011281835846602917, 0.11866551637649536, 0.13484057784080505, 0.10447502881288528, -0.015693627297878265, -0.0293489471077919, -0.04774824157357216, -0.01359935849905014, -0.033305928111076355, 0.03640862926840782, 0.008061517030000687, -0.14140670001506805, -0.06158366799354553, -0.11537835001945496, 0.08758961409330368, 0.10668005049228668, 0.07567808032035828, -0.21108253300189972, -0.003950516227632761, 0.07933880388736725, -0.03630997985601425, -0.11126025766134262, 0.08416172116994858, 0.03095286712050438, -0.1277567446231842, 0.07218055427074432, -0.03519461303949356, 0.12458370625972748, -0.0032897875644266605, 0.09583556652069092, -0.03598680719733238, -0.027483470737934113, -0.013308011926710606, 0.09818253666162491, -0.3191508650779724, 0.1621316522359848, -0.017933005467057228, -0.0618131123483181, -0.06667962670326233, -0.02528184838593006, 0.015994107350707054, 0.07729468494653702, 0.10861869156360626, 0.021759910508990288, 0.01640525460243225, -0.07345785945653915, -0.042352862656116486, 0.038021303713321686, 0.12403716146945953, -0.06827268749475479, -0.012903391383588314, -0.04523605480790138, 0.00796645786613226, -0.017124788835644722, -0.008793274872004986, 0.006911922711879015, -0.14962191879749298, 0.05182485654950142, 0.014736213721334934, 0.07058768719434738, 0.0436982735991478, -0.014969068579375744, -0.09180716425180435, 0.18274778127670288, -0.015714606270194054, -0.07271543145179749, -0.12616917490959167, -0.05262751132249832, 0.030376195907592773, -0.05518756061792374, 0.021047864109277725, -0.06501689553260803, -0.0035362408962100744, -0.06755607575178146, -0.22007296979427338, 0.1278373897075653, -0.08437205106019974, -0.07192739844322205, -0.04912353679537773, 0.2010866105556488, -0.051223888993263245, 0.003238252131268382, 0.010222852230072021, 0.021994104608893394, -0.11474784463644028, -0.09469719231128693, 0.07112357765436172, -0.03247172012925148, 0.03123478777706623, 0.0022505864035338163, -0.04091062396764755, 0.016593176871538162, -0.06314414739608765, -0.011381587944924831, 0.27866554260253906, 0.23951324820518494, -0.040407944470644, 0.1904350072145462, 0.11012271791696548, -0.08163551241159439, -0.3069863021373749, -0.10166139155626297, -0.12140648066997528, -0.02996143139898777, -0.017288926988840103, -0.16865339875221252, 0.06477722525596619, 0.038930367678403854, 0.009261871688067913, 0.13778774440288544, -0.20730599761009216, -0.08823523670434952, 0.09138026833534241, -0.02557477355003357, 0.43079736828804016, -0.1257614940404892, -0.08959750831127167, -0.051866497844457626, -0.16516901552677155, 0.2173919379711151, -0.021592965349555016, 0.07857322692871094, -0.029561417177319527, 0.11770006269216537, 0.04697660356760025, -0.010707763023674488, 0.08040876686573029, -0.00884756539016962, 0.008373050950467587, -0.12410011142492294, -0.02768467366695404, 0.04874192550778389, 0.012378438375890255, 0.0013600040692836046, -0.09389680624008179, 0.020313434302806854, -0.15990203619003296, -0.018549781292676926, -0.11233476549386978, 0.07682323455810547, 0.025788001716136932, -0.06466120481491089, -0.003637736663222313, -0.04986237734556198, -0.015892893075942993, -0.01400828268378973, 0.1717434972524643, -0.04862768203020096, 0.19366511702537537, 0.03501616790890694, 0.11570870876312256, -0.1362973153591156, 0.06143493950366974, -0.06429426372051239, -0.07528600096702576, 0.07427702099084854, -0.1537967324256897, 0.05111055448651314, 0.09430045634508133, -0.030276626348495483, 0.05380253866314888, 0.08795086294412613, -0.003969982732087374, 0.004800081253051758, 0.15867236256599426, -0.2786487936973572, 0.01320126373320818, -0.07396841049194336, -0.06665283441543579, 0.10506758838891983, 0.06261139363050461, 0.17162823677062988, 0.011681869626045227, -0.056615445762872696, 0.01595049723982811, 0.02499506063759327, -0.04915530979633331, 0.04529924690723419, 0.008104361593723297, -0.010991688817739487, -0.13640300929546356, 0.08699746429920197, 0.0042801909148693085, -0.1531187742948532, 0.024680746719241142, 0.2155698835849762, -0.1260155886411667, -0.10237220674753189, -0.03444112092256546, 0.08444061875343323, -0.11519137024879456, 0.01753072999417782, -0.030764780938625336, -0.09109894186258316, 0.07448896765708923, 0.15248911082744598, 0.049206193536520004, 0.11775100976228714, -0.015379221178591251, -0.011753370985388756, -0.05147303268313408, -0.0317845419049263, 0.025745956227183342, 0.017857374623417854, -0.08257177472114563, 0.06648801267147064, -0.022109810262918472, 0.14559012651443481, -0.09791336953639984, -0.06602771580219269, -0.1468091756105423, -0.009785634465515614, -0.0695481076836586, -0.09207163751125336, -0.08133620768785477, -0.062133077532052994, 0.0010387726360931993, -0.03962359577417374, -0.04795864596962929, -0.0791037380695343, -0.10289866477251053, 0.009435068815946579, -0.02305566892027855, 0.03256045654416084, -0.06115729361772537, 0.007872066460549831, 0.12092912197113037, -0.028174830600619316, 0.16686207056045532, 0.1458095908164978, -0.09536580741405487, 0.10568815469741821, -0.16346460580825806, -0.08964221179485321, 0.0939340740442276, -0.01729099079966545, 0.027899714186787605, 0.11666940152645111, 0.014932696707546711, 0.04195788502693176, 0.035977672785520554, 0.06045130267739296, 0.03587699308991432, -0.11899011582136154, 0.07665140181779861, 0.009481414221227169, -0.1612047255039215, -0.06303887814283371, -0.08555969595909119, 0.030386725440621376, 0.021575886756181717, 0.12225193530321121, -0.045776769518852234, 0.0887017622590065, -0.07972796261310577, 0.027257539331912994, 0.02293219044804573, -0.181223064661026, -0.047844018787145615, -0.053065262734889984, 0.032686229795217514, 0.018960151821374893, 0.1893557906150818, 0.027213018387556076, -0.03697650134563446, 0.04549255222082138, 0.1042066365480423, 0.005313898902386427, 0.004829791374504566, 0.16259528696537018, 0.09423433989286423, -0.07654286175966263, -0.12226779758930206, 0.07556461542844772, 0.019673259928822517, -0.044067107141017914, 0.10607215762138367, -0.002448870101943612, 0.020163848996162415, 0.06910120695829391, -0.014892932027578354, 0.034322552382946014, -0.044286008924245834, -0.10698256641626358, -0.023580113425850868, 0.046367425471544266, 0.00669879000633955, 0.12847968935966492, 0.177873894572258, -0.002574790036305785, 0.025011489167809486, -0.0363602340221405, -0.024931130930781364, -0.13864666223526, -0.1558164656162262, -0.06855984032154083, -0.14875617623329163, 0.012976853176951408, -0.0915176048874855, 0.04695429280400276, 0.028682325035333633, 0.06887643784284592, -0.07052405923604965, 0.04384735971689224, 0.06974220275878906, -0.12065785378217697, 0.09397104382514954, -0.028081456199288368, 0.03704333305358887, -0.006730496883392334, -0.012833851389586926, -0.10013298690319061, 0.035936567932367325, -0.01747855544090271, 0.045271266251802444, -0.04546798765659332, 0.030429324135184288, -0.1703072488307953, -0.124412901699543, -0.04034453630447388, 0.06420420855283737, -0.06510858237743378, 0.03512151539325714, 0.019115818664431572, 0.013339218683540821, 0.03305599465966225, 0.23020225763320923, -0.03704051673412323, -0.02329315058887005, -0.042310282588005066, 0.16692522168159485, -0.014016710221767426, 0.08088304847478867, -0.03037172369658947, 0.0002500463742762804, -0.08417443931102753, 0.3385351300239563, 0.3027777075767517, -0.09020252525806427, 0.019915465265512466, -0.030905582010746002, 0.03936264291405678, 0.11892254650592804, 0.13376617431640625, 0.09784641861915588, 0.2282467782497406, -0.07217609137296677, -0.03032243251800537, -0.020507147535681725, -0.011079044081270695, -0.06650827825069427, 0.0879674032330513, 0.02507801540195942, -0.05553486570715904, -0.031693898141384125, 0.0812700018286705, -0.2327648252248764, 0.10665327310562134, -0.11289316415786743, -0.1636168211698532, -0.039189815521240234, 0.0042042857967317104, 0.08908319473266602, 0.015396242961287498, 0.11228121817111969, 0.009163780137896538, -0.07585213333368301, 0.017798418179154396, 0.028085503727197647, -0.24201616644859314, -0.008133855648338795, 0.060310713946819305, -0.12939085066318512, -0.004324504639953375, -0.027167800813913345, 0.007199867628514767, 0.059822265058755875, 0.029368450865149498, -0.04319324716925621, -0.001257759635336697, -0.010450302623212337, -0.008644461631774902, -0.011618612334132195, 0.07065588980913162, 0.046958792954683304, -0.13329142332077026, 0.06869500875473022, -0.11774353682994843, 0.033477768301963806, -0.05866728723049164, -0.015255378559231758, 0.000037100471672602, 0.03460683673620224, -0.04829782620072365, 0.07058211416006088, 0.07688362896442413, -0.015606098808348179, 0.000610517687164247, -0.0802936851978302, -0.036274004727602005, -0.019796574488282204, -0.09252054989337921, -0.08371094614267349, -0.13031646609306335, -0.11573562026023865, 0.1029667928814888, -0.02224794402718544, -0.19213621318340302, 0.03111329674720764, -0.12165344506502151, 0.045619383454322815, -0.1751558482646942, 0.11076030135154724, 0.08046020567417145, 0.01831907220184803, 0.011516088619828224, -0.02576824277639389, 0.08821021765470505, 0.11728470027446747, -0.07783648371696472, -0.08528783172369003 ]
null
null
transformers
<div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1251080403256926208/6-nJSYgZ_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">Anomalous Girl 🤖 AI Bot </div> <div style="font-size: 15px">@girlshaped bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@girlshaped's tweets](https://twitter.com/girlshaped). | Data | Quantity | | --- | --- | | Tweets downloaded | 304 | | Retweets | 115 | | Short tweets | 19 | | Tweets kept | 170 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/35c6178z/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @girlshaped's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/2re3ffqt) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/2re3ffqt/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/girlshaped') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/girlshaped/1617757456002/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/girlshaped
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
Anomalous Girl AI Bot @girlshaped bot I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on @girlshaped's tweets. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @girlshaped'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 57 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 0.004547144751995802, -0.006708405911922455, -0.007013476919382811, 0.01947171241044998, 0.15818242728710175, 0.03448796644806862, 0.08709780126810074, 0.15389476716518402, -0.019877297803759575, -0.022431448101997375, 0.18047170341014862, 0.173692986369133, -0.012988686561584473, 0.09047263860702515, -0.05271327868103981, -0.2622397541999817, 0.03682216629385948, 0.05513067543506622, -0.007422737777233124, 0.14252057671546936, 0.07580838352441788, -0.023790201172232628, 0.11380083113908768, -0.02966974675655365, -0.202972412109375, 0.03197307139635086, 0.0615268237888813, -0.09518525749444962, 0.11083168536424637, 0.04628797993063927, 0.08698221296072006, 0.022143812850117683, -0.07331052422523499, -0.120787613093853, 0.04532235115766525, 0.045263588428497314, -0.06358368694782257, 0.06480421870946884, 0.08820623904466629, -0.1065920814871788, 0.1416475921869278, 0.07373794168233871, -0.01588049717247486, 0.07824484258890152, -0.17789237201213837, -0.03725104406476021, -0.036331940442323685, 0.007741300854831934, 0.07058489322662354, 0.0750737413764, -0.019116664305329323, 0.1746976524591446, -0.06598041951656342, 0.09777773916721344, 0.17528840899467468, -0.2887236773967743, -0.018040433526039124, 0.0492081381380558, 0.0887371376156807, 0.04900359362363815, -0.024227341637015343, 0.08339477330446243, 0.06365471333265305, 0.01686069741845131, 0.014271941967308521, -0.06960906833410263, -0.09346919506788254, 0.03645368665456772, -0.06932124495506287, -0.05699722096323967, 0.22001419961452484, -0.0334535576403141, 0.04674676060676575, -0.03953840583562851, -0.09316058456897736, -0.028927378356456757, -0.027232296764850616, -0.00907184462994337, -0.05413005128502846, 0.08754174411296844, -0.015151693485677242, -0.06331931799650192, -0.1435878872871399, -0.012912428006529808, -0.15805892646312714, 0.13816505670547485, 0.004333257209509611, 0.04586424678564072, -0.22094038128852844, 0.1012546569108963, 0.022817784920334816, -0.08995530754327774, 0.04930093511939049, -0.09425957500934601, 0.0717538446187973, 0.0007676240638829768, -0.04885277524590492, -0.02944779396057129, 0.08848895877599716, 0.14690880477428436, -0.02718975953757763, 0.005980455316603184, -0.01338018849492073, 0.0733228251338005, 0.059399042278528214, 0.028748195618391037, -0.006081049330532551, -0.052236080169677734, 0.05618719011545181, -0.1417204737663269, -0.010511515662074089, -0.07227712869644165, -0.10605388879776001, -0.04232237488031387, 0.03443120792508125, 0.060671232640743256, 0.042230576276779175, 0.11220116913318634, -0.04771716892719269, -0.01857093721628189, 0.05281376466155052, -0.03979083523154259, -0.008994937874376774, -0.01990325190126896, 0.018122754991054535, 0.13074275851249695, -0.019943278282880783, 0.03407962992787361, -0.10256942361593246, 0.05431444197893143, -0.10281401127576828, -0.01971535198390484, -0.014149561524391174, -0.04367954283952713, 0.031883664429187775, -0.12165860831737518, 0.016123656183481216, -0.16833168268203735, -0.14714312553405762, 0.002859292319044471, -0.016588665544986725, -0.017911825329065323, -0.07954888790845871, -0.04400517791509628, -0.02466505579650402, 0.06924423575401306, -0.04276731237769127, -0.00935916043817997, -0.05846982076764107, 0.11090090870857239, -0.05349889397621155, 0.07203050702810287, -0.1194647029042244, 0.0557217076420784, -0.14930842816829681, -0.013004516251385212, -0.04842504858970642, 0.07119924575090408, 0.015398351475596428, 0.1813964694738388, -0.006925920024514198, -0.003623353084549308, -0.09382472932338715, 0.06455672532320023, -0.02733452245593071, 0.24096953868865967, -0.0756828561425209, -0.14226967096328735, 0.21630549430847168, -0.06334739923477173, -0.14993034303188324, 0.1314547061920166, 0.01843975856900215, 0.08251222223043442, 0.10434340685606003, 0.19023460149765015, 0.01808990351855755, -0.007808534894138575, 0.054424818605184555, 0.07603957504034042, -0.1683882623910904, -0.033340878784656525, 0.0012923459289595485, -0.00014291972911451012, -0.1366809904575348, 0.04632483050227165, 0.1230006217956543, 0.09730340540409088, -0.07249721139669418, -0.018487868830561638, -0.030607668682932854, 0.0016078021144494414, 0.04144361615180969, -0.0005212334799580276, 0.09951234608888626, -0.1033509373664856, -0.04366454482078552, -0.06751791387796402, -0.002970147645100951, 0.011176802217960358, 0.03924661502242088, -0.04455869272351265, 0.09700342267751694, -0.007412149105221033, 0.0545678474009037, -0.13708296418190002, -0.07981666922569275, -0.016090448945760727, 0.1597585678100586, 0.040224816650152206, 0.04663374274969101, 0.0566885769367218, -0.05624469742178917, -0.015493324026465416, -0.010199432261288166, 0.16243304312229156, -0.04404180869460106, -0.07694169133901596, -0.07860849797725677, 0.10474636405706406, -0.06389671564102173, 0.026263169944286346, -0.051667314022779465, 0.024654213339090347, 0.04686986654996872, 0.1110762283205986, 0.004046999383717775, 0.026442723348736763, -0.012835992500185966, -0.007690808270126581, -0.07657550275325775, -0.01617686077952385, 0.1077079176902771, -0.0017721779877319932, -0.06809886544942856, 0.2437063455581665, -0.16884316504001617, 0.21163912117481232, 0.20976658165454865, -0.2492678016424179, -0.02882898785173893, -0.04848965257406235, -0.04766342043876648, -0.0012878701090812683, 0.06041788309812546, -0.034700244665145874, 0.09027024358510971, -0.03288675472140312, 0.16564396023750305, -0.051203593611717224, -0.07646744698286057, 0.019007064402103424, -0.05823178589344025, -0.05114857107400894, 0.07018019258975983, 0.08213616907596588, -0.1630844622850418, 0.18756183981895447, 0.21879082918167114, 0.06839460134506226, 0.2044064849615097, 0.00858453568071127, -0.010656360536813736, 0.07200875878334045, -0.04608747735619545, -0.03843220695853233, -0.06601633131504059, -0.15238076448440552, -0.03009703755378723, 0.06625645607709885, 0.030863380059599876, 0.09900964051485062, -0.09019728004932404, -0.08104760944843292, -0.017665131017565727, 0.004776675254106522, 0.00156646769028157, 0.11991100758314133, 0.03676433861255646, 0.13820022344589233, -0.01955524832010269, 0.022415857762098312, 0.08040772378444672, 0.016582515090703964, -0.10843544453382492, 0.16101348400115967, -0.13329310715198517, -0.3788211941719055, -0.14546175301074982, -0.13134250044822693, -0.020925991237163544, 0.03777816519141197, 0.1120775043964386, -0.1329103261232376, 0.005511005409061909, -0.007893978618085384, 0.10391844809055328, -0.08707519620656967, 0.039245378226041794, -0.07586963474750519, 0.0314689576625824, -0.060405436903238297, -0.07552991807460785, -0.03722400963306427, -0.028465405106544495, -0.09132689982652664, 0.16675986349582672, -0.11130212247371674, 0.06035055220127106, 0.16001324355602264, 0.021197395399212837, 0.03523072600364685, -0.05174810439348221, 0.18330632150173187, -0.112345851957798, 0.020098978653550148, 0.15624848008155823, -0.013005592860281467, 0.08254575729370117, 0.08188403397798538, -0.013132697902619839, -0.10316278785467148, 0.05240294709801674, 0.001463406952098012, -0.10209372639656067, -0.1950312703847885, -0.10119245946407318, -0.08230090886354446, 0.15922248363494873, 0.06361804902553558, 0.058937788009643555, 0.17968137562274933, 0.07578518986701965, -0.038606274873018265, -0.00038743947516195476, -0.00239798822440207, 0.08808282762765884, 0.13635766506195068, -0.01442645862698555, 0.1225903332233429, -0.04975935071706772, -0.10913994163274765, 0.12899059057235718, 0.01750512234866619, 0.03937286511063576, 0.051435839384794235, 0.021011192351579666, -0.011281835846602917, 0.11866551637649536, 0.13484057784080505, 0.10447502881288528, -0.015693627297878265, -0.0293489471077919, -0.04774824157357216, -0.01359935849905014, -0.033305928111076355, 0.03640862926840782, 0.008061517030000687, -0.14140670001506805, -0.06158366799354553, -0.11537835001945496, 0.08758961409330368, 0.10668005049228668, 0.07567808032035828, -0.21108253300189972, -0.003950516227632761, 0.07933880388736725, -0.03630997985601425, -0.11126025766134262, 0.08416172116994858, 0.03095286712050438, -0.1277567446231842, 0.07218055427074432, -0.03519461303949356, 0.12458370625972748, -0.0032897875644266605, 0.09583556652069092, -0.03598680719733238, -0.027483470737934113, -0.013308011926710606, 0.09818253666162491, -0.3191508650779724, 0.1621316522359848, -0.017933005467057228, -0.0618131123483181, -0.06667962670326233, -0.02528184838593006, 0.015994107350707054, 0.07729468494653702, 0.10861869156360626, 0.021759910508990288, 0.01640525460243225, -0.07345785945653915, -0.042352862656116486, 0.038021303713321686, 0.12403716146945953, -0.06827268749475479, -0.012903391383588314, -0.04523605480790138, 0.00796645786613226, -0.017124788835644722, -0.008793274872004986, 0.006911922711879015, -0.14962191879749298, 0.05182485654950142, 0.014736213721334934, 0.07058768719434738, 0.0436982735991478, -0.014969068579375744, -0.09180716425180435, 0.18274778127670288, -0.015714606270194054, -0.07271543145179749, -0.12616917490959167, -0.05262751132249832, 0.030376195907592773, -0.05518756061792374, 0.021047864109277725, -0.06501689553260803, -0.0035362408962100744, -0.06755607575178146, -0.22007296979427338, 0.1278373897075653, -0.08437205106019974, -0.07192739844322205, -0.04912353679537773, 0.2010866105556488, -0.051223888993263245, 0.003238252131268382, 0.010222852230072021, 0.021994104608893394, -0.11474784463644028, -0.09469719231128693, 0.07112357765436172, -0.03247172012925148, 0.03123478777706623, 0.0022505864035338163, -0.04091062396764755, 0.016593176871538162, -0.06314414739608765, -0.011381587944924831, 0.27866554260253906, 0.23951324820518494, -0.040407944470644, 0.1904350072145462, 0.11012271791696548, -0.08163551241159439, -0.3069863021373749, -0.10166139155626297, -0.12140648066997528, -0.02996143139898777, -0.017288926988840103, -0.16865339875221252, 0.06477722525596619, 0.038930367678403854, 0.009261871688067913, 0.13778774440288544, -0.20730599761009216, -0.08823523670434952, 0.09138026833534241, -0.02557477355003357, 0.43079736828804016, -0.1257614940404892, -0.08959750831127167, -0.051866497844457626, -0.16516901552677155, 0.2173919379711151, -0.021592965349555016, 0.07857322692871094, -0.029561417177319527, 0.11770006269216537, 0.04697660356760025, -0.010707763023674488, 0.08040876686573029, -0.00884756539016962, 0.008373050950467587, -0.12410011142492294, -0.02768467366695404, 0.04874192550778389, 0.012378438375890255, 0.0013600040692836046, -0.09389680624008179, 0.020313434302806854, -0.15990203619003296, -0.018549781292676926, -0.11233476549386978, 0.07682323455810547, 0.025788001716136932, -0.06466120481491089, -0.003637736663222313, -0.04986237734556198, -0.015892893075942993, -0.01400828268378973, 0.1717434972524643, -0.04862768203020096, 0.19366511702537537, 0.03501616790890694, 0.11570870876312256, -0.1362973153591156, 0.06143493950366974, -0.06429426372051239, -0.07528600096702576, 0.07427702099084854, -0.1537967324256897, 0.05111055448651314, 0.09430045634508133, -0.030276626348495483, 0.05380253866314888, 0.08795086294412613, -0.003969982732087374, 0.004800081253051758, 0.15867236256599426, -0.2786487936973572, 0.01320126373320818, -0.07396841049194336, -0.06665283441543579, 0.10506758838891983, 0.06261139363050461, 0.17162823677062988, 0.011681869626045227, -0.056615445762872696, 0.01595049723982811, 0.02499506063759327, -0.04915530979633331, 0.04529924690723419, 0.008104361593723297, -0.010991688817739487, -0.13640300929546356, 0.08699746429920197, 0.0042801909148693085, -0.1531187742948532, 0.024680746719241142, 0.2155698835849762, -0.1260155886411667, -0.10237220674753189, -0.03444112092256546, 0.08444061875343323, -0.11519137024879456, 0.01753072999417782, -0.030764780938625336, -0.09109894186258316, 0.07448896765708923, 0.15248911082744598, 0.049206193536520004, 0.11775100976228714, -0.015379221178591251, -0.011753370985388756, -0.05147303268313408, -0.0317845419049263, 0.025745956227183342, 0.017857374623417854, -0.08257177472114563, 0.06648801267147064, -0.022109810262918472, 0.14559012651443481, -0.09791336953639984, -0.06602771580219269, -0.1468091756105423, -0.009785634465515614, -0.0695481076836586, -0.09207163751125336, -0.08133620768785477, -0.062133077532052994, 0.0010387726360931993, -0.03962359577417374, -0.04795864596962929, -0.0791037380695343, -0.10289866477251053, 0.009435068815946579, -0.02305566892027855, 0.03256045654416084, -0.06115729361772537, 0.007872066460549831, 0.12092912197113037, -0.028174830600619316, 0.16686207056045532, 0.1458095908164978, -0.09536580741405487, 0.10568815469741821, -0.16346460580825806, -0.08964221179485321, 0.0939340740442276, -0.01729099079966545, 0.027899714186787605, 0.11666940152645111, 0.014932696707546711, 0.04195788502693176, 0.035977672785520554, 0.06045130267739296, 0.03587699308991432, -0.11899011582136154, 0.07665140181779861, 0.009481414221227169, -0.1612047255039215, -0.06303887814283371, -0.08555969595909119, 0.030386725440621376, 0.021575886756181717, 0.12225193530321121, -0.045776769518852234, 0.0887017622590065, -0.07972796261310577, 0.027257539331912994, 0.02293219044804573, -0.181223064661026, -0.047844018787145615, -0.053065262734889984, 0.032686229795217514, 0.018960151821374893, 0.1893557906150818, 0.027213018387556076, -0.03697650134563446, 0.04549255222082138, 0.1042066365480423, 0.005313898902386427, 0.004829791374504566, 0.16259528696537018, 0.09423433989286423, -0.07654286175966263, -0.12226779758930206, 0.07556461542844772, 0.019673259928822517, -0.044067107141017914, 0.10607215762138367, -0.002448870101943612, 0.020163848996162415, 0.06910120695829391, -0.014892932027578354, 0.034322552382946014, -0.044286008924245834, -0.10698256641626358, -0.023580113425850868, 0.046367425471544266, 0.00669879000633955, 0.12847968935966492, 0.177873894572258, -0.002574790036305785, 0.025011489167809486, -0.0363602340221405, -0.024931130930781364, -0.13864666223526, -0.1558164656162262, -0.06855984032154083, -0.14875617623329163, 0.012976853176951408, -0.0915176048874855, 0.04695429280400276, 0.028682325035333633, 0.06887643784284592, -0.07052405923604965, 0.04384735971689224, 0.06974220275878906, -0.12065785378217697, 0.09397104382514954, -0.028081456199288368, 0.03704333305358887, -0.006730496883392334, -0.012833851389586926, -0.10013298690319061, 0.035936567932367325, -0.01747855544090271, 0.045271266251802444, -0.04546798765659332, 0.030429324135184288, -0.1703072488307953, -0.124412901699543, -0.04034453630447388, 0.06420420855283737, -0.06510858237743378, 0.03512151539325714, 0.019115818664431572, 0.013339218683540821, 0.03305599465966225, 0.23020225763320923, -0.03704051673412323, -0.02329315058887005, -0.042310282588005066, 0.16692522168159485, -0.014016710221767426, 0.08088304847478867, -0.03037172369658947, 0.0002500463742762804, -0.08417443931102753, 0.3385351300239563, 0.3027777075767517, -0.09020252525806427, 0.019915465265512466, -0.030905582010746002, 0.03936264291405678, 0.11892254650592804, 0.13376617431640625, 0.09784641861915588, 0.2282467782497406, -0.07217609137296677, -0.03032243251800537, -0.020507147535681725, -0.011079044081270695, -0.06650827825069427, 0.0879674032330513, 0.02507801540195942, -0.05553486570715904, -0.031693898141384125, 0.0812700018286705, -0.2327648252248764, 0.10665327310562134, -0.11289316415786743, -0.1636168211698532, -0.039189815521240234, 0.0042042857967317104, 0.08908319473266602, 0.015396242961287498, 0.11228121817111969, 0.009163780137896538, -0.07585213333368301, 0.017798418179154396, 0.028085503727197647, -0.24201616644859314, -0.008133855648338795, 0.060310713946819305, -0.12939085066318512, -0.004324504639953375, -0.027167800813913345, 0.007199867628514767, 0.059822265058755875, 0.029368450865149498, -0.04319324716925621, -0.001257759635336697, -0.010450302623212337, -0.008644461631774902, -0.011618612334132195, 0.07065588980913162, 0.046958792954683304, -0.13329142332077026, 0.06869500875473022, -0.11774353682994843, 0.033477768301963806, -0.05866728723049164, -0.015255378559231758, 0.000037100471672602, 0.03460683673620224, -0.04829782620072365, 0.07058211416006088, 0.07688362896442413, -0.015606098808348179, 0.000610517687164247, -0.0802936851978302, -0.036274004727602005, -0.019796574488282204, -0.09252054989337921, -0.08371094614267349, -0.13031646609306335, -0.11573562026023865, 0.1029667928814888, -0.02224794402718544, -0.19213621318340302, 0.03111329674720764, -0.12165344506502151, 0.045619383454322815, -0.1751558482646942, 0.11076030135154724, 0.08046020567417145, 0.01831907220184803, 0.011516088619828224, -0.02576824277639389, 0.08821021765470505, 0.11728470027446747, -0.07783648371696472, -0.08528783172369003 ]
null
null
transformers
<div class="inline-flex flex-col" style="line-height: 1.5;"> <div class="flex"> <div style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;https://pbs.twimg.com/profile_images/693514895837548545/6XcdRZO1_400x400.jpg&#39;)"> </div> <div style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;https://pbs.twimg.com/profile_images/1149580808161599488/SdEQ8RS-_400x400.jpg&#39;)"> </div> <div style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;https://pbs.twimg.com/profile_images/1302973092332023810/K9MureTy_400x400.jpg&#39;)"> </div> </div> <div style="text-align: center; margin-top: 3px; font-size: 16px; font-weight: 800">🤖 AI CYBORG 🤖</div> <div style="text-align: center; font-size: 16px; font-weight: 800">Lukas Valatka & Gitanas Nausėda & Aušra Maldeikienė MEP 🇱🇹🇪🇺</div> <div style="text-align: center; font-size: 14px;">@gitanasnauseda-lukasvalatka-maldeikiene</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on tweets from Lukas Valatka & Gitanas Nausėda & Aušra Maldeikienė MEP 🇱🇹🇪🇺. | Data | Lukas Valatka | Gitanas Nausėda | Aušra Maldeikienė MEP 🇱🇹🇪🇺 | | --- | --- | --- | --- | | Tweets downloaded | 1155 | 706 | 348 | | Retweets | 42 | 44 | 67 | | Short tweets | 49 | 0 | 6 | | Tweets kept | 1064 | 662 | 275 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/31ci0ia0/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @gitanasnauseda-lukasvalatka-maldeikiene's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/62ihbz05) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/62ihbz05/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/gitanasnauseda-lukasvalatka-maldeikiene') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/gitanasnauseda-lukasvalatka-maldeikiene/1620508369581/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/gitanasnauseda-lukasvalatka-maldeikiene
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
AI CYBORG Lukas Valatka & Gitanas Nausėda & Aušra Maldeikienė MEP 🇱🇹🇪🇺 @gitanasnauseda-lukasvalatka-maldeikiene I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on tweets from Lukas Valatka & Gitanas Nausėda & Aušra Maldeikienė MEP 🇱🇹🇪🇺. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @gitanasnauseda-lukasvalatka-maldeikiene'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 57 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 0.004547144751995802, -0.006708405911922455, -0.007013476919382811, 0.01947171241044998, 0.15818242728710175, 0.03448796644806862, 0.08709780126810074, 0.15389476716518402, -0.019877297803759575, -0.022431448101997375, 0.18047170341014862, 0.173692986369133, -0.012988686561584473, 0.09047263860702515, -0.05271327868103981, -0.2622397541999817, 0.03682216629385948, 0.05513067543506622, -0.007422737777233124, 0.14252057671546936, 0.07580838352441788, -0.023790201172232628, 0.11380083113908768, -0.02966974675655365, -0.202972412109375, 0.03197307139635086, 0.0615268237888813, -0.09518525749444962, 0.11083168536424637, 0.04628797993063927, 0.08698221296072006, 0.022143812850117683, -0.07331052422523499, -0.120787613093853, 0.04532235115766525, 0.045263588428497314, -0.06358368694782257, 0.06480421870946884, 0.08820623904466629, -0.1065920814871788, 0.1416475921869278, 0.07373794168233871, -0.01588049717247486, 0.07824484258890152, -0.17789237201213837, -0.03725104406476021, -0.036331940442323685, 0.007741300854831934, 0.07058489322662354, 0.0750737413764, -0.019116664305329323, 0.1746976524591446, -0.06598041951656342, 0.09777773916721344, 0.17528840899467468, -0.2887236773967743, -0.018040433526039124, 0.0492081381380558, 0.0887371376156807, 0.04900359362363815, -0.024227341637015343, 0.08339477330446243, 0.06365471333265305, 0.01686069741845131, 0.014271941967308521, -0.06960906833410263, -0.09346919506788254, 0.03645368665456772, -0.06932124495506287, -0.05699722096323967, 0.22001419961452484, -0.0334535576403141, 0.04674676060676575, -0.03953840583562851, -0.09316058456897736, -0.028927378356456757, -0.027232296764850616, -0.00907184462994337, -0.05413005128502846, 0.08754174411296844, -0.015151693485677242, -0.06331931799650192, -0.1435878872871399, -0.012912428006529808, -0.15805892646312714, 0.13816505670547485, 0.004333257209509611, 0.04586424678564072, -0.22094038128852844, 0.1012546569108963, 0.022817784920334816, -0.08995530754327774, 0.04930093511939049, -0.09425957500934601, 0.0717538446187973, 0.0007676240638829768, -0.04885277524590492, -0.02944779396057129, 0.08848895877599716, 0.14690880477428436, -0.02718975953757763, 0.005980455316603184, -0.01338018849492073, 0.0733228251338005, 0.059399042278528214, 0.028748195618391037, -0.006081049330532551, -0.052236080169677734, 0.05618719011545181, -0.1417204737663269, -0.010511515662074089, -0.07227712869644165, -0.10605388879776001, -0.04232237488031387, 0.03443120792508125, 0.060671232640743256, 0.042230576276779175, 0.11220116913318634, -0.04771716892719269, -0.01857093721628189, 0.05281376466155052, -0.03979083523154259, -0.008994937874376774, -0.01990325190126896, 0.018122754991054535, 0.13074275851249695, -0.019943278282880783, 0.03407962992787361, -0.10256942361593246, 0.05431444197893143, -0.10281401127576828, -0.01971535198390484, -0.014149561524391174, -0.04367954283952713, 0.031883664429187775, -0.12165860831737518, 0.016123656183481216, -0.16833168268203735, -0.14714312553405762, 0.002859292319044471, -0.016588665544986725, -0.017911825329065323, -0.07954888790845871, -0.04400517791509628, -0.02466505579650402, 0.06924423575401306, -0.04276731237769127, -0.00935916043817997, -0.05846982076764107, 0.11090090870857239, -0.05349889397621155, 0.07203050702810287, -0.1194647029042244, 0.0557217076420784, -0.14930842816829681, -0.013004516251385212, -0.04842504858970642, 0.07119924575090408, 0.015398351475596428, 0.1813964694738388, -0.006925920024514198, -0.003623353084549308, -0.09382472932338715, 0.06455672532320023, -0.02733452245593071, 0.24096953868865967, -0.0756828561425209, -0.14226967096328735, 0.21630549430847168, -0.06334739923477173, -0.14993034303188324, 0.1314547061920166, 0.01843975856900215, 0.08251222223043442, 0.10434340685606003, 0.19023460149765015, 0.01808990351855755, -0.007808534894138575, 0.054424818605184555, 0.07603957504034042, -0.1683882623910904, -0.033340878784656525, 0.0012923459289595485, -0.00014291972911451012, -0.1366809904575348, 0.04632483050227165, 0.1230006217956543, 0.09730340540409088, -0.07249721139669418, -0.018487868830561638, -0.030607668682932854, 0.0016078021144494414, 0.04144361615180969, -0.0005212334799580276, 0.09951234608888626, -0.1033509373664856, -0.04366454482078552, -0.06751791387796402, -0.002970147645100951, 0.011176802217960358, 0.03924661502242088, -0.04455869272351265, 0.09700342267751694, -0.007412149105221033, 0.0545678474009037, -0.13708296418190002, -0.07981666922569275, -0.016090448945760727, 0.1597585678100586, 0.040224816650152206, 0.04663374274969101, 0.0566885769367218, -0.05624469742178917, -0.015493324026465416, -0.010199432261288166, 0.16243304312229156, -0.04404180869460106, -0.07694169133901596, -0.07860849797725677, 0.10474636405706406, -0.06389671564102173, 0.026263169944286346, -0.051667314022779465, 0.024654213339090347, 0.04686986654996872, 0.1110762283205986, 0.004046999383717775, 0.026442723348736763, -0.012835992500185966, -0.007690808270126581, -0.07657550275325775, -0.01617686077952385, 0.1077079176902771, -0.0017721779877319932, -0.06809886544942856, 0.2437063455581665, -0.16884316504001617, 0.21163912117481232, 0.20976658165454865, -0.2492678016424179, -0.02882898785173893, -0.04848965257406235, -0.04766342043876648, -0.0012878701090812683, 0.06041788309812546, -0.034700244665145874, 0.09027024358510971, -0.03288675472140312, 0.16564396023750305, -0.051203593611717224, -0.07646744698286057, 0.019007064402103424, -0.05823178589344025, -0.05114857107400894, 0.07018019258975983, 0.08213616907596588, -0.1630844622850418, 0.18756183981895447, 0.21879082918167114, 0.06839460134506226, 0.2044064849615097, 0.00858453568071127, -0.010656360536813736, 0.07200875878334045, -0.04608747735619545, -0.03843220695853233, -0.06601633131504059, -0.15238076448440552, -0.03009703755378723, 0.06625645607709885, 0.030863380059599876, 0.09900964051485062, -0.09019728004932404, -0.08104760944843292, -0.017665131017565727, 0.004776675254106522, 0.00156646769028157, 0.11991100758314133, 0.03676433861255646, 0.13820022344589233, -0.01955524832010269, 0.022415857762098312, 0.08040772378444672, 0.016582515090703964, -0.10843544453382492, 0.16101348400115967, -0.13329310715198517, -0.3788211941719055, -0.14546175301074982, -0.13134250044822693, -0.020925991237163544, 0.03777816519141197, 0.1120775043964386, -0.1329103261232376, 0.005511005409061909, -0.007893978618085384, 0.10391844809055328, -0.08707519620656967, 0.039245378226041794, -0.07586963474750519, 0.0314689576625824, -0.060405436903238297, -0.07552991807460785, -0.03722400963306427, -0.028465405106544495, -0.09132689982652664, 0.16675986349582672, -0.11130212247371674, 0.06035055220127106, 0.16001324355602264, 0.021197395399212837, 0.03523072600364685, -0.05174810439348221, 0.18330632150173187, -0.112345851957798, 0.020098978653550148, 0.15624848008155823, -0.013005592860281467, 0.08254575729370117, 0.08188403397798538, -0.013132697902619839, -0.10316278785467148, 0.05240294709801674, 0.001463406952098012, -0.10209372639656067, -0.1950312703847885, -0.10119245946407318, -0.08230090886354446, 0.15922248363494873, 0.06361804902553558, 0.058937788009643555, 0.17968137562274933, 0.07578518986701965, -0.038606274873018265, -0.00038743947516195476, -0.00239798822440207, 0.08808282762765884, 0.13635766506195068, -0.01442645862698555, 0.1225903332233429, -0.04975935071706772, -0.10913994163274765, 0.12899059057235718, 0.01750512234866619, 0.03937286511063576, 0.051435839384794235, 0.021011192351579666, -0.011281835846602917, 0.11866551637649536, 0.13484057784080505, 0.10447502881288528, -0.015693627297878265, -0.0293489471077919, -0.04774824157357216, -0.01359935849905014, -0.033305928111076355, 0.03640862926840782, 0.008061517030000687, -0.14140670001506805, -0.06158366799354553, -0.11537835001945496, 0.08758961409330368, 0.10668005049228668, 0.07567808032035828, -0.21108253300189972, -0.003950516227632761, 0.07933880388736725, -0.03630997985601425, -0.11126025766134262, 0.08416172116994858, 0.03095286712050438, -0.1277567446231842, 0.07218055427074432, -0.03519461303949356, 0.12458370625972748, -0.0032897875644266605, 0.09583556652069092, -0.03598680719733238, -0.027483470737934113, -0.013308011926710606, 0.09818253666162491, -0.3191508650779724, 0.1621316522359848, -0.017933005467057228, -0.0618131123483181, -0.06667962670326233, -0.02528184838593006, 0.015994107350707054, 0.07729468494653702, 0.10861869156360626, 0.021759910508990288, 0.01640525460243225, -0.07345785945653915, -0.042352862656116486, 0.038021303713321686, 0.12403716146945953, -0.06827268749475479, -0.012903391383588314, -0.04523605480790138, 0.00796645786613226, -0.017124788835644722, -0.008793274872004986, 0.006911922711879015, -0.14962191879749298, 0.05182485654950142, 0.014736213721334934, 0.07058768719434738, 0.0436982735991478, -0.014969068579375744, -0.09180716425180435, 0.18274778127670288, -0.015714606270194054, -0.07271543145179749, -0.12616917490959167, -0.05262751132249832, 0.030376195907592773, -0.05518756061792374, 0.021047864109277725, -0.06501689553260803, -0.0035362408962100744, -0.06755607575178146, -0.22007296979427338, 0.1278373897075653, -0.08437205106019974, -0.07192739844322205, -0.04912353679537773, 0.2010866105556488, -0.051223888993263245, 0.003238252131268382, 0.010222852230072021, 0.021994104608893394, -0.11474784463644028, -0.09469719231128693, 0.07112357765436172, -0.03247172012925148, 0.03123478777706623, 0.0022505864035338163, -0.04091062396764755, 0.016593176871538162, -0.06314414739608765, -0.011381587944924831, 0.27866554260253906, 0.23951324820518494, -0.040407944470644, 0.1904350072145462, 0.11012271791696548, -0.08163551241159439, -0.3069863021373749, -0.10166139155626297, -0.12140648066997528, -0.02996143139898777, -0.017288926988840103, -0.16865339875221252, 0.06477722525596619, 0.038930367678403854, 0.009261871688067913, 0.13778774440288544, -0.20730599761009216, -0.08823523670434952, 0.09138026833534241, -0.02557477355003357, 0.43079736828804016, -0.1257614940404892, -0.08959750831127167, -0.051866497844457626, -0.16516901552677155, 0.2173919379711151, -0.021592965349555016, 0.07857322692871094, -0.029561417177319527, 0.11770006269216537, 0.04697660356760025, -0.010707763023674488, 0.08040876686573029, -0.00884756539016962, 0.008373050950467587, -0.12410011142492294, -0.02768467366695404, 0.04874192550778389, 0.012378438375890255, 0.0013600040692836046, -0.09389680624008179, 0.020313434302806854, -0.15990203619003296, -0.018549781292676926, -0.11233476549386978, 0.07682323455810547, 0.025788001716136932, -0.06466120481491089, -0.003637736663222313, -0.04986237734556198, -0.015892893075942993, -0.01400828268378973, 0.1717434972524643, -0.04862768203020096, 0.19366511702537537, 0.03501616790890694, 0.11570870876312256, -0.1362973153591156, 0.06143493950366974, -0.06429426372051239, -0.07528600096702576, 0.07427702099084854, -0.1537967324256897, 0.05111055448651314, 0.09430045634508133, -0.030276626348495483, 0.05380253866314888, 0.08795086294412613, -0.003969982732087374, 0.004800081253051758, 0.15867236256599426, -0.2786487936973572, 0.01320126373320818, -0.07396841049194336, -0.06665283441543579, 0.10506758838891983, 0.06261139363050461, 0.17162823677062988, 0.011681869626045227, -0.056615445762872696, 0.01595049723982811, 0.02499506063759327, -0.04915530979633331, 0.04529924690723419, 0.008104361593723297, -0.010991688817739487, -0.13640300929546356, 0.08699746429920197, 0.0042801909148693085, -0.1531187742948532, 0.024680746719241142, 0.2155698835849762, -0.1260155886411667, -0.10237220674753189, -0.03444112092256546, 0.08444061875343323, -0.11519137024879456, 0.01753072999417782, -0.030764780938625336, -0.09109894186258316, 0.07448896765708923, 0.15248911082744598, 0.049206193536520004, 0.11775100976228714, -0.015379221178591251, -0.011753370985388756, -0.05147303268313408, -0.0317845419049263, 0.025745956227183342, 0.017857374623417854, -0.08257177472114563, 0.06648801267147064, -0.022109810262918472, 0.14559012651443481, -0.09791336953639984, -0.06602771580219269, -0.1468091756105423, -0.009785634465515614, -0.0695481076836586, -0.09207163751125336, -0.08133620768785477, -0.062133077532052994, 0.0010387726360931993, -0.03962359577417374, -0.04795864596962929, -0.0791037380695343, -0.10289866477251053, 0.009435068815946579, -0.02305566892027855, 0.03256045654416084, -0.06115729361772537, 0.007872066460549831, 0.12092912197113037, -0.028174830600619316, 0.16686207056045532, 0.1458095908164978, -0.09536580741405487, 0.10568815469741821, -0.16346460580825806, -0.08964221179485321, 0.0939340740442276, -0.01729099079966545, 0.027899714186787605, 0.11666940152645111, 0.014932696707546711, 0.04195788502693176, 0.035977672785520554, 0.06045130267739296, 0.03587699308991432, -0.11899011582136154, 0.07665140181779861, 0.009481414221227169, -0.1612047255039215, -0.06303887814283371, -0.08555969595909119, 0.030386725440621376, 0.021575886756181717, 0.12225193530321121, -0.045776769518852234, 0.0887017622590065, -0.07972796261310577, 0.027257539331912994, 0.02293219044804573, -0.181223064661026, -0.047844018787145615, -0.053065262734889984, 0.032686229795217514, 0.018960151821374893, 0.1893557906150818, 0.027213018387556076, -0.03697650134563446, 0.04549255222082138, 0.1042066365480423, 0.005313898902386427, 0.004829791374504566, 0.16259528696537018, 0.09423433989286423, -0.07654286175966263, -0.12226779758930206, 0.07556461542844772, 0.019673259928822517, -0.044067107141017914, 0.10607215762138367, -0.002448870101943612, 0.020163848996162415, 0.06910120695829391, -0.014892932027578354, 0.034322552382946014, -0.044286008924245834, -0.10698256641626358, -0.023580113425850868, 0.046367425471544266, 0.00669879000633955, 0.12847968935966492, 0.177873894572258, -0.002574790036305785, 0.025011489167809486, -0.0363602340221405, -0.024931130930781364, -0.13864666223526, -0.1558164656162262, -0.06855984032154083, -0.14875617623329163, 0.012976853176951408, -0.0915176048874855, 0.04695429280400276, 0.028682325035333633, 0.06887643784284592, -0.07052405923604965, 0.04384735971689224, 0.06974220275878906, -0.12065785378217697, 0.09397104382514954, -0.028081456199288368, 0.03704333305358887, -0.006730496883392334, -0.012833851389586926, -0.10013298690319061, 0.035936567932367325, -0.01747855544090271, 0.045271266251802444, -0.04546798765659332, 0.030429324135184288, -0.1703072488307953, -0.124412901699543, -0.04034453630447388, 0.06420420855283737, -0.06510858237743378, 0.03512151539325714, 0.019115818664431572, 0.013339218683540821, 0.03305599465966225, 0.23020225763320923, -0.03704051673412323, -0.02329315058887005, -0.042310282588005066, 0.16692522168159485, -0.014016710221767426, 0.08088304847478867, -0.03037172369658947, 0.0002500463742762804, -0.08417443931102753, 0.3385351300239563, 0.3027777075767517, -0.09020252525806427, 0.019915465265512466, -0.030905582010746002, 0.03936264291405678, 0.11892254650592804, 0.13376617431640625, 0.09784641861915588, 0.2282467782497406, -0.07217609137296677, -0.03032243251800537, -0.020507147535681725, -0.011079044081270695, -0.06650827825069427, 0.0879674032330513, 0.02507801540195942, -0.05553486570715904, -0.031693898141384125, 0.0812700018286705, -0.2327648252248764, 0.10665327310562134, -0.11289316415786743, -0.1636168211698532, -0.039189815521240234, 0.0042042857967317104, 0.08908319473266602, 0.015396242961287498, 0.11228121817111969, 0.009163780137896538, -0.07585213333368301, 0.017798418179154396, 0.028085503727197647, -0.24201616644859314, -0.008133855648338795, 0.060310713946819305, -0.12939085066318512, -0.004324504639953375, -0.027167800813913345, 0.007199867628514767, 0.059822265058755875, 0.029368450865149498, -0.04319324716925621, -0.001257759635336697, -0.010450302623212337, -0.008644461631774902, -0.011618612334132195, 0.07065588980913162, 0.046958792954683304, -0.13329142332077026, 0.06869500875473022, -0.11774353682994843, 0.033477768301963806, -0.05866728723049164, -0.015255378559231758, 0.000037100471672602, 0.03460683673620224, -0.04829782620072365, 0.07058211416006088, 0.07688362896442413, -0.015606098808348179, 0.000610517687164247, -0.0802936851978302, -0.036274004727602005, -0.019796574488282204, -0.09252054989337921, -0.08371094614267349, -0.13031646609306335, -0.11573562026023865, 0.1029667928814888, -0.02224794402718544, -0.19213621318340302, 0.03111329674720764, -0.12165344506502151, 0.045619383454322815, -0.1751558482646942, 0.11076030135154724, 0.08046020567417145, 0.01831907220184803, 0.011516088619828224, -0.02576824277639389, 0.08821021765470505, 0.11728470027446747, -0.07783648371696472, -0.08528783172369003 ]
null
null
transformers
<div class="inline-flex flex-col" style="line-height: 1.5;"> <div class="flex"> <div style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;https://pbs.twimg.com/profile_images/1149580808161599488/SdEQ8RS-_400x400.jpg&#39;)"> </div> <div style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;https://pbs.twimg.com/profile_images/1302973092332023810/K9MureTy_400x400.jpg&#39;)"> </div> <div style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)"> </div> </div> <div style="text-align: center; margin-top: 3px; font-size: 16px; font-weight: 800">🤖 AI CYBORG 🤖</div> <div style="text-align: center; font-size: 16px; font-weight: 800">Gitanas Nausėda & Aušra Maldeikienė MEP 🇱🇹🇪🇺</div> <div style="text-align: center; font-size: 14px;">@gitanasnauseda-maldeikiene</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on tweets from Gitanas Nausėda & Aušra Maldeikienė MEP 🇱🇹🇪🇺. | Data | Gitanas Nausėda | Aušra Maldeikienė MEP 🇱🇹🇪🇺 | | --- | --- | --- | | Tweets downloaded | 706 | 348 | | Retweets | 44 | 67 | | Short tweets | 0 | 6 | | Tweets kept | 662 | 275 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/32c03vyj/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @gitanasnauseda-maldeikiene's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/1o9iq34s) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/1o9iq34s/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/gitanasnauseda-maldeikiene') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/gitanasnauseda-maldeikiene/1620507874092/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/gitanasnauseda-maldeikiene
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
AI CYBORG Gitanas Nausėda & Aušra Maldeikienė MEP 🇱🇹🇪🇺 @gitanasnauseda-maldeikiene I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on tweets from Gitanas Nausėda & Aušra Maldeikienė MEP 🇱🇹🇪🇺. Data: Tweets downloaded, Gitanas Nausėda: 706, Aušra Maldeikienė MEP 🇱🇹🇪🇺: 348 Data: Retweets, Gitanas Nausėda: 44, Aušra Maldeikienė MEP 🇱🇹🇪🇺: 67 Data: Short tweets, Gitanas Nausėda: 0, Aušra Maldeikienė MEP 🇱🇹🇪🇺: 6 Data: Tweets kept, Gitanas Nausėda: 662, Aušra Maldeikienė MEP 🇱🇹🇪🇺: 275 Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @gitanasnauseda-maldeikiene'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 57 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 0.004547144751995802, -0.006708405911922455, -0.007013476919382811, 0.01947171241044998, 0.15818242728710175, 0.03448796644806862, 0.08709780126810074, 0.15389476716518402, -0.019877297803759575, -0.022431448101997375, 0.18047170341014862, 0.173692986369133, -0.012988686561584473, 0.09047263860702515, -0.05271327868103981, -0.2622397541999817, 0.03682216629385948, 0.05513067543506622, -0.007422737777233124, 0.14252057671546936, 0.07580838352441788, -0.023790201172232628, 0.11380083113908768, -0.02966974675655365, -0.202972412109375, 0.03197307139635086, 0.0615268237888813, -0.09518525749444962, 0.11083168536424637, 0.04628797993063927, 0.08698221296072006, 0.022143812850117683, -0.07331052422523499, -0.120787613093853, 0.04532235115766525, 0.045263588428497314, -0.06358368694782257, 0.06480421870946884, 0.08820623904466629, -0.1065920814871788, 0.1416475921869278, 0.07373794168233871, -0.01588049717247486, 0.07824484258890152, -0.17789237201213837, -0.03725104406476021, -0.036331940442323685, 0.007741300854831934, 0.07058489322662354, 0.0750737413764, -0.019116664305329323, 0.1746976524591446, -0.06598041951656342, 0.09777773916721344, 0.17528840899467468, -0.2887236773967743, -0.018040433526039124, 0.0492081381380558, 0.0887371376156807, 0.04900359362363815, -0.024227341637015343, 0.08339477330446243, 0.06365471333265305, 0.01686069741845131, 0.014271941967308521, -0.06960906833410263, -0.09346919506788254, 0.03645368665456772, -0.06932124495506287, -0.05699722096323967, 0.22001419961452484, -0.0334535576403141, 0.04674676060676575, -0.03953840583562851, -0.09316058456897736, -0.028927378356456757, -0.027232296764850616, -0.00907184462994337, -0.05413005128502846, 0.08754174411296844, -0.015151693485677242, -0.06331931799650192, -0.1435878872871399, -0.012912428006529808, -0.15805892646312714, 0.13816505670547485, 0.004333257209509611, 0.04586424678564072, -0.22094038128852844, 0.1012546569108963, 0.022817784920334816, -0.08995530754327774, 0.04930093511939049, -0.09425957500934601, 0.0717538446187973, 0.0007676240638829768, -0.04885277524590492, -0.02944779396057129, 0.08848895877599716, 0.14690880477428436, -0.02718975953757763, 0.005980455316603184, -0.01338018849492073, 0.0733228251338005, 0.059399042278528214, 0.028748195618391037, -0.006081049330532551, -0.052236080169677734, 0.05618719011545181, -0.1417204737663269, -0.010511515662074089, -0.07227712869644165, -0.10605388879776001, -0.04232237488031387, 0.03443120792508125, 0.060671232640743256, 0.042230576276779175, 0.11220116913318634, -0.04771716892719269, -0.01857093721628189, 0.05281376466155052, -0.03979083523154259, -0.008994937874376774, -0.01990325190126896, 0.018122754991054535, 0.13074275851249695, -0.019943278282880783, 0.03407962992787361, -0.10256942361593246, 0.05431444197893143, -0.10281401127576828, -0.01971535198390484, -0.014149561524391174, -0.04367954283952713, 0.031883664429187775, -0.12165860831737518, 0.016123656183481216, -0.16833168268203735, -0.14714312553405762, 0.002859292319044471, -0.016588665544986725, -0.017911825329065323, -0.07954888790845871, -0.04400517791509628, -0.02466505579650402, 0.06924423575401306, -0.04276731237769127, -0.00935916043817997, -0.05846982076764107, 0.11090090870857239, -0.05349889397621155, 0.07203050702810287, -0.1194647029042244, 0.0557217076420784, -0.14930842816829681, -0.013004516251385212, -0.04842504858970642, 0.07119924575090408, 0.015398351475596428, 0.1813964694738388, -0.006925920024514198, -0.003623353084549308, -0.09382472932338715, 0.06455672532320023, -0.02733452245593071, 0.24096953868865967, -0.0756828561425209, -0.14226967096328735, 0.21630549430847168, -0.06334739923477173, -0.14993034303188324, 0.1314547061920166, 0.01843975856900215, 0.08251222223043442, 0.10434340685606003, 0.19023460149765015, 0.01808990351855755, -0.007808534894138575, 0.054424818605184555, 0.07603957504034042, -0.1683882623910904, -0.033340878784656525, 0.0012923459289595485, -0.00014291972911451012, -0.1366809904575348, 0.04632483050227165, 0.1230006217956543, 0.09730340540409088, -0.07249721139669418, -0.018487868830561638, -0.030607668682932854, 0.0016078021144494414, 0.04144361615180969, -0.0005212334799580276, 0.09951234608888626, -0.1033509373664856, -0.04366454482078552, -0.06751791387796402, -0.002970147645100951, 0.011176802217960358, 0.03924661502242088, -0.04455869272351265, 0.09700342267751694, -0.007412149105221033, 0.0545678474009037, -0.13708296418190002, -0.07981666922569275, -0.016090448945760727, 0.1597585678100586, 0.040224816650152206, 0.04663374274969101, 0.0566885769367218, -0.05624469742178917, -0.015493324026465416, -0.010199432261288166, 0.16243304312229156, -0.04404180869460106, -0.07694169133901596, -0.07860849797725677, 0.10474636405706406, -0.06389671564102173, 0.026263169944286346, -0.051667314022779465, 0.024654213339090347, 0.04686986654996872, 0.1110762283205986, 0.004046999383717775, 0.026442723348736763, -0.012835992500185966, -0.007690808270126581, -0.07657550275325775, -0.01617686077952385, 0.1077079176902771, -0.0017721779877319932, -0.06809886544942856, 0.2437063455581665, -0.16884316504001617, 0.21163912117481232, 0.20976658165454865, -0.2492678016424179, -0.02882898785173893, -0.04848965257406235, -0.04766342043876648, -0.0012878701090812683, 0.06041788309812546, -0.034700244665145874, 0.09027024358510971, -0.03288675472140312, 0.16564396023750305, -0.051203593611717224, -0.07646744698286057, 0.019007064402103424, -0.05823178589344025, -0.05114857107400894, 0.07018019258975983, 0.08213616907596588, -0.1630844622850418, 0.18756183981895447, 0.21879082918167114, 0.06839460134506226, 0.2044064849615097, 0.00858453568071127, -0.010656360536813736, 0.07200875878334045, -0.04608747735619545, -0.03843220695853233, -0.06601633131504059, -0.15238076448440552, -0.03009703755378723, 0.06625645607709885, 0.030863380059599876, 0.09900964051485062, -0.09019728004932404, -0.08104760944843292, -0.017665131017565727, 0.004776675254106522, 0.00156646769028157, 0.11991100758314133, 0.03676433861255646, 0.13820022344589233, -0.01955524832010269, 0.022415857762098312, 0.08040772378444672, 0.016582515090703964, -0.10843544453382492, 0.16101348400115967, -0.13329310715198517, -0.3788211941719055, -0.14546175301074982, -0.13134250044822693, -0.020925991237163544, 0.03777816519141197, 0.1120775043964386, -0.1329103261232376, 0.005511005409061909, -0.007893978618085384, 0.10391844809055328, -0.08707519620656967, 0.039245378226041794, -0.07586963474750519, 0.0314689576625824, -0.060405436903238297, -0.07552991807460785, -0.03722400963306427, -0.028465405106544495, -0.09132689982652664, 0.16675986349582672, -0.11130212247371674, 0.06035055220127106, 0.16001324355602264, 0.021197395399212837, 0.03523072600364685, -0.05174810439348221, 0.18330632150173187, -0.112345851957798, 0.020098978653550148, 0.15624848008155823, -0.013005592860281467, 0.08254575729370117, 0.08188403397798538, -0.013132697902619839, -0.10316278785467148, 0.05240294709801674, 0.001463406952098012, -0.10209372639656067, -0.1950312703847885, -0.10119245946407318, -0.08230090886354446, 0.15922248363494873, 0.06361804902553558, 0.058937788009643555, 0.17968137562274933, 0.07578518986701965, -0.038606274873018265, -0.00038743947516195476, -0.00239798822440207, 0.08808282762765884, 0.13635766506195068, -0.01442645862698555, 0.1225903332233429, -0.04975935071706772, -0.10913994163274765, 0.12899059057235718, 0.01750512234866619, 0.03937286511063576, 0.051435839384794235, 0.021011192351579666, -0.011281835846602917, 0.11866551637649536, 0.13484057784080505, 0.10447502881288528, -0.015693627297878265, -0.0293489471077919, -0.04774824157357216, -0.01359935849905014, -0.033305928111076355, 0.03640862926840782, 0.008061517030000687, -0.14140670001506805, -0.06158366799354553, -0.11537835001945496, 0.08758961409330368, 0.10668005049228668, 0.07567808032035828, -0.21108253300189972, -0.003950516227632761, 0.07933880388736725, -0.03630997985601425, -0.11126025766134262, 0.08416172116994858, 0.03095286712050438, -0.1277567446231842, 0.07218055427074432, -0.03519461303949356, 0.12458370625972748, -0.0032897875644266605, 0.09583556652069092, -0.03598680719733238, -0.027483470737934113, -0.013308011926710606, 0.09818253666162491, -0.3191508650779724, 0.1621316522359848, -0.017933005467057228, -0.0618131123483181, -0.06667962670326233, -0.02528184838593006, 0.015994107350707054, 0.07729468494653702, 0.10861869156360626, 0.021759910508990288, 0.01640525460243225, -0.07345785945653915, -0.042352862656116486, 0.038021303713321686, 0.12403716146945953, -0.06827268749475479, -0.012903391383588314, -0.04523605480790138, 0.00796645786613226, -0.017124788835644722, -0.008793274872004986, 0.006911922711879015, -0.14962191879749298, 0.05182485654950142, 0.014736213721334934, 0.07058768719434738, 0.0436982735991478, -0.014969068579375744, -0.09180716425180435, 0.18274778127670288, -0.015714606270194054, -0.07271543145179749, -0.12616917490959167, -0.05262751132249832, 0.030376195907592773, -0.05518756061792374, 0.021047864109277725, -0.06501689553260803, -0.0035362408962100744, -0.06755607575178146, -0.22007296979427338, 0.1278373897075653, -0.08437205106019974, -0.07192739844322205, -0.04912353679537773, 0.2010866105556488, -0.051223888993263245, 0.003238252131268382, 0.010222852230072021, 0.021994104608893394, -0.11474784463644028, -0.09469719231128693, 0.07112357765436172, -0.03247172012925148, 0.03123478777706623, 0.0022505864035338163, -0.04091062396764755, 0.016593176871538162, -0.06314414739608765, -0.011381587944924831, 0.27866554260253906, 0.23951324820518494, -0.040407944470644, 0.1904350072145462, 0.11012271791696548, -0.08163551241159439, -0.3069863021373749, -0.10166139155626297, -0.12140648066997528, -0.02996143139898777, -0.017288926988840103, -0.16865339875221252, 0.06477722525596619, 0.038930367678403854, 0.009261871688067913, 0.13778774440288544, -0.20730599761009216, -0.08823523670434952, 0.09138026833534241, -0.02557477355003357, 0.43079736828804016, -0.1257614940404892, -0.08959750831127167, -0.051866497844457626, -0.16516901552677155, 0.2173919379711151, -0.021592965349555016, 0.07857322692871094, -0.029561417177319527, 0.11770006269216537, 0.04697660356760025, -0.010707763023674488, 0.08040876686573029, -0.00884756539016962, 0.008373050950467587, -0.12410011142492294, -0.02768467366695404, 0.04874192550778389, 0.012378438375890255, 0.0013600040692836046, -0.09389680624008179, 0.020313434302806854, -0.15990203619003296, -0.018549781292676926, -0.11233476549386978, 0.07682323455810547, 0.025788001716136932, -0.06466120481491089, -0.003637736663222313, -0.04986237734556198, -0.015892893075942993, -0.01400828268378973, 0.1717434972524643, -0.04862768203020096, 0.19366511702537537, 0.03501616790890694, 0.11570870876312256, -0.1362973153591156, 0.06143493950366974, -0.06429426372051239, -0.07528600096702576, 0.07427702099084854, -0.1537967324256897, 0.05111055448651314, 0.09430045634508133, -0.030276626348495483, 0.05380253866314888, 0.08795086294412613, -0.003969982732087374, 0.004800081253051758, 0.15867236256599426, -0.2786487936973572, 0.01320126373320818, -0.07396841049194336, -0.06665283441543579, 0.10506758838891983, 0.06261139363050461, 0.17162823677062988, 0.011681869626045227, -0.056615445762872696, 0.01595049723982811, 0.02499506063759327, -0.04915530979633331, 0.04529924690723419, 0.008104361593723297, -0.010991688817739487, -0.13640300929546356, 0.08699746429920197, 0.0042801909148693085, -0.1531187742948532, 0.024680746719241142, 0.2155698835849762, -0.1260155886411667, -0.10237220674753189, -0.03444112092256546, 0.08444061875343323, -0.11519137024879456, 0.01753072999417782, -0.030764780938625336, -0.09109894186258316, 0.07448896765708923, 0.15248911082744598, 0.049206193536520004, 0.11775100976228714, -0.015379221178591251, -0.011753370985388756, -0.05147303268313408, -0.0317845419049263, 0.025745956227183342, 0.017857374623417854, -0.08257177472114563, 0.06648801267147064, -0.022109810262918472, 0.14559012651443481, -0.09791336953639984, -0.06602771580219269, -0.1468091756105423, -0.009785634465515614, -0.0695481076836586, -0.09207163751125336, -0.08133620768785477, -0.062133077532052994, 0.0010387726360931993, -0.03962359577417374, -0.04795864596962929, -0.0791037380695343, -0.10289866477251053, 0.009435068815946579, -0.02305566892027855, 0.03256045654416084, -0.06115729361772537, 0.007872066460549831, 0.12092912197113037, -0.028174830600619316, 0.16686207056045532, 0.1458095908164978, -0.09536580741405487, 0.10568815469741821, -0.16346460580825806, -0.08964221179485321, 0.0939340740442276, -0.01729099079966545, 0.027899714186787605, 0.11666940152645111, 0.014932696707546711, 0.04195788502693176, 0.035977672785520554, 0.06045130267739296, 0.03587699308991432, -0.11899011582136154, 0.07665140181779861, 0.009481414221227169, -0.1612047255039215, -0.06303887814283371, -0.08555969595909119, 0.030386725440621376, 0.021575886756181717, 0.12225193530321121, -0.045776769518852234, 0.0887017622590065, -0.07972796261310577, 0.027257539331912994, 0.02293219044804573, -0.181223064661026, -0.047844018787145615, -0.053065262734889984, 0.032686229795217514, 0.018960151821374893, 0.1893557906150818, 0.027213018387556076, -0.03697650134563446, 0.04549255222082138, 0.1042066365480423, 0.005313898902386427, 0.004829791374504566, 0.16259528696537018, 0.09423433989286423, -0.07654286175966263, -0.12226779758930206, 0.07556461542844772, 0.019673259928822517, -0.044067107141017914, 0.10607215762138367, -0.002448870101943612, 0.020163848996162415, 0.06910120695829391, -0.014892932027578354, 0.034322552382946014, -0.044286008924245834, -0.10698256641626358, -0.023580113425850868, 0.046367425471544266, 0.00669879000633955, 0.12847968935966492, 0.177873894572258, -0.002574790036305785, 0.025011489167809486, -0.0363602340221405, -0.024931130930781364, -0.13864666223526, -0.1558164656162262, -0.06855984032154083, -0.14875617623329163, 0.012976853176951408, -0.0915176048874855, 0.04695429280400276, 0.028682325035333633, 0.06887643784284592, -0.07052405923604965, 0.04384735971689224, 0.06974220275878906, -0.12065785378217697, 0.09397104382514954, -0.028081456199288368, 0.03704333305358887, -0.006730496883392334, -0.012833851389586926, -0.10013298690319061, 0.035936567932367325, -0.01747855544090271, 0.045271266251802444, -0.04546798765659332, 0.030429324135184288, -0.1703072488307953, -0.124412901699543, -0.04034453630447388, 0.06420420855283737, -0.06510858237743378, 0.03512151539325714, 0.019115818664431572, 0.013339218683540821, 0.03305599465966225, 0.23020225763320923, -0.03704051673412323, -0.02329315058887005, -0.042310282588005066, 0.16692522168159485, -0.014016710221767426, 0.08088304847478867, -0.03037172369658947, 0.0002500463742762804, -0.08417443931102753, 0.3385351300239563, 0.3027777075767517, -0.09020252525806427, 0.019915465265512466, -0.030905582010746002, 0.03936264291405678, 0.11892254650592804, 0.13376617431640625, 0.09784641861915588, 0.2282467782497406, -0.07217609137296677, -0.03032243251800537, -0.020507147535681725, -0.011079044081270695, -0.06650827825069427, 0.0879674032330513, 0.02507801540195942, -0.05553486570715904, -0.031693898141384125, 0.0812700018286705, -0.2327648252248764, 0.10665327310562134, -0.11289316415786743, -0.1636168211698532, -0.039189815521240234, 0.0042042857967317104, 0.08908319473266602, 0.015396242961287498, 0.11228121817111969, 0.009163780137896538, -0.07585213333368301, 0.017798418179154396, 0.028085503727197647, -0.24201616644859314, -0.008133855648338795, 0.060310713946819305, -0.12939085066318512, -0.004324504639953375, -0.027167800813913345, 0.007199867628514767, 0.059822265058755875, 0.029368450865149498, -0.04319324716925621, -0.001257759635336697, -0.010450302623212337, -0.008644461631774902, -0.011618612334132195, 0.07065588980913162, 0.046958792954683304, -0.13329142332077026, 0.06869500875473022, -0.11774353682994843, 0.033477768301963806, -0.05866728723049164, -0.015255378559231758, 0.000037100471672602, 0.03460683673620224, -0.04829782620072365, 0.07058211416006088, 0.07688362896442413, -0.015606098808348179, 0.000610517687164247, -0.0802936851978302, -0.036274004727602005, -0.019796574488282204, -0.09252054989337921, -0.08371094614267349, -0.13031646609306335, -0.11573562026023865, 0.1029667928814888, -0.02224794402718544, -0.19213621318340302, 0.03111329674720764, -0.12165344506502151, 0.045619383454322815, -0.1751558482646942, 0.11076030135154724, 0.08046020567417145, 0.01831907220184803, 0.011516088619828224, -0.02576824277639389, 0.08821021765470505, 0.11728470027446747, -0.07783648371696472, -0.08528783172369003 ]
null
null
transformers
<link rel="stylesheet" href="https://unpkg.com/@tailwindcss/[email protected]/dist/typography.min.css"> <style> @media (prefers-color-scheme: dark) { .prose { color: #E2E8F0 !important; } .prose h2, .prose h3, .prose a, .prose thead { color: #F7FAFC !important; } } </style> <section class='prose'> <div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1338234899430600708/CGlmDFfZ_400x400.png')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">Glacius 🤖 AI Bot </div> <div style="font-size: 15px; color: #657786">@glacius_gaming bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://app.wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-model-to-generate-tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@glacius_gaming's tweets](https://twitter.com/glacius_gaming). <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'>3197</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'>352</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'>851</td> </tr> <tr style='border-width:0'> <td style='border-width:0'>Tweets kept</td> <td style='border-width:0'>1994</td> </tr> </tbody> </table> [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/3udvez1f/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @glacius_gaming's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/1w01n2c4) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/1w01n2c4/artifacts) is logged and versioned. ## Intended uses & limitations ### How to use 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/glacius_gaming'</span>) generator(<span style="color:#FF9800">"My dream is"</span>, num_return_sequences=<span style="color:#8BC34A">5</span>)</code></pre> ### Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* </section> [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) <section class='prose'> For more details, visit the project repository. </section> [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/glacius_gaming/1609012743315/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/glacius_gaming
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "has_space", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #has_space #text-generation-inference #region-us
<link rel="stylesheet" href="URL <style> @media (prefers-color-scheme: dark) { .prose { color: #E2E8F0 !important; } .prose h2, .prose h3, .prose a, .prose thead { color: #F7FAFC !important; } } </style> <section class='prose'> <div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('URL </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">Glacius AI Bot </div> <div style="font-size: 15px; color: #657786">@glacius_gaming bot</div> </div> I was made with huggingtweets. Create your own bot based on your favorite user with the demo! ## How does it work? The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. ## Training data The model was trained on @glacius_gaming'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'>3197</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'>352</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'>851</td> </tr> <tr style='border-width:0'> <td style='border-width:0'>Tweets kept</td> <td style='border-width:0'>1994</td> </tr> </tbody> </table> Explore the data, which is tracked with W&B artifacts at every step of the pipeline. ## Training procedure The model is based on a pre-trained GPT-2 which is fine-tuned on @glacius_gaming'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. ## Intended uses & limitations ### How to use 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/glacius_gaming'</span>) generator(<span style="color:#FF9800">"My dream is"</span>, num_return_sequences=<span style="color:#8BC34A">5</span>)</code></pre> ### Limitations and bias 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. ## About *Built by Boris Dayma* </section> ![Follow](URL <section class='prose'> For more details, visit the project repository. </section> ![GitHub stars](URL
[ "## How does it work?\n\nThe model uses the following pipeline.\n\n!pipeline\n\nTo understand how the model was developed, check the W&B report.", "## Training data\n\nThe model was trained on @glacius_gaming's tweets.\n\n<table style='border-width:0'>\n<thead style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #CBD5E0'>\n<th style='border-width:0'>Data</th>\n<th style='border-width:0'>Quantity</th>\n</tr>\n</thead>\n<tbody style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Tweets downloaded</td>\n<td style='border-width:0'>3197</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Retweets</td>\n<td style='border-width:0'>352</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Short tweets</td>\n<td style='border-width:0'>851</td>\n</tr>\n<tr style='border-width:0'>\n<td style='border-width:0'>Tweets kept</td>\n<td style='border-width:0'>1994</td>\n</tr>\n</tbody>\n</table>\n\nExplore the data, which is tracked with W&B artifacts at every step of the pipeline.", "## Training procedure\n\nThe model is based on a pre-trained GPT-2 which is fine-tuned on @glacius_gaming's tweets.\n\nHyperparameters and metrics are recorded in the W&B training run for full transparency and reproducibility.\n\nAt the end of training, the final model is logged and versioned.", "## Intended uses & limitations", "### How to use\n\nYou can use this model directly with a pipeline for text generation:\n\n<pre><code><span style=\"color:#03A9F4\">from</span> transformers <span style=\"color:#03A9F4\">import</span> pipeline\ngenerator = pipeline(<span style=\"color:#FF9800\">'text-generation'</span>,\n model=<span style=\"color:#FF9800\">'huggingtweets/glacius_gaming'</span>)\ngenerator(<span style=\"color:#FF9800\">\"My dream is\"</span>, num_return_sequences=<span style=\"color:#8BC34A\">5</span>)</code></pre>", "### Limitations and bias\n\nThe model suffers from the same limitations and bias as GPT-2.\n\nIn addition, the data present in the user's tweets further affects the text generated by the model.", "## About\n\n*Built by Boris Dayma*\n\n</section>\n\n![Follow](URL\n\n<section class='prose'>\nFor more details, visit the project repository.\n</section>\n\n![GitHub stars](URL" ]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #has_space #text-generation-inference #region-us \n", "## How does it work?\n\nThe model uses the following pipeline.\n\n!pipeline\n\nTo understand how the model was developed, check the W&B report.", "## Training data\n\nThe model was trained on @glacius_gaming's tweets.\n\n<table style='border-width:0'>\n<thead style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #CBD5E0'>\n<th style='border-width:0'>Data</th>\n<th style='border-width:0'>Quantity</th>\n</tr>\n</thead>\n<tbody style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Tweets downloaded</td>\n<td style='border-width:0'>3197</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Retweets</td>\n<td style='border-width:0'>352</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Short tweets</td>\n<td style='border-width:0'>851</td>\n</tr>\n<tr style='border-width:0'>\n<td style='border-width:0'>Tweets kept</td>\n<td style='border-width:0'>1994</td>\n</tr>\n</tbody>\n</table>\n\nExplore the data, which is tracked with W&B artifacts at every step of the pipeline.", "## Training procedure\n\nThe model is based on a pre-trained GPT-2 which is fine-tuned on @glacius_gaming's tweets.\n\nHyperparameters and metrics are recorded in the W&B training run for full transparency and reproducibility.\n\nAt the end of training, the final model is logged and versioned.", "## Intended uses & limitations", "### How to use\n\nYou can use this model directly with a pipeline for text generation:\n\n<pre><code><span style=\"color:#03A9F4\">from</span> transformers <span style=\"color:#03A9F4\">import</span> pipeline\ngenerator = pipeline(<span style=\"color:#FF9800\">'text-generation'</span>,\n model=<span style=\"color:#FF9800\">'huggingtweets/glacius_gaming'</span>)\ngenerator(<span style=\"color:#FF9800\">\"My dream is\"</span>, num_return_sequences=<span style=\"color:#8BC34A\">5</span>)</code></pre>", "### Limitations and bias\n\nThe model suffers from the same limitations and bias as GPT-2.\n\nIn addition, the data present in the user's tweets further affects the text generated by the model.", "## About\n\n*Built by Boris Dayma*\n\n</section>\n\n![Follow](URL\n\n<section class='prose'>\nFor more details, visit the project repository.\n</section>\n\n![GitHub stars](URL" ]
[ 61, 34, 432, 77, 9, 169, 48, 58 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #has_space #text-generation-inference #region-us \n## How does it work?\n\nThe model uses the following pipeline.\n\n!pipeline\n\nTo understand how the model was developed, check the W&B report." ]
[ -0.036957841366529465, 0.028439832851290703, -0.0015510531375184655, 0.0522519014775753, 0.09104208648204803, 0.01613340899348259, 0.11610153317451477, 0.05408855527639389, -0.03943737968802452, -0.009537769481539726, 0.22685234248638153, 0.07105769217014313, 0.019403526559472084, 0.20068788528442383, 0.009344891645014286, -0.27727609872817993, 0.023726457729935646, 0.06600657850503922, -0.08643968403339386, 0.15519586205482483, 0.06697577983140945, -0.06281840056180954, 0.08188221603631973, 0.03542723134160042, -0.1698044091463089, -0.003953896462917328, -0.023645279929041862, -0.04585979878902435, 0.08985969424247742, 0.06402523070573807, 0.07766450196504593, 0.0395268052816391, 0.01743880845606327, -0.056890953332185745, 0.0624532550573349, 0.02220982313156128, -0.030246086418628693, 0.1399676650762558, 0.014696607366204262, 0.0004075262986589223, 0.1859678477048874, 0.07300231605768204, 0.02223629131913185, 0.006817587185651064, -0.1139768734574318, -0.0871712937951088, 0.003943595103919506, 0.0635121762752533, 0.07659979909658432, 0.05465218424797058, 0.006914658937603235, 0.1418951153755188, -0.12392020970582962, 0.08105333894491196, 0.21441547572612762, -0.2727958559989929, -0.016248220577836037, 0.10247130692005157, 0.11276773363351822, 0.027282236143946648, -0.01177078764885664, 0.059729672968387604, 0.061655204743146896, 0.019949430599808693, 0.07470892369747162, -0.05855587124824524, 0.01805218495428562, 0.028208186849951744, -0.1143856793642044, -0.07652922719717026, 0.23844009637832642, -0.05423597991466522, 0.015450969338417053, -0.047529686242341995, -0.09342443943023682, -0.07384383678436279, -0.005623159930109978, -0.05666974559426308, -0.007890385575592518, 0.01864462159574032, 0.018896756693720818, -0.1054244413971901, -0.07819702476263046, -0.10457580536603928, -0.10849349945783615, 0.1803249716758728, -0.040506161749362946, 0.0817822813987732, -0.23291015625, 0.21559202671051025, 0.036376915872097015, -0.12574265897274017, 0.04746782034635544, -0.11639358848333359, 0.07857928425073624, 0.029507432132959366, 0.011693858541548252, 0.07849046587944031, 0.03637336194515228, 0.11586875468492508, 0.026605287566781044, -0.018757855519652367, 0.07722558081150055, 0.07109145820140839, 0.09591487795114517, 0.13827738165855408, -0.09135200083255768, -0.08558996766805649, 0.0640115886926651, -0.025731313973665237, -0.09968787431716919, -0.08043155074119568, -0.15267591178417206, -0.01718568429350853, -0.01639498956501484, 0.055247288197278976, 0.06559104472398758, 0.10374831408262253, -0.007327609695494175, -0.05069895461201668, 0.05578071251511574, -0.07770435512065887, 0.036006782203912735, -0.010715940035879612, -0.05328039079904556, 0.09645502269268036, 0.06152605265378952, -0.018080273643136024, -0.06805066019296646, 0.06528675556182861, -0.12464052438735962, -0.0746353343129158, -0.08489898592233658, -0.08459903299808502, -0.0033850842155516148, -0.11195813864469528, 0.04438334330916405, -0.12513364851474762, -0.1875426024198532, -0.019076721742749214, 0.038941558450460434, -0.019129937514662743, -0.050462350249290466, -0.014754303731024265, -0.030690612271428108, 0.06484408676624298, -0.04192564636468887, 0.06606270372867584, -0.04646285995841026, 0.04317474737763405, -0.1038079485297203, 0.07506512850522995, -0.11335023492574692, 0.045407965779304504, -0.0869331955909729, 0.07672429084777832, -0.01491438876837492, 0.04056472331285477, -0.0027362529654055834, 0.07222571223974228, -0.03136077895760536, -0.05354456603527069, -0.09087004512548447, 0.03779061883687973, 0.028729699552059174, 0.17656385898590088, -0.11670685559511185, -0.07043900340795517, 0.10408778488636017, -0.0606742687523365, -0.12485499680042267, 0.04504797235131264, -0.03302796185016632, 0.1620379239320755, 0.04296383634209633, 0.19674347341060638, 0.11987333744764328, -0.0424516461789608, 0.09511474519968033, 0.15294522047042847, -0.10864574462175369, 0.0074891322292387486, 0.04841103032231331, 0.032674431800842285, -0.16477352380752563, 0.0320109948515892, -0.018611229956150055, 0.04702364653348923, -0.09305625408887863, -0.01918911375105381, -0.01802568882703781, -0.02996664121747017, 0.0323796346783638, -0.04442555829882622, 0.06713172048330307, 0.020938798785209656, -0.04812709614634514, 0.04839034005999565, 0.07213134318590164, -0.02264196239411831, 0.0020180183928459883, -0.039950575679540634, 0.11683191359043121, -0.07588917762041092, 0.05790749564766884, -0.1441957652568817, -0.0168297179043293, -0.021489014849066734, 0.09809985011816025, 0.03530602902173996, 0.14380986988544464, 0.0550042949616909, 0.01915331371128559, 0.06624830514192581, -0.022922443225979805, 0.05827873572707176, 0.02710040844976902, -0.09941620379686356, -0.12717488408088684, -0.012911458499729633, -0.11458394676446915, -0.0052479952573776245, -0.09644946455955505, 0.010615244507789612, -0.09765887260437012, 0.06395462900400162, -0.01994241215288639, 0.05977523326873779, -0.04574739187955856, -0.03655772656202316, -0.05316167324781418, -0.02735132724046707, 0.038675546646118164, -0.036373257637023926, -0.06530866026878357, 0.1834312528371811, -0.17798036336898804, 0.27380433678627014, 0.15230417251586914, -0.07819362729787827, -0.0033755803015083075, -0.04844046011567116, -0.04316511005163193, -0.009485465474426746, 0.06157580390572548, -0.052464161068201065, 0.11778384447097778, -0.05241383612155914, 0.15533551573753357, -0.0994764119386673, -0.03966521844267845, 0.01805325411260128, -0.10048560053110123, 0.035198044031858444, 0.08144278824329376, 0.018619630485773087, -0.1422753930091858, 0.10265272110700607, 0.22713547945022583, 0.033487718552351, 0.20176003873348236, 0.0033360153902322054, -0.050971660763025284, -0.060499727725982666, -0.09742825478315353, -0.06669804453849792, 0.06882613152265549, -0.10576487332582474, -0.023757660761475563, 0.07485733926296234, 0.08084454387426376, 0.10491110384464264, -0.10923711210489273, -0.043254293501377106, 0.06530351936817169, 0.00812764372676611, -0.059952590614557266, 0.09263986349105835, -0.050175268203020096, 0.13090567290782928, 0.02091604471206665, -0.06905695796012878, -0.007114171516150236, 0.0020951752085238695, -0.10671134293079376, 0.19196246564388275, -0.07695271074771881, -0.26963570713996887, -0.13954924046993256, -0.13654430210590363, 0.06409017741680145, 0.034136030822992325, 0.04386100545525551, -0.07468235492706299, -0.013868131674826145, -0.025200005620718002, 0.10035631060600281, -0.08896787464618683, 0.026813555508852005, 0.0004457366303540766, -0.026341909542679787, -0.06160859763622284, -0.09950019419193268, -0.027976373210549355, -0.020906725898385048, 0.017399929463863373, 0.042761459946632385, -0.09056173264980316, 0.07557916641235352, 0.2183644324541092, -0.03138936683535576, 0.06333448737859726, -0.0031115238089114428, 0.2701784074306488, -0.08147978782653809, 0.05111989006400108, 0.12901179492473602, -0.05892426148056984, 0.04886910319328308, 0.08438767492771149, 0.031278014183044434, 0.003100723261013627, 0.012716487981379032, -0.10377652943134308, -0.13362346589565277, -0.1690601259469986, -0.0788203552365303, -0.043638888746500015, 0.11456932872533798, 0.03444493189454079, 0.047549109905958176, 0.0845150500535965, 0.06523510813713074, 0.06864210218191147, 0.0408494733273983, -0.01267802994698286, 0.05803968012332916, 0.04064653441309929, -0.05869462341070175, 0.08591889590024948, -0.05128437280654907, -0.0733334943652153, 0.08579708635807037, -0.010879487730562687, 0.0877949520945549, 0.04373898729681969, -0.008053966797888279, 0.02404404804110527, 0.06194858253002167, 0.15020470321178436, 0.1987341046333313, -0.017453979700803757, -0.03907669335603714, -0.05309029668569565, -0.04876493290066719, 0.0010987201239913702, 0.03522460535168648, -0.03081262670457363, -0.03721199557185173, -0.07683021575212479, -0.040978725999593735, 0.02056337147951126, 0.008295038715004921, 0.09901130199432373, -0.22414755821228027, -0.04680551588535309, 0.05300779640674591, -0.011109844781458378, -0.10235141962766647, 0.0486474335193634, 0.052199169993400574, -0.15679563581943512, -0.0747041329741478, 0.0016573359025642276, 0.1553722769021988, 0.007408075965940952, 0.06414399296045303, -0.01120020542293787, 0.008204149082303047, -0.019298546016216278, 0.10699696093797684, -0.2525569498538971, 0.1983141303062439, -0.003210721304640174, -0.06626024097204208, -0.020479850471019745, -0.044349782168865204, 0.015917111188173294, 0.16194896399974823, 0.07822076976299286, 0.009989120997488499, 0.04167865589261055, -0.06891639530658722, -0.0989905595779419, 0.039567731320858, 0.07234606891870499, -0.07834747433662415, 0.03704670071601868, -0.031392693519592285, 0.026804422959685326, 0.007812879979610443, 0.04238542914390564, 0.0032883163075894117, -0.11566793918609619, 0.04111427813768387, -0.05135736241936684, 0.03766297921538353, 0.011045078746974468, -0.04320872575044632, -0.04401804879307747, 0.1291114240884781, 0.023822486400604248, -0.07421612739562988, -0.09690994769334793, -0.01674535498023033, 0.10766459256410599, -0.05178924649953842, 0.0395711213350296, -0.06764588505029678, -0.025582244619727135, -0.0010348808718845248, -0.16654762625694275, 0.08468036353588104, -0.1034354418516159, -0.10324236005544662, -0.04601160064339638, 0.13795481622219086, -0.008908875286579132, 0.038746971637010574, 0.028638411313295364, -0.015859607607126236, -0.20559397339820862, -0.15751859545707703, -0.005655546206980944, 0.06437796354293823, -0.02907167747616768, 0.030363548547029495, 0.014067093841731548, 0.0779559388756752, 0.029679089784622192, 0.07852451503276825, 0.19250838458538055, 0.1641826033592224, -0.12356504052877426, 0.17432141304016113, 0.11685521900653839, -0.09752824902534485, -0.2909252345561981, -0.0866522565484047, -0.05929427593946457, 0.04940007999539375, 0.050105031579732895, -0.09427661448717117, 0.052398864179849625, -0.02638052962720394, -0.02532520703971386, 0.11167085915803909, -0.2658156454563141, -0.08536534011363983, 0.12958896160125732, -0.03357113525271416, 0.24666248261928558, -0.052993349730968475, -0.06442388892173767, -0.04927130788564682, -0.22444558143615723, 0.15593691170215607, -0.16166003048419952, 0.04048093780875206, -0.057187411934137344, 0.13384146988391876, 0.04865957424044609, -0.04850389435887337, 0.15261295437812805, -0.08712619543075562, 0.035534005612134933, -0.12524162232875824, -0.04269077256321907, 0.0793987438082695, -0.03533810377120972, 0.10734768211841583, -0.0786362737417221, 0.10640233755111694, -0.14121070504188538, -0.03871979936957359, -0.0656876340508461, 0.025150349363684654, -0.03452679142355919, -0.058067090809345245, -0.06064565107226372, -0.04524264112114906, 0.014690292067825794, -0.027296962216496468, 0.008272450417280197, -0.03081299550831318, 0.09801467508077621, 0.14333607256412506, 0.11364130675792694, -0.049809038639068604, -0.030170602723956108, -0.001688650925643742, -0.0459875725209713, 0.08619595319032669, -0.20814381539821625, -0.02099686861038208, 0.13885565102100372, 0.00377092813141644, 0.06916354596614838, 0.08313405513763428, -0.039256539195775986, -0.03956247866153717, 0.09855013340711594, -0.23020075261592865, -0.04467693343758583, -0.06456494331359863, -0.03082679584622383, 0.02778276801109314, 0.05963136628270149, 0.11900734901428223, -0.06863359361886978, -0.017440522089600563, 0.03473749756813049, -0.010185993276536465, -0.10746412724256516, 0.11216779798269272, 0.09360326826572418, 0.06425464153289795, -0.11813671141862869, 0.005651185754686594, 0.0021856764797121286, -0.02147592417895794, -0.002775238361209631, 0.09173188358545303, -0.12994156777858734, -0.0770140290260315, -0.007433260325342417, 0.12573257088661194, -0.0722465068101883, -0.04175035282969475, 0.004039712715893984, -0.08672652393579483, 0.060403972864151, 0.06655753403902054, 0.05720295011997223, 0.09675479680299759, -0.0737636610865593, -0.00798660609871149, -0.02613585628569126, 0.04246285557746887, 0.04351476579904556, -0.0024849874898791313, -0.12743400037288666, 0.07187922298908234, 0.004561395850032568, 0.21746870875358582, -0.12654003500938416, -0.059433069080114365, -0.14724664390087128, 0.014335853978991508, -0.13943880796432495, -0.040762774646282196, -0.08377740532159805, -0.051959484815597534, -0.025316625833511353, -0.04126511141657829, -0.061832524836063385, -0.027948632836341858, -0.07008510082960129, 0.04136950522661209, -0.02915726974606514, -0.02692449279129505, -0.030877625569701195, 0.039195794612169266, 0.09952878206968307, -0.004012581892311573, 0.11594391614198685, 0.08488654345273972, -0.06341566890478134, 0.04963025078177452, -0.06886816024780273, 0.03628375753760338, 0.0054685203358531, -0.026229701936244965, 0.08765017986297607, 0.02271025814116001, 0.003203571541234851, -0.030359575524926186, -0.03200216591358185, 0.016795139759778976, 0.034612156450748444, -0.07783948630094528, 0.04478999972343445, 0.013998626731336117, -0.0659075677394867, -0.05816163867712021, -0.017757484689354897, -0.04581690952181816, 0.11110852658748627, 0.08613187819719315, 0.023186462000012398, 0.09581328928470612, -0.11784116178750992, -0.00346497748978436, 0.006481196731328964, -0.09052783995866776, -0.01036484632641077, -0.0933149978518486, -0.0012798047391697764, -0.029477760195732117, 0.26975929737091064, 0.14490845799446106, -0.05445392057299614, -0.023649320006370544, 0.07632522284984589, 0.08578091114759445, -0.018054457381367683, 0.15094119310379028, 0.023839840665459633, -0.0006715565104968846, -0.12871749699115753, 0.1016273945569992, -0.044977594166994095, 0.012650759890675545, 0.08702562004327774, -0.06118067353963852, 0.0599173977971077, 0.08605147898197174, -0.015055065974593163, 0.03623451665043831, -0.14137905836105347, -0.24918900430202484, 0.013319292105734348, 0.03459711745381355, -0.07577105611562729, 0.04806678369641304, 0.15595917403697968, -0.014164948835968971, 0.0584358349442482, 0.0458112396299839, -0.04676305875182152, -0.16674941778182983, -0.18524399399757385, -0.045937683433294296, -0.1246238499879837, -0.044006045907735825, -0.10537362098693848, 0.04728402569890022, 0.0007369602681137621, 0.048351433128118515, -0.07136411219835281, 0.13207633793354034, 0.04646368697285652, -0.09289506822824478, 0.052815474569797516, -0.008510089479386806, 0.0549050010740757, -0.07187408953905106, 0.08335799723863602, -0.09422473609447479, -0.019208038225769997, -0.016898462548851967, 0.029134847223758698, -0.056743279099464417, -0.0013946788385510445, -0.09724609553813934, -0.07101311534643173, -0.06404244899749756, 0.07874966412782669, -0.015338793396949768, 0.04803508147597313, -0.010247399099171162, -0.06088217347860336, -0.031941007822752, 0.2557208240032196, -0.04110946133732796, -0.046044256538152695, -0.06486409902572632, 0.2586919367313385, -0.06140739098191261, 0.0644557774066925, -0.04180695489048958, -0.018922440707683563, -0.08466950803995132, 0.26929792761802673, 0.3908248245716095, -0.1412404626607895, 0.03459572419524193, -0.008453168906271458, 0.0327092669904232, 0.06803425401449203, 0.1611192673444748, 0.07707126438617706, 0.3019386827945709, -0.04411938786506653, -0.010617653839290142, -0.10272300243377686, -0.03540131449699402, 0.003131316741928458, 0.03330685943365097, 0.07963640987873077, -0.07180926948785782, -0.06305108219385147, 0.07862940430641174, -0.22696681320667267, -0.030442098155617714, -0.13761518895626068, -0.10450012236833572, -0.049185674637556076, 0.014802253805100918, 0.08966728299856186, 0.01865907572209835, 0.06020749732851982, -0.0458066426217556, -0.03824217990040779, 0.0455019548535347, -0.02444612793624401, -0.10540956258773804, 0.01534019410610199, 0.15365947782993317, -0.07392602413892746, 0.0023237173445522785, -0.005027651786804199, 0.05340380594134331, 0.06089328974485397, 0.03722664341330528, -0.10180973261594772, 0.030325181782245636, 0.01782776601612568, -0.038751162588596344, -0.029181774705648422, 0.010681736283004284, 0.06497117877006531, -0.2025282084941864, 0.01624528504908085, -0.16063238680362701, 0.009704667143523693, -0.07226309925317764, 0.002642549341544509, -0.08123132586479187, 0.015312325209379196, 0.00311310775578022, 0.11700636148452759, 0.11913763731718063, -0.042414646595716476, -0.013723719865083694, -0.05080230161547661, 0.04731446132063866, -0.0633389949798584, -0.019774004817008972, -0.03287029266357422, -0.08418891578912735, -0.07459089905023575, 0.08354661613702774, -0.018628183752298355, -0.15050029754638672, -0.0062072426080703735, -0.08585483580827713, -0.03757300600409508, -0.010560750961303711, 0.10042957216501236, 0.12131665647029877, 0.07051606476306915, -0.015230938792228699, 0.031906336545944214, 0.02460375241935253, 0.07792239636182785, -0.13583441078662872, -0.09363964200019836 ]
null
null
transformers
<div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1355757309063008257/LSlS9j1B_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">elizabeth holmes’s fetus 🤖 AI Bot </div> <div style="font-size: 15px">@glamdemon2004 bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@glamdemon2004's tweets](https://twitter.com/glamdemon2004). | Data | Quantity | | --- | --- | | Tweets downloaded | 3097 | | Retweets | 550 | | Short tweets | 345 | | Tweets kept | 2202 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/2v9xfsja/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @glamdemon2004's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/1nyv7aua) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/1nyv7aua/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/glamdemon2004') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/glamdemon2004/1616682008766/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/glamdemon2004
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
elizabeth holmes’s fetus AI Bot @glamdemon2004 bot I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on @glamdemon2004's tweets. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @glamdemon2004'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 57 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 0.004547144751995802, -0.006708405911922455, -0.007013476919382811, 0.01947171241044998, 0.15818242728710175, 0.03448796644806862, 0.08709780126810074, 0.15389476716518402, -0.019877297803759575, -0.022431448101997375, 0.18047170341014862, 0.173692986369133, -0.012988686561584473, 0.09047263860702515, -0.05271327868103981, -0.2622397541999817, 0.03682216629385948, 0.05513067543506622, -0.007422737777233124, 0.14252057671546936, 0.07580838352441788, -0.023790201172232628, 0.11380083113908768, -0.02966974675655365, -0.202972412109375, 0.03197307139635086, 0.0615268237888813, -0.09518525749444962, 0.11083168536424637, 0.04628797993063927, 0.08698221296072006, 0.022143812850117683, -0.07331052422523499, -0.120787613093853, 0.04532235115766525, 0.045263588428497314, -0.06358368694782257, 0.06480421870946884, 0.08820623904466629, -0.1065920814871788, 0.1416475921869278, 0.07373794168233871, -0.01588049717247486, 0.07824484258890152, -0.17789237201213837, -0.03725104406476021, -0.036331940442323685, 0.007741300854831934, 0.07058489322662354, 0.0750737413764, -0.019116664305329323, 0.1746976524591446, -0.06598041951656342, 0.09777773916721344, 0.17528840899467468, -0.2887236773967743, -0.018040433526039124, 0.0492081381380558, 0.0887371376156807, 0.04900359362363815, -0.024227341637015343, 0.08339477330446243, 0.06365471333265305, 0.01686069741845131, 0.014271941967308521, -0.06960906833410263, -0.09346919506788254, 0.03645368665456772, -0.06932124495506287, -0.05699722096323967, 0.22001419961452484, -0.0334535576403141, 0.04674676060676575, -0.03953840583562851, -0.09316058456897736, -0.028927378356456757, -0.027232296764850616, -0.00907184462994337, -0.05413005128502846, 0.08754174411296844, -0.015151693485677242, -0.06331931799650192, -0.1435878872871399, -0.012912428006529808, -0.15805892646312714, 0.13816505670547485, 0.004333257209509611, 0.04586424678564072, -0.22094038128852844, 0.1012546569108963, 0.022817784920334816, -0.08995530754327774, 0.04930093511939049, -0.09425957500934601, 0.0717538446187973, 0.0007676240638829768, -0.04885277524590492, -0.02944779396057129, 0.08848895877599716, 0.14690880477428436, -0.02718975953757763, 0.005980455316603184, -0.01338018849492073, 0.0733228251338005, 0.059399042278528214, 0.028748195618391037, -0.006081049330532551, -0.052236080169677734, 0.05618719011545181, -0.1417204737663269, -0.010511515662074089, -0.07227712869644165, -0.10605388879776001, -0.04232237488031387, 0.03443120792508125, 0.060671232640743256, 0.042230576276779175, 0.11220116913318634, -0.04771716892719269, -0.01857093721628189, 0.05281376466155052, -0.03979083523154259, -0.008994937874376774, -0.01990325190126896, 0.018122754991054535, 0.13074275851249695, -0.019943278282880783, 0.03407962992787361, -0.10256942361593246, 0.05431444197893143, -0.10281401127576828, -0.01971535198390484, -0.014149561524391174, -0.04367954283952713, 0.031883664429187775, -0.12165860831737518, 0.016123656183481216, -0.16833168268203735, -0.14714312553405762, 0.002859292319044471, -0.016588665544986725, -0.017911825329065323, -0.07954888790845871, -0.04400517791509628, -0.02466505579650402, 0.06924423575401306, -0.04276731237769127, -0.00935916043817997, -0.05846982076764107, 0.11090090870857239, -0.05349889397621155, 0.07203050702810287, -0.1194647029042244, 0.0557217076420784, -0.14930842816829681, -0.013004516251385212, -0.04842504858970642, 0.07119924575090408, 0.015398351475596428, 0.1813964694738388, -0.006925920024514198, -0.003623353084549308, -0.09382472932338715, 0.06455672532320023, -0.02733452245593071, 0.24096953868865967, -0.0756828561425209, -0.14226967096328735, 0.21630549430847168, -0.06334739923477173, -0.14993034303188324, 0.1314547061920166, 0.01843975856900215, 0.08251222223043442, 0.10434340685606003, 0.19023460149765015, 0.01808990351855755, -0.007808534894138575, 0.054424818605184555, 0.07603957504034042, -0.1683882623910904, -0.033340878784656525, 0.0012923459289595485, -0.00014291972911451012, -0.1366809904575348, 0.04632483050227165, 0.1230006217956543, 0.09730340540409088, -0.07249721139669418, -0.018487868830561638, -0.030607668682932854, 0.0016078021144494414, 0.04144361615180969, -0.0005212334799580276, 0.09951234608888626, -0.1033509373664856, -0.04366454482078552, -0.06751791387796402, -0.002970147645100951, 0.011176802217960358, 0.03924661502242088, -0.04455869272351265, 0.09700342267751694, -0.007412149105221033, 0.0545678474009037, -0.13708296418190002, -0.07981666922569275, -0.016090448945760727, 0.1597585678100586, 0.040224816650152206, 0.04663374274969101, 0.0566885769367218, -0.05624469742178917, -0.015493324026465416, -0.010199432261288166, 0.16243304312229156, -0.04404180869460106, -0.07694169133901596, -0.07860849797725677, 0.10474636405706406, -0.06389671564102173, 0.026263169944286346, -0.051667314022779465, 0.024654213339090347, 0.04686986654996872, 0.1110762283205986, 0.004046999383717775, 0.026442723348736763, -0.012835992500185966, -0.007690808270126581, -0.07657550275325775, -0.01617686077952385, 0.1077079176902771, -0.0017721779877319932, -0.06809886544942856, 0.2437063455581665, -0.16884316504001617, 0.21163912117481232, 0.20976658165454865, -0.2492678016424179, -0.02882898785173893, -0.04848965257406235, -0.04766342043876648, -0.0012878701090812683, 0.06041788309812546, -0.034700244665145874, 0.09027024358510971, -0.03288675472140312, 0.16564396023750305, -0.051203593611717224, -0.07646744698286057, 0.019007064402103424, -0.05823178589344025, -0.05114857107400894, 0.07018019258975983, 0.08213616907596588, -0.1630844622850418, 0.18756183981895447, 0.21879082918167114, 0.06839460134506226, 0.2044064849615097, 0.00858453568071127, -0.010656360536813736, 0.07200875878334045, -0.04608747735619545, -0.03843220695853233, -0.06601633131504059, -0.15238076448440552, -0.03009703755378723, 0.06625645607709885, 0.030863380059599876, 0.09900964051485062, -0.09019728004932404, -0.08104760944843292, -0.017665131017565727, 0.004776675254106522, 0.00156646769028157, 0.11991100758314133, 0.03676433861255646, 0.13820022344589233, -0.01955524832010269, 0.022415857762098312, 0.08040772378444672, 0.016582515090703964, -0.10843544453382492, 0.16101348400115967, -0.13329310715198517, -0.3788211941719055, -0.14546175301074982, -0.13134250044822693, -0.020925991237163544, 0.03777816519141197, 0.1120775043964386, -0.1329103261232376, 0.005511005409061909, -0.007893978618085384, 0.10391844809055328, -0.08707519620656967, 0.039245378226041794, -0.07586963474750519, 0.0314689576625824, -0.060405436903238297, -0.07552991807460785, -0.03722400963306427, -0.028465405106544495, -0.09132689982652664, 0.16675986349582672, -0.11130212247371674, 0.06035055220127106, 0.16001324355602264, 0.021197395399212837, 0.03523072600364685, -0.05174810439348221, 0.18330632150173187, -0.112345851957798, 0.020098978653550148, 0.15624848008155823, -0.013005592860281467, 0.08254575729370117, 0.08188403397798538, -0.013132697902619839, -0.10316278785467148, 0.05240294709801674, 0.001463406952098012, -0.10209372639656067, -0.1950312703847885, -0.10119245946407318, -0.08230090886354446, 0.15922248363494873, 0.06361804902553558, 0.058937788009643555, 0.17968137562274933, 0.07578518986701965, -0.038606274873018265, -0.00038743947516195476, -0.00239798822440207, 0.08808282762765884, 0.13635766506195068, -0.01442645862698555, 0.1225903332233429, -0.04975935071706772, -0.10913994163274765, 0.12899059057235718, 0.01750512234866619, 0.03937286511063576, 0.051435839384794235, 0.021011192351579666, -0.011281835846602917, 0.11866551637649536, 0.13484057784080505, 0.10447502881288528, -0.015693627297878265, -0.0293489471077919, -0.04774824157357216, -0.01359935849905014, -0.033305928111076355, 0.03640862926840782, 0.008061517030000687, -0.14140670001506805, -0.06158366799354553, -0.11537835001945496, 0.08758961409330368, 0.10668005049228668, 0.07567808032035828, -0.21108253300189972, -0.003950516227632761, 0.07933880388736725, -0.03630997985601425, -0.11126025766134262, 0.08416172116994858, 0.03095286712050438, -0.1277567446231842, 0.07218055427074432, -0.03519461303949356, 0.12458370625972748, -0.0032897875644266605, 0.09583556652069092, -0.03598680719733238, -0.027483470737934113, -0.013308011926710606, 0.09818253666162491, -0.3191508650779724, 0.1621316522359848, -0.017933005467057228, -0.0618131123483181, -0.06667962670326233, -0.02528184838593006, 0.015994107350707054, 0.07729468494653702, 0.10861869156360626, 0.021759910508990288, 0.01640525460243225, -0.07345785945653915, -0.042352862656116486, 0.038021303713321686, 0.12403716146945953, -0.06827268749475479, -0.012903391383588314, -0.04523605480790138, 0.00796645786613226, -0.017124788835644722, -0.008793274872004986, 0.006911922711879015, -0.14962191879749298, 0.05182485654950142, 0.014736213721334934, 0.07058768719434738, 0.0436982735991478, -0.014969068579375744, -0.09180716425180435, 0.18274778127670288, -0.015714606270194054, -0.07271543145179749, -0.12616917490959167, -0.05262751132249832, 0.030376195907592773, -0.05518756061792374, 0.021047864109277725, -0.06501689553260803, -0.0035362408962100744, -0.06755607575178146, -0.22007296979427338, 0.1278373897075653, -0.08437205106019974, -0.07192739844322205, -0.04912353679537773, 0.2010866105556488, -0.051223888993263245, 0.003238252131268382, 0.010222852230072021, 0.021994104608893394, -0.11474784463644028, -0.09469719231128693, 0.07112357765436172, -0.03247172012925148, 0.03123478777706623, 0.0022505864035338163, -0.04091062396764755, 0.016593176871538162, -0.06314414739608765, -0.011381587944924831, 0.27866554260253906, 0.23951324820518494, -0.040407944470644, 0.1904350072145462, 0.11012271791696548, -0.08163551241159439, -0.3069863021373749, -0.10166139155626297, -0.12140648066997528, -0.02996143139898777, -0.017288926988840103, -0.16865339875221252, 0.06477722525596619, 0.038930367678403854, 0.009261871688067913, 0.13778774440288544, -0.20730599761009216, -0.08823523670434952, 0.09138026833534241, -0.02557477355003357, 0.43079736828804016, -0.1257614940404892, -0.08959750831127167, -0.051866497844457626, -0.16516901552677155, 0.2173919379711151, -0.021592965349555016, 0.07857322692871094, -0.029561417177319527, 0.11770006269216537, 0.04697660356760025, -0.010707763023674488, 0.08040876686573029, -0.00884756539016962, 0.008373050950467587, -0.12410011142492294, -0.02768467366695404, 0.04874192550778389, 0.012378438375890255, 0.0013600040692836046, -0.09389680624008179, 0.020313434302806854, -0.15990203619003296, -0.018549781292676926, -0.11233476549386978, 0.07682323455810547, 0.025788001716136932, -0.06466120481491089, -0.003637736663222313, -0.04986237734556198, -0.015892893075942993, -0.01400828268378973, 0.1717434972524643, -0.04862768203020096, 0.19366511702537537, 0.03501616790890694, 0.11570870876312256, -0.1362973153591156, 0.06143493950366974, -0.06429426372051239, -0.07528600096702576, 0.07427702099084854, -0.1537967324256897, 0.05111055448651314, 0.09430045634508133, -0.030276626348495483, 0.05380253866314888, 0.08795086294412613, -0.003969982732087374, 0.004800081253051758, 0.15867236256599426, -0.2786487936973572, 0.01320126373320818, -0.07396841049194336, -0.06665283441543579, 0.10506758838891983, 0.06261139363050461, 0.17162823677062988, 0.011681869626045227, -0.056615445762872696, 0.01595049723982811, 0.02499506063759327, -0.04915530979633331, 0.04529924690723419, 0.008104361593723297, -0.010991688817739487, -0.13640300929546356, 0.08699746429920197, 0.0042801909148693085, -0.1531187742948532, 0.024680746719241142, 0.2155698835849762, -0.1260155886411667, -0.10237220674753189, -0.03444112092256546, 0.08444061875343323, -0.11519137024879456, 0.01753072999417782, -0.030764780938625336, -0.09109894186258316, 0.07448896765708923, 0.15248911082744598, 0.049206193536520004, 0.11775100976228714, -0.015379221178591251, -0.011753370985388756, -0.05147303268313408, -0.0317845419049263, 0.025745956227183342, 0.017857374623417854, -0.08257177472114563, 0.06648801267147064, -0.022109810262918472, 0.14559012651443481, -0.09791336953639984, -0.06602771580219269, -0.1468091756105423, -0.009785634465515614, -0.0695481076836586, -0.09207163751125336, -0.08133620768785477, -0.062133077532052994, 0.0010387726360931993, -0.03962359577417374, -0.04795864596962929, -0.0791037380695343, -0.10289866477251053, 0.009435068815946579, -0.02305566892027855, 0.03256045654416084, -0.06115729361772537, 0.007872066460549831, 0.12092912197113037, -0.028174830600619316, 0.16686207056045532, 0.1458095908164978, -0.09536580741405487, 0.10568815469741821, -0.16346460580825806, -0.08964221179485321, 0.0939340740442276, -0.01729099079966545, 0.027899714186787605, 0.11666940152645111, 0.014932696707546711, 0.04195788502693176, 0.035977672785520554, 0.06045130267739296, 0.03587699308991432, -0.11899011582136154, 0.07665140181779861, 0.009481414221227169, -0.1612047255039215, -0.06303887814283371, -0.08555969595909119, 0.030386725440621376, 0.021575886756181717, 0.12225193530321121, -0.045776769518852234, 0.0887017622590065, -0.07972796261310577, 0.027257539331912994, 0.02293219044804573, -0.181223064661026, -0.047844018787145615, -0.053065262734889984, 0.032686229795217514, 0.018960151821374893, 0.1893557906150818, 0.027213018387556076, -0.03697650134563446, 0.04549255222082138, 0.1042066365480423, 0.005313898902386427, 0.004829791374504566, 0.16259528696537018, 0.09423433989286423, -0.07654286175966263, -0.12226779758930206, 0.07556461542844772, 0.019673259928822517, -0.044067107141017914, 0.10607215762138367, -0.002448870101943612, 0.020163848996162415, 0.06910120695829391, -0.014892932027578354, 0.034322552382946014, -0.044286008924245834, -0.10698256641626358, -0.023580113425850868, 0.046367425471544266, 0.00669879000633955, 0.12847968935966492, 0.177873894572258, -0.002574790036305785, 0.025011489167809486, -0.0363602340221405, -0.024931130930781364, -0.13864666223526, -0.1558164656162262, -0.06855984032154083, -0.14875617623329163, 0.012976853176951408, -0.0915176048874855, 0.04695429280400276, 0.028682325035333633, 0.06887643784284592, -0.07052405923604965, 0.04384735971689224, 0.06974220275878906, -0.12065785378217697, 0.09397104382514954, -0.028081456199288368, 0.03704333305358887, -0.006730496883392334, -0.012833851389586926, -0.10013298690319061, 0.035936567932367325, -0.01747855544090271, 0.045271266251802444, -0.04546798765659332, 0.030429324135184288, -0.1703072488307953, -0.124412901699543, -0.04034453630447388, 0.06420420855283737, -0.06510858237743378, 0.03512151539325714, 0.019115818664431572, 0.013339218683540821, 0.03305599465966225, 0.23020225763320923, -0.03704051673412323, -0.02329315058887005, -0.042310282588005066, 0.16692522168159485, -0.014016710221767426, 0.08088304847478867, -0.03037172369658947, 0.0002500463742762804, -0.08417443931102753, 0.3385351300239563, 0.3027777075767517, -0.09020252525806427, 0.019915465265512466, -0.030905582010746002, 0.03936264291405678, 0.11892254650592804, 0.13376617431640625, 0.09784641861915588, 0.2282467782497406, -0.07217609137296677, -0.03032243251800537, -0.020507147535681725, -0.011079044081270695, -0.06650827825069427, 0.0879674032330513, 0.02507801540195942, -0.05553486570715904, -0.031693898141384125, 0.0812700018286705, -0.2327648252248764, 0.10665327310562134, -0.11289316415786743, -0.1636168211698532, -0.039189815521240234, 0.0042042857967317104, 0.08908319473266602, 0.015396242961287498, 0.11228121817111969, 0.009163780137896538, -0.07585213333368301, 0.017798418179154396, 0.028085503727197647, -0.24201616644859314, -0.008133855648338795, 0.060310713946819305, -0.12939085066318512, -0.004324504639953375, -0.027167800813913345, 0.007199867628514767, 0.059822265058755875, 0.029368450865149498, -0.04319324716925621, -0.001257759635336697, -0.010450302623212337, -0.008644461631774902, -0.011618612334132195, 0.07065588980913162, 0.046958792954683304, -0.13329142332077026, 0.06869500875473022, -0.11774353682994843, 0.033477768301963806, -0.05866728723049164, -0.015255378559231758, 0.000037100471672602, 0.03460683673620224, -0.04829782620072365, 0.07058211416006088, 0.07688362896442413, -0.015606098808348179, 0.000610517687164247, -0.0802936851978302, -0.036274004727602005, -0.019796574488282204, -0.09252054989337921, -0.08371094614267349, -0.13031646609306335, -0.11573562026023865, 0.1029667928814888, -0.02224794402718544, -0.19213621318340302, 0.03111329674720764, -0.12165344506502151, 0.045619383454322815, -0.1751558482646942, 0.11076030135154724, 0.08046020567417145, 0.01831907220184803, 0.011516088619828224, -0.02576824277639389, 0.08821021765470505, 0.11728470027446747, -0.07783648371696472, -0.08528783172369003 ]
null
null
transformers
<div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1319042424560361474/4EzvOdbO_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">tender corpse affection 🤖 AI Bot </div> <div style="font-size: 15px">@glasseskin bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@glasseskin's tweets](https://twitter.com/glasseskin). | Data | Quantity | | --- | --- | | Tweets downloaded | 3213 | | Retweets | 724 | | Short tweets | 354 | | Tweets kept | 2135 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/2e8tgnhf/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @glasseskin's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/198cfuf1) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/198cfuf1/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/glasseskin') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/glasseskin/1617916620472/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/glasseskin
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
tender corpse affection AI Bot @glasseskin bot I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on @glasseskin's tweets. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @glasseskin'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 57 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 0.004547144751995802, -0.006708405911922455, -0.007013476919382811, 0.01947171241044998, 0.15818242728710175, 0.03448796644806862, 0.08709780126810074, 0.15389476716518402, -0.019877297803759575, -0.022431448101997375, 0.18047170341014862, 0.173692986369133, -0.012988686561584473, 0.09047263860702515, -0.05271327868103981, -0.2622397541999817, 0.03682216629385948, 0.05513067543506622, -0.007422737777233124, 0.14252057671546936, 0.07580838352441788, -0.023790201172232628, 0.11380083113908768, -0.02966974675655365, -0.202972412109375, 0.03197307139635086, 0.0615268237888813, -0.09518525749444962, 0.11083168536424637, 0.04628797993063927, 0.08698221296072006, 0.022143812850117683, -0.07331052422523499, -0.120787613093853, 0.04532235115766525, 0.045263588428497314, -0.06358368694782257, 0.06480421870946884, 0.08820623904466629, -0.1065920814871788, 0.1416475921869278, 0.07373794168233871, -0.01588049717247486, 0.07824484258890152, -0.17789237201213837, -0.03725104406476021, -0.036331940442323685, 0.007741300854831934, 0.07058489322662354, 0.0750737413764, -0.019116664305329323, 0.1746976524591446, -0.06598041951656342, 0.09777773916721344, 0.17528840899467468, -0.2887236773967743, -0.018040433526039124, 0.0492081381380558, 0.0887371376156807, 0.04900359362363815, -0.024227341637015343, 0.08339477330446243, 0.06365471333265305, 0.01686069741845131, 0.014271941967308521, -0.06960906833410263, -0.09346919506788254, 0.03645368665456772, -0.06932124495506287, -0.05699722096323967, 0.22001419961452484, -0.0334535576403141, 0.04674676060676575, -0.03953840583562851, -0.09316058456897736, -0.028927378356456757, -0.027232296764850616, -0.00907184462994337, -0.05413005128502846, 0.08754174411296844, -0.015151693485677242, -0.06331931799650192, -0.1435878872871399, -0.012912428006529808, -0.15805892646312714, 0.13816505670547485, 0.004333257209509611, 0.04586424678564072, -0.22094038128852844, 0.1012546569108963, 0.022817784920334816, -0.08995530754327774, 0.04930093511939049, -0.09425957500934601, 0.0717538446187973, 0.0007676240638829768, -0.04885277524590492, -0.02944779396057129, 0.08848895877599716, 0.14690880477428436, -0.02718975953757763, 0.005980455316603184, -0.01338018849492073, 0.0733228251338005, 0.059399042278528214, 0.028748195618391037, -0.006081049330532551, -0.052236080169677734, 0.05618719011545181, -0.1417204737663269, -0.010511515662074089, -0.07227712869644165, -0.10605388879776001, -0.04232237488031387, 0.03443120792508125, 0.060671232640743256, 0.042230576276779175, 0.11220116913318634, -0.04771716892719269, -0.01857093721628189, 0.05281376466155052, -0.03979083523154259, -0.008994937874376774, -0.01990325190126896, 0.018122754991054535, 0.13074275851249695, -0.019943278282880783, 0.03407962992787361, -0.10256942361593246, 0.05431444197893143, -0.10281401127576828, -0.01971535198390484, -0.014149561524391174, -0.04367954283952713, 0.031883664429187775, -0.12165860831737518, 0.016123656183481216, -0.16833168268203735, -0.14714312553405762, 0.002859292319044471, -0.016588665544986725, -0.017911825329065323, -0.07954888790845871, -0.04400517791509628, -0.02466505579650402, 0.06924423575401306, -0.04276731237769127, -0.00935916043817997, -0.05846982076764107, 0.11090090870857239, -0.05349889397621155, 0.07203050702810287, -0.1194647029042244, 0.0557217076420784, -0.14930842816829681, -0.013004516251385212, -0.04842504858970642, 0.07119924575090408, 0.015398351475596428, 0.1813964694738388, -0.006925920024514198, -0.003623353084549308, -0.09382472932338715, 0.06455672532320023, -0.02733452245593071, 0.24096953868865967, -0.0756828561425209, -0.14226967096328735, 0.21630549430847168, -0.06334739923477173, -0.14993034303188324, 0.1314547061920166, 0.01843975856900215, 0.08251222223043442, 0.10434340685606003, 0.19023460149765015, 0.01808990351855755, -0.007808534894138575, 0.054424818605184555, 0.07603957504034042, -0.1683882623910904, -0.033340878784656525, 0.0012923459289595485, -0.00014291972911451012, -0.1366809904575348, 0.04632483050227165, 0.1230006217956543, 0.09730340540409088, -0.07249721139669418, -0.018487868830561638, -0.030607668682932854, 0.0016078021144494414, 0.04144361615180969, -0.0005212334799580276, 0.09951234608888626, -0.1033509373664856, -0.04366454482078552, -0.06751791387796402, -0.002970147645100951, 0.011176802217960358, 0.03924661502242088, -0.04455869272351265, 0.09700342267751694, -0.007412149105221033, 0.0545678474009037, -0.13708296418190002, -0.07981666922569275, -0.016090448945760727, 0.1597585678100586, 0.040224816650152206, 0.04663374274969101, 0.0566885769367218, -0.05624469742178917, -0.015493324026465416, -0.010199432261288166, 0.16243304312229156, -0.04404180869460106, -0.07694169133901596, -0.07860849797725677, 0.10474636405706406, -0.06389671564102173, 0.026263169944286346, -0.051667314022779465, 0.024654213339090347, 0.04686986654996872, 0.1110762283205986, 0.004046999383717775, 0.026442723348736763, -0.012835992500185966, -0.007690808270126581, -0.07657550275325775, -0.01617686077952385, 0.1077079176902771, -0.0017721779877319932, -0.06809886544942856, 0.2437063455581665, -0.16884316504001617, 0.21163912117481232, 0.20976658165454865, -0.2492678016424179, -0.02882898785173893, -0.04848965257406235, -0.04766342043876648, -0.0012878701090812683, 0.06041788309812546, -0.034700244665145874, 0.09027024358510971, -0.03288675472140312, 0.16564396023750305, -0.051203593611717224, -0.07646744698286057, 0.019007064402103424, -0.05823178589344025, -0.05114857107400894, 0.07018019258975983, 0.08213616907596588, -0.1630844622850418, 0.18756183981895447, 0.21879082918167114, 0.06839460134506226, 0.2044064849615097, 0.00858453568071127, -0.010656360536813736, 0.07200875878334045, -0.04608747735619545, -0.03843220695853233, -0.06601633131504059, -0.15238076448440552, -0.03009703755378723, 0.06625645607709885, 0.030863380059599876, 0.09900964051485062, -0.09019728004932404, -0.08104760944843292, -0.017665131017565727, 0.004776675254106522, 0.00156646769028157, 0.11991100758314133, 0.03676433861255646, 0.13820022344589233, -0.01955524832010269, 0.022415857762098312, 0.08040772378444672, 0.016582515090703964, -0.10843544453382492, 0.16101348400115967, -0.13329310715198517, -0.3788211941719055, -0.14546175301074982, -0.13134250044822693, -0.020925991237163544, 0.03777816519141197, 0.1120775043964386, -0.1329103261232376, 0.005511005409061909, -0.007893978618085384, 0.10391844809055328, -0.08707519620656967, 0.039245378226041794, -0.07586963474750519, 0.0314689576625824, -0.060405436903238297, -0.07552991807460785, -0.03722400963306427, -0.028465405106544495, -0.09132689982652664, 0.16675986349582672, -0.11130212247371674, 0.06035055220127106, 0.16001324355602264, 0.021197395399212837, 0.03523072600364685, -0.05174810439348221, 0.18330632150173187, -0.112345851957798, 0.020098978653550148, 0.15624848008155823, -0.013005592860281467, 0.08254575729370117, 0.08188403397798538, -0.013132697902619839, -0.10316278785467148, 0.05240294709801674, 0.001463406952098012, -0.10209372639656067, -0.1950312703847885, -0.10119245946407318, -0.08230090886354446, 0.15922248363494873, 0.06361804902553558, 0.058937788009643555, 0.17968137562274933, 0.07578518986701965, -0.038606274873018265, -0.00038743947516195476, -0.00239798822440207, 0.08808282762765884, 0.13635766506195068, -0.01442645862698555, 0.1225903332233429, -0.04975935071706772, -0.10913994163274765, 0.12899059057235718, 0.01750512234866619, 0.03937286511063576, 0.051435839384794235, 0.021011192351579666, -0.011281835846602917, 0.11866551637649536, 0.13484057784080505, 0.10447502881288528, -0.015693627297878265, -0.0293489471077919, -0.04774824157357216, -0.01359935849905014, -0.033305928111076355, 0.03640862926840782, 0.008061517030000687, -0.14140670001506805, -0.06158366799354553, -0.11537835001945496, 0.08758961409330368, 0.10668005049228668, 0.07567808032035828, -0.21108253300189972, -0.003950516227632761, 0.07933880388736725, -0.03630997985601425, -0.11126025766134262, 0.08416172116994858, 0.03095286712050438, -0.1277567446231842, 0.07218055427074432, -0.03519461303949356, 0.12458370625972748, -0.0032897875644266605, 0.09583556652069092, -0.03598680719733238, -0.027483470737934113, -0.013308011926710606, 0.09818253666162491, -0.3191508650779724, 0.1621316522359848, -0.017933005467057228, -0.0618131123483181, -0.06667962670326233, -0.02528184838593006, 0.015994107350707054, 0.07729468494653702, 0.10861869156360626, 0.021759910508990288, 0.01640525460243225, -0.07345785945653915, -0.042352862656116486, 0.038021303713321686, 0.12403716146945953, -0.06827268749475479, -0.012903391383588314, -0.04523605480790138, 0.00796645786613226, -0.017124788835644722, -0.008793274872004986, 0.006911922711879015, -0.14962191879749298, 0.05182485654950142, 0.014736213721334934, 0.07058768719434738, 0.0436982735991478, -0.014969068579375744, -0.09180716425180435, 0.18274778127670288, -0.015714606270194054, -0.07271543145179749, -0.12616917490959167, -0.05262751132249832, 0.030376195907592773, -0.05518756061792374, 0.021047864109277725, -0.06501689553260803, -0.0035362408962100744, -0.06755607575178146, -0.22007296979427338, 0.1278373897075653, -0.08437205106019974, -0.07192739844322205, -0.04912353679537773, 0.2010866105556488, -0.051223888993263245, 0.003238252131268382, 0.010222852230072021, 0.021994104608893394, -0.11474784463644028, -0.09469719231128693, 0.07112357765436172, -0.03247172012925148, 0.03123478777706623, 0.0022505864035338163, -0.04091062396764755, 0.016593176871538162, -0.06314414739608765, -0.011381587944924831, 0.27866554260253906, 0.23951324820518494, -0.040407944470644, 0.1904350072145462, 0.11012271791696548, -0.08163551241159439, -0.3069863021373749, -0.10166139155626297, -0.12140648066997528, -0.02996143139898777, -0.017288926988840103, -0.16865339875221252, 0.06477722525596619, 0.038930367678403854, 0.009261871688067913, 0.13778774440288544, -0.20730599761009216, -0.08823523670434952, 0.09138026833534241, -0.02557477355003357, 0.43079736828804016, -0.1257614940404892, -0.08959750831127167, -0.051866497844457626, -0.16516901552677155, 0.2173919379711151, -0.021592965349555016, 0.07857322692871094, -0.029561417177319527, 0.11770006269216537, 0.04697660356760025, -0.010707763023674488, 0.08040876686573029, -0.00884756539016962, 0.008373050950467587, -0.12410011142492294, -0.02768467366695404, 0.04874192550778389, 0.012378438375890255, 0.0013600040692836046, -0.09389680624008179, 0.020313434302806854, -0.15990203619003296, -0.018549781292676926, -0.11233476549386978, 0.07682323455810547, 0.025788001716136932, -0.06466120481491089, -0.003637736663222313, -0.04986237734556198, -0.015892893075942993, -0.01400828268378973, 0.1717434972524643, -0.04862768203020096, 0.19366511702537537, 0.03501616790890694, 0.11570870876312256, -0.1362973153591156, 0.06143493950366974, -0.06429426372051239, -0.07528600096702576, 0.07427702099084854, -0.1537967324256897, 0.05111055448651314, 0.09430045634508133, -0.030276626348495483, 0.05380253866314888, 0.08795086294412613, -0.003969982732087374, 0.004800081253051758, 0.15867236256599426, -0.2786487936973572, 0.01320126373320818, -0.07396841049194336, -0.06665283441543579, 0.10506758838891983, 0.06261139363050461, 0.17162823677062988, 0.011681869626045227, -0.056615445762872696, 0.01595049723982811, 0.02499506063759327, -0.04915530979633331, 0.04529924690723419, 0.008104361593723297, -0.010991688817739487, -0.13640300929546356, 0.08699746429920197, 0.0042801909148693085, -0.1531187742948532, 0.024680746719241142, 0.2155698835849762, -0.1260155886411667, -0.10237220674753189, -0.03444112092256546, 0.08444061875343323, -0.11519137024879456, 0.01753072999417782, -0.030764780938625336, -0.09109894186258316, 0.07448896765708923, 0.15248911082744598, 0.049206193536520004, 0.11775100976228714, -0.015379221178591251, -0.011753370985388756, -0.05147303268313408, -0.0317845419049263, 0.025745956227183342, 0.017857374623417854, -0.08257177472114563, 0.06648801267147064, -0.022109810262918472, 0.14559012651443481, -0.09791336953639984, -0.06602771580219269, -0.1468091756105423, -0.009785634465515614, -0.0695481076836586, -0.09207163751125336, -0.08133620768785477, -0.062133077532052994, 0.0010387726360931993, -0.03962359577417374, -0.04795864596962929, -0.0791037380695343, -0.10289866477251053, 0.009435068815946579, -0.02305566892027855, 0.03256045654416084, -0.06115729361772537, 0.007872066460549831, 0.12092912197113037, -0.028174830600619316, 0.16686207056045532, 0.1458095908164978, -0.09536580741405487, 0.10568815469741821, -0.16346460580825806, -0.08964221179485321, 0.0939340740442276, -0.01729099079966545, 0.027899714186787605, 0.11666940152645111, 0.014932696707546711, 0.04195788502693176, 0.035977672785520554, 0.06045130267739296, 0.03587699308991432, -0.11899011582136154, 0.07665140181779861, 0.009481414221227169, -0.1612047255039215, -0.06303887814283371, -0.08555969595909119, 0.030386725440621376, 0.021575886756181717, 0.12225193530321121, -0.045776769518852234, 0.0887017622590065, -0.07972796261310577, 0.027257539331912994, 0.02293219044804573, -0.181223064661026, -0.047844018787145615, -0.053065262734889984, 0.032686229795217514, 0.018960151821374893, 0.1893557906150818, 0.027213018387556076, -0.03697650134563446, 0.04549255222082138, 0.1042066365480423, 0.005313898902386427, 0.004829791374504566, 0.16259528696537018, 0.09423433989286423, -0.07654286175966263, -0.12226779758930206, 0.07556461542844772, 0.019673259928822517, -0.044067107141017914, 0.10607215762138367, -0.002448870101943612, 0.020163848996162415, 0.06910120695829391, -0.014892932027578354, 0.034322552382946014, -0.044286008924245834, -0.10698256641626358, -0.023580113425850868, 0.046367425471544266, 0.00669879000633955, 0.12847968935966492, 0.177873894572258, -0.002574790036305785, 0.025011489167809486, -0.0363602340221405, -0.024931130930781364, -0.13864666223526, -0.1558164656162262, -0.06855984032154083, -0.14875617623329163, 0.012976853176951408, -0.0915176048874855, 0.04695429280400276, 0.028682325035333633, 0.06887643784284592, -0.07052405923604965, 0.04384735971689224, 0.06974220275878906, -0.12065785378217697, 0.09397104382514954, -0.028081456199288368, 0.03704333305358887, -0.006730496883392334, -0.012833851389586926, -0.10013298690319061, 0.035936567932367325, -0.01747855544090271, 0.045271266251802444, -0.04546798765659332, 0.030429324135184288, -0.1703072488307953, -0.124412901699543, -0.04034453630447388, 0.06420420855283737, -0.06510858237743378, 0.03512151539325714, 0.019115818664431572, 0.013339218683540821, 0.03305599465966225, 0.23020225763320923, -0.03704051673412323, -0.02329315058887005, -0.042310282588005066, 0.16692522168159485, -0.014016710221767426, 0.08088304847478867, -0.03037172369658947, 0.0002500463742762804, -0.08417443931102753, 0.3385351300239563, 0.3027777075767517, -0.09020252525806427, 0.019915465265512466, -0.030905582010746002, 0.03936264291405678, 0.11892254650592804, 0.13376617431640625, 0.09784641861915588, 0.2282467782497406, -0.07217609137296677, -0.03032243251800537, -0.020507147535681725, -0.011079044081270695, -0.06650827825069427, 0.0879674032330513, 0.02507801540195942, -0.05553486570715904, -0.031693898141384125, 0.0812700018286705, -0.2327648252248764, 0.10665327310562134, -0.11289316415786743, -0.1636168211698532, -0.039189815521240234, 0.0042042857967317104, 0.08908319473266602, 0.015396242961287498, 0.11228121817111969, 0.009163780137896538, -0.07585213333368301, 0.017798418179154396, 0.028085503727197647, -0.24201616644859314, -0.008133855648338795, 0.060310713946819305, -0.12939085066318512, -0.004324504639953375, -0.027167800813913345, 0.007199867628514767, 0.059822265058755875, 0.029368450865149498, -0.04319324716925621, -0.001257759635336697, -0.010450302623212337, -0.008644461631774902, -0.011618612334132195, 0.07065588980913162, 0.046958792954683304, -0.13329142332077026, 0.06869500875473022, -0.11774353682994843, 0.033477768301963806, -0.05866728723049164, -0.015255378559231758, 0.000037100471672602, 0.03460683673620224, -0.04829782620072365, 0.07058211416006088, 0.07688362896442413, -0.015606098808348179, 0.000610517687164247, -0.0802936851978302, -0.036274004727602005, -0.019796574488282204, -0.09252054989337921, -0.08371094614267349, -0.13031646609306335, -0.11573562026023865, 0.1029667928814888, -0.02224794402718544, -0.19213621318340302, 0.03111329674720764, -0.12165344506502151, 0.045619383454322815, -0.1751558482646942, 0.11076030135154724, 0.08046020567417145, 0.01831907220184803, 0.011516088619828224, -0.02576824277639389, 0.08821021765470505, 0.11728470027446747, -0.07783648371696472, -0.08528783172369003 ]
null
null
transformers
<div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1346111858961494016/PR1Ir8lo_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">Glennys Egan (she/her) 🤖 AI Bot </div> <div style="font-size: 15px">@gleegz bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@gleegz's tweets](https://twitter.com/gleegz). | Data | Quantity | | --- | --- | | Tweets downloaded | 3215 | | Retweets | 272 | | Short tweets | 386 | | Tweets kept | 2557 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/1mtxfs6h/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @gleegz's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/1d2xgejt) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/1d2xgejt/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/gleegz') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/gleegz/1616717872074/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/gleegz
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
Glennys Egan (she/her) AI Bot @gleegz bot I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on @gleegz's tweets. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @gleegz'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 57 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 0.004547144751995802, -0.006708405911922455, -0.007013476919382811, 0.01947171241044998, 0.15818242728710175, 0.03448796644806862, 0.08709780126810074, 0.15389476716518402, -0.019877297803759575, -0.022431448101997375, 0.18047170341014862, 0.173692986369133, -0.012988686561584473, 0.09047263860702515, -0.05271327868103981, -0.2622397541999817, 0.03682216629385948, 0.05513067543506622, -0.007422737777233124, 0.14252057671546936, 0.07580838352441788, -0.023790201172232628, 0.11380083113908768, -0.02966974675655365, -0.202972412109375, 0.03197307139635086, 0.0615268237888813, -0.09518525749444962, 0.11083168536424637, 0.04628797993063927, 0.08698221296072006, 0.022143812850117683, -0.07331052422523499, -0.120787613093853, 0.04532235115766525, 0.045263588428497314, -0.06358368694782257, 0.06480421870946884, 0.08820623904466629, -0.1065920814871788, 0.1416475921869278, 0.07373794168233871, -0.01588049717247486, 0.07824484258890152, -0.17789237201213837, -0.03725104406476021, -0.036331940442323685, 0.007741300854831934, 0.07058489322662354, 0.0750737413764, -0.019116664305329323, 0.1746976524591446, -0.06598041951656342, 0.09777773916721344, 0.17528840899467468, -0.2887236773967743, -0.018040433526039124, 0.0492081381380558, 0.0887371376156807, 0.04900359362363815, -0.024227341637015343, 0.08339477330446243, 0.06365471333265305, 0.01686069741845131, 0.014271941967308521, -0.06960906833410263, -0.09346919506788254, 0.03645368665456772, -0.06932124495506287, -0.05699722096323967, 0.22001419961452484, -0.0334535576403141, 0.04674676060676575, -0.03953840583562851, -0.09316058456897736, -0.028927378356456757, -0.027232296764850616, -0.00907184462994337, -0.05413005128502846, 0.08754174411296844, -0.015151693485677242, -0.06331931799650192, -0.1435878872871399, -0.012912428006529808, -0.15805892646312714, 0.13816505670547485, 0.004333257209509611, 0.04586424678564072, -0.22094038128852844, 0.1012546569108963, 0.022817784920334816, -0.08995530754327774, 0.04930093511939049, -0.09425957500934601, 0.0717538446187973, 0.0007676240638829768, -0.04885277524590492, -0.02944779396057129, 0.08848895877599716, 0.14690880477428436, -0.02718975953757763, 0.005980455316603184, -0.01338018849492073, 0.0733228251338005, 0.059399042278528214, 0.028748195618391037, -0.006081049330532551, -0.052236080169677734, 0.05618719011545181, -0.1417204737663269, -0.010511515662074089, -0.07227712869644165, -0.10605388879776001, -0.04232237488031387, 0.03443120792508125, 0.060671232640743256, 0.042230576276779175, 0.11220116913318634, -0.04771716892719269, -0.01857093721628189, 0.05281376466155052, -0.03979083523154259, -0.008994937874376774, -0.01990325190126896, 0.018122754991054535, 0.13074275851249695, -0.019943278282880783, 0.03407962992787361, -0.10256942361593246, 0.05431444197893143, -0.10281401127576828, -0.01971535198390484, -0.014149561524391174, -0.04367954283952713, 0.031883664429187775, -0.12165860831737518, 0.016123656183481216, -0.16833168268203735, -0.14714312553405762, 0.002859292319044471, -0.016588665544986725, -0.017911825329065323, -0.07954888790845871, -0.04400517791509628, -0.02466505579650402, 0.06924423575401306, -0.04276731237769127, -0.00935916043817997, -0.05846982076764107, 0.11090090870857239, -0.05349889397621155, 0.07203050702810287, -0.1194647029042244, 0.0557217076420784, -0.14930842816829681, -0.013004516251385212, -0.04842504858970642, 0.07119924575090408, 0.015398351475596428, 0.1813964694738388, -0.006925920024514198, -0.003623353084549308, -0.09382472932338715, 0.06455672532320023, -0.02733452245593071, 0.24096953868865967, -0.0756828561425209, -0.14226967096328735, 0.21630549430847168, -0.06334739923477173, -0.14993034303188324, 0.1314547061920166, 0.01843975856900215, 0.08251222223043442, 0.10434340685606003, 0.19023460149765015, 0.01808990351855755, -0.007808534894138575, 0.054424818605184555, 0.07603957504034042, -0.1683882623910904, -0.033340878784656525, 0.0012923459289595485, -0.00014291972911451012, -0.1366809904575348, 0.04632483050227165, 0.1230006217956543, 0.09730340540409088, -0.07249721139669418, -0.018487868830561638, -0.030607668682932854, 0.0016078021144494414, 0.04144361615180969, -0.0005212334799580276, 0.09951234608888626, -0.1033509373664856, -0.04366454482078552, -0.06751791387796402, -0.002970147645100951, 0.011176802217960358, 0.03924661502242088, -0.04455869272351265, 0.09700342267751694, -0.007412149105221033, 0.0545678474009037, -0.13708296418190002, -0.07981666922569275, -0.016090448945760727, 0.1597585678100586, 0.040224816650152206, 0.04663374274969101, 0.0566885769367218, -0.05624469742178917, -0.015493324026465416, -0.010199432261288166, 0.16243304312229156, -0.04404180869460106, -0.07694169133901596, -0.07860849797725677, 0.10474636405706406, -0.06389671564102173, 0.026263169944286346, -0.051667314022779465, 0.024654213339090347, 0.04686986654996872, 0.1110762283205986, 0.004046999383717775, 0.026442723348736763, -0.012835992500185966, -0.007690808270126581, -0.07657550275325775, -0.01617686077952385, 0.1077079176902771, -0.0017721779877319932, -0.06809886544942856, 0.2437063455581665, -0.16884316504001617, 0.21163912117481232, 0.20976658165454865, -0.2492678016424179, -0.02882898785173893, -0.04848965257406235, -0.04766342043876648, -0.0012878701090812683, 0.06041788309812546, -0.034700244665145874, 0.09027024358510971, -0.03288675472140312, 0.16564396023750305, -0.051203593611717224, -0.07646744698286057, 0.019007064402103424, -0.05823178589344025, -0.05114857107400894, 0.07018019258975983, 0.08213616907596588, -0.1630844622850418, 0.18756183981895447, 0.21879082918167114, 0.06839460134506226, 0.2044064849615097, 0.00858453568071127, -0.010656360536813736, 0.07200875878334045, -0.04608747735619545, -0.03843220695853233, -0.06601633131504059, -0.15238076448440552, -0.03009703755378723, 0.06625645607709885, 0.030863380059599876, 0.09900964051485062, -0.09019728004932404, -0.08104760944843292, -0.017665131017565727, 0.004776675254106522, 0.00156646769028157, 0.11991100758314133, 0.03676433861255646, 0.13820022344589233, -0.01955524832010269, 0.022415857762098312, 0.08040772378444672, 0.016582515090703964, -0.10843544453382492, 0.16101348400115967, -0.13329310715198517, -0.3788211941719055, -0.14546175301074982, -0.13134250044822693, -0.020925991237163544, 0.03777816519141197, 0.1120775043964386, -0.1329103261232376, 0.005511005409061909, -0.007893978618085384, 0.10391844809055328, -0.08707519620656967, 0.039245378226041794, -0.07586963474750519, 0.0314689576625824, -0.060405436903238297, -0.07552991807460785, -0.03722400963306427, -0.028465405106544495, -0.09132689982652664, 0.16675986349582672, -0.11130212247371674, 0.06035055220127106, 0.16001324355602264, 0.021197395399212837, 0.03523072600364685, -0.05174810439348221, 0.18330632150173187, -0.112345851957798, 0.020098978653550148, 0.15624848008155823, -0.013005592860281467, 0.08254575729370117, 0.08188403397798538, -0.013132697902619839, -0.10316278785467148, 0.05240294709801674, 0.001463406952098012, -0.10209372639656067, -0.1950312703847885, -0.10119245946407318, -0.08230090886354446, 0.15922248363494873, 0.06361804902553558, 0.058937788009643555, 0.17968137562274933, 0.07578518986701965, -0.038606274873018265, -0.00038743947516195476, -0.00239798822440207, 0.08808282762765884, 0.13635766506195068, -0.01442645862698555, 0.1225903332233429, -0.04975935071706772, -0.10913994163274765, 0.12899059057235718, 0.01750512234866619, 0.03937286511063576, 0.051435839384794235, 0.021011192351579666, -0.011281835846602917, 0.11866551637649536, 0.13484057784080505, 0.10447502881288528, -0.015693627297878265, -0.0293489471077919, -0.04774824157357216, -0.01359935849905014, -0.033305928111076355, 0.03640862926840782, 0.008061517030000687, -0.14140670001506805, -0.06158366799354553, -0.11537835001945496, 0.08758961409330368, 0.10668005049228668, 0.07567808032035828, -0.21108253300189972, -0.003950516227632761, 0.07933880388736725, -0.03630997985601425, -0.11126025766134262, 0.08416172116994858, 0.03095286712050438, -0.1277567446231842, 0.07218055427074432, -0.03519461303949356, 0.12458370625972748, -0.0032897875644266605, 0.09583556652069092, -0.03598680719733238, -0.027483470737934113, -0.013308011926710606, 0.09818253666162491, -0.3191508650779724, 0.1621316522359848, -0.017933005467057228, -0.0618131123483181, -0.06667962670326233, -0.02528184838593006, 0.015994107350707054, 0.07729468494653702, 0.10861869156360626, 0.021759910508990288, 0.01640525460243225, -0.07345785945653915, -0.042352862656116486, 0.038021303713321686, 0.12403716146945953, -0.06827268749475479, -0.012903391383588314, -0.04523605480790138, 0.00796645786613226, -0.017124788835644722, -0.008793274872004986, 0.006911922711879015, -0.14962191879749298, 0.05182485654950142, 0.014736213721334934, 0.07058768719434738, 0.0436982735991478, -0.014969068579375744, -0.09180716425180435, 0.18274778127670288, -0.015714606270194054, -0.07271543145179749, -0.12616917490959167, -0.05262751132249832, 0.030376195907592773, -0.05518756061792374, 0.021047864109277725, -0.06501689553260803, -0.0035362408962100744, -0.06755607575178146, -0.22007296979427338, 0.1278373897075653, -0.08437205106019974, -0.07192739844322205, -0.04912353679537773, 0.2010866105556488, -0.051223888993263245, 0.003238252131268382, 0.010222852230072021, 0.021994104608893394, -0.11474784463644028, -0.09469719231128693, 0.07112357765436172, -0.03247172012925148, 0.03123478777706623, 0.0022505864035338163, -0.04091062396764755, 0.016593176871538162, -0.06314414739608765, -0.011381587944924831, 0.27866554260253906, 0.23951324820518494, -0.040407944470644, 0.1904350072145462, 0.11012271791696548, -0.08163551241159439, -0.3069863021373749, -0.10166139155626297, -0.12140648066997528, -0.02996143139898777, -0.017288926988840103, -0.16865339875221252, 0.06477722525596619, 0.038930367678403854, 0.009261871688067913, 0.13778774440288544, -0.20730599761009216, -0.08823523670434952, 0.09138026833534241, -0.02557477355003357, 0.43079736828804016, -0.1257614940404892, -0.08959750831127167, -0.051866497844457626, -0.16516901552677155, 0.2173919379711151, -0.021592965349555016, 0.07857322692871094, -0.029561417177319527, 0.11770006269216537, 0.04697660356760025, -0.010707763023674488, 0.08040876686573029, -0.00884756539016962, 0.008373050950467587, -0.12410011142492294, -0.02768467366695404, 0.04874192550778389, 0.012378438375890255, 0.0013600040692836046, -0.09389680624008179, 0.020313434302806854, -0.15990203619003296, -0.018549781292676926, -0.11233476549386978, 0.07682323455810547, 0.025788001716136932, -0.06466120481491089, -0.003637736663222313, -0.04986237734556198, -0.015892893075942993, -0.01400828268378973, 0.1717434972524643, -0.04862768203020096, 0.19366511702537537, 0.03501616790890694, 0.11570870876312256, -0.1362973153591156, 0.06143493950366974, -0.06429426372051239, -0.07528600096702576, 0.07427702099084854, -0.1537967324256897, 0.05111055448651314, 0.09430045634508133, -0.030276626348495483, 0.05380253866314888, 0.08795086294412613, -0.003969982732087374, 0.004800081253051758, 0.15867236256599426, -0.2786487936973572, 0.01320126373320818, -0.07396841049194336, -0.06665283441543579, 0.10506758838891983, 0.06261139363050461, 0.17162823677062988, 0.011681869626045227, -0.056615445762872696, 0.01595049723982811, 0.02499506063759327, -0.04915530979633331, 0.04529924690723419, 0.008104361593723297, -0.010991688817739487, -0.13640300929546356, 0.08699746429920197, 0.0042801909148693085, -0.1531187742948532, 0.024680746719241142, 0.2155698835849762, -0.1260155886411667, -0.10237220674753189, -0.03444112092256546, 0.08444061875343323, -0.11519137024879456, 0.01753072999417782, -0.030764780938625336, -0.09109894186258316, 0.07448896765708923, 0.15248911082744598, 0.049206193536520004, 0.11775100976228714, -0.015379221178591251, -0.011753370985388756, -0.05147303268313408, -0.0317845419049263, 0.025745956227183342, 0.017857374623417854, -0.08257177472114563, 0.06648801267147064, -0.022109810262918472, 0.14559012651443481, -0.09791336953639984, -0.06602771580219269, -0.1468091756105423, -0.009785634465515614, -0.0695481076836586, -0.09207163751125336, -0.08133620768785477, -0.062133077532052994, 0.0010387726360931993, -0.03962359577417374, -0.04795864596962929, -0.0791037380695343, -0.10289866477251053, 0.009435068815946579, -0.02305566892027855, 0.03256045654416084, -0.06115729361772537, 0.007872066460549831, 0.12092912197113037, -0.028174830600619316, 0.16686207056045532, 0.1458095908164978, -0.09536580741405487, 0.10568815469741821, -0.16346460580825806, -0.08964221179485321, 0.0939340740442276, -0.01729099079966545, 0.027899714186787605, 0.11666940152645111, 0.014932696707546711, 0.04195788502693176, 0.035977672785520554, 0.06045130267739296, 0.03587699308991432, -0.11899011582136154, 0.07665140181779861, 0.009481414221227169, -0.1612047255039215, -0.06303887814283371, -0.08555969595909119, 0.030386725440621376, 0.021575886756181717, 0.12225193530321121, -0.045776769518852234, 0.0887017622590065, -0.07972796261310577, 0.027257539331912994, 0.02293219044804573, -0.181223064661026, -0.047844018787145615, -0.053065262734889984, 0.032686229795217514, 0.018960151821374893, 0.1893557906150818, 0.027213018387556076, -0.03697650134563446, 0.04549255222082138, 0.1042066365480423, 0.005313898902386427, 0.004829791374504566, 0.16259528696537018, 0.09423433989286423, -0.07654286175966263, -0.12226779758930206, 0.07556461542844772, 0.019673259928822517, -0.044067107141017914, 0.10607215762138367, -0.002448870101943612, 0.020163848996162415, 0.06910120695829391, -0.014892932027578354, 0.034322552382946014, -0.044286008924245834, -0.10698256641626358, -0.023580113425850868, 0.046367425471544266, 0.00669879000633955, 0.12847968935966492, 0.177873894572258, -0.002574790036305785, 0.025011489167809486, -0.0363602340221405, -0.024931130930781364, -0.13864666223526, -0.1558164656162262, -0.06855984032154083, -0.14875617623329163, 0.012976853176951408, -0.0915176048874855, 0.04695429280400276, 0.028682325035333633, 0.06887643784284592, -0.07052405923604965, 0.04384735971689224, 0.06974220275878906, -0.12065785378217697, 0.09397104382514954, -0.028081456199288368, 0.03704333305358887, -0.006730496883392334, -0.012833851389586926, -0.10013298690319061, 0.035936567932367325, -0.01747855544090271, 0.045271266251802444, -0.04546798765659332, 0.030429324135184288, -0.1703072488307953, -0.124412901699543, -0.04034453630447388, 0.06420420855283737, -0.06510858237743378, 0.03512151539325714, 0.019115818664431572, 0.013339218683540821, 0.03305599465966225, 0.23020225763320923, -0.03704051673412323, -0.02329315058887005, -0.042310282588005066, 0.16692522168159485, -0.014016710221767426, 0.08088304847478867, -0.03037172369658947, 0.0002500463742762804, -0.08417443931102753, 0.3385351300239563, 0.3027777075767517, -0.09020252525806427, 0.019915465265512466, -0.030905582010746002, 0.03936264291405678, 0.11892254650592804, 0.13376617431640625, 0.09784641861915588, 0.2282467782497406, -0.07217609137296677, -0.03032243251800537, -0.020507147535681725, -0.011079044081270695, -0.06650827825069427, 0.0879674032330513, 0.02507801540195942, -0.05553486570715904, -0.031693898141384125, 0.0812700018286705, -0.2327648252248764, 0.10665327310562134, -0.11289316415786743, -0.1636168211698532, -0.039189815521240234, 0.0042042857967317104, 0.08908319473266602, 0.015396242961287498, 0.11228121817111969, 0.009163780137896538, -0.07585213333368301, 0.017798418179154396, 0.028085503727197647, -0.24201616644859314, -0.008133855648338795, 0.060310713946819305, -0.12939085066318512, -0.004324504639953375, -0.027167800813913345, 0.007199867628514767, 0.059822265058755875, 0.029368450865149498, -0.04319324716925621, -0.001257759635336697, -0.010450302623212337, -0.008644461631774902, -0.011618612334132195, 0.07065588980913162, 0.046958792954683304, -0.13329142332077026, 0.06869500875473022, -0.11774353682994843, 0.033477768301963806, -0.05866728723049164, -0.015255378559231758, 0.000037100471672602, 0.03460683673620224, -0.04829782620072365, 0.07058211416006088, 0.07688362896442413, -0.015606098808348179, 0.000610517687164247, -0.0802936851978302, -0.036274004727602005, -0.019796574488282204, -0.09252054989337921, -0.08371094614267349, -0.13031646609306335, -0.11573562026023865, 0.1029667928814888, -0.02224794402718544, -0.19213621318340302, 0.03111329674720764, -0.12165344506502151, 0.045619383454322815, -0.1751558482646942, 0.11076030135154724, 0.08046020567417145, 0.01831907220184803, 0.011516088619828224, -0.02576824277639389, 0.08821021765470505, 0.11728470027446747, -0.07783648371696472, -0.08528783172369003 ]
null
null
transformers
<div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1375897213671403523/OLi1JNeQ_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">Inkling ꩜f Jꙮy 🔅🔎🔥 🤖 AI Bot </div> <div style="font-size: 15px">@glitchesroux bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@glitchesroux's tweets](https://twitter.com/glitchesroux). | Data | Quantity | | --- | --- | | Tweets downloaded | 3178 | | Retweets | 2579 | | Short tweets | 105 | | Tweets kept | 494 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/1h103fds/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @glitchesroux's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/7rgoifll) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/7rgoifll/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/glitchesroux') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/glitchesroux/1616902247472/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/glitchesroux
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
Inkling ꩜f Jꙮy AI Bot @glitchesroux bot I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on @glitchesroux's tweets. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @glitchesroux'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 57 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 0.004547144751995802, -0.006708405911922455, -0.007013476919382811, 0.01947171241044998, 0.15818242728710175, 0.03448796644806862, 0.08709780126810074, 0.15389476716518402, -0.019877297803759575, -0.022431448101997375, 0.18047170341014862, 0.173692986369133, -0.012988686561584473, 0.09047263860702515, -0.05271327868103981, -0.2622397541999817, 0.03682216629385948, 0.05513067543506622, -0.007422737777233124, 0.14252057671546936, 0.07580838352441788, -0.023790201172232628, 0.11380083113908768, -0.02966974675655365, -0.202972412109375, 0.03197307139635086, 0.0615268237888813, -0.09518525749444962, 0.11083168536424637, 0.04628797993063927, 0.08698221296072006, 0.022143812850117683, -0.07331052422523499, -0.120787613093853, 0.04532235115766525, 0.045263588428497314, -0.06358368694782257, 0.06480421870946884, 0.08820623904466629, -0.1065920814871788, 0.1416475921869278, 0.07373794168233871, -0.01588049717247486, 0.07824484258890152, -0.17789237201213837, -0.03725104406476021, -0.036331940442323685, 0.007741300854831934, 0.07058489322662354, 0.0750737413764, -0.019116664305329323, 0.1746976524591446, -0.06598041951656342, 0.09777773916721344, 0.17528840899467468, -0.2887236773967743, -0.018040433526039124, 0.0492081381380558, 0.0887371376156807, 0.04900359362363815, -0.024227341637015343, 0.08339477330446243, 0.06365471333265305, 0.01686069741845131, 0.014271941967308521, -0.06960906833410263, -0.09346919506788254, 0.03645368665456772, -0.06932124495506287, -0.05699722096323967, 0.22001419961452484, -0.0334535576403141, 0.04674676060676575, -0.03953840583562851, -0.09316058456897736, -0.028927378356456757, -0.027232296764850616, -0.00907184462994337, -0.05413005128502846, 0.08754174411296844, -0.015151693485677242, -0.06331931799650192, -0.1435878872871399, -0.012912428006529808, -0.15805892646312714, 0.13816505670547485, 0.004333257209509611, 0.04586424678564072, -0.22094038128852844, 0.1012546569108963, 0.022817784920334816, -0.08995530754327774, 0.04930093511939049, -0.09425957500934601, 0.0717538446187973, 0.0007676240638829768, -0.04885277524590492, -0.02944779396057129, 0.08848895877599716, 0.14690880477428436, -0.02718975953757763, 0.005980455316603184, -0.01338018849492073, 0.0733228251338005, 0.059399042278528214, 0.028748195618391037, -0.006081049330532551, -0.052236080169677734, 0.05618719011545181, -0.1417204737663269, -0.010511515662074089, -0.07227712869644165, -0.10605388879776001, -0.04232237488031387, 0.03443120792508125, 0.060671232640743256, 0.042230576276779175, 0.11220116913318634, -0.04771716892719269, -0.01857093721628189, 0.05281376466155052, -0.03979083523154259, -0.008994937874376774, -0.01990325190126896, 0.018122754991054535, 0.13074275851249695, -0.019943278282880783, 0.03407962992787361, -0.10256942361593246, 0.05431444197893143, -0.10281401127576828, -0.01971535198390484, -0.014149561524391174, -0.04367954283952713, 0.031883664429187775, -0.12165860831737518, 0.016123656183481216, -0.16833168268203735, -0.14714312553405762, 0.002859292319044471, -0.016588665544986725, -0.017911825329065323, -0.07954888790845871, -0.04400517791509628, -0.02466505579650402, 0.06924423575401306, -0.04276731237769127, -0.00935916043817997, -0.05846982076764107, 0.11090090870857239, -0.05349889397621155, 0.07203050702810287, -0.1194647029042244, 0.0557217076420784, -0.14930842816829681, -0.013004516251385212, -0.04842504858970642, 0.07119924575090408, 0.015398351475596428, 0.1813964694738388, -0.006925920024514198, -0.003623353084549308, -0.09382472932338715, 0.06455672532320023, -0.02733452245593071, 0.24096953868865967, -0.0756828561425209, -0.14226967096328735, 0.21630549430847168, -0.06334739923477173, -0.14993034303188324, 0.1314547061920166, 0.01843975856900215, 0.08251222223043442, 0.10434340685606003, 0.19023460149765015, 0.01808990351855755, -0.007808534894138575, 0.054424818605184555, 0.07603957504034042, -0.1683882623910904, -0.033340878784656525, 0.0012923459289595485, -0.00014291972911451012, -0.1366809904575348, 0.04632483050227165, 0.1230006217956543, 0.09730340540409088, -0.07249721139669418, -0.018487868830561638, -0.030607668682932854, 0.0016078021144494414, 0.04144361615180969, -0.0005212334799580276, 0.09951234608888626, -0.1033509373664856, -0.04366454482078552, -0.06751791387796402, -0.002970147645100951, 0.011176802217960358, 0.03924661502242088, -0.04455869272351265, 0.09700342267751694, -0.007412149105221033, 0.0545678474009037, -0.13708296418190002, -0.07981666922569275, -0.016090448945760727, 0.1597585678100586, 0.040224816650152206, 0.04663374274969101, 0.0566885769367218, -0.05624469742178917, -0.015493324026465416, -0.010199432261288166, 0.16243304312229156, -0.04404180869460106, -0.07694169133901596, -0.07860849797725677, 0.10474636405706406, -0.06389671564102173, 0.026263169944286346, -0.051667314022779465, 0.024654213339090347, 0.04686986654996872, 0.1110762283205986, 0.004046999383717775, 0.026442723348736763, -0.012835992500185966, -0.007690808270126581, -0.07657550275325775, -0.01617686077952385, 0.1077079176902771, -0.0017721779877319932, -0.06809886544942856, 0.2437063455581665, -0.16884316504001617, 0.21163912117481232, 0.20976658165454865, -0.2492678016424179, -0.02882898785173893, -0.04848965257406235, -0.04766342043876648, -0.0012878701090812683, 0.06041788309812546, -0.034700244665145874, 0.09027024358510971, -0.03288675472140312, 0.16564396023750305, -0.051203593611717224, -0.07646744698286057, 0.019007064402103424, -0.05823178589344025, -0.05114857107400894, 0.07018019258975983, 0.08213616907596588, -0.1630844622850418, 0.18756183981895447, 0.21879082918167114, 0.06839460134506226, 0.2044064849615097, 0.00858453568071127, -0.010656360536813736, 0.07200875878334045, -0.04608747735619545, -0.03843220695853233, -0.06601633131504059, -0.15238076448440552, -0.03009703755378723, 0.06625645607709885, 0.030863380059599876, 0.09900964051485062, -0.09019728004932404, -0.08104760944843292, -0.017665131017565727, 0.004776675254106522, 0.00156646769028157, 0.11991100758314133, 0.03676433861255646, 0.13820022344589233, -0.01955524832010269, 0.022415857762098312, 0.08040772378444672, 0.016582515090703964, -0.10843544453382492, 0.16101348400115967, -0.13329310715198517, -0.3788211941719055, -0.14546175301074982, -0.13134250044822693, -0.020925991237163544, 0.03777816519141197, 0.1120775043964386, -0.1329103261232376, 0.005511005409061909, -0.007893978618085384, 0.10391844809055328, -0.08707519620656967, 0.039245378226041794, -0.07586963474750519, 0.0314689576625824, -0.060405436903238297, -0.07552991807460785, -0.03722400963306427, -0.028465405106544495, -0.09132689982652664, 0.16675986349582672, -0.11130212247371674, 0.06035055220127106, 0.16001324355602264, 0.021197395399212837, 0.03523072600364685, -0.05174810439348221, 0.18330632150173187, -0.112345851957798, 0.020098978653550148, 0.15624848008155823, -0.013005592860281467, 0.08254575729370117, 0.08188403397798538, -0.013132697902619839, -0.10316278785467148, 0.05240294709801674, 0.001463406952098012, -0.10209372639656067, -0.1950312703847885, -0.10119245946407318, -0.08230090886354446, 0.15922248363494873, 0.06361804902553558, 0.058937788009643555, 0.17968137562274933, 0.07578518986701965, -0.038606274873018265, -0.00038743947516195476, -0.00239798822440207, 0.08808282762765884, 0.13635766506195068, -0.01442645862698555, 0.1225903332233429, -0.04975935071706772, -0.10913994163274765, 0.12899059057235718, 0.01750512234866619, 0.03937286511063576, 0.051435839384794235, 0.021011192351579666, -0.011281835846602917, 0.11866551637649536, 0.13484057784080505, 0.10447502881288528, -0.015693627297878265, -0.0293489471077919, -0.04774824157357216, -0.01359935849905014, -0.033305928111076355, 0.03640862926840782, 0.008061517030000687, -0.14140670001506805, -0.06158366799354553, -0.11537835001945496, 0.08758961409330368, 0.10668005049228668, 0.07567808032035828, -0.21108253300189972, -0.003950516227632761, 0.07933880388736725, -0.03630997985601425, -0.11126025766134262, 0.08416172116994858, 0.03095286712050438, -0.1277567446231842, 0.07218055427074432, -0.03519461303949356, 0.12458370625972748, -0.0032897875644266605, 0.09583556652069092, -0.03598680719733238, -0.027483470737934113, -0.013308011926710606, 0.09818253666162491, -0.3191508650779724, 0.1621316522359848, -0.017933005467057228, -0.0618131123483181, -0.06667962670326233, -0.02528184838593006, 0.015994107350707054, 0.07729468494653702, 0.10861869156360626, 0.021759910508990288, 0.01640525460243225, -0.07345785945653915, -0.042352862656116486, 0.038021303713321686, 0.12403716146945953, -0.06827268749475479, -0.012903391383588314, -0.04523605480790138, 0.00796645786613226, -0.017124788835644722, -0.008793274872004986, 0.006911922711879015, -0.14962191879749298, 0.05182485654950142, 0.014736213721334934, 0.07058768719434738, 0.0436982735991478, -0.014969068579375744, -0.09180716425180435, 0.18274778127670288, -0.015714606270194054, -0.07271543145179749, -0.12616917490959167, -0.05262751132249832, 0.030376195907592773, -0.05518756061792374, 0.021047864109277725, -0.06501689553260803, -0.0035362408962100744, -0.06755607575178146, -0.22007296979427338, 0.1278373897075653, -0.08437205106019974, -0.07192739844322205, -0.04912353679537773, 0.2010866105556488, -0.051223888993263245, 0.003238252131268382, 0.010222852230072021, 0.021994104608893394, -0.11474784463644028, -0.09469719231128693, 0.07112357765436172, -0.03247172012925148, 0.03123478777706623, 0.0022505864035338163, -0.04091062396764755, 0.016593176871538162, -0.06314414739608765, -0.011381587944924831, 0.27866554260253906, 0.23951324820518494, -0.040407944470644, 0.1904350072145462, 0.11012271791696548, -0.08163551241159439, -0.3069863021373749, -0.10166139155626297, -0.12140648066997528, -0.02996143139898777, -0.017288926988840103, -0.16865339875221252, 0.06477722525596619, 0.038930367678403854, 0.009261871688067913, 0.13778774440288544, -0.20730599761009216, -0.08823523670434952, 0.09138026833534241, -0.02557477355003357, 0.43079736828804016, -0.1257614940404892, -0.08959750831127167, -0.051866497844457626, -0.16516901552677155, 0.2173919379711151, -0.021592965349555016, 0.07857322692871094, -0.029561417177319527, 0.11770006269216537, 0.04697660356760025, -0.010707763023674488, 0.08040876686573029, -0.00884756539016962, 0.008373050950467587, -0.12410011142492294, -0.02768467366695404, 0.04874192550778389, 0.012378438375890255, 0.0013600040692836046, -0.09389680624008179, 0.020313434302806854, -0.15990203619003296, -0.018549781292676926, -0.11233476549386978, 0.07682323455810547, 0.025788001716136932, -0.06466120481491089, -0.003637736663222313, -0.04986237734556198, -0.015892893075942993, -0.01400828268378973, 0.1717434972524643, -0.04862768203020096, 0.19366511702537537, 0.03501616790890694, 0.11570870876312256, -0.1362973153591156, 0.06143493950366974, -0.06429426372051239, -0.07528600096702576, 0.07427702099084854, -0.1537967324256897, 0.05111055448651314, 0.09430045634508133, -0.030276626348495483, 0.05380253866314888, 0.08795086294412613, -0.003969982732087374, 0.004800081253051758, 0.15867236256599426, -0.2786487936973572, 0.01320126373320818, -0.07396841049194336, -0.06665283441543579, 0.10506758838891983, 0.06261139363050461, 0.17162823677062988, 0.011681869626045227, -0.056615445762872696, 0.01595049723982811, 0.02499506063759327, -0.04915530979633331, 0.04529924690723419, 0.008104361593723297, -0.010991688817739487, -0.13640300929546356, 0.08699746429920197, 0.0042801909148693085, -0.1531187742948532, 0.024680746719241142, 0.2155698835849762, -0.1260155886411667, -0.10237220674753189, -0.03444112092256546, 0.08444061875343323, -0.11519137024879456, 0.01753072999417782, -0.030764780938625336, -0.09109894186258316, 0.07448896765708923, 0.15248911082744598, 0.049206193536520004, 0.11775100976228714, -0.015379221178591251, -0.011753370985388756, -0.05147303268313408, -0.0317845419049263, 0.025745956227183342, 0.017857374623417854, -0.08257177472114563, 0.06648801267147064, -0.022109810262918472, 0.14559012651443481, -0.09791336953639984, -0.06602771580219269, -0.1468091756105423, -0.009785634465515614, -0.0695481076836586, -0.09207163751125336, -0.08133620768785477, -0.062133077532052994, 0.0010387726360931993, -0.03962359577417374, -0.04795864596962929, -0.0791037380695343, -0.10289866477251053, 0.009435068815946579, -0.02305566892027855, 0.03256045654416084, -0.06115729361772537, 0.007872066460549831, 0.12092912197113037, -0.028174830600619316, 0.16686207056045532, 0.1458095908164978, -0.09536580741405487, 0.10568815469741821, -0.16346460580825806, -0.08964221179485321, 0.0939340740442276, -0.01729099079966545, 0.027899714186787605, 0.11666940152645111, 0.014932696707546711, 0.04195788502693176, 0.035977672785520554, 0.06045130267739296, 0.03587699308991432, -0.11899011582136154, 0.07665140181779861, 0.009481414221227169, -0.1612047255039215, -0.06303887814283371, -0.08555969595909119, 0.030386725440621376, 0.021575886756181717, 0.12225193530321121, -0.045776769518852234, 0.0887017622590065, -0.07972796261310577, 0.027257539331912994, 0.02293219044804573, -0.181223064661026, -0.047844018787145615, -0.053065262734889984, 0.032686229795217514, 0.018960151821374893, 0.1893557906150818, 0.027213018387556076, -0.03697650134563446, 0.04549255222082138, 0.1042066365480423, 0.005313898902386427, 0.004829791374504566, 0.16259528696537018, 0.09423433989286423, -0.07654286175966263, -0.12226779758930206, 0.07556461542844772, 0.019673259928822517, -0.044067107141017914, 0.10607215762138367, -0.002448870101943612, 0.020163848996162415, 0.06910120695829391, -0.014892932027578354, 0.034322552382946014, -0.044286008924245834, -0.10698256641626358, -0.023580113425850868, 0.046367425471544266, 0.00669879000633955, 0.12847968935966492, 0.177873894572258, -0.002574790036305785, 0.025011489167809486, -0.0363602340221405, -0.024931130930781364, -0.13864666223526, -0.1558164656162262, -0.06855984032154083, -0.14875617623329163, 0.012976853176951408, -0.0915176048874855, 0.04695429280400276, 0.028682325035333633, 0.06887643784284592, -0.07052405923604965, 0.04384735971689224, 0.06974220275878906, -0.12065785378217697, 0.09397104382514954, -0.028081456199288368, 0.03704333305358887, -0.006730496883392334, -0.012833851389586926, -0.10013298690319061, 0.035936567932367325, -0.01747855544090271, 0.045271266251802444, -0.04546798765659332, 0.030429324135184288, -0.1703072488307953, -0.124412901699543, -0.04034453630447388, 0.06420420855283737, -0.06510858237743378, 0.03512151539325714, 0.019115818664431572, 0.013339218683540821, 0.03305599465966225, 0.23020225763320923, -0.03704051673412323, -0.02329315058887005, -0.042310282588005066, 0.16692522168159485, -0.014016710221767426, 0.08088304847478867, -0.03037172369658947, 0.0002500463742762804, -0.08417443931102753, 0.3385351300239563, 0.3027777075767517, -0.09020252525806427, 0.019915465265512466, -0.030905582010746002, 0.03936264291405678, 0.11892254650592804, 0.13376617431640625, 0.09784641861915588, 0.2282467782497406, -0.07217609137296677, -0.03032243251800537, -0.020507147535681725, -0.011079044081270695, -0.06650827825069427, 0.0879674032330513, 0.02507801540195942, -0.05553486570715904, -0.031693898141384125, 0.0812700018286705, -0.2327648252248764, 0.10665327310562134, -0.11289316415786743, -0.1636168211698532, -0.039189815521240234, 0.0042042857967317104, 0.08908319473266602, 0.015396242961287498, 0.11228121817111969, 0.009163780137896538, -0.07585213333368301, 0.017798418179154396, 0.028085503727197647, -0.24201616644859314, -0.008133855648338795, 0.060310713946819305, -0.12939085066318512, -0.004324504639953375, -0.027167800813913345, 0.007199867628514767, 0.059822265058755875, 0.029368450865149498, -0.04319324716925621, -0.001257759635336697, -0.010450302623212337, -0.008644461631774902, -0.011618612334132195, 0.07065588980913162, 0.046958792954683304, -0.13329142332077026, 0.06869500875473022, -0.11774353682994843, 0.033477768301963806, -0.05866728723049164, -0.015255378559231758, 0.000037100471672602, 0.03460683673620224, -0.04829782620072365, 0.07058211416006088, 0.07688362896442413, -0.015606098808348179, 0.000610517687164247, -0.0802936851978302, -0.036274004727602005, -0.019796574488282204, -0.09252054989337921, -0.08371094614267349, -0.13031646609306335, -0.11573562026023865, 0.1029667928814888, -0.02224794402718544, -0.19213621318340302, 0.03111329674720764, -0.12165344506502151, 0.045619383454322815, -0.1751558482646942, 0.11076030135154724, 0.08046020567417145, 0.01831907220184803, 0.011516088619828224, -0.02576824277639389, 0.08821021765470505, 0.11728470027446747, -0.07783648371696472, -0.08528783172369003 ]
null
null
transformers
<div class="inline-flex flex-col" style="line-height: 1.5;"> <div class="flex"> <div style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;https://pbs.twimg.com/profile_images/1484899984126451716/oY7g67aC_400x400.jpg&#39;)"> </div> <div style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)"> </div> <div style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)"> </div> </div> <div style="text-align: center; margin-top: 3px; font-size: 16px; font-weight: 800">🤖 AI BOT 🤖</div> <div style="text-align: center; font-size: 16px; font-weight: 800">💙💗🤍 Mama Ava's House of Fun 💙💗🤍</div> <div style="text-align: center; font-size: 14px;">@glitchy22</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on tweets from 💙💗🤍 Mama Ava's House of Fun 💙💗🤍. | Data | 💙💗🤍 Mama Ava's House of Fun 💙💗🤍 | | --- | --- | | Tweets downloaded | 1690 | | Retweets | 198 | | Short tweets | 387 | | Tweets kept | 1105 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/2h5yvnyr/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @glitchy22's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/2t3bkiiv) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/2t3bkiiv/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/glitchy22') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "http://www.huggingtweets.com/glitchy22/1643317484748/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/glitchy22
[ "transformers", "pytorch", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
AI BOT Mama Ava's House of Fun @glitchy22 I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on tweets from Mama Ava's House of Fun . Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @glitchy22'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 54 ]
[ "passage: TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ -0.0001764487533364445, -0.01891571842133999, -0.0068881697952747345, 0.01242890115827322, 0.16224369406700134, 0.04406825825572014, 0.08452208340167999, 0.14250440895557404, -0.026455026119947433, -0.016114573925733566, 0.17334569990634918, 0.17106501758098602, -0.014037161134183407, 0.08718273043632507, -0.05552244931459427, -0.2646014094352722, 0.044212065637111664, 0.058431971818208694, -0.020032864063978195, 0.14111687242984772, 0.0714879110455513, -0.01828647032380104, 0.10845158249139786, -0.02953636273741722, -0.18877948820590973, 0.03499612212181091, 0.05605728179216385, -0.09992336481809616, 0.11936124414205551, 0.04713086411356926, 0.08659981191158295, 0.015409729443490505, -0.07482189685106277, -0.12249794602394104, 0.03866785019636154, 0.041891295462846756, -0.0629689022898674, 0.05911329388618469, 0.08818957209587097, -0.11120674759149551, 0.1456013321876526, 0.07799911499023438, -0.01863223686814308, 0.07941857725381851, -0.17164963483810425, -0.019008882343769073, -0.036983806639909744, 0.005464354529976845, 0.057414017617702484, 0.07476010918617249, -0.01932354085147381, 0.1732589453458786, -0.0767555758357048, 0.09587065875530243, 0.16117197275161743, -0.2913956344127655, -0.005072304047644138, 0.0498935841023922, 0.06722559779882431, 0.03902119770646095, -0.015738610178232193, 0.08706029504537582, 0.06277379393577576, 0.02536560781300068, -0.0014978112885728478, -0.06339331716299057, -0.0928240567445755, 0.04014677554368973, -0.0745372325181961, -0.06578013300895691, 0.20811960101127625, -0.039430033415555954, 0.050536420196294785, -0.03807967156171799, -0.10491003096103668, -0.02197154052555561, -0.015753688290715218, 0.00720712635666132, -0.06031509116292, 0.08949250727891922, -0.014659170061349869, -0.07363511621952057, -0.15025688707828522, -0.016003666445612907, -0.18369624018669128, 0.1574522852897644, 0.003967532888054848, 0.04864242300391197, -0.2093716263771057, 0.11408322304487228, 0.020872395485639572, -0.08021171391010284, 0.047296058386564255, -0.09546594321727753, 0.07179957628250122, 0.002116252202540636, -0.05267130210995674, -0.02264278009533882, 0.08682441711425781, 0.15258505940437317, -0.026140356436371803, 0.0017382961232215166, -0.027155736461281776, 0.07059825956821442, 0.05281682312488556, 0.040018972009420395, -0.017763059586286545, -0.04289618879556656, 0.045782025903463364, -0.15945611894130707, -0.007582054473459721, -0.06918198615312576, -0.1068587526679039, -0.05112413689494133, 0.022331949323415756, 0.06442617624998093, 0.031878020614385605, 0.11345649510622025, -0.04609488695859909, -0.014168480411171913, 0.06350603699684143, -0.042460083961486816, -0.0172110628336668, -0.016047241166234016, 0.015319211408495903, 0.14095398783683777, -0.018181998282670975, 0.030711950734257698, -0.11251416057348251, 0.0645761713385582, -0.09946728497743607, -0.01914660818874836, -0.0071241967380046844, -0.04078202322125435, 0.029947424307465553, -0.13505136966705322, 0.010975461453199387, -0.1711256355047226, -0.14874492585659027, 0.009897243231534958, -0.02876151353120804, -0.018498392775654793, -0.059200938791036606, -0.03973992541432381, -0.01719699800014496, 0.06084148958325386, -0.04528016224503517, 0.0009662628290243447, -0.05951235070824623, 0.11524756252765656, -0.05245914310216904, 0.06888316571712494, -0.13250301778316498, 0.05976588651537895, -0.15375985205173492, -0.00870948750525713, -0.04503806680440903, 0.08287355303764343, 0.017666861414909363, 0.16653785109519958, -0.006960130762308836, -0.012972959317266941, -0.09847598522901535, 0.06441020965576172, -0.023426895961165428, 0.24133971333503723, -0.06349262595176697, -0.143473818898201, 0.22233937680721283, -0.06944137066602707, -0.1420930027961731, 0.12657590210437775, 0.020838137716054916, 0.07354387640953064, 0.10204131156206131, 0.19502143561840057, 0.014321080408990383, 0.006638950202614069, 0.054760824888944626, 0.0820525735616684, -0.17468082904815674, -0.03090454451739788, -0.00916894432157278, -0.01691337674856186, -0.1358218789100647, 0.043003637343645096, 0.11889315396547318, 0.10293904691934586, -0.07099705934524536, -0.013554582372307777, -0.03317642584443092, -0.004439891315996647, 0.06940841674804688, -0.007896981202065945, 0.09806080162525177, -0.09929461032152176, -0.040301576256752014, -0.058301206678152084, -0.006890235934406519, 0.0024084753822535276, 0.04120192304253578, -0.040066637098789215, 0.10096675902605057, -0.0006905568297952414, 0.05225489288568497, -0.14046427607536316, -0.07798092812299728, -0.020940499380230904, 0.1575685739517212, 0.04120592027902603, 0.04776391014456749, 0.057414863258600235, -0.0481991246342659, -0.0158701092004776, -0.009968787431716919, 0.16312187910079956, -0.0394844189286232, -0.06968989968299866, -0.056453973054885864, 0.10656707733869553, -0.058365050703287125, 0.03222460299730301, -0.04202231392264366, 0.022449776530265808, 0.060929615050554276, 0.12114907056093216, -0.0026538248639553785, 0.029062092304229736, -0.01023187953978777, -0.0038288652431219816, -0.07459788024425507, -0.020947640761733055, 0.10031349956989288, -0.004600553773343563, -0.08327498286962509, 0.23685328662395477, -0.17454755306243896, 0.19663569331169128, 0.2115958034992218, -0.2628093659877777, -0.024321777746081352, -0.06840608268976212, -0.05017746612429619, 0.003011465771123767, 0.05876095965504646, -0.04692309722304344, 0.09809201210737228, -0.02521132305264473, 0.16497591137886047, -0.04652651026844978, -0.07362692058086395, 0.016456644982099533, -0.05898859724402428, -0.0463954322040081, 0.0659271627664566, 0.08106416463851929, -0.15480613708496094, 0.18694530427455902, 0.20838376879692078, 0.07612863928079605, 0.19334357976913452, 0.004058185499161482, -0.014812501147389412, 0.08005014806985855, -0.03805047646164894, -0.04202093929052353, -0.07553261518478394, -0.16944189369678497, -0.01902174763381481, 0.07485251128673553, 0.03750864416360855, 0.11274250596761703, -0.10172852873802185, -0.07372885197401047, -0.016179129481315613, -0.005032413639128208, 0.005167648661881685, 0.1174640879034996, 0.045775800943374634, 0.14043675363063812, -0.019972821697592735, 0.03493902459740639, 0.08747350424528122, 0.02448674477636814, -0.10759711265563965, 0.16407065093517303, -0.14081640541553497, -0.38538745045661926, -0.16212545335292816, -0.13394121825695038, -0.029274288564920425, 0.04825805127620697, 0.11038947850465775, -0.13598975539207458, 0.0011978530092164874, -0.003706524148583412, 0.12342415004968643, -0.0806080624461174, 0.03755999356508255, -0.07838296890258789, 0.026997538283467293, -0.06349453330039978, -0.07917723804712296, -0.036463622003793716, -0.03232228383421898, -0.10000553727149963, 0.1757805496454239, -0.11054177582263947, 0.057571277022361755, 0.1741490364074707, 0.022440658882260323, 0.034390855580568314, -0.0513761006295681, 0.17275545001029968, -0.11779367178678513, 0.02093288116157055, 0.16278521716594696, -0.01799617148935795, 0.08678310364484787, 0.08059167861938477, -0.015366556122899055, -0.10777527838945389, 0.05196633189916611, 0.0019955262541770935, -0.1096891239285469, -0.20052047073841095, -0.12150565534830093, -0.0784008651971817, 0.14483654499053955, 0.05303339660167694, 0.05915789678692818, 0.17167222499847412, 0.08591149002313614, -0.04288473725318909, -0.004711467772722244, -0.012867298908531666, 0.07781979441642761, 0.1684085726737976, -0.017248503863811493, 0.11789125204086304, -0.05446818470954895, -0.11601924896240234, 0.13826869428157806, 0.02504623495042324, 0.050291191786527634, 0.04182872176170349, 0.008374262601137161, -0.009610554203391075, 0.09969738125801086, 0.12988939881324768, 0.118865467607975, -0.008107239380478859, -0.0232877004891634, -0.03601100295782089, -0.00860752072185278, -0.03570752218365669, 0.034572016447782516, 0.011757065542042255, -0.16013272106647491, -0.05726486071944237, -0.12173470109701157, 0.0964120477437973, 0.09787409752607346, 0.08039643615484238, -0.2033146470785141, -0.004589703865349293, 0.07378163933753967, -0.03603411093354225, -0.11624246090650558, 0.086527980864048, 0.033109065145254135, -0.1271866261959076, 0.0817195475101471, -0.03352120518684387, 0.115711510181427, -0.017423994839191437, 0.09427224844694138, -0.04346824064850807, -0.0329415462911129, -0.012381686829030514, 0.10430185496807098, -0.30799204111099243, 0.17485815286636353, -0.019660785794258118, -0.07034741342067719, -0.07672256976366043, -0.025566134601831436, 0.017929747700691223, 0.07530300319194794, 0.09619415551424026, 0.024311896413564682, 0.04642496258020401, -0.09243860840797424, -0.03940937668085098, 0.034113768488168716, 0.13641610741615295, -0.0638844221830368, -0.015862328931689262, -0.04075292870402336, 0.01116214320063591, -0.019626103341579437, -0.027355113998055458, 0.018256209790706635, -0.1504947543144226, 0.05358212813735008, 0.017237937077879906, 0.0753018707036972, 0.03889141231775284, -0.007973386906087399, -0.10224062204360962, 0.18268363177776337, -0.03004412353038788, -0.08521177619695663, -0.127006396651268, -0.04812724515795708, 0.04587927460670471, -0.051474425941705704, 0.034381575882434845, -0.06691597402095795, -0.011345877312123775, -0.06886660307645798, -0.21483656764030457, 0.12495172768831253, -0.0775398537516594, -0.07874035835266113, -0.03474915772676468, 0.20981398224830627, -0.05076101794838905, -0.00018431349599268287, 0.01172169204801321, 0.014822970144450665, -0.1086968258023262, -0.10466268658638, 0.06874550879001617, -0.034708425402641296, 0.02743770368397236, 0.02760813757777214, -0.03700246661901474, 0.02073092758655548, -0.06074898689985275, -0.01314478274434805, 0.2849438786506653, 0.22848764061927795, -0.035804633051157, 0.1875685602426529, 0.10711772739887238, -0.07248730212450027, -0.30828598141670227, -0.0999293103814125, -0.13133330643177032, -0.033457282930612564, -0.02052777260541916, -0.17081500589847565, 0.07089676707983017, 0.04558560997247696, 0.00998434517532587, 0.14900504052639008, -0.21140912175178528, -0.08518896996974945, 0.1092359870672226, -0.03466132655739784, 0.42140644788742065, -0.1164151057600975, -0.09652433544397354, -0.05340435355901718, -0.15239587426185608, 0.20086675882339478, -0.01557826716452837, 0.08761543780565262, -0.031178412958979607, 0.14360429346561432, 0.04995222017168999, -0.01680157333612442, 0.08329997956752777, 0.0014065488940104842, 0.004026432521641254, -0.12653036415576935, -0.022627411410212517, 0.0504734143614769, 0.021120509132742882, 0.0054380460642278194, -0.07736434042453766, 0.028706049546599388, -0.14863882958889008, -0.024921666830778122, -0.10909338295459747, 0.08278775960206985, 0.03857516124844551, -0.07422378659248352, -0.010892878286540508, -0.05615931376814842, -0.023589344695210457, -0.012528443709015846, 0.13453009724617004, -0.050522636622190475, 0.1720355898141861, 0.036824267357587814, 0.11522943526506424, -0.13816054165363312, 0.06146138161420822, -0.07406572997570038, -0.07532623410224915, 0.06773588061332703, -0.13577620685100555, 0.05240122601389885, 0.10075365751981735, -0.03372569754719734, 0.04758675396442413, 0.08927652984857559, 0.000919255951885134, 0.009403540752828121, 0.15953567624092102, -0.2761637568473816, 0.01791755110025406, -0.07046908140182495, -0.07692829519510269, 0.112159863114357, 0.07484955340623856, 0.181244894862175, 0.02791808731853962, -0.0472177192568779, 0.012221097014844418, 0.019269011914730072, -0.05120278522372246, 0.0548672117292881, 0.006578541360795498, -0.011816216632723808, -0.14148055016994476, 0.08790901303291321, -0.0015104453777894378, -0.1429632604122162, 0.02210722118616104, 0.19665491580963135, -0.13288317620754242, -0.10024755448102951, -0.05081937462091446, 0.057288672775030136, -0.13861924409866333, 0.008680099621415138, -0.01990172080695629, -0.09562872350215912, 0.0756591260433197, 0.1573420912027359, 0.05079081282019615, 0.12963363528251648, -0.02916029281914234, -0.008411908522248268, -0.04279141128063202, -0.051675889641046524, 0.02788730151951313, 0.019720058888196945, -0.07752392441034317, 0.08735781908035278, -0.024015765637159348, 0.14329436421394348, -0.10051412135362625, -0.06987810134887695, -0.1344141960144043, -0.005019306670874357, -0.09607285261154175, -0.0959741547703743, -0.08079583197832108, -0.061935000121593475, 0.004180733114480972, -0.039079975336790085, -0.0417400486767292, -0.08063078671693802, -0.10278100520372391, 0.016344387084245682, -0.02737213484942913, 0.028547246009111404, -0.07021904736757278, 0.008450011722743511, 0.12212047725915909, -0.029432062059640884, 0.17478644847869873, 0.15045183897018433, -0.10443241149187088, 0.10585668683052063, -0.17528948187828064, -0.10057486593723297, 0.10386897623538971, -0.01424362976104021, 0.02509693056344986, 0.12928596138954163, 0.018586233258247375, 0.04242280498147011, 0.03278495371341705, 0.06450606882572174, 0.04438134282827377, -0.11879310011863708, 0.08265755325555801, -0.002198860514909029, -0.15595629811286926, -0.061124756932258606, -0.09235648810863495, 0.02707000821828842, 0.02035105973482132, 0.11072126775979996, -0.04177020862698555, 0.08901136368513107, -0.06589431315660477, 0.023006385192275047, 0.025188656523823738, -0.17641755938529968, -0.03692740947008133, -0.05073147267103195, 0.03235582634806633, 0.028527792543172836, 0.22216679155826569, 0.015049049630761147, -0.030550595372915268, 0.0387740358710289, 0.12439186871051788, 0.015807392075657845, -0.0005460345419123769, 0.1709187924861908, 0.10334094613790512, -0.07364179939031601, -0.14011329412460327, 0.0676020160317421, 0.012262817472219467, -0.05599943920969963, 0.11458845436573029, -0.01812131516635418, -0.006866521667689085, 0.0670672059059143, -0.019556820392608643, 0.03449620306491852, -0.06607513129711151, -0.12762659788131714, -0.02478908933699131, 0.04269528388977051, 0.0029638311825692654, 0.12794137001037598, 0.15664103627204895, -0.005168106406927109, 0.026651626452803612, -0.015845872461795807, -0.023246217519044876, -0.13421551883220673, -0.15646639466285706, -0.06222613900899887, -0.14998294413089752, 0.022462334483861923, -0.08663632720708847, 0.047867026180028915, 0.05302877724170685, 0.07266844809055328, -0.06541765481233597, 0.06867647916078568, 0.049353908747434616, -0.11939282715320587, 0.08969518542289734, -0.024748487398028374, 0.04455447196960449, -0.0018985075876116753, -0.03077637031674385, -0.10359742492437363, 0.042003192007541656, -0.01649407483637333, 0.045346152037382126, -0.04421991854906082, 0.022579338401556015, -0.1750071942806244, -0.10995419323444366, -0.04818427562713623, 0.06838665902614594, -0.06683412194252014, 0.04056481271982193, 0.01606888137757778, 0.011690732091665268, 0.030521972104907036, 0.22083373367786407, -0.041100796312093735, -0.04384056478738785, -0.041319385170936584, 0.1635150909423828, -0.014866671524941921, 0.08733032643795013, -0.027159888297319412, -0.008534550666809082, -0.09159335494041443, 0.3551705777645111, 0.29626867175102234, -0.08988689631223679, 0.018322573974728584, -0.023403000086545944, 0.04054094851016998, 0.13749836385250092, 0.13930056989192963, 0.09693139791488647, 0.23870247602462769, -0.069560706615448, -0.05235563591122627, -0.01810343936085701, -0.013992605730891228, -0.06698887050151825, 0.09740167111158371, 0.02308662235736847, -0.05992421507835388, -0.0399320125579834, 0.09157036244869232, -0.2363831102848053, 0.1119081899523735, -0.1049022525548935, -0.15424089133739471, -0.03413557633757591, 0.011207441799342632, 0.07758733630180359, 0.01318280678242445, 0.11218693852424622, 0.013466300442814827, -0.0844072625041008, 0.014990749768912792, 0.034041877835989, -0.25270384550094604, 0.004782035481184721, 0.053680628538131714, -0.12391778826713562, -0.004765757359564304, -0.025234686210751534, 0.013625700026750565, 0.05700398609042168, 0.04094824194908142, -0.03069460764527321, 0.016096249222755432, -0.006652043666690588, -0.020144162699580193, -0.008288858458399773, 0.05953062325716019, 0.04713095352053642, -0.1559005230665207, 0.06380777060985565, -0.13577982783317566, 0.04075455665588379, -0.023885579779744148, -0.012463473714888096, -0.0012933483812958002, 0.01776987873017788, -0.0522073432803154, 0.06581555306911469, 0.07255802303552628, -0.0144086554646492, 0.008549283258616924, -0.08346639573574066, -0.034440234303474426, -0.023841137066483498, -0.10951124131679535, -0.08404874801635742, -0.13158579170703888, -0.12121031433343887, 0.10822955518960953, -0.02819518744945526, -0.18475614488124847, 0.03248962014913559, -0.12301548570394516, 0.05860345810651779, -0.17328192293643951, 0.11332228779792786, 0.07014153152704239, 0.018578365445137024, 0.01264720968902111, -0.007008096668869257, 0.08073210716247559, 0.11507359892129898, -0.0813264548778534, -0.08199906349182129 ]
null
null
transformers
<div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1375299004414763009/2fzD8QOB_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">Gabriel 🏳️‍🌈💦😈🌎🔥🥺 🤖 AI Bot </div> <div style="font-size: 15px">@glockmetal bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@glockmetal's tweets](https://twitter.com/glockmetal). | Data | Quantity | | --- | --- | | Tweets downloaded | 3206 | | Retweets | 290 | | Short tweets | 921 | | Tweets kept | 1995 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/3dx8iokq/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @glockmetal's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/3s7p5y1r) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/3s7p5y1r/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/glockmetal') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/glockmetal/1617166556495/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/glockmetal
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
Gabriel ️‍ AI Bot @glockmetal bot I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on @glockmetal's tweets. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @glockmetal'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 57 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 0.004547144751995802, -0.006708405911922455, -0.007013476919382811, 0.01947171241044998, 0.15818242728710175, 0.03448796644806862, 0.08709780126810074, 0.15389476716518402, -0.019877297803759575, -0.022431448101997375, 0.18047170341014862, 0.173692986369133, -0.012988686561584473, 0.09047263860702515, -0.05271327868103981, -0.2622397541999817, 0.03682216629385948, 0.05513067543506622, -0.007422737777233124, 0.14252057671546936, 0.07580838352441788, -0.023790201172232628, 0.11380083113908768, -0.02966974675655365, -0.202972412109375, 0.03197307139635086, 0.0615268237888813, -0.09518525749444962, 0.11083168536424637, 0.04628797993063927, 0.08698221296072006, 0.022143812850117683, -0.07331052422523499, -0.120787613093853, 0.04532235115766525, 0.045263588428497314, -0.06358368694782257, 0.06480421870946884, 0.08820623904466629, -0.1065920814871788, 0.1416475921869278, 0.07373794168233871, -0.01588049717247486, 0.07824484258890152, -0.17789237201213837, -0.03725104406476021, -0.036331940442323685, 0.007741300854831934, 0.07058489322662354, 0.0750737413764, -0.019116664305329323, 0.1746976524591446, -0.06598041951656342, 0.09777773916721344, 0.17528840899467468, -0.2887236773967743, -0.018040433526039124, 0.0492081381380558, 0.0887371376156807, 0.04900359362363815, -0.024227341637015343, 0.08339477330446243, 0.06365471333265305, 0.01686069741845131, 0.014271941967308521, -0.06960906833410263, -0.09346919506788254, 0.03645368665456772, -0.06932124495506287, -0.05699722096323967, 0.22001419961452484, -0.0334535576403141, 0.04674676060676575, -0.03953840583562851, -0.09316058456897736, -0.028927378356456757, -0.027232296764850616, -0.00907184462994337, -0.05413005128502846, 0.08754174411296844, -0.015151693485677242, -0.06331931799650192, -0.1435878872871399, -0.012912428006529808, -0.15805892646312714, 0.13816505670547485, 0.004333257209509611, 0.04586424678564072, -0.22094038128852844, 0.1012546569108963, 0.022817784920334816, -0.08995530754327774, 0.04930093511939049, -0.09425957500934601, 0.0717538446187973, 0.0007676240638829768, -0.04885277524590492, -0.02944779396057129, 0.08848895877599716, 0.14690880477428436, -0.02718975953757763, 0.005980455316603184, -0.01338018849492073, 0.0733228251338005, 0.059399042278528214, 0.028748195618391037, -0.006081049330532551, -0.052236080169677734, 0.05618719011545181, -0.1417204737663269, -0.010511515662074089, -0.07227712869644165, -0.10605388879776001, -0.04232237488031387, 0.03443120792508125, 0.060671232640743256, 0.042230576276779175, 0.11220116913318634, -0.04771716892719269, -0.01857093721628189, 0.05281376466155052, -0.03979083523154259, -0.008994937874376774, -0.01990325190126896, 0.018122754991054535, 0.13074275851249695, -0.019943278282880783, 0.03407962992787361, -0.10256942361593246, 0.05431444197893143, -0.10281401127576828, -0.01971535198390484, -0.014149561524391174, -0.04367954283952713, 0.031883664429187775, -0.12165860831737518, 0.016123656183481216, -0.16833168268203735, -0.14714312553405762, 0.002859292319044471, -0.016588665544986725, -0.017911825329065323, -0.07954888790845871, -0.04400517791509628, -0.02466505579650402, 0.06924423575401306, -0.04276731237769127, -0.00935916043817997, -0.05846982076764107, 0.11090090870857239, -0.05349889397621155, 0.07203050702810287, -0.1194647029042244, 0.0557217076420784, -0.14930842816829681, -0.013004516251385212, -0.04842504858970642, 0.07119924575090408, 0.015398351475596428, 0.1813964694738388, -0.006925920024514198, -0.003623353084549308, -0.09382472932338715, 0.06455672532320023, -0.02733452245593071, 0.24096953868865967, -0.0756828561425209, -0.14226967096328735, 0.21630549430847168, -0.06334739923477173, -0.14993034303188324, 0.1314547061920166, 0.01843975856900215, 0.08251222223043442, 0.10434340685606003, 0.19023460149765015, 0.01808990351855755, -0.007808534894138575, 0.054424818605184555, 0.07603957504034042, -0.1683882623910904, -0.033340878784656525, 0.0012923459289595485, -0.00014291972911451012, -0.1366809904575348, 0.04632483050227165, 0.1230006217956543, 0.09730340540409088, -0.07249721139669418, -0.018487868830561638, -0.030607668682932854, 0.0016078021144494414, 0.04144361615180969, -0.0005212334799580276, 0.09951234608888626, -0.1033509373664856, -0.04366454482078552, -0.06751791387796402, -0.002970147645100951, 0.011176802217960358, 0.03924661502242088, -0.04455869272351265, 0.09700342267751694, -0.007412149105221033, 0.0545678474009037, -0.13708296418190002, -0.07981666922569275, -0.016090448945760727, 0.1597585678100586, 0.040224816650152206, 0.04663374274969101, 0.0566885769367218, -0.05624469742178917, -0.015493324026465416, -0.010199432261288166, 0.16243304312229156, -0.04404180869460106, -0.07694169133901596, -0.07860849797725677, 0.10474636405706406, -0.06389671564102173, 0.026263169944286346, -0.051667314022779465, 0.024654213339090347, 0.04686986654996872, 0.1110762283205986, 0.004046999383717775, 0.026442723348736763, -0.012835992500185966, -0.007690808270126581, -0.07657550275325775, -0.01617686077952385, 0.1077079176902771, -0.0017721779877319932, -0.06809886544942856, 0.2437063455581665, -0.16884316504001617, 0.21163912117481232, 0.20976658165454865, -0.2492678016424179, -0.02882898785173893, -0.04848965257406235, -0.04766342043876648, -0.0012878701090812683, 0.06041788309812546, -0.034700244665145874, 0.09027024358510971, -0.03288675472140312, 0.16564396023750305, -0.051203593611717224, -0.07646744698286057, 0.019007064402103424, -0.05823178589344025, -0.05114857107400894, 0.07018019258975983, 0.08213616907596588, -0.1630844622850418, 0.18756183981895447, 0.21879082918167114, 0.06839460134506226, 0.2044064849615097, 0.00858453568071127, -0.010656360536813736, 0.07200875878334045, -0.04608747735619545, -0.03843220695853233, -0.06601633131504059, -0.15238076448440552, -0.03009703755378723, 0.06625645607709885, 0.030863380059599876, 0.09900964051485062, -0.09019728004932404, -0.08104760944843292, -0.017665131017565727, 0.004776675254106522, 0.00156646769028157, 0.11991100758314133, 0.03676433861255646, 0.13820022344589233, -0.01955524832010269, 0.022415857762098312, 0.08040772378444672, 0.016582515090703964, -0.10843544453382492, 0.16101348400115967, -0.13329310715198517, -0.3788211941719055, -0.14546175301074982, -0.13134250044822693, -0.020925991237163544, 0.03777816519141197, 0.1120775043964386, -0.1329103261232376, 0.005511005409061909, -0.007893978618085384, 0.10391844809055328, -0.08707519620656967, 0.039245378226041794, -0.07586963474750519, 0.0314689576625824, -0.060405436903238297, -0.07552991807460785, -0.03722400963306427, -0.028465405106544495, -0.09132689982652664, 0.16675986349582672, -0.11130212247371674, 0.06035055220127106, 0.16001324355602264, 0.021197395399212837, 0.03523072600364685, -0.05174810439348221, 0.18330632150173187, -0.112345851957798, 0.020098978653550148, 0.15624848008155823, -0.013005592860281467, 0.08254575729370117, 0.08188403397798538, -0.013132697902619839, -0.10316278785467148, 0.05240294709801674, 0.001463406952098012, -0.10209372639656067, -0.1950312703847885, -0.10119245946407318, -0.08230090886354446, 0.15922248363494873, 0.06361804902553558, 0.058937788009643555, 0.17968137562274933, 0.07578518986701965, -0.038606274873018265, -0.00038743947516195476, -0.00239798822440207, 0.08808282762765884, 0.13635766506195068, -0.01442645862698555, 0.1225903332233429, -0.04975935071706772, -0.10913994163274765, 0.12899059057235718, 0.01750512234866619, 0.03937286511063576, 0.051435839384794235, 0.021011192351579666, -0.011281835846602917, 0.11866551637649536, 0.13484057784080505, 0.10447502881288528, -0.015693627297878265, -0.0293489471077919, -0.04774824157357216, -0.01359935849905014, -0.033305928111076355, 0.03640862926840782, 0.008061517030000687, -0.14140670001506805, -0.06158366799354553, -0.11537835001945496, 0.08758961409330368, 0.10668005049228668, 0.07567808032035828, -0.21108253300189972, -0.003950516227632761, 0.07933880388736725, -0.03630997985601425, -0.11126025766134262, 0.08416172116994858, 0.03095286712050438, -0.1277567446231842, 0.07218055427074432, -0.03519461303949356, 0.12458370625972748, -0.0032897875644266605, 0.09583556652069092, -0.03598680719733238, -0.027483470737934113, -0.013308011926710606, 0.09818253666162491, -0.3191508650779724, 0.1621316522359848, -0.017933005467057228, -0.0618131123483181, -0.06667962670326233, -0.02528184838593006, 0.015994107350707054, 0.07729468494653702, 0.10861869156360626, 0.021759910508990288, 0.01640525460243225, -0.07345785945653915, -0.042352862656116486, 0.038021303713321686, 0.12403716146945953, -0.06827268749475479, -0.012903391383588314, -0.04523605480790138, 0.00796645786613226, -0.017124788835644722, -0.008793274872004986, 0.006911922711879015, -0.14962191879749298, 0.05182485654950142, 0.014736213721334934, 0.07058768719434738, 0.0436982735991478, -0.014969068579375744, -0.09180716425180435, 0.18274778127670288, -0.015714606270194054, -0.07271543145179749, -0.12616917490959167, -0.05262751132249832, 0.030376195907592773, -0.05518756061792374, 0.021047864109277725, -0.06501689553260803, -0.0035362408962100744, -0.06755607575178146, -0.22007296979427338, 0.1278373897075653, -0.08437205106019974, -0.07192739844322205, -0.04912353679537773, 0.2010866105556488, -0.051223888993263245, 0.003238252131268382, 0.010222852230072021, 0.021994104608893394, -0.11474784463644028, -0.09469719231128693, 0.07112357765436172, -0.03247172012925148, 0.03123478777706623, 0.0022505864035338163, -0.04091062396764755, 0.016593176871538162, -0.06314414739608765, -0.011381587944924831, 0.27866554260253906, 0.23951324820518494, -0.040407944470644, 0.1904350072145462, 0.11012271791696548, -0.08163551241159439, -0.3069863021373749, -0.10166139155626297, -0.12140648066997528, -0.02996143139898777, -0.017288926988840103, -0.16865339875221252, 0.06477722525596619, 0.038930367678403854, 0.009261871688067913, 0.13778774440288544, -0.20730599761009216, -0.08823523670434952, 0.09138026833534241, -0.02557477355003357, 0.43079736828804016, -0.1257614940404892, -0.08959750831127167, -0.051866497844457626, -0.16516901552677155, 0.2173919379711151, -0.021592965349555016, 0.07857322692871094, -0.029561417177319527, 0.11770006269216537, 0.04697660356760025, -0.010707763023674488, 0.08040876686573029, -0.00884756539016962, 0.008373050950467587, -0.12410011142492294, -0.02768467366695404, 0.04874192550778389, 0.012378438375890255, 0.0013600040692836046, -0.09389680624008179, 0.020313434302806854, -0.15990203619003296, -0.018549781292676926, -0.11233476549386978, 0.07682323455810547, 0.025788001716136932, -0.06466120481491089, -0.003637736663222313, -0.04986237734556198, -0.015892893075942993, -0.01400828268378973, 0.1717434972524643, -0.04862768203020096, 0.19366511702537537, 0.03501616790890694, 0.11570870876312256, -0.1362973153591156, 0.06143493950366974, -0.06429426372051239, -0.07528600096702576, 0.07427702099084854, -0.1537967324256897, 0.05111055448651314, 0.09430045634508133, -0.030276626348495483, 0.05380253866314888, 0.08795086294412613, -0.003969982732087374, 0.004800081253051758, 0.15867236256599426, -0.2786487936973572, 0.01320126373320818, -0.07396841049194336, -0.06665283441543579, 0.10506758838891983, 0.06261139363050461, 0.17162823677062988, 0.011681869626045227, -0.056615445762872696, 0.01595049723982811, 0.02499506063759327, -0.04915530979633331, 0.04529924690723419, 0.008104361593723297, -0.010991688817739487, -0.13640300929546356, 0.08699746429920197, 0.0042801909148693085, -0.1531187742948532, 0.024680746719241142, 0.2155698835849762, -0.1260155886411667, -0.10237220674753189, -0.03444112092256546, 0.08444061875343323, -0.11519137024879456, 0.01753072999417782, -0.030764780938625336, -0.09109894186258316, 0.07448896765708923, 0.15248911082744598, 0.049206193536520004, 0.11775100976228714, -0.015379221178591251, -0.011753370985388756, -0.05147303268313408, -0.0317845419049263, 0.025745956227183342, 0.017857374623417854, -0.08257177472114563, 0.06648801267147064, -0.022109810262918472, 0.14559012651443481, -0.09791336953639984, -0.06602771580219269, -0.1468091756105423, -0.009785634465515614, -0.0695481076836586, -0.09207163751125336, -0.08133620768785477, -0.062133077532052994, 0.0010387726360931993, -0.03962359577417374, -0.04795864596962929, -0.0791037380695343, -0.10289866477251053, 0.009435068815946579, -0.02305566892027855, 0.03256045654416084, -0.06115729361772537, 0.007872066460549831, 0.12092912197113037, -0.028174830600619316, 0.16686207056045532, 0.1458095908164978, -0.09536580741405487, 0.10568815469741821, -0.16346460580825806, -0.08964221179485321, 0.0939340740442276, -0.01729099079966545, 0.027899714186787605, 0.11666940152645111, 0.014932696707546711, 0.04195788502693176, 0.035977672785520554, 0.06045130267739296, 0.03587699308991432, -0.11899011582136154, 0.07665140181779861, 0.009481414221227169, -0.1612047255039215, -0.06303887814283371, -0.08555969595909119, 0.030386725440621376, 0.021575886756181717, 0.12225193530321121, -0.045776769518852234, 0.0887017622590065, -0.07972796261310577, 0.027257539331912994, 0.02293219044804573, -0.181223064661026, -0.047844018787145615, -0.053065262734889984, 0.032686229795217514, 0.018960151821374893, 0.1893557906150818, 0.027213018387556076, -0.03697650134563446, 0.04549255222082138, 0.1042066365480423, 0.005313898902386427, 0.004829791374504566, 0.16259528696537018, 0.09423433989286423, -0.07654286175966263, -0.12226779758930206, 0.07556461542844772, 0.019673259928822517, -0.044067107141017914, 0.10607215762138367, -0.002448870101943612, 0.020163848996162415, 0.06910120695829391, -0.014892932027578354, 0.034322552382946014, -0.044286008924245834, -0.10698256641626358, -0.023580113425850868, 0.046367425471544266, 0.00669879000633955, 0.12847968935966492, 0.177873894572258, -0.002574790036305785, 0.025011489167809486, -0.0363602340221405, -0.024931130930781364, -0.13864666223526, -0.1558164656162262, -0.06855984032154083, -0.14875617623329163, 0.012976853176951408, -0.0915176048874855, 0.04695429280400276, 0.028682325035333633, 0.06887643784284592, -0.07052405923604965, 0.04384735971689224, 0.06974220275878906, -0.12065785378217697, 0.09397104382514954, -0.028081456199288368, 0.03704333305358887, -0.006730496883392334, -0.012833851389586926, -0.10013298690319061, 0.035936567932367325, -0.01747855544090271, 0.045271266251802444, -0.04546798765659332, 0.030429324135184288, -0.1703072488307953, -0.124412901699543, -0.04034453630447388, 0.06420420855283737, -0.06510858237743378, 0.03512151539325714, 0.019115818664431572, 0.013339218683540821, 0.03305599465966225, 0.23020225763320923, -0.03704051673412323, -0.02329315058887005, -0.042310282588005066, 0.16692522168159485, -0.014016710221767426, 0.08088304847478867, -0.03037172369658947, 0.0002500463742762804, -0.08417443931102753, 0.3385351300239563, 0.3027777075767517, -0.09020252525806427, 0.019915465265512466, -0.030905582010746002, 0.03936264291405678, 0.11892254650592804, 0.13376617431640625, 0.09784641861915588, 0.2282467782497406, -0.07217609137296677, -0.03032243251800537, -0.020507147535681725, -0.011079044081270695, -0.06650827825069427, 0.0879674032330513, 0.02507801540195942, -0.05553486570715904, -0.031693898141384125, 0.0812700018286705, -0.2327648252248764, 0.10665327310562134, -0.11289316415786743, -0.1636168211698532, -0.039189815521240234, 0.0042042857967317104, 0.08908319473266602, 0.015396242961287498, 0.11228121817111969, 0.009163780137896538, -0.07585213333368301, 0.017798418179154396, 0.028085503727197647, -0.24201616644859314, -0.008133855648338795, 0.060310713946819305, -0.12939085066318512, -0.004324504639953375, -0.027167800813913345, 0.007199867628514767, 0.059822265058755875, 0.029368450865149498, -0.04319324716925621, -0.001257759635336697, -0.010450302623212337, -0.008644461631774902, -0.011618612334132195, 0.07065588980913162, 0.046958792954683304, -0.13329142332077026, 0.06869500875473022, -0.11774353682994843, 0.033477768301963806, -0.05866728723049164, -0.015255378559231758, 0.000037100471672602, 0.03460683673620224, -0.04829782620072365, 0.07058211416006088, 0.07688362896442413, -0.015606098808348179, 0.000610517687164247, -0.0802936851978302, -0.036274004727602005, -0.019796574488282204, -0.09252054989337921, -0.08371094614267349, -0.13031646609306335, -0.11573562026023865, 0.1029667928814888, -0.02224794402718544, -0.19213621318340302, 0.03111329674720764, -0.12165344506502151, 0.045619383454322815, -0.1751558482646942, 0.11076030135154724, 0.08046020567417145, 0.01831907220184803, 0.011516088619828224, -0.02576824277639389, 0.08821021765470505, 0.11728470027446747, -0.07783648371696472, -0.08528783172369003 ]
null
null
transformers
<div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1382482085307305984/PILbFOb-_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">GlowDonk 🤖 AI Bot </div> <div style="font-size: 15px">@glowdonk bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@glowdonk's tweets](https://twitter.com/glowdonk). | Data | Quantity | | --- | --- | | Tweets downloaded | 3228 | | Retweets | 190 | | Short tweets | 761 | | Tweets kept | 2277 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/sajyw4x6/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @glowdonk's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/27srcmsx) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/27srcmsx/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/glowdonk') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/glowdonk/1620242160895/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/glowdonk
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
GlowDonk AI Bot @glowdonk bot I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on @glowdonk's tweets. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @glowdonk'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 57 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 0.004547144751995802, -0.006708405911922455, -0.007013476919382811, 0.01947171241044998, 0.15818242728710175, 0.03448796644806862, 0.08709780126810074, 0.15389476716518402, -0.019877297803759575, -0.022431448101997375, 0.18047170341014862, 0.173692986369133, -0.012988686561584473, 0.09047263860702515, -0.05271327868103981, -0.2622397541999817, 0.03682216629385948, 0.05513067543506622, -0.007422737777233124, 0.14252057671546936, 0.07580838352441788, -0.023790201172232628, 0.11380083113908768, -0.02966974675655365, -0.202972412109375, 0.03197307139635086, 0.0615268237888813, -0.09518525749444962, 0.11083168536424637, 0.04628797993063927, 0.08698221296072006, 0.022143812850117683, -0.07331052422523499, -0.120787613093853, 0.04532235115766525, 0.045263588428497314, -0.06358368694782257, 0.06480421870946884, 0.08820623904466629, -0.1065920814871788, 0.1416475921869278, 0.07373794168233871, -0.01588049717247486, 0.07824484258890152, -0.17789237201213837, -0.03725104406476021, -0.036331940442323685, 0.007741300854831934, 0.07058489322662354, 0.0750737413764, -0.019116664305329323, 0.1746976524591446, -0.06598041951656342, 0.09777773916721344, 0.17528840899467468, -0.2887236773967743, -0.018040433526039124, 0.0492081381380558, 0.0887371376156807, 0.04900359362363815, -0.024227341637015343, 0.08339477330446243, 0.06365471333265305, 0.01686069741845131, 0.014271941967308521, -0.06960906833410263, -0.09346919506788254, 0.03645368665456772, -0.06932124495506287, -0.05699722096323967, 0.22001419961452484, -0.0334535576403141, 0.04674676060676575, -0.03953840583562851, -0.09316058456897736, -0.028927378356456757, -0.027232296764850616, -0.00907184462994337, -0.05413005128502846, 0.08754174411296844, -0.015151693485677242, -0.06331931799650192, -0.1435878872871399, -0.012912428006529808, -0.15805892646312714, 0.13816505670547485, 0.004333257209509611, 0.04586424678564072, -0.22094038128852844, 0.1012546569108963, 0.022817784920334816, -0.08995530754327774, 0.04930093511939049, -0.09425957500934601, 0.0717538446187973, 0.0007676240638829768, -0.04885277524590492, -0.02944779396057129, 0.08848895877599716, 0.14690880477428436, -0.02718975953757763, 0.005980455316603184, -0.01338018849492073, 0.0733228251338005, 0.059399042278528214, 0.028748195618391037, -0.006081049330532551, -0.052236080169677734, 0.05618719011545181, -0.1417204737663269, -0.010511515662074089, -0.07227712869644165, -0.10605388879776001, -0.04232237488031387, 0.03443120792508125, 0.060671232640743256, 0.042230576276779175, 0.11220116913318634, -0.04771716892719269, -0.01857093721628189, 0.05281376466155052, -0.03979083523154259, -0.008994937874376774, -0.01990325190126896, 0.018122754991054535, 0.13074275851249695, -0.019943278282880783, 0.03407962992787361, -0.10256942361593246, 0.05431444197893143, -0.10281401127576828, -0.01971535198390484, -0.014149561524391174, -0.04367954283952713, 0.031883664429187775, -0.12165860831737518, 0.016123656183481216, -0.16833168268203735, -0.14714312553405762, 0.002859292319044471, -0.016588665544986725, -0.017911825329065323, -0.07954888790845871, -0.04400517791509628, -0.02466505579650402, 0.06924423575401306, -0.04276731237769127, -0.00935916043817997, -0.05846982076764107, 0.11090090870857239, -0.05349889397621155, 0.07203050702810287, -0.1194647029042244, 0.0557217076420784, -0.14930842816829681, -0.013004516251385212, -0.04842504858970642, 0.07119924575090408, 0.015398351475596428, 0.1813964694738388, -0.006925920024514198, -0.003623353084549308, -0.09382472932338715, 0.06455672532320023, -0.02733452245593071, 0.24096953868865967, -0.0756828561425209, -0.14226967096328735, 0.21630549430847168, -0.06334739923477173, -0.14993034303188324, 0.1314547061920166, 0.01843975856900215, 0.08251222223043442, 0.10434340685606003, 0.19023460149765015, 0.01808990351855755, -0.007808534894138575, 0.054424818605184555, 0.07603957504034042, -0.1683882623910904, -0.033340878784656525, 0.0012923459289595485, -0.00014291972911451012, -0.1366809904575348, 0.04632483050227165, 0.1230006217956543, 0.09730340540409088, -0.07249721139669418, -0.018487868830561638, -0.030607668682932854, 0.0016078021144494414, 0.04144361615180969, -0.0005212334799580276, 0.09951234608888626, -0.1033509373664856, -0.04366454482078552, -0.06751791387796402, -0.002970147645100951, 0.011176802217960358, 0.03924661502242088, -0.04455869272351265, 0.09700342267751694, -0.007412149105221033, 0.0545678474009037, -0.13708296418190002, -0.07981666922569275, -0.016090448945760727, 0.1597585678100586, 0.040224816650152206, 0.04663374274969101, 0.0566885769367218, -0.05624469742178917, -0.015493324026465416, -0.010199432261288166, 0.16243304312229156, -0.04404180869460106, -0.07694169133901596, -0.07860849797725677, 0.10474636405706406, -0.06389671564102173, 0.026263169944286346, -0.051667314022779465, 0.024654213339090347, 0.04686986654996872, 0.1110762283205986, 0.004046999383717775, 0.026442723348736763, -0.012835992500185966, -0.007690808270126581, -0.07657550275325775, -0.01617686077952385, 0.1077079176902771, -0.0017721779877319932, -0.06809886544942856, 0.2437063455581665, -0.16884316504001617, 0.21163912117481232, 0.20976658165454865, -0.2492678016424179, -0.02882898785173893, -0.04848965257406235, -0.04766342043876648, -0.0012878701090812683, 0.06041788309812546, -0.034700244665145874, 0.09027024358510971, -0.03288675472140312, 0.16564396023750305, -0.051203593611717224, -0.07646744698286057, 0.019007064402103424, -0.05823178589344025, -0.05114857107400894, 0.07018019258975983, 0.08213616907596588, -0.1630844622850418, 0.18756183981895447, 0.21879082918167114, 0.06839460134506226, 0.2044064849615097, 0.00858453568071127, -0.010656360536813736, 0.07200875878334045, -0.04608747735619545, -0.03843220695853233, -0.06601633131504059, -0.15238076448440552, -0.03009703755378723, 0.06625645607709885, 0.030863380059599876, 0.09900964051485062, -0.09019728004932404, -0.08104760944843292, -0.017665131017565727, 0.004776675254106522, 0.00156646769028157, 0.11991100758314133, 0.03676433861255646, 0.13820022344589233, -0.01955524832010269, 0.022415857762098312, 0.08040772378444672, 0.016582515090703964, -0.10843544453382492, 0.16101348400115967, -0.13329310715198517, -0.3788211941719055, -0.14546175301074982, -0.13134250044822693, -0.020925991237163544, 0.03777816519141197, 0.1120775043964386, -0.1329103261232376, 0.005511005409061909, -0.007893978618085384, 0.10391844809055328, -0.08707519620656967, 0.039245378226041794, -0.07586963474750519, 0.0314689576625824, -0.060405436903238297, -0.07552991807460785, -0.03722400963306427, -0.028465405106544495, -0.09132689982652664, 0.16675986349582672, -0.11130212247371674, 0.06035055220127106, 0.16001324355602264, 0.021197395399212837, 0.03523072600364685, -0.05174810439348221, 0.18330632150173187, -0.112345851957798, 0.020098978653550148, 0.15624848008155823, -0.013005592860281467, 0.08254575729370117, 0.08188403397798538, -0.013132697902619839, -0.10316278785467148, 0.05240294709801674, 0.001463406952098012, -0.10209372639656067, -0.1950312703847885, -0.10119245946407318, -0.08230090886354446, 0.15922248363494873, 0.06361804902553558, 0.058937788009643555, 0.17968137562274933, 0.07578518986701965, -0.038606274873018265, -0.00038743947516195476, -0.00239798822440207, 0.08808282762765884, 0.13635766506195068, -0.01442645862698555, 0.1225903332233429, -0.04975935071706772, -0.10913994163274765, 0.12899059057235718, 0.01750512234866619, 0.03937286511063576, 0.051435839384794235, 0.021011192351579666, -0.011281835846602917, 0.11866551637649536, 0.13484057784080505, 0.10447502881288528, -0.015693627297878265, -0.0293489471077919, -0.04774824157357216, -0.01359935849905014, -0.033305928111076355, 0.03640862926840782, 0.008061517030000687, -0.14140670001506805, -0.06158366799354553, -0.11537835001945496, 0.08758961409330368, 0.10668005049228668, 0.07567808032035828, -0.21108253300189972, -0.003950516227632761, 0.07933880388736725, -0.03630997985601425, -0.11126025766134262, 0.08416172116994858, 0.03095286712050438, -0.1277567446231842, 0.07218055427074432, -0.03519461303949356, 0.12458370625972748, -0.0032897875644266605, 0.09583556652069092, -0.03598680719733238, -0.027483470737934113, -0.013308011926710606, 0.09818253666162491, -0.3191508650779724, 0.1621316522359848, -0.017933005467057228, -0.0618131123483181, -0.06667962670326233, -0.02528184838593006, 0.015994107350707054, 0.07729468494653702, 0.10861869156360626, 0.021759910508990288, 0.01640525460243225, -0.07345785945653915, -0.042352862656116486, 0.038021303713321686, 0.12403716146945953, -0.06827268749475479, -0.012903391383588314, -0.04523605480790138, 0.00796645786613226, -0.017124788835644722, -0.008793274872004986, 0.006911922711879015, -0.14962191879749298, 0.05182485654950142, 0.014736213721334934, 0.07058768719434738, 0.0436982735991478, -0.014969068579375744, -0.09180716425180435, 0.18274778127670288, -0.015714606270194054, -0.07271543145179749, -0.12616917490959167, -0.05262751132249832, 0.030376195907592773, -0.05518756061792374, 0.021047864109277725, -0.06501689553260803, -0.0035362408962100744, -0.06755607575178146, -0.22007296979427338, 0.1278373897075653, -0.08437205106019974, -0.07192739844322205, -0.04912353679537773, 0.2010866105556488, -0.051223888993263245, 0.003238252131268382, 0.010222852230072021, 0.021994104608893394, -0.11474784463644028, -0.09469719231128693, 0.07112357765436172, -0.03247172012925148, 0.03123478777706623, 0.0022505864035338163, -0.04091062396764755, 0.016593176871538162, -0.06314414739608765, -0.011381587944924831, 0.27866554260253906, 0.23951324820518494, -0.040407944470644, 0.1904350072145462, 0.11012271791696548, -0.08163551241159439, -0.3069863021373749, -0.10166139155626297, -0.12140648066997528, -0.02996143139898777, -0.017288926988840103, -0.16865339875221252, 0.06477722525596619, 0.038930367678403854, 0.009261871688067913, 0.13778774440288544, -0.20730599761009216, -0.08823523670434952, 0.09138026833534241, -0.02557477355003357, 0.43079736828804016, -0.1257614940404892, -0.08959750831127167, -0.051866497844457626, -0.16516901552677155, 0.2173919379711151, -0.021592965349555016, 0.07857322692871094, -0.029561417177319527, 0.11770006269216537, 0.04697660356760025, -0.010707763023674488, 0.08040876686573029, -0.00884756539016962, 0.008373050950467587, -0.12410011142492294, -0.02768467366695404, 0.04874192550778389, 0.012378438375890255, 0.0013600040692836046, -0.09389680624008179, 0.020313434302806854, -0.15990203619003296, -0.018549781292676926, -0.11233476549386978, 0.07682323455810547, 0.025788001716136932, -0.06466120481491089, -0.003637736663222313, -0.04986237734556198, -0.015892893075942993, -0.01400828268378973, 0.1717434972524643, -0.04862768203020096, 0.19366511702537537, 0.03501616790890694, 0.11570870876312256, -0.1362973153591156, 0.06143493950366974, -0.06429426372051239, -0.07528600096702576, 0.07427702099084854, -0.1537967324256897, 0.05111055448651314, 0.09430045634508133, -0.030276626348495483, 0.05380253866314888, 0.08795086294412613, -0.003969982732087374, 0.004800081253051758, 0.15867236256599426, -0.2786487936973572, 0.01320126373320818, -0.07396841049194336, -0.06665283441543579, 0.10506758838891983, 0.06261139363050461, 0.17162823677062988, 0.011681869626045227, -0.056615445762872696, 0.01595049723982811, 0.02499506063759327, -0.04915530979633331, 0.04529924690723419, 0.008104361593723297, -0.010991688817739487, -0.13640300929546356, 0.08699746429920197, 0.0042801909148693085, -0.1531187742948532, 0.024680746719241142, 0.2155698835849762, -0.1260155886411667, -0.10237220674753189, -0.03444112092256546, 0.08444061875343323, -0.11519137024879456, 0.01753072999417782, -0.030764780938625336, -0.09109894186258316, 0.07448896765708923, 0.15248911082744598, 0.049206193536520004, 0.11775100976228714, -0.015379221178591251, -0.011753370985388756, -0.05147303268313408, -0.0317845419049263, 0.025745956227183342, 0.017857374623417854, -0.08257177472114563, 0.06648801267147064, -0.022109810262918472, 0.14559012651443481, -0.09791336953639984, -0.06602771580219269, -0.1468091756105423, -0.009785634465515614, -0.0695481076836586, -0.09207163751125336, -0.08133620768785477, -0.062133077532052994, 0.0010387726360931993, -0.03962359577417374, -0.04795864596962929, -0.0791037380695343, -0.10289866477251053, 0.009435068815946579, -0.02305566892027855, 0.03256045654416084, -0.06115729361772537, 0.007872066460549831, 0.12092912197113037, -0.028174830600619316, 0.16686207056045532, 0.1458095908164978, -0.09536580741405487, 0.10568815469741821, -0.16346460580825806, -0.08964221179485321, 0.0939340740442276, -0.01729099079966545, 0.027899714186787605, 0.11666940152645111, 0.014932696707546711, 0.04195788502693176, 0.035977672785520554, 0.06045130267739296, 0.03587699308991432, -0.11899011582136154, 0.07665140181779861, 0.009481414221227169, -0.1612047255039215, -0.06303887814283371, -0.08555969595909119, 0.030386725440621376, 0.021575886756181717, 0.12225193530321121, -0.045776769518852234, 0.0887017622590065, -0.07972796261310577, 0.027257539331912994, 0.02293219044804573, -0.181223064661026, -0.047844018787145615, -0.053065262734889984, 0.032686229795217514, 0.018960151821374893, 0.1893557906150818, 0.027213018387556076, -0.03697650134563446, 0.04549255222082138, 0.1042066365480423, 0.005313898902386427, 0.004829791374504566, 0.16259528696537018, 0.09423433989286423, -0.07654286175966263, -0.12226779758930206, 0.07556461542844772, 0.019673259928822517, -0.044067107141017914, 0.10607215762138367, -0.002448870101943612, 0.020163848996162415, 0.06910120695829391, -0.014892932027578354, 0.034322552382946014, -0.044286008924245834, -0.10698256641626358, -0.023580113425850868, 0.046367425471544266, 0.00669879000633955, 0.12847968935966492, 0.177873894572258, -0.002574790036305785, 0.025011489167809486, -0.0363602340221405, -0.024931130930781364, -0.13864666223526, -0.1558164656162262, -0.06855984032154083, -0.14875617623329163, 0.012976853176951408, -0.0915176048874855, 0.04695429280400276, 0.028682325035333633, 0.06887643784284592, -0.07052405923604965, 0.04384735971689224, 0.06974220275878906, -0.12065785378217697, 0.09397104382514954, -0.028081456199288368, 0.03704333305358887, -0.006730496883392334, -0.012833851389586926, -0.10013298690319061, 0.035936567932367325, -0.01747855544090271, 0.045271266251802444, -0.04546798765659332, 0.030429324135184288, -0.1703072488307953, -0.124412901699543, -0.04034453630447388, 0.06420420855283737, -0.06510858237743378, 0.03512151539325714, 0.019115818664431572, 0.013339218683540821, 0.03305599465966225, 0.23020225763320923, -0.03704051673412323, -0.02329315058887005, -0.042310282588005066, 0.16692522168159485, -0.014016710221767426, 0.08088304847478867, -0.03037172369658947, 0.0002500463742762804, -0.08417443931102753, 0.3385351300239563, 0.3027777075767517, -0.09020252525806427, 0.019915465265512466, -0.030905582010746002, 0.03936264291405678, 0.11892254650592804, 0.13376617431640625, 0.09784641861915588, 0.2282467782497406, -0.07217609137296677, -0.03032243251800537, -0.020507147535681725, -0.011079044081270695, -0.06650827825069427, 0.0879674032330513, 0.02507801540195942, -0.05553486570715904, -0.031693898141384125, 0.0812700018286705, -0.2327648252248764, 0.10665327310562134, -0.11289316415786743, -0.1636168211698532, -0.039189815521240234, 0.0042042857967317104, 0.08908319473266602, 0.015396242961287498, 0.11228121817111969, 0.009163780137896538, -0.07585213333368301, 0.017798418179154396, 0.028085503727197647, -0.24201616644859314, -0.008133855648338795, 0.060310713946819305, -0.12939085066318512, -0.004324504639953375, -0.027167800813913345, 0.007199867628514767, 0.059822265058755875, 0.029368450865149498, -0.04319324716925621, -0.001257759635336697, -0.010450302623212337, -0.008644461631774902, -0.011618612334132195, 0.07065588980913162, 0.046958792954683304, -0.13329142332077026, 0.06869500875473022, -0.11774353682994843, 0.033477768301963806, -0.05866728723049164, -0.015255378559231758, 0.000037100471672602, 0.03460683673620224, -0.04829782620072365, 0.07058211416006088, 0.07688362896442413, -0.015606098808348179, 0.000610517687164247, -0.0802936851978302, -0.036274004727602005, -0.019796574488282204, -0.09252054989337921, -0.08371094614267349, -0.13031646609306335, -0.11573562026023865, 0.1029667928814888, -0.02224794402718544, -0.19213621318340302, 0.03111329674720764, -0.12165344506502151, 0.045619383454322815, -0.1751558482646942, 0.11076030135154724, 0.08046020567417145, 0.01831907220184803, 0.011516088619828224, -0.02576824277639389, 0.08821021765470505, 0.11728470027446747, -0.07783648371696472, -0.08528783172369003 ]
null
null
transformers
<div class="inline-flex flex-col" style="line-height: 1.5;"> <div class="flex"> <div style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;https://pbs.twimg.com/profile_images/1292227674539208704/uNcnG4c3_400x400.jpg&#39;)"> </div> <div style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)"> </div> <div style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)"> </div> </div> <div style="text-align: center; margin-top: 3px; font-size: 16px; font-weight: 800">🤖 AI BOT 🤖</div> <div style="text-align: center; font-size: 16px; font-weight: 800">gl0w</div> <div style="text-align: center; font-size: 14px;">@glownigga</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on tweets from gl0w. | Data | gl0w | | --- | --- | | Tweets downloaded | 3132 | | Retweets | 157 | | Short tweets | 776 | | Tweets kept | 2199 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/3t0rqzrr/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @glownigga's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/3qjksoiw) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/3qjksoiw/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/glownigga') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/glownigga/1626905715267/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/glownigga
[ "transformers", "pytorch", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
AI BOT gl0w @glownigga I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on tweets from gl0w. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @glownigga'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 54 ]
[ "passage: TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ -0.0001764487533364445, -0.01891571842133999, -0.0068881697952747345, 0.01242890115827322, 0.16224369406700134, 0.04406825825572014, 0.08452208340167999, 0.14250440895557404, -0.026455026119947433, -0.016114573925733566, 0.17334569990634918, 0.17106501758098602, -0.014037161134183407, 0.08718273043632507, -0.05552244931459427, -0.2646014094352722, 0.044212065637111664, 0.058431971818208694, -0.020032864063978195, 0.14111687242984772, 0.0714879110455513, -0.01828647032380104, 0.10845158249139786, -0.02953636273741722, -0.18877948820590973, 0.03499612212181091, 0.05605728179216385, -0.09992336481809616, 0.11936124414205551, 0.04713086411356926, 0.08659981191158295, 0.015409729443490505, -0.07482189685106277, -0.12249794602394104, 0.03866785019636154, 0.041891295462846756, -0.0629689022898674, 0.05911329388618469, 0.08818957209587097, -0.11120674759149551, 0.1456013321876526, 0.07799911499023438, -0.01863223686814308, 0.07941857725381851, -0.17164963483810425, -0.019008882343769073, -0.036983806639909744, 0.005464354529976845, 0.057414017617702484, 0.07476010918617249, -0.01932354085147381, 0.1732589453458786, -0.0767555758357048, 0.09587065875530243, 0.16117197275161743, -0.2913956344127655, -0.005072304047644138, 0.0498935841023922, 0.06722559779882431, 0.03902119770646095, -0.015738610178232193, 0.08706029504537582, 0.06277379393577576, 0.02536560781300068, -0.0014978112885728478, -0.06339331716299057, -0.0928240567445755, 0.04014677554368973, -0.0745372325181961, -0.06578013300895691, 0.20811960101127625, -0.039430033415555954, 0.050536420196294785, -0.03807967156171799, -0.10491003096103668, -0.02197154052555561, -0.015753688290715218, 0.00720712635666132, -0.06031509116292, 0.08949250727891922, -0.014659170061349869, -0.07363511621952057, -0.15025688707828522, -0.016003666445612907, -0.18369624018669128, 0.1574522852897644, 0.003967532888054848, 0.04864242300391197, -0.2093716263771057, 0.11408322304487228, 0.020872395485639572, -0.08021171391010284, 0.047296058386564255, -0.09546594321727753, 0.07179957628250122, 0.002116252202540636, -0.05267130210995674, -0.02264278009533882, 0.08682441711425781, 0.15258505940437317, -0.026140356436371803, 0.0017382961232215166, -0.027155736461281776, 0.07059825956821442, 0.05281682312488556, 0.040018972009420395, -0.017763059586286545, -0.04289618879556656, 0.045782025903463364, -0.15945611894130707, -0.007582054473459721, -0.06918198615312576, -0.1068587526679039, -0.05112413689494133, 0.022331949323415756, 0.06442617624998093, 0.031878020614385605, 0.11345649510622025, -0.04609488695859909, -0.014168480411171913, 0.06350603699684143, -0.042460083961486816, -0.0172110628336668, -0.016047241166234016, 0.015319211408495903, 0.14095398783683777, -0.018181998282670975, 0.030711950734257698, -0.11251416057348251, 0.0645761713385582, -0.09946728497743607, -0.01914660818874836, -0.0071241967380046844, -0.04078202322125435, 0.029947424307465553, -0.13505136966705322, 0.010975461453199387, -0.1711256355047226, -0.14874492585659027, 0.009897243231534958, -0.02876151353120804, -0.018498392775654793, -0.059200938791036606, -0.03973992541432381, -0.01719699800014496, 0.06084148958325386, -0.04528016224503517, 0.0009662628290243447, -0.05951235070824623, 0.11524756252765656, -0.05245914310216904, 0.06888316571712494, -0.13250301778316498, 0.05976588651537895, -0.15375985205173492, -0.00870948750525713, -0.04503806680440903, 0.08287355303764343, 0.017666861414909363, 0.16653785109519958, -0.006960130762308836, -0.012972959317266941, -0.09847598522901535, 0.06441020965576172, -0.023426895961165428, 0.24133971333503723, -0.06349262595176697, -0.143473818898201, 0.22233937680721283, -0.06944137066602707, -0.1420930027961731, 0.12657590210437775, 0.020838137716054916, 0.07354387640953064, 0.10204131156206131, 0.19502143561840057, 0.014321080408990383, 0.006638950202614069, 0.054760824888944626, 0.0820525735616684, -0.17468082904815674, -0.03090454451739788, -0.00916894432157278, -0.01691337674856186, -0.1358218789100647, 0.043003637343645096, 0.11889315396547318, 0.10293904691934586, -0.07099705934524536, -0.013554582372307777, -0.03317642584443092, -0.004439891315996647, 0.06940841674804688, -0.007896981202065945, 0.09806080162525177, -0.09929461032152176, -0.040301576256752014, -0.058301206678152084, -0.006890235934406519, 0.0024084753822535276, 0.04120192304253578, -0.040066637098789215, 0.10096675902605057, -0.0006905568297952414, 0.05225489288568497, -0.14046427607536316, -0.07798092812299728, -0.020940499380230904, 0.1575685739517212, 0.04120592027902603, 0.04776391014456749, 0.057414863258600235, -0.0481991246342659, -0.0158701092004776, -0.009968787431716919, 0.16312187910079956, -0.0394844189286232, -0.06968989968299866, -0.056453973054885864, 0.10656707733869553, -0.058365050703287125, 0.03222460299730301, -0.04202231392264366, 0.022449776530265808, 0.060929615050554276, 0.12114907056093216, -0.0026538248639553785, 0.029062092304229736, -0.01023187953978777, -0.0038288652431219816, -0.07459788024425507, -0.020947640761733055, 0.10031349956989288, -0.004600553773343563, -0.08327498286962509, 0.23685328662395477, -0.17454755306243896, 0.19663569331169128, 0.2115958034992218, -0.2628093659877777, -0.024321777746081352, -0.06840608268976212, -0.05017746612429619, 0.003011465771123767, 0.05876095965504646, -0.04692309722304344, 0.09809201210737228, -0.02521132305264473, 0.16497591137886047, -0.04652651026844978, -0.07362692058086395, 0.016456644982099533, -0.05898859724402428, -0.0463954322040081, 0.0659271627664566, 0.08106416463851929, -0.15480613708496094, 0.18694530427455902, 0.20838376879692078, 0.07612863928079605, 0.19334357976913452, 0.004058185499161482, -0.014812501147389412, 0.08005014806985855, -0.03805047646164894, -0.04202093929052353, -0.07553261518478394, -0.16944189369678497, -0.01902174763381481, 0.07485251128673553, 0.03750864416360855, 0.11274250596761703, -0.10172852873802185, -0.07372885197401047, -0.016179129481315613, -0.005032413639128208, 0.005167648661881685, 0.1174640879034996, 0.045775800943374634, 0.14043675363063812, -0.019972821697592735, 0.03493902459740639, 0.08747350424528122, 0.02448674477636814, -0.10759711265563965, 0.16407065093517303, -0.14081640541553497, -0.38538745045661926, -0.16212545335292816, -0.13394121825695038, -0.029274288564920425, 0.04825805127620697, 0.11038947850465775, -0.13598975539207458, 0.0011978530092164874, -0.003706524148583412, 0.12342415004968643, -0.0806080624461174, 0.03755999356508255, -0.07838296890258789, 0.026997538283467293, -0.06349453330039978, -0.07917723804712296, -0.036463622003793716, -0.03232228383421898, -0.10000553727149963, 0.1757805496454239, -0.11054177582263947, 0.057571277022361755, 0.1741490364074707, 0.022440658882260323, 0.034390855580568314, -0.0513761006295681, 0.17275545001029968, -0.11779367178678513, 0.02093288116157055, 0.16278521716594696, -0.01799617148935795, 0.08678310364484787, 0.08059167861938477, -0.015366556122899055, -0.10777527838945389, 0.05196633189916611, 0.0019955262541770935, -0.1096891239285469, -0.20052047073841095, -0.12150565534830093, -0.0784008651971817, 0.14483654499053955, 0.05303339660167694, 0.05915789678692818, 0.17167222499847412, 0.08591149002313614, -0.04288473725318909, -0.004711467772722244, -0.012867298908531666, 0.07781979441642761, 0.1684085726737976, -0.017248503863811493, 0.11789125204086304, -0.05446818470954895, -0.11601924896240234, 0.13826869428157806, 0.02504623495042324, 0.050291191786527634, 0.04182872176170349, 0.008374262601137161, -0.009610554203391075, 0.09969738125801086, 0.12988939881324768, 0.118865467607975, -0.008107239380478859, -0.0232877004891634, -0.03601100295782089, -0.00860752072185278, -0.03570752218365669, 0.034572016447782516, 0.011757065542042255, -0.16013272106647491, -0.05726486071944237, -0.12173470109701157, 0.0964120477437973, 0.09787409752607346, 0.08039643615484238, -0.2033146470785141, -0.004589703865349293, 0.07378163933753967, -0.03603411093354225, -0.11624246090650558, 0.086527980864048, 0.033109065145254135, -0.1271866261959076, 0.0817195475101471, -0.03352120518684387, 0.115711510181427, -0.017423994839191437, 0.09427224844694138, -0.04346824064850807, -0.0329415462911129, -0.012381686829030514, 0.10430185496807098, -0.30799204111099243, 0.17485815286636353, -0.019660785794258118, -0.07034741342067719, -0.07672256976366043, -0.025566134601831436, 0.017929747700691223, 0.07530300319194794, 0.09619415551424026, 0.024311896413564682, 0.04642496258020401, -0.09243860840797424, -0.03940937668085098, 0.034113768488168716, 0.13641610741615295, -0.0638844221830368, -0.015862328931689262, -0.04075292870402336, 0.01116214320063591, -0.019626103341579437, -0.027355113998055458, 0.018256209790706635, -0.1504947543144226, 0.05358212813735008, 0.017237937077879906, 0.0753018707036972, 0.03889141231775284, -0.007973386906087399, -0.10224062204360962, 0.18268363177776337, -0.03004412353038788, -0.08521177619695663, -0.127006396651268, -0.04812724515795708, 0.04587927460670471, -0.051474425941705704, 0.034381575882434845, -0.06691597402095795, -0.011345877312123775, -0.06886660307645798, -0.21483656764030457, 0.12495172768831253, -0.0775398537516594, -0.07874035835266113, -0.03474915772676468, 0.20981398224830627, -0.05076101794838905, -0.00018431349599268287, 0.01172169204801321, 0.014822970144450665, -0.1086968258023262, -0.10466268658638, 0.06874550879001617, -0.034708425402641296, 0.02743770368397236, 0.02760813757777214, -0.03700246661901474, 0.02073092758655548, -0.06074898689985275, -0.01314478274434805, 0.2849438786506653, 0.22848764061927795, -0.035804633051157, 0.1875685602426529, 0.10711772739887238, -0.07248730212450027, -0.30828598141670227, -0.0999293103814125, -0.13133330643177032, -0.033457282930612564, -0.02052777260541916, -0.17081500589847565, 0.07089676707983017, 0.04558560997247696, 0.00998434517532587, 0.14900504052639008, -0.21140912175178528, -0.08518896996974945, 0.1092359870672226, -0.03466132655739784, 0.42140644788742065, -0.1164151057600975, -0.09652433544397354, -0.05340435355901718, -0.15239587426185608, 0.20086675882339478, -0.01557826716452837, 0.08761543780565262, -0.031178412958979607, 0.14360429346561432, 0.04995222017168999, -0.01680157333612442, 0.08329997956752777, 0.0014065488940104842, 0.004026432521641254, -0.12653036415576935, -0.022627411410212517, 0.0504734143614769, 0.021120509132742882, 0.0054380460642278194, -0.07736434042453766, 0.028706049546599388, -0.14863882958889008, -0.024921666830778122, -0.10909338295459747, 0.08278775960206985, 0.03857516124844551, -0.07422378659248352, -0.010892878286540508, -0.05615931376814842, -0.023589344695210457, -0.012528443709015846, 0.13453009724617004, -0.050522636622190475, 0.1720355898141861, 0.036824267357587814, 0.11522943526506424, -0.13816054165363312, 0.06146138161420822, -0.07406572997570038, -0.07532623410224915, 0.06773588061332703, -0.13577620685100555, 0.05240122601389885, 0.10075365751981735, -0.03372569754719734, 0.04758675396442413, 0.08927652984857559, 0.000919255951885134, 0.009403540752828121, 0.15953567624092102, -0.2761637568473816, 0.01791755110025406, -0.07046908140182495, -0.07692829519510269, 0.112159863114357, 0.07484955340623856, 0.181244894862175, 0.02791808731853962, -0.0472177192568779, 0.012221097014844418, 0.019269011914730072, -0.05120278522372246, 0.0548672117292881, 0.006578541360795498, -0.011816216632723808, -0.14148055016994476, 0.08790901303291321, -0.0015104453777894378, -0.1429632604122162, 0.02210722118616104, 0.19665491580963135, -0.13288317620754242, -0.10024755448102951, -0.05081937462091446, 0.057288672775030136, -0.13861924409866333, 0.008680099621415138, -0.01990172080695629, -0.09562872350215912, 0.0756591260433197, 0.1573420912027359, 0.05079081282019615, 0.12963363528251648, -0.02916029281914234, -0.008411908522248268, -0.04279141128063202, -0.051675889641046524, 0.02788730151951313, 0.019720058888196945, -0.07752392441034317, 0.08735781908035278, -0.024015765637159348, 0.14329436421394348, -0.10051412135362625, -0.06987810134887695, -0.1344141960144043, -0.005019306670874357, -0.09607285261154175, -0.0959741547703743, -0.08079583197832108, -0.061935000121593475, 0.004180733114480972, -0.039079975336790085, -0.0417400486767292, -0.08063078671693802, -0.10278100520372391, 0.016344387084245682, -0.02737213484942913, 0.028547246009111404, -0.07021904736757278, 0.008450011722743511, 0.12212047725915909, -0.029432062059640884, 0.17478644847869873, 0.15045183897018433, -0.10443241149187088, 0.10585668683052063, -0.17528948187828064, -0.10057486593723297, 0.10386897623538971, -0.01424362976104021, 0.02509693056344986, 0.12928596138954163, 0.018586233258247375, 0.04242280498147011, 0.03278495371341705, 0.06450606882572174, 0.04438134282827377, -0.11879310011863708, 0.08265755325555801, -0.002198860514909029, -0.15595629811286926, -0.061124756932258606, -0.09235648810863495, 0.02707000821828842, 0.02035105973482132, 0.11072126775979996, -0.04177020862698555, 0.08901136368513107, -0.06589431315660477, 0.023006385192275047, 0.025188656523823738, -0.17641755938529968, -0.03692740947008133, -0.05073147267103195, 0.03235582634806633, 0.028527792543172836, 0.22216679155826569, 0.015049049630761147, -0.030550595372915268, 0.0387740358710289, 0.12439186871051788, 0.015807392075657845, -0.0005460345419123769, 0.1709187924861908, 0.10334094613790512, -0.07364179939031601, -0.14011329412460327, 0.0676020160317421, 0.012262817472219467, -0.05599943920969963, 0.11458845436573029, -0.01812131516635418, -0.006866521667689085, 0.0670672059059143, -0.019556820392608643, 0.03449620306491852, -0.06607513129711151, -0.12762659788131714, -0.02478908933699131, 0.04269528388977051, 0.0029638311825692654, 0.12794137001037598, 0.15664103627204895, -0.005168106406927109, 0.026651626452803612, -0.015845872461795807, -0.023246217519044876, -0.13421551883220673, -0.15646639466285706, -0.06222613900899887, -0.14998294413089752, 0.022462334483861923, -0.08663632720708847, 0.047867026180028915, 0.05302877724170685, 0.07266844809055328, -0.06541765481233597, 0.06867647916078568, 0.049353908747434616, -0.11939282715320587, 0.08969518542289734, -0.024748487398028374, 0.04455447196960449, -0.0018985075876116753, -0.03077637031674385, -0.10359742492437363, 0.042003192007541656, -0.01649407483637333, 0.045346152037382126, -0.04421991854906082, 0.022579338401556015, -0.1750071942806244, -0.10995419323444366, -0.04818427562713623, 0.06838665902614594, -0.06683412194252014, 0.04056481271982193, 0.01606888137757778, 0.011690732091665268, 0.030521972104907036, 0.22083373367786407, -0.041100796312093735, -0.04384056478738785, -0.041319385170936584, 0.1635150909423828, -0.014866671524941921, 0.08733032643795013, -0.027159888297319412, -0.008534550666809082, -0.09159335494041443, 0.3551705777645111, 0.29626867175102234, -0.08988689631223679, 0.018322573974728584, -0.023403000086545944, 0.04054094851016998, 0.13749836385250092, 0.13930056989192963, 0.09693139791488647, 0.23870247602462769, -0.069560706615448, -0.05235563591122627, -0.01810343936085701, -0.013992605730891228, -0.06698887050151825, 0.09740167111158371, 0.02308662235736847, -0.05992421507835388, -0.0399320125579834, 0.09157036244869232, -0.2363831102848053, 0.1119081899523735, -0.1049022525548935, -0.15424089133739471, -0.03413557633757591, 0.011207441799342632, 0.07758733630180359, 0.01318280678242445, 0.11218693852424622, 0.013466300442814827, -0.0844072625041008, 0.014990749768912792, 0.034041877835989, -0.25270384550094604, 0.004782035481184721, 0.053680628538131714, -0.12391778826713562, -0.004765757359564304, -0.025234686210751534, 0.013625700026750565, 0.05700398609042168, 0.04094824194908142, -0.03069460764527321, 0.016096249222755432, -0.006652043666690588, -0.020144162699580193, -0.008288858458399773, 0.05953062325716019, 0.04713095352053642, -0.1559005230665207, 0.06380777060985565, -0.13577982783317566, 0.04075455665588379, -0.023885579779744148, -0.012463473714888096, -0.0012933483812958002, 0.01776987873017788, -0.0522073432803154, 0.06581555306911469, 0.07255802303552628, -0.0144086554646492, 0.008549283258616924, -0.08346639573574066, -0.034440234303474426, -0.023841137066483498, -0.10951124131679535, -0.08404874801635742, -0.13158579170703888, -0.12121031433343887, 0.10822955518960953, -0.02819518744945526, -0.18475614488124847, 0.03248962014913559, -0.12301548570394516, 0.05860345810651779, -0.17328192293643951, 0.11332228779792786, 0.07014153152704239, 0.018578365445137024, 0.01264720968902111, -0.007008096668869257, 0.08073210716247559, 0.11507359892129898, -0.0813264548778534, -0.08199906349182129 ]
null
null
null
<div class="inline-flex flex-col" style="line-height: 1.5;"> <div class="flex"> <div style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;https://pbs.twimg.com/profile_images/1145832571214815232/KYNcOP04_400x400.jpg&#39;)"> </div> <div style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;https://pbs.twimg.com/profile_images/1314997569475547137/4x1-5ejx_400x400.jpg&#39;)"> </div> <div style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;https://pbs.twimg.com/profile_images/858198338444836864/OFlImt8f_400x400.jpg&#39;)"> </div> </div> <div style="text-align: center; margin-top: 3px; font-size: 16px; font-weight: 800">🤖 AI CYBORG 🤖</div> <div style="text-align: center; font-size: 16px; font-weight: 800">Go Ando / PREDUCTS / THE GUILD & Ken McAlinn & V</div> <div style="text-align: center; font-size: 14px;">@goando-kenmcalinn-voluntas</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on tweets from Go Ando / PREDUCTS / THE GUILD & Ken McAlinn & V. | Data | Go Ando / PREDUCTS / THE GUILD | Ken McAlinn | V | | --- | --- | --- | --- | | Tweets downloaded | 3247 | 3250 | 3246 | | Retweets | 91 | 22 | 1040 | | Short tweets | 1680 | 2144 | 698 | | Tweets kept | 1476 | 1084 | 1508 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/3kzei9u5/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @goando-kenmcalinn-voluntas's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/2mdna8jc) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/2mdna8jc/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/goando-kenmcalinn-voluntas') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "http://www.huggingtweets.com/goando-kenmcalinn-voluntas/1643509465268/predictions.png", "widget": [{"text": "My dream is"}]}
null
huggingtweets/goando-kenmcalinn-voluntas
[ "huggingtweets", "en", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #huggingtweets #en #region-us
AI CYBORG Go Ando / PREDUCTS / THE GUILD & Ken McAlinn & V @goando-kenmcalinn-voluntas I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on tweets from Go Ando / PREDUCTS / THE GUILD & Ken McAlinn & V. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @goando-kenmcalinn-voluntas'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#huggingtweets #en #region-us \n" ]
[ 13 ]
[ "passage: TAGS\n#huggingtweets #en #region-us \n" ]
[ 0.06862699240446091, -0.10726692527532578, -0.010401245206594467, -0.06321337819099426, 0.08621513843536377, 0.10232581198215485, 0.027164114639163017, 0.0985046774148941, 0.13242372870445251, 0.0191008560359478, 0.14544545114040375, -0.02377847209572792, -0.059302784502506256, 0.05649275705218315, 0.013633874244987965, -0.17248544096946716, 0.03670460358262062, -0.015605193562805653, 0.026972385123372078, 0.09363088756799698, 0.021145451813936234, 0.020441683009266853, 0.0902106985449791, -0.08021455258131027, -0.1398237943649292, 0.10563203692436218, 0.07052353769540787, 0.034161631017923355, 0.12517565488815308, -0.03278198093175888, 0.135564923286438, -0.03551725298166275, -0.11858534812927246, -0.20654892921447754, 0.05404523015022278, 0.03882395476102829, -0.061763372272253036, 0.03536899387836456, 0.07869033515453339, -0.15818791091442108, 0.11689841002225876, 0.05036948621273041, 0.036260005086660385, 0.13469965755939484, -0.22866027057170868, -0.07904011756181717, -0.04602409526705742, -0.07707278430461884, 0.10253201425075531, 0.00002397169555479195, 0.009154452942311764, 0.2598714828491211, -0.1161927580833435, 0.01967962086200714, 0.12730732560157776, -0.17017430067062378, 0.01806800253689289, 0.019835561513900757, 0.08412177860736847, 0.09157158434391022, 0.011509888805449009, 0.10852907598018646, 0.0707852765917778, -0.0101486686617136, -0.1360270082950592, -0.04950163885951042, -0.009859689511358738, 0.0853719413280487, -0.019690826535224915, -0.05046107620000839, 0.17664311826229095, 0.058999452739953995, 0.010314999148249626, 0.05766073241829872, -0.05329941213130951, 0.02751901187002659, 0.006196039728820324, -0.020993784070014954, 0.018363341689109802, 0.14473530650138855, 0.01760878413915634, -0.05249418318271637, -0.13410590589046478, 0.07058989256620407, -0.18945349752902985, 0.05454850196838379, -0.03698793053627014, 0.06096231937408447, -0.258131206035614, -0.01568523794412613, -0.14322851598262787, 0.012979496270418167, 0.09651564061641693, -0.0732380747795105, 0.03764953464269638, -0.012448606081306934, -0.021792607381939888, 0.11723798513412476, 0.10804640501737595, 0.1609608232975006, -0.04320541396737099, -0.00869857519865036, -0.0065362900495529175, 0.07786694169044495, 0.09295008331537247, -0.07654742151498795, 0.07032539695501328, -0.0564110204577446, -0.04492797330021858, -0.21906612813472748, 0.0008765582460910082, -0.030310221016407013, 0.04600467532873154, -0.01984437182545662, -0.13926945626735687, 0.0724203959107399, 0.028251374140381813, 0.005772269796580076, -0.10059063136577606, 0.07909262925386429, -0.02333223633468151, -0.002073736162856221, -0.04910872504115105, -0.043945688754320145, 0.01002762746065855, 0.056697506457567215, -0.10170026123523712, 0.03527959808707237, 0.07433190196752548, 0.07395917177200317, -0.16713260114192963, -0.013432089239358902, 0.04245100915431976, 0.042995184659957886, 0.062102507799863815, -0.17763984203338623, 0.0445265956223011, -0.15618294477462769, -0.0354858934879303, -0.00870739296078682, -0.05047069117426872, 0.01355440728366375, 0.06636203825473785, -0.027222590520977974, 0.11233346909284592, 0.01111317053437233, 0.005379479844123125, -0.12045124173164368, -0.06185131147503853, 0.06667035073041916, -0.02369607612490654, 0.0511794276535511, -0.14944906532764435, 0.007654519751667976, -0.180730938911438, 0.07720775902271271, 0.016102097928524017, 0.026931453496217728, -0.026627028360962868, 0.3114912509918213, 0.030569342896342278, 0.10634830594062805, -0.22846999764442444, 0.05719701200723648, -0.023560456931591034, 0.28067547082901, -0.1065937876701355, -0.12447673082351685, 0.18407796323299408, -0.06522929668426514, -0.12309088557958603, 0.12086527794599533, 0.03488042950630188, 0.10873927175998688, 0.09767720103263855, 0.3835752606391907, -0.10195262730121613, -0.08146942406892776, 0.03636458143591881, 0.1353151649236679, -0.25350436568260193, 0.02267700806260109, 0.025416342541575432, -0.08121002465486526, -0.1325274407863617, -0.01190396212041378, 0.2367665320634842, 0.14369091391563416, -0.11477484554052353, -0.02520707994699478, 0.020064817741513252, -0.016537215560674667, 0.05091886967420578, 0.017726575955748558, -0.0013406252255663276, -0.21194274723529816, 0.02760516293346882, -0.124215267598629, 0.03498653694987297, 0.13977846503257751, 0.04585346579551697, -0.07557849586009979, -0.040234941989183426, 0.08057703077793121, -0.01661347784101963, -0.02294166386127472, -0.16728036105632782, -0.06481286138296127, 0.1498730629682541, 0.1340765357017517, 0.013609949499368668, 0.09578457474708557, -0.12554091215133667, 0.002669427078217268, 0.013310762122273445, 0.13174262642860413, -0.007498446851968765, -0.04374158754944801, -0.022994134575128555, 0.1897602677345276, -0.09339086711406708, 0.07846151292324066, -0.05010027438402176, 0.001938516623340547, 0.10550153255462646, 0.060221847146749496, 0.0357060432434082, -0.013110004365444183, 0.03018314018845558, 0.005840349942445755, 0.018294237554073334, -0.06945645809173584, 0.12700411677360535, -0.011421116068959236, -0.11599461734294891, 0.22505104541778564, -0.12537546455860138, 0.1077398806810379, 0.1641158014535904, -0.15259717404842377, -0.09176535904407501, -0.05451177433133125, -0.05600990727543831, -0.04779776558279991, 0.12334655225276947, -0.07418269664049149, -0.04411538317799568, -0.044391438364982605, -0.0011415277840569615, 0.017120715230703354, -0.07650631666183472, 0.019346725195646286, -0.08435862511396408, -0.19952528178691864, 0.0862463191151619, -0.048986468464136124, -0.15294228494167328, 0.12348992377519608, 0.3562917411327362, 0.1481546014547348, 0.23727938532829285, -0.044758010655641556, 0.017626842483878136, 0.026004822924733162, -0.0384499691426754, -0.045703496783971786, 0.004267206881195307, -0.1251041442155838, -0.0365486666560173, -0.0015835420927032828, 0.004274635575711727, 0.10203591734170914, -0.036351218819618225, -0.14834646880626678, 0.02251344546675682, 0.0014692102558910847, -0.08886273205280304, 0.10843174904584885, -0.027543172240257263, 0.07448233664035797, 0.032922543585300446, 0.03858240693807602, 0.05848072096705437, 0.002110567642375827, -0.11813180893659592, 0.006854616105556488, -0.22355535626411438, -0.2711923122406006, -0.09768662601709366, -0.08925486356019974, 0.03989091515541077, 0.041187938302755356, 0.051699478179216385, -0.18302172422409058, 0.03948478400707245, 0.003198040649294853, 0.10697315633296967, -0.06025030463933945, 0.04016250744462013, -0.06218542903661728, 0.039252810180187225, -0.026844710111618042, -0.036029912531375885, -0.0012391663622111082, -0.0970999225974083, -0.10773636400699615, 0.11318950355052948, -0.12849527597427368, 0.08555713295936584, 0.14430534839630127, 0.03159665688872337, 0.02274978905916214, -0.06426727026700974, 0.08118022978305817, -0.10766161978244781, -0.02468705177307129, -0.020854998379945755, -0.012126539833843708, 0.08575579524040222, 0.08519800752401352, 0.02189561165869236, -0.15146233141422272, 0.0591089241206646, 0.048329032957553864, -0.13319815695285797, -0.13935089111328125, -0.09409863501787186, 5.991143439132429e-7, 0.2797071039676666, -0.002339477650821209, 0.023659970611333847, 0.14668741822242737, -0.005060214549303055, 0.07289005070924759, -0.20045752823352814, -0.05620472878217697, 0.018704742193222046, -0.004834607243537903, -0.022842248901724815, -0.008816422894597054, -0.08761768788099289, 0.006385814398527145, 0.2184516340494156, -0.004971520509570837, -0.12653324007987976, 0.13448448479175568, 0.0007297596894204617, 0.0038821459747850895, 0.1352946162223816, 0.08407466113567352, 0.06298195570707321, -0.07155273109674454, -0.03599351644515991, -0.043885089457035065, 0.03730371966958046, 0.0007575029158033431, 0.01575464755296707, 0.03105960786342621, -0.22486138343811035, -0.016705667600035667, -0.2129937708377838, 0.10879084467887878, -0.04748593270778656, 0.13807302713394165, 0.0026444492395967245, 0.04441913589835167, 0.10906891524791718, -0.005030614789575338, -0.011882180348038673, 0.10863572359085083, 0.1383846551179886, -0.03977278992533684, 0.07618652284145355, 0.10392951220273972, 0.08540554344654083, 0.10903793573379517, 0.06167486310005188, -0.08492720872163773, -0.021127475425601006, -0.053188424557447433, 0.04624804109334946, -0.20438914000988007, 0.16149352490901947, -0.038125935941934586, -0.14207349717617035, 0.04278627038002014, -0.1275794953107834, 0.047217957675457, 0.02532968670129776, 0.05271764472126961, 0.09215202182531357, 0.04994546249508858, -0.08136153966188431, -0.047041911631822586, -0.009494416415691376, 0.20800645649433136, -0.04930320754647255, -0.10087979584932327, -0.015097087249159813, 0.02010302059352398, -0.0005327145336195827, 0.11119779944419861, 0.02447434328496456, -0.04610208794474602, -0.08690282702445984, 0.03303453326225281, -0.03661355376243591, 0.08763010054826736, 0.09737902879714966, -0.02698802947998047, -0.05718262121081352, 0.1235092505812645, 0.06895491480827332, -0.1251404732465744, -0.14452208578586578, 0.015589582733809948, -0.007731362245976925, -0.003907877020537853, -0.03874189779162407, -0.17162851989269257, -0.09909867495298386, -0.1906745284795761, 0.12603247165679932, -0.02163488231599331, 0.030842140316963196, -0.054747339338064194, 0.230157732963562, -0.009354943409562111, 0.009969666600227356, -0.03108477219939232, -0.013541288673877716, -0.012568399310112, -0.05987691134214401, 0.17130033671855927, -0.1589484065771103, -0.04290361702442169, 0.08715757727622986, 0.03195212036371231, 0.022129757329821587, -0.07987111806869507, -0.03223046660423279, 0.13554437458515167, 0.35851117968559265, 0.0012283556861802936, 0.2099764049053192, 0.2042219638824463, -0.05234047770500183, -0.21901710331439972, -0.09460500627756119, -0.2348603904247284, -0.07078184932470322, 0.18186907470226288, -0.07664406299591064, 0.0643012747168541, 0.12657569348812103, 0.02973685972392559, 0.20995554327964783, -0.12457278370857239, -0.044523198157548904, 0.04818897321820259, -0.08845916390419006, 0.6114599704742432, -0.061698999255895615, -0.10802759975194931, -0.01825915277004242, -0.15282532572746277, 0.2387581467628479, -0.05154171586036682, 0.013269291259348392, 0.03874128684401512, 0.1005491390824318, 0.05056579411029816, 0.05772935599088669, 0.19292889535427094, 0.02319646254181862, 0.058188073337078094, -0.13999897241592407, -0.1260925531387329, 0.10026954114437103, -0.0229759830981493, -0.08925508707761765, -0.017890285700559616, -0.02936561405658722, -0.19818171858787537, 0.05141949653625488, -0.1515510380268097, 0.05321922153234482, 0.056100163608789444, -0.02688506431877613, -0.039986640214920044, -0.002744022523984313, -0.09706974029541016, -0.04741370305418968, 0.13259218633174896, -0.08547285199165344, 0.21339218318462372, -0.08619081228971481, 0.062479544430971146, -0.1132776141166687, 0.09236282855272293, -0.05286029726266861, -0.06702502816915512, 0.020908309146761894, -0.17462939023971558, 0.04489823803305626, 0.05220690742135048, -0.02032669261097908, 0.0322212353348732, 0.03294215351343155, -0.09376110136508942, 0.04418664798140526, 0.21215519309043884, -0.20752321183681488, -0.10239655524492264, -0.032411038875579834, -0.18671981990337372, 0.19688937067985535, 0.007372637744992971, 0.09758103638887405, 0.1276085525751114, -0.02415306493639946, 0.05030597373843193, 0.02030378393828869, -0.13016556203365326, -0.019506316632032394, 0.02471683733165264, -0.04843040183186531, -0.07417872548103333, 0.16410969197750092, 0.003125022863969207, -0.17150603234767914, -0.0407160185277462, 0.33249592781066895, -0.06882669776678085, -0.021546127274632454, -0.15638038516044617, 0.06429695338010788, -0.03442022576928139, 0.031490225344896317, 0.08549392223358154, 0.021496908739209175, -0.01903107762336731, 0.243308424949646, -0.0012956787832081318, 0.20592927932739258, 0.08698756247758865, 0.02289220504462719, 0.06535287946462631, -0.1015409454703331, 0.003708842908963561, -0.019963471218943596, -0.06298170238733292, -0.025758573785424232, -0.03440312668681145, 0.12883484363555908, -0.08708789944648743, -0.08515651524066925, -0.18808633089065552, -0.00678415410220623, -0.045131731778383255, -0.14115594327449799, -0.0497581847012043, -0.09431345015764236, 0.08569512516260147, -0.01951061561703682, -0.0172411035746336, -0.13612228631973267, -0.0707104429602623, 0.06029095500707626, 0.08022084087133408, 0.056907493621110916, -0.02142960950732231, -0.005597047973424196, 0.202048197388649, 0.0028164649847894907, 0.19390766322612762, 0.20113031566143036, -0.061333067715168, 0.1175730898976326, -0.2240629494190216, -0.10820194333791733, 0.09987909346818924, -0.1013496071100235, 0.02835783362388611, 0.2528587877750397, -0.06944312155246735, -0.07183004170656204, 0.023082008585333824, 0.0819302424788475, 0.0695723444223404, -0.06962034851312637, 0.13945920765399933, 0.11123763024806976, -0.24406595528125763, -0.029789475724101067, -0.22912776470184326, 0.10466330498456955, 0.026690829545259476, 0.05581321194767952, 0.030828367918729782, 0.025830436497926712, 0.02255583181977272, -0.011340123601257801, 0.06775032728910446, -0.11715590953826904, 0.07594534754753113, -0.006308197975158691, -0.0009284214465878904, 0.020968755707144737, 0.15689221024513245, -0.06443887948989868, -0.07048701494932175, 0.06289470195770264, 0.19063851237297058, -0.0735047310590744, -0.017401263117790222, 0.032150279730558395, 0.07059439271688461, -0.10505253821611404, -0.21839775145053864, 0.07302705198526382, -0.03587287291884422, -0.19983458518981934, 0.04817315936088562, -0.014539380557835102, 0.08539435267448425, 0.02739058807492256, 0.003347607795149088, 0.06624280661344528, 0.08827538043260574, -0.12586817145347595, -0.0005465050344355404, -0.06126665323972702, 0.040976397693157196, 0.1078856810927391, 0.16836385428905487, 0.012725654058158398, 0.0595620721578598, -0.091275155544281, 0.034217145293951035, -0.04657742381095886, -0.0708092749118805, 0.03863679990172386, -0.17856280505657196, 0.032593801617622375, -0.003704255213961005, -0.02675822377204895, 0.14164531230926514, 0.08683508634567261, -0.023918727412819862, 0.011150016449391842, -0.09630842506885529, -0.10818011313676834, 0.0868176817893982, -0.0019381127785891294, 0.03816099464893341, 0.013883480802178383, -0.11632172018289566, -0.13214722275733948, 0.006640009116381407, -0.10724195092916489, 0.014073909260332584, -0.015860673040151596, -0.027241721749305725, -0.2226807177066803, -0.07590645551681519, -0.021995285525918007, 0.0819355845451355, -0.15479689836502075, -0.07021456956863403, 0.03772281855344772, 0.07989605516195297, 0.010158415883779526, 0.18902714550495148, 0.04430154338479042, 0.06323259323835373, -0.021539712324738503, -0.03570494055747986, -0.1826917976140976, 0.08993129432201385, -0.10861438512802124, -0.0066994610242545605, -0.11356137692928314, 0.20738758146762848, 0.22770558297634125, -0.08759643882513046, -0.011138317175209522, -0.12471133470535278, 0.05767860263586044, 0.08991259336471558, 0.13322731852531433, 0.04955065995454788, 0.2215200960636139, -0.053830891847610474, -0.00016504255472682416, 0.07554452121257782, 0.005791462026536465, -0.03607539087533951, -0.0017499765381217003, 0.008505070582032204, 0.0027193266432732344, -0.05850288271903992, 0.12590549886226654, -0.22327828407287598, 0.09907186031341553, 0.011895917356014252, -0.216516375541687, 0.031215285882353783, -0.07893261313438416, 0.06044485419988632, -0.01862451434135437, 0.17547211050987244, -0.0153840696439147, -0.13527122139930725, -0.1813722848892212, 0.07340814918279648, -0.3564576506614685, -0.16425473988056183, 0.04304486885666847, -0.09049394726753235, 0.024793129414319992, -0.04938378185033798, -0.12449127435684204, -0.007948409765958786, 0.016860339790582657, -0.004252702929079533, -0.008621524088084698, 0.03531380742788315, 0.07221032679080963, -0.19206926226615906, 0.0369514636695385, 0.04588461294770241, -0.18126672506332397, 0.06043267995119095, -0.12337397038936615, -0.036451902240514755, 0.07750041782855988, 0.0004883371293544769, 0.037772078067064285, 0.06528574228286743, -0.12008415907621384, 0.058698076754808426, -0.008846146054565907, -0.0022655015345662832, 0.03388579562306404, -0.040226709097623825, -0.0697655975818634, 0.037853848189115524, -0.16796614229679108, -0.0534391887485981, 0.07193274796009064, -0.07208003848791122, 0.17316791415214539, -0.08974345773458481, -0.052828285843133926, 0.02319551631808281, -0.11347067356109619, 0.09840789437294006, -0.11054719239473343, 0.1294768750667572, 0.13222336769104004, 0.03777482360601425, 0.04262825846672058, -0.22420136630535126, 0.17175815999507904, 0.10596811026334763, 0.03310242295265198, -0.06821910291910172 ]
null
null
null
<div class="inline-flex flex-col" style="line-height: 1.5;"> <div class="flex"> <div style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;https://pbs.twimg.com/profile_images/715665333218979842/fLLzpFee_400x400.jpg&#39;)"> </div> <div style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;https://pbs.twimg.com/profile_images/1145832571214815232/KYNcOP04_400x400.jpg&#39;)"> </div> <div style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;https://pbs.twimg.com/profile_images/1281544202627674112/zglo72WL_400x400.jpg&#39;)"> </div> </div> <div style="text-align: center; margin-top: 3px; font-size: 16px; font-weight: 800">🤖 AI CYBORG 🤖</div> <div style="text-align: center; font-size: 16px; font-weight: 800">土屋尚史 / Goodpatch & Go Ando / PREDUCTS / THE GUILD & shun nozaki / Goodpatch</div> <div style="text-align: center; font-size: 14px;">@goando-tsuchinao83-za09313103</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on tweets from 土屋尚史 / Goodpatch & Go Ando / PREDUCTS / THE GUILD & shun nozaki / Goodpatch. | Data | 土屋尚史 / Goodpatch | Go Ando / PREDUCTS / THE GUILD | shun nozaki / Goodpatch | | --- | --- | --- | --- | | Tweets downloaded | 3236 | 3250 | 798 | | Retweets | 1577 | 97 | 34 | | Short tweets | 914 | 1729 | 458 | | Tweets kept | 745 | 1424 | 306 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/31bsh75f/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @goando-tsuchinao83-za09313103's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/26i8c30r) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/26i8c30r/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/goando-tsuchinao83-za09313103') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "http://www.huggingtweets.com/goando-tsuchinao83-za09313103/1643622988627/predictions.png", "widget": [{"text": "My dream is"}]}
null
huggingtweets/goando-tsuchinao83-za09313103
[ "huggingtweets", "en", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #huggingtweets #en #region-us
AI CYBORG 土屋尚史 / Goodpatch & Go Ando / PREDUCTS / THE GUILD & shun nozaki / Goodpatch @goando-tsuchinao83-za09313103 I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on tweets from 土屋尚史 / Goodpatch & Go Ando / PREDUCTS / THE GUILD & shun nozaki / Goodpatch. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @goando-tsuchinao83-za09313103'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#huggingtweets #en #region-us \n" ]
[ 13 ]
[ "passage: TAGS\n#huggingtweets #en #region-us \n" ]
[ 0.06862699240446091, -0.10726692527532578, -0.010401245206594467, -0.06321337819099426, 0.08621513843536377, 0.10232581198215485, 0.027164114639163017, 0.0985046774148941, 0.13242372870445251, 0.0191008560359478, 0.14544545114040375, -0.02377847209572792, -0.059302784502506256, 0.05649275705218315, 0.013633874244987965, -0.17248544096946716, 0.03670460358262062, -0.015605193562805653, 0.026972385123372078, 0.09363088756799698, 0.021145451813936234, 0.020441683009266853, 0.0902106985449791, -0.08021455258131027, -0.1398237943649292, 0.10563203692436218, 0.07052353769540787, 0.034161631017923355, 0.12517565488815308, -0.03278198093175888, 0.135564923286438, -0.03551725298166275, -0.11858534812927246, -0.20654892921447754, 0.05404523015022278, 0.03882395476102829, -0.061763372272253036, 0.03536899387836456, 0.07869033515453339, -0.15818791091442108, 0.11689841002225876, 0.05036948621273041, 0.036260005086660385, 0.13469965755939484, -0.22866027057170868, -0.07904011756181717, -0.04602409526705742, -0.07707278430461884, 0.10253201425075531, 0.00002397169555479195, 0.009154452942311764, 0.2598714828491211, -0.1161927580833435, 0.01967962086200714, 0.12730732560157776, -0.17017430067062378, 0.01806800253689289, 0.019835561513900757, 0.08412177860736847, 0.09157158434391022, 0.011509888805449009, 0.10852907598018646, 0.0707852765917778, -0.0101486686617136, -0.1360270082950592, -0.04950163885951042, -0.009859689511358738, 0.0853719413280487, -0.019690826535224915, -0.05046107620000839, 0.17664311826229095, 0.058999452739953995, 0.010314999148249626, 0.05766073241829872, -0.05329941213130951, 0.02751901187002659, 0.006196039728820324, -0.020993784070014954, 0.018363341689109802, 0.14473530650138855, 0.01760878413915634, -0.05249418318271637, -0.13410590589046478, 0.07058989256620407, -0.18945349752902985, 0.05454850196838379, -0.03698793053627014, 0.06096231937408447, -0.258131206035614, -0.01568523794412613, -0.14322851598262787, 0.012979496270418167, 0.09651564061641693, -0.0732380747795105, 0.03764953464269638, -0.012448606081306934, -0.021792607381939888, 0.11723798513412476, 0.10804640501737595, 0.1609608232975006, -0.04320541396737099, -0.00869857519865036, -0.0065362900495529175, 0.07786694169044495, 0.09295008331537247, -0.07654742151498795, 0.07032539695501328, -0.0564110204577446, -0.04492797330021858, -0.21906612813472748, 0.0008765582460910082, -0.030310221016407013, 0.04600467532873154, -0.01984437182545662, -0.13926945626735687, 0.0724203959107399, 0.028251374140381813, 0.005772269796580076, -0.10059063136577606, 0.07909262925386429, -0.02333223633468151, -0.002073736162856221, -0.04910872504115105, -0.043945688754320145, 0.01002762746065855, 0.056697506457567215, -0.10170026123523712, 0.03527959808707237, 0.07433190196752548, 0.07395917177200317, -0.16713260114192963, -0.013432089239358902, 0.04245100915431976, 0.042995184659957886, 0.062102507799863815, -0.17763984203338623, 0.0445265956223011, -0.15618294477462769, -0.0354858934879303, -0.00870739296078682, -0.05047069117426872, 0.01355440728366375, 0.06636203825473785, -0.027222590520977974, 0.11233346909284592, 0.01111317053437233, 0.005379479844123125, -0.12045124173164368, -0.06185131147503853, 0.06667035073041916, -0.02369607612490654, 0.0511794276535511, -0.14944906532764435, 0.007654519751667976, -0.180730938911438, 0.07720775902271271, 0.016102097928524017, 0.026931453496217728, -0.026627028360962868, 0.3114912509918213, 0.030569342896342278, 0.10634830594062805, -0.22846999764442444, 0.05719701200723648, -0.023560456931591034, 0.28067547082901, -0.1065937876701355, -0.12447673082351685, 0.18407796323299408, -0.06522929668426514, -0.12309088557958603, 0.12086527794599533, 0.03488042950630188, 0.10873927175998688, 0.09767720103263855, 0.3835752606391907, -0.10195262730121613, -0.08146942406892776, 0.03636458143591881, 0.1353151649236679, -0.25350436568260193, 0.02267700806260109, 0.025416342541575432, -0.08121002465486526, -0.1325274407863617, -0.01190396212041378, 0.2367665320634842, 0.14369091391563416, -0.11477484554052353, -0.02520707994699478, 0.020064817741513252, -0.016537215560674667, 0.05091886967420578, 0.017726575955748558, -0.0013406252255663276, -0.21194274723529816, 0.02760516293346882, -0.124215267598629, 0.03498653694987297, 0.13977846503257751, 0.04585346579551697, -0.07557849586009979, -0.040234941989183426, 0.08057703077793121, -0.01661347784101963, -0.02294166386127472, -0.16728036105632782, -0.06481286138296127, 0.1498730629682541, 0.1340765357017517, 0.013609949499368668, 0.09578457474708557, -0.12554091215133667, 0.002669427078217268, 0.013310762122273445, 0.13174262642860413, -0.007498446851968765, -0.04374158754944801, -0.022994134575128555, 0.1897602677345276, -0.09339086711406708, 0.07846151292324066, -0.05010027438402176, 0.001938516623340547, 0.10550153255462646, 0.060221847146749496, 0.0357060432434082, -0.013110004365444183, 0.03018314018845558, 0.005840349942445755, 0.018294237554073334, -0.06945645809173584, 0.12700411677360535, -0.011421116068959236, -0.11599461734294891, 0.22505104541778564, -0.12537546455860138, 0.1077398806810379, 0.1641158014535904, -0.15259717404842377, -0.09176535904407501, -0.05451177433133125, -0.05600990727543831, -0.04779776558279991, 0.12334655225276947, -0.07418269664049149, -0.04411538317799568, -0.044391438364982605, -0.0011415277840569615, 0.017120715230703354, -0.07650631666183472, 0.019346725195646286, -0.08435862511396408, -0.19952528178691864, 0.0862463191151619, -0.048986468464136124, -0.15294228494167328, 0.12348992377519608, 0.3562917411327362, 0.1481546014547348, 0.23727938532829285, -0.044758010655641556, 0.017626842483878136, 0.026004822924733162, -0.0384499691426754, -0.045703496783971786, 0.004267206881195307, -0.1251041442155838, -0.0365486666560173, -0.0015835420927032828, 0.004274635575711727, 0.10203591734170914, -0.036351218819618225, -0.14834646880626678, 0.02251344546675682, 0.0014692102558910847, -0.08886273205280304, 0.10843174904584885, -0.027543172240257263, 0.07448233664035797, 0.032922543585300446, 0.03858240693807602, 0.05848072096705437, 0.002110567642375827, -0.11813180893659592, 0.006854616105556488, -0.22355535626411438, -0.2711923122406006, -0.09768662601709366, -0.08925486356019974, 0.03989091515541077, 0.041187938302755356, 0.051699478179216385, -0.18302172422409058, 0.03948478400707245, 0.003198040649294853, 0.10697315633296967, -0.06025030463933945, 0.04016250744462013, -0.06218542903661728, 0.039252810180187225, -0.026844710111618042, -0.036029912531375885, -0.0012391663622111082, -0.0970999225974083, -0.10773636400699615, 0.11318950355052948, -0.12849527597427368, 0.08555713295936584, 0.14430534839630127, 0.03159665688872337, 0.02274978905916214, -0.06426727026700974, 0.08118022978305817, -0.10766161978244781, -0.02468705177307129, -0.020854998379945755, -0.012126539833843708, 0.08575579524040222, 0.08519800752401352, 0.02189561165869236, -0.15146233141422272, 0.0591089241206646, 0.048329032957553864, -0.13319815695285797, -0.13935089111328125, -0.09409863501787186, 5.991143439132429e-7, 0.2797071039676666, -0.002339477650821209, 0.023659970611333847, 0.14668741822242737, -0.005060214549303055, 0.07289005070924759, -0.20045752823352814, -0.05620472878217697, 0.018704742193222046, -0.004834607243537903, -0.022842248901724815, -0.008816422894597054, -0.08761768788099289, 0.006385814398527145, 0.2184516340494156, -0.004971520509570837, -0.12653324007987976, 0.13448448479175568, 0.0007297596894204617, 0.0038821459747850895, 0.1352946162223816, 0.08407466113567352, 0.06298195570707321, -0.07155273109674454, -0.03599351644515991, -0.043885089457035065, 0.03730371966958046, 0.0007575029158033431, 0.01575464755296707, 0.03105960786342621, -0.22486138343811035, -0.016705667600035667, -0.2129937708377838, 0.10879084467887878, -0.04748593270778656, 0.13807302713394165, 0.0026444492395967245, 0.04441913589835167, 0.10906891524791718, -0.005030614789575338, -0.011882180348038673, 0.10863572359085083, 0.1383846551179886, -0.03977278992533684, 0.07618652284145355, 0.10392951220273972, 0.08540554344654083, 0.10903793573379517, 0.06167486310005188, -0.08492720872163773, -0.021127475425601006, -0.053188424557447433, 0.04624804109334946, -0.20438914000988007, 0.16149352490901947, -0.038125935941934586, -0.14207349717617035, 0.04278627038002014, -0.1275794953107834, 0.047217957675457, 0.02532968670129776, 0.05271764472126961, 0.09215202182531357, 0.04994546249508858, -0.08136153966188431, -0.047041911631822586, -0.009494416415691376, 0.20800645649433136, -0.04930320754647255, -0.10087979584932327, -0.015097087249159813, 0.02010302059352398, -0.0005327145336195827, 0.11119779944419861, 0.02447434328496456, -0.04610208794474602, -0.08690282702445984, 0.03303453326225281, -0.03661355376243591, 0.08763010054826736, 0.09737902879714966, -0.02698802947998047, -0.05718262121081352, 0.1235092505812645, 0.06895491480827332, -0.1251404732465744, -0.14452208578586578, 0.015589582733809948, -0.007731362245976925, -0.003907877020537853, -0.03874189779162407, -0.17162851989269257, -0.09909867495298386, -0.1906745284795761, 0.12603247165679932, -0.02163488231599331, 0.030842140316963196, -0.054747339338064194, 0.230157732963562, -0.009354943409562111, 0.009969666600227356, -0.03108477219939232, -0.013541288673877716, -0.012568399310112, -0.05987691134214401, 0.17130033671855927, -0.1589484065771103, -0.04290361702442169, 0.08715757727622986, 0.03195212036371231, 0.022129757329821587, -0.07987111806869507, -0.03223046660423279, 0.13554437458515167, 0.35851117968559265, 0.0012283556861802936, 0.2099764049053192, 0.2042219638824463, -0.05234047770500183, -0.21901710331439972, -0.09460500627756119, -0.2348603904247284, -0.07078184932470322, 0.18186907470226288, -0.07664406299591064, 0.0643012747168541, 0.12657569348812103, 0.02973685972392559, 0.20995554327964783, -0.12457278370857239, -0.044523198157548904, 0.04818897321820259, -0.08845916390419006, 0.6114599704742432, -0.061698999255895615, -0.10802759975194931, -0.01825915277004242, -0.15282532572746277, 0.2387581467628479, -0.05154171586036682, 0.013269291259348392, 0.03874128684401512, 0.1005491390824318, 0.05056579411029816, 0.05772935599088669, 0.19292889535427094, 0.02319646254181862, 0.058188073337078094, -0.13999897241592407, -0.1260925531387329, 0.10026954114437103, -0.0229759830981493, -0.08925508707761765, -0.017890285700559616, -0.02936561405658722, -0.19818171858787537, 0.05141949653625488, -0.1515510380268097, 0.05321922153234482, 0.056100163608789444, -0.02688506431877613, -0.039986640214920044, -0.002744022523984313, -0.09706974029541016, -0.04741370305418968, 0.13259218633174896, -0.08547285199165344, 0.21339218318462372, -0.08619081228971481, 0.062479544430971146, -0.1132776141166687, 0.09236282855272293, -0.05286029726266861, -0.06702502816915512, 0.020908309146761894, -0.17462939023971558, 0.04489823803305626, 0.05220690742135048, -0.02032669261097908, 0.0322212353348732, 0.03294215351343155, -0.09376110136508942, 0.04418664798140526, 0.21215519309043884, -0.20752321183681488, -0.10239655524492264, -0.032411038875579834, -0.18671981990337372, 0.19688937067985535, 0.007372637744992971, 0.09758103638887405, 0.1276085525751114, -0.02415306493639946, 0.05030597373843193, 0.02030378393828869, -0.13016556203365326, -0.019506316632032394, 0.02471683733165264, -0.04843040183186531, -0.07417872548103333, 0.16410969197750092, 0.003125022863969207, -0.17150603234767914, -0.0407160185277462, 0.33249592781066895, -0.06882669776678085, -0.021546127274632454, -0.15638038516044617, 0.06429695338010788, -0.03442022576928139, 0.031490225344896317, 0.08549392223358154, 0.021496908739209175, -0.01903107762336731, 0.243308424949646, -0.0012956787832081318, 0.20592927932739258, 0.08698756247758865, 0.02289220504462719, 0.06535287946462631, -0.1015409454703331, 0.003708842908963561, -0.019963471218943596, -0.06298170238733292, -0.025758573785424232, -0.03440312668681145, 0.12883484363555908, -0.08708789944648743, -0.08515651524066925, -0.18808633089065552, -0.00678415410220623, -0.045131731778383255, -0.14115594327449799, -0.0497581847012043, -0.09431345015764236, 0.08569512516260147, -0.01951061561703682, -0.0172411035746336, -0.13612228631973267, -0.0707104429602623, 0.06029095500707626, 0.08022084087133408, 0.056907493621110916, -0.02142960950732231, -0.005597047973424196, 0.202048197388649, 0.0028164649847894907, 0.19390766322612762, 0.20113031566143036, -0.061333067715168, 0.1175730898976326, -0.2240629494190216, -0.10820194333791733, 0.09987909346818924, -0.1013496071100235, 0.02835783362388611, 0.2528587877750397, -0.06944312155246735, -0.07183004170656204, 0.023082008585333824, 0.0819302424788475, 0.0695723444223404, -0.06962034851312637, 0.13945920765399933, 0.11123763024806976, -0.24406595528125763, -0.029789475724101067, -0.22912776470184326, 0.10466330498456955, 0.026690829545259476, 0.05581321194767952, 0.030828367918729782, 0.025830436497926712, 0.02255583181977272, -0.011340123601257801, 0.06775032728910446, -0.11715590953826904, 0.07594534754753113, -0.006308197975158691, -0.0009284214465878904, 0.020968755707144737, 0.15689221024513245, -0.06443887948989868, -0.07048701494932175, 0.06289470195770264, 0.19063851237297058, -0.0735047310590744, -0.017401263117790222, 0.032150279730558395, 0.07059439271688461, -0.10505253821611404, -0.21839775145053864, 0.07302705198526382, -0.03587287291884422, -0.19983458518981934, 0.04817315936088562, -0.014539380557835102, 0.08539435267448425, 0.02739058807492256, 0.003347607795149088, 0.06624280661344528, 0.08827538043260574, -0.12586817145347595, -0.0005465050344355404, -0.06126665323972702, 0.040976397693157196, 0.1078856810927391, 0.16836385428905487, 0.012725654058158398, 0.0595620721578598, -0.091275155544281, 0.034217145293951035, -0.04657742381095886, -0.0708092749118805, 0.03863679990172386, -0.17856280505657196, 0.032593801617622375, -0.003704255213961005, -0.02675822377204895, 0.14164531230926514, 0.08683508634567261, -0.023918727412819862, 0.011150016449391842, -0.09630842506885529, -0.10818011313676834, 0.0868176817893982, -0.0019381127785891294, 0.03816099464893341, 0.013883480802178383, -0.11632172018289566, -0.13214722275733948, 0.006640009116381407, -0.10724195092916489, 0.014073909260332584, -0.015860673040151596, -0.027241721749305725, -0.2226807177066803, -0.07590645551681519, -0.021995285525918007, 0.0819355845451355, -0.15479689836502075, -0.07021456956863403, 0.03772281855344772, 0.07989605516195297, 0.010158415883779526, 0.18902714550495148, 0.04430154338479042, 0.06323259323835373, -0.021539712324738503, -0.03570494055747986, -0.1826917976140976, 0.08993129432201385, -0.10861438512802124, -0.0066994610242545605, -0.11356137692928314, 0.20738758146762848, 0.22770558297634125, -0.08759643882513046, -0.011138317175209522, -0.12471133470535278, 0.05767860263586044, 0.08991259336471558, 0.13322731852531433, 0.04955065995454788, 0.2215200960636139, -0.053830891847610474, -0.00016504255472682416, 0.07554452121257782, 0.005791462026536465, -0.03607539087533951, -0.0017499765381217003, 0.008505070582032204, 0.0027193266432732344, -0.05850288271903992, 0.12590549886226654, -0.22327828407287598, 0.09907186031341553, 0.011895917356014252, -0.216516375541687, 0.031215285882353783, -0.07893261313438416, 0.06044485419988632, -0.01862451434135437, 0.17547211050987244, -0.0153840696439147, -0.13527122139930725, -0.1813722848892212, 0.07340814918279648, -0.3564576506614685, -0.16425473988056183, 0.04304486885666847, -0.09049394726753235, 0.024793129414319992, -0.04938378185033798, -0.12449127435684204, -0.007948409765958786, 0.016860339790582657, -0.004252702929079533, -0.008621524088084698, 0.03531380742788315, 0.07221032679080963, -0.19206926226615906, 0.0369514636695385, 0.04588461294770241, -0.18126672506332397, 0.06043267995119095, -0.12337397038936615, -0.036451902240514755, 0.07750041782855988, 0.0004883371293544769, 0.037772078067064285, 0.06528574228286743, -0.12008415907621384, 0.058698076754808426, -0.008846146054565907, -0.0022655015345662832, 0.03388579562306404, -0.040226709097623825, -0.0697655975818634, 0.037853848189115524, -0.16796614229679108, -0.0534391887485981, 0.07193274796009064, -0.07208003848791122, 0.17316791415214539, -0.08974345773458481, -0.052828285843133926, 0.02319551631808281, -0.11347067356109619, 0.09840789437294006, -0.11054719239473343, 0.1294768750667572, 0.13222336769104004, 0.03777482360601425, 0.04262825846672058, -0.22420136630535126, 0.17175815999507904, 0.10596811026334763, 0.03310242295265198, -0.06821910291910172 ]
null
null
null
<div class="inline-flex flex-col" style="line-height: 1.5;"> <div class="flex"> <div style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;https://pbs.twimg.com/profile_images/1145832571214815232/KYNcOP04_400x400.jpg&#39;)"> </div> <div style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)"> </div> <div style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)"> </div> </div> <div style="text-align: center; margin-top: 3px; font-size: 16px; font-weight: 800">🤖 AI BOT 🤖</div> <div style="text-align: center; font-size: 16px; font-weight: 800">Go Ando / PREDUCTS / THE GUILD</div> <div style="text-align: center; font-size: 14px;">@goando</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on tweets from Go Ando / PREDUCTS / THE GUILD. | Data | Go Ando / PREDUCTS / THE GUILD | | --- | --- | | Tweets downloaded | 3247 | | Retweets | 91 | | Short tweets | 1680 | | Tweets kept | 1476 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/37h8wmzh/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @goando's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/3qeev4eu) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/3qeev4eu/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/goando') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "http://www.huggingtweets.com/goando/1643510064373/predictions.png", "widget": [{"text": "My dream is"}]}
null
huggingtweets/goando
[ "huggingtweets", "en", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #huggingtweets #en #region-us
AI BOT Go Ando / PREDUCTS / THE GUILD @goando I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on tweets from Go Ando / PREDUCTS / THE GUILD. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @goando'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#huggingtweets #en #region-us \n" ]
[ 13 ]
[ "passage: TAGS\n#huggingtweets #en #region-us \n" ]
[ 0.06862699240446091, -0.10726692527532578, -0.010401245206594467, -0.06321337819099426, 0.08621513843536377, 0.10232581198215485, 0.027164114639163017, 0.0985046774148941, 0.13242372870445251, 0.0191008560359478, 0.14544545114040375, -0.02377847209572792, -0.059302784502506256, 0.05649275705218315, 0.013633874244987965, -0.17248544096946716, 0.03670460358262062, -0.015605193562805653, 0.026972385123372078, 0.09363088756799698, 0.021145451813936234, 0.020441683009266853, 0.0902106985449791, -0.08021455258131027, -0.1398237943649292, 0.10563203692436218, 0.07052353769540787, 0.034161631017923355, 0.12517565488815308, -0.03278198093175888, 0.135564923286438, -0.03551725298166275, -0.11858534812927246, -0.20654892921447754, 0.05404523015022278, 0.03882395476102829, -0.061763372272253036, 0.03536899387836456, 0.07869033515453339, -0.15818791091442108, 0.11689841002225876, 0.05036948621273041, 0.036260005086660385, 0.13469965755939484, -0.22866027057170868, -0.07904011756181717, -0.04602409526705742, -0.07707278430461884, 0.10253201425075531, 0.00002397169555479195, 0.009154452942311764, 0.2598714828491211, -0.1161927580833435, 0.01967962086200714, 0.12730732560157776, -0.17017430067062378, 0.01806800253689289, 0.019835561513900757, 0.08412177860736847, 0.09157158434391022, 0.011509888805449009, 0.10852907598018646, 0.0707852765917778, -0.0101486686617136, -0.1360270082950592, -0.04950163885951042, -0.009859689511358738, 0.0853719413280487, -0.019690826535224915, -0.05046107620000839, 0.17664311826229095, 0.058999452739953995, 0.010314999148249626, 0.05766073241829872, -0.05329941213130951, 0.02751901187002659, 0.006196039728820324, -0.020993784070014954, 0.018363341689109802, 0.14473530650138855, 0.01760878413915634, -0.05249418318271637, -0.13410590589046478, 0.07058989256620407, -0.18945349752902985, 0.05454850196838379, -0.03698793053627014, 0.06096231937408447, -0.258131206035614, -0.01568523794412613, -0.14322851598262787, 0.012979496270418167, 0.09651564061641693, -0.0732380747795105, 0.03764953464269638, -0.012448606081306934, -0.021792607381939888, 0.11723798513412476, 0.10804640501737595, 0.1609608232975006, -0.04320541396737099, -0.00869857519865036, -0.0065362900495529175, 0.07786694169044495, 0.09295008331537247, -0.07654742151498795, 0.07032539695501328, -0.0564110204577446, -0.04492797330021858, -0.21906612813472748, 0.0008765582460910082, -0.030310221016407013, 0.04600467532873154, -0.01984437182545662, -0.13926945626735687, 0.0724203959107399, 0.028251374140381813, 0.005772269796580076, -0.10059063136577606, 0.07909262925386429, -0.02333223633468151, -0.002073736162856221, -0.04910872504115105, -0.043945688754320145, 0.01002762746065855, 0.056697506457567215, -0.10170026123523712, 0.03527959808707237, 0.07433190196752548, 0.07395917177200317, -0.16713260114192963, -0.013432089239358902, 0.04245100915431976, 0.042995184659957886, 0.062102507799863815, -0.17763984203338623, 0.0445265956223011, -0.15618294477462769, -0.0354858934879303, -0.00870739296078682, -0.05047069117426872, 0.01355440728366375, 0.06636203825473785, -0.027222590520977974, 0.11233346909284592, 0.01111317053437233, 0.005379479844123125, -0.12045124173164368, -0.06185131147503853, 0.06667035073041916, -0.02369607612490654, 0.0511794276535511, -0.14944906532764435, 0.007654519751667976, -0.180730938911438, 0.07720775902271271, 0.016102097928524017, 0.026931453496217728, -0.026627028360962868, 0.3114912509918213, 0.030569342896342278, 0.10634830594062805, -0.22846999764442444, 0.05719701200723648, -0.023560456931591034, 0.28067547082901, -0.1065937876701355, -0.12447673082351685, 0.18407796323299408, -0.06522929668426514, -0.12309088557958603, 0.12086527794599533, 0.03488042950630188, 0.10873927175998688, 0.09767720103263855, 0.3835752606391907, -0.10195262730121613, -0.08146942406892776, 0.03636458143591881, 0.1353151649236679, -0.25350436568260193, 0.02267700806260109, 0.025416342541575432, -0.08121002465486526, -0.1325274407863617, -0.01190396212041378, 0.2367665320634842, 0.14369091391563416, -0.11477484554052353, -0.02520707994699478, 0.020064817741513252, -0.016537215560674667, 0.05091886967420578, 0.017726575955748558, -0.0013406252255663276, -0.21194274723529816, 0.02760516293346882, -0.124215267598629, 0.03498653694987297, 0.13977846503257751, 0.04585346579551697, -0.07557849586009979, -0.040234941989183426, 0.08057703077793121, -0.01661347784101963, -0.02294166386127472, -0.16728036105632782, -0.06481286138296127, 0.1498730629682541, 0.1340765357017517, 0.013609949499368668, 0.09578457474708557, -0.12554091215133667, 0.002669427078217268, 0.013310762122273445, 0.13174262642860413, -0.007498446851968765, -0.04374158754944801, -0.022994134575128555, 0.1897602677345276, -0.09339086711406708, 0.07846151292324066, -0.05010027438402176, 0.001938516623340547, 0.10550153255462646, 0.060221847146749496, 0.0357060432434082, -0.013110004365444183, 0.03018314018845558, 0.005840349942445755, 0.018294237554073334, -0.06945645809173584, 0.12700411677360535, -0.011421116068959236, -0.11599461734294891, 0.22505104541778564, -0.12537546455860138, 0.1077398806810379, 0.1641158014535904, -0.15259717404842377, -0.09176535904407501, -0.05451177433133125, -0.05600990727543831, -0.04779776558279991, 0.12334655225276947, -0.07418269664049149, -0.04411538317799568, -0.044391438364982605, -0.0011415277840569615, 0.017120715230703354, -0.07650631666183472, 0.019346725195646286, -0.08435862511396408, -0.19952528178691864, 0.0862463191151619, -0.048986468464136124, -0.15294228494167328, 0.12348992377519608, 0.3562917411327362, 0.1481546014547348, 0.23727938532829285, -0.044758010655641556, 0.017626842483878136, 0.026004822924733162, -0.0384499691426754, -0.045703496783971786, 0.004267206881195307, -0.1251041442155838, -0.0365486666560173, -0.0015835420927032828, 0.004274635575711727, 0.10203591734170914, -0.036351218819618225, -0.14834646880626678, 0.02251344546675682, 0.0014692102558910847, -0.08886273205280304, 0.10843174904584885, -0.027543172240257263, 0.07448233664035797, 0.032922543585300446, 0.03858240693807602, 0.05848072096705437, 0.002110567642375827, -0.11813180893659592, 0.006854616105556488, -0.22355535626411438, -0.2711923122406006, -0.09768662601709366, -0.08925486356019974, 0.03989091515541077, 0.041187938302755356, 0.051699478179216385, -0.18302172422409058, 0.03948478400707245, 0.003198040649294853, 0.10697315633296967, -0.06025030463933945, 0.04016250744462013, -0.06218542903661728, 0.039252810180187225, -0.026844710111618042, -0.036029912531375885, -0.0012391663622111082, -0.0970999225974083, -0.10773636400699615, 0.11318950355052948, -0.12849527597427368, 0.08555713295936584, 0.14430534839630127, 0.03159665688872337, 0.02274978905916214, -0.06426727026700974, 0.08118022978305817, -0.10766161978244781, -0.02468705177307129, -0.020854998379945755, -0.012126539833843708, 0.08575579524040222, 0.08519800752401352, 0.02189561165869236, -0.15146233141422272, 0.0591089241206646, 0.048329032957553864, -0.13319815695285797, -0.13935089111328125, -0.09409863501787186, 5.991143439132429e-7, 0.2797071039676666, -0.002339477650821209, 0.023659970611333847, 0.14668741822242737, -0.005060214549303055, 0.07289005070924759, -0.20045752823352814, -0.05620472878217697, 0.018704742193222046, -0.004834607243537903, -0.022842248901724815, -0.008816422894597054, -0.08761768788099289, 0.006385814398527145, 0.2184516340494156, -0.004971520509570837, -0.12653324007987976, 0.13448448479175568, 0.0007297596894204617, 0.0038821459747850895, 0.1352946162223816, 0.08407466113567352, 0.06298195570707321, -0.07155273109674454, -0.03599351644515991, -0.043885089457035065, 0.03730371966958046, 0.0007575029158033431, 0.01575464755296707, 0.03105960786342621, -0.22486138343811035, -0.016705667600035667, -0.2129937708377838, 0.10879084467887878, -0.04748593270778656, 0.13807302713394165, 0.0026444492395967245, 0.04441913589835167, 0.10906891524791718, -0.005030614789575338, -0.011882180348038673, 0.10863572359085083, 0.1383846551179886, -0.03977278992533684, 0.07618652284145355, 0.10392951220273972, 0.08540554344654083, 0.10903793573379517, 0.06167486310005188, -0.08492720872163773, -0.021127475425601006, -0.053188424557447433, 0.04624804109334946, -0.20438914000988007, 0.16149352490901947, -0.038125935941934586, -0.14207349717617035, 0.04278627038002014, -0.1275794953107834, 0.047217957675457, 0.02532968670129776, 0.05271764472126961, 0.09215202182531357, 0.04994546249508858, -0.08136153966188431, -0.047041911631822586, -0.009494416415691376, 0.20800645649433136, -0.04930320754647255, -0.10087979584932327, -0.015097087249159813, 0.02010302059352398, -0.0005327145336195827, 0.11119779944419861, 0.02447434328496456, -0.04610208794474602, -0.08690282702445984, 0.03303453326225281, -0.03661355376243591, 0.08763010054826736, 0.09737902879714966, -0.02698802947998047, -0.05718262121081352, 0.1235092505812645, 0.06895491480827332, -0.1251404732465744, -0.14452208578586578, 0.015589582733809948, -0.007731362245976925, -0.003907877020537853, -0.03874189779162407, -0.17162851989269257, -0.09909867495298386, -0.1906745284795761, 0.12603247165679932, -0.02163488231599331, 0.030842140316963196, -0.054747339338064194, 0.230157732963562, -0.009354943409562111, 0.009969666600227356, -0.03108477219939232, -0.013541288673877716, -0.012568399310112, -0.05987691134214401, 0.17130033671855927, -0.1589484065771103, -0.04290361702442169, 0.08715757727622986, 0.03195212036371231, 0.022129757329821587, -0.07987111806869507, -0.03223046660423279, 0.13554437458515167, 0.35851117968559265, 0.0012283556861802936, 0.2099764049053192, 0.2042219638824463, -0.05234047770500183, -0.21901710331439972, -0.09460500627756119, -0.2348603904247284, -0.07078184932470322, 0.18186907470226288, -0.07664406299591064, 0.0643012747168541, 0.12657569348812103, 0.02973685972392559, 0.20995554327964783, -0.12457278370857239, -0.044523198157548904, 0.04818897321820259, -0.08845916390419006, 0.6114599704742432, -0.061698999255895615, -0.10802759975194931, -0.01825915277004242, -0.15282532572746277, 0.2387581467628479, -0.05154171586036682, 0.013269291259348392, 0.03874128684401512, 0.1005491390824318, 0.05056579411029816, 0.05772935599088669, 0.19292889535427094, 0.02319646254181862, 0.058188073337078094, -0.13999897241592407, -0.1260925531387329, 0.10026954114437103, -0.0229759830981493, -0.08925508707761765, -0.017890285700559616, -0.02936561405658722, -0.19818171858787537, 0.05141949653625488, -0.1515510380268097, 0.05321922153234482, 0.056100163608789444, -0.02688506431877613, -0.039986640214920044, -0.002744022523984313, -0.09706974029541016, -0.04741370305418968, 0.13259218633174896, -0.08547285199165344, 0.21339218318462372, -0.08619081228971481, 0.062479544430971146, -0.1132776141166687, 0.09236282855272293, -0.05286029726266861, -0.06702502816915512, 0.020908309146761894, -0.17462939023971558, 0.04489823803305626, 0.05220690742135048, -0.02032669261097908, 0.0322212353348732, 0.03294215351343155, -0.09376110136508942, 0.04418664798140526, 0.21215519309043884, -0.20752321183681488, -0.10239655524492264, -0.032411038875579834, -0.18671981990337372, 0.19688937067985535, 0.007372637744992971, 0.09758103638887405, 0.1276085525751114, -0.02415306493639946, 0.05030597373843193, 0.02030378393828869, -0.13016556203365326, -0.019506316632032394, 0.02471683733165264, -0.04843040183186531, -0.07417872548103333, 0.16410969197750092, 0.003125022863969207, -0.17150603234767914, -0.0407160185277462, 0.33249592781066895, -0.06882669776678085, -0.021546127274632454, -0.15638038516044617, 0.06429695338010788, -0.03442022576928139, 0.031490225344896317, 0.08549392223358154, 0.021496908739209175, -0.01903107762336731, 0.243308424949646, -0.0012956787832081318, 0.20592927932739258, 0.08698756247758865, 0.02289220504462719, 0.06535287946462631, -0.1015409454703331, 0.003708842908963561, -0.019963471218943596, -0.06298170238733292, -0.025758573785424232, -0.03440312668681145, 0.12883484363555908, -0.08708789944648743, -0.08515651524066925, -0.18808633089065552, -0.00678415410220623, -0.045131731778383255, -0.14115594327449799, -0.0497581847012043, -0.09431345015764236, 0.08569512516260147, -0.01951061561703682, -0.0172411035746336, -0.13612228631973267, -0.0707104429602623, 0.06029095500707626, 0.08022084087133408, 0.056907493621110916, -0.02142960950732231, -0.005597047973424196, 0.202048197388649, 0.0028164649847894907, 0.19390766322612762, 0.20113031566143036, -0.061333067715168, 0.1175730898976326, -0.2240629494190216, -0.10820194333791733, 0.09987909346818924, -0.1013496071100235, 0.02835783362388611, 0.2528587877750397, -0.06944312155246735, -0.07183004170656204, 0.023082008585333824, 0.0819302424788475, 0.0695723444223404, -0.06962034851312637, 0.13945920765399933, 0.11123763024806976, -0.24406595528125763, -0.029789475724101067, -0.22912776470184326, 0.10466330498456955, 0.026690829545259476, 0.05581321194767952, 0.030828367918729782, 0.025830436497926712, 0.02255583181977272, -0.011340123601257801, 0.06775032728910446, -0.11715590953826904, 0.07594534754753113, -0.006308197975158691, -0.0009284214465878904, 0.020968755707144737, 0.15689221024513245, -0.06443887948989868, -0.07048701494932175, 0.06289470195770264, 0.19063851237297058, -0.0735047310590744, -0.017401263117790222, 0.032150279730558395, 0.07059439271688461, -0.10505253821611404, -0.21839775145053864, 0.07302705198526382, -0.03587287291884422, -0.19983458518981934, 0.04817315936088562, -0.014539380557835102, 0.08539435267448425, 0.02739058807492256, 0.003347607795149088, 0.06624280661344528, 0.08827538043260574, -0.12586817145347595, -0.0005465050344355404, -0.06126665323972702, 0.040976397693157196, 0.1078856810927391, 0.16836385428905487, 0.012725654058158398, 0.0595620721578598, -0.091275155544281, 0.034217145293951035, -0.04657742381095886, -0.0708092749118805, 0.03863679990172386, -0.17856280505657196, 0.032593801617622375, -0.003704255213961005, -0.02675822377204895, 0.14164531230926514, 0.08683508634567261, -0.023918727412819862, 0.011150016449391842, -0.09630842506885529, -0.10818011313676834, 0.0868176817893982, -0.0019381127785891294, 0.03816099464893341, 0.013883480802178383, -0.11632172018289566, -0.13214722275733948, 0.006640009116381407, -0.10724195092916489, 0.014073909260332584, -0.015860673040151596, -0.027241721749305725, -0.2226807177066803, -0.07590645551681519, -0.021995285525918007, 0.0819355845451355, -0.15479689836502075, -0.07021456956863403, 0.03772281855344772, 0.07989605516195297, 0.010158415883779526, 0.18902714550495148, 0.04430154338479042, 0.06323259323835373, -0.021539712324738503, -0.03570494055747986, -0.1826917976140976, 0.08993129432201385, -0.10861438512802124, -0.0066994610242545605, -0.11356137692928314, 0.20738758146762848, 0.22770558297634125, -0.08759643882513046, -0.011138317175209522, -0.12471133470535278, 0.05767860263586044, 0.08991259336471558, 0.13322731852531433, 0.04955065995454788, 0.2215200960636139, -0.053830891847610474, -0.00016504255472682416, 0.07554452121257782, 0.005791462026536465, -0.03607539087533951, -0.0017499765381217003, 0.008505070582032204, 0.0027193266432732344, -0.05850288271903992, 0.12590549886226654, -0.22327828407287598, 0.09907186031341553, 0.011895917356014252, -0.216516375541687, 0.031215285882353783, -0.07893261313438416, 0.06044485419988632, -0.01862451434135437, 0.17547211050987244, -0.0153840696439147, -0.13527122139930725, -0.1813722848892212, 0.07340814918279648, -0.3564576506614685, -0.16425473988056183, 0.04304486885666847, -0.09049394726753235, 0.024793129414319992, -0.04938378185033798, -0.12449127435684204, -0.007948409765958786, 0.016860339790582657, -0.004252702929079533, -0.008621524088084698, 0.03531380742788315, 0.07221032679080963, -0.19206926226615906, 0.0369514636695385, 0.04588461294770241, -0.18126672506332397, 0.06043267995119095, -0.12337397038936615, -0.036451902240514755, 0.07750041782855988, 0.0004883371293544769, 0.037772078067064285, 0.06528574228286743, -0.12008415907621384, 0.058698076754808426, -0.008846146054565907, -0.0022655015345662832, 0.03388579562306404, -0.040226709097623825, -0.0697655975818634, 0.037853848189115524, -0.16796614229679108, -0.0534391887485981, 0.07193274796009064, -0.07208003848791122, 0.17316791415214539, -0.08974345773458481, -0.052828285843133926, 0.02319551631808281, -0.11347067356109619, 0.09840789437294006, -0.11054719239473343, 0.1294768750667572, 0.13222336769104004, 0.03777482360601425, 0.04262825846672058, -0.22420136630535126, 0.17175815999507904, 0.10596811026334763, 0.03310242295265198, -0.06821910291910172 ]
null
null
transformers
<div class="inline-flex flex-col" style="line-height: 1.5;"> <div class="flex"> <div style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;https://pbs.twimg.com/profile_images/1406546124605898752/YRmbl1wc_400x400.jpg&#39;)"> </div> <div style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;https://pbs.twimg.com/profile_images/1389328774085365767/QFuxMWoj_400x400.jpg&#39;)"> </div> <div style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)"> </div> </div> <div style="text-align: center; margin-top: 3px; font-size: 16px; font-weight: 800">🤖 AI CYBORG 🤖</div> <div style="text-align: center; font-size: 16px; font-weight: 800">Gay Shawn 🏳️‍🌈 & 🔻L O W R Y 🔻</div> <div style="text-align: center; font-size: 14px;">@goatlich-yagisabi</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on tweets from Gay Shawn 🏳️‍🌈 & 🔻L O W R Y 🔻. | Data | Gay Shawn 🏳️‍🌈 | 🔻L O W R Y 🔻 | | --- | --- | --- | | Tweets downloaded | 406 | 3156 | | Retweets | 67 | 390 | | Short tweets | 50 | 214 | | Tweets kept | 289 | 2552 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/1wtnxwy1/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @goatlich-yagisabi's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/qrbyfgtb) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/qrbyfgtb/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/goatlich-yagisabi') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/goatlich-yagisabi/1624475783796/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/goatlich-yagisabi
[ "transformers", "pytorch", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
AI CYBORG Gay Shawn ️‍ & L O W R Y @goatlich-yagisabi I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on tweets from Gay Shawn ️‍ & L O W R Y . Data: Tweets downloaded, Gay Shawn ️‍: 406, L O W R Y: 3156 Data: Retweets, Gay Shawn ️‍: 67, L O W R Y: 390 Data: Short tweets, Gay Shawn ️‍: 50, L O W R Y: 214 Data: Tweets kept, Gay Shawn ️‍: 289, L O W R Y: 2552 Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @goatlich-yagisabi'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 54 ]
[ "passage: TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ -0.0001764487533364445, -0.01891571842133999, -0.0068881697952747345, 0.01242890115827322, 0.16224369406700134, 0.04406825825572014, 0.08452208340167999, 0.14250440895557404, -0.026455026119947433, -0.016114573925733566, 0.17334569990634918, 0.17106501758098602, -0.014037161134183407, 0.08718273043632507, -0.05552244931459427, -0.2646014094352722, 0.044212065637111664, 0.058431971818208694, -0.020032864063978195, 0.14111687242984772, 0.0714879110455513, -0.01828647032380104, 0.10845158249139786, -0.02953636273741722, -0.18877948820590973, 0.03499612212181091, 0.05605728179216385, -0.09992336481809616, 0.11936124414205551, 0.04713086411356926, 0.08659981191158295, 0.015409729443490505, -0.07482189685106277, -0.12249794602394104, 0.03866785019636154, 0.041891295462846756, -0.0629689022898674, 0.05911329388618469, 0.08818957209587097, -0.11120674759149551, 0.1456013321876526, 0.07799911499023438, -0.01863223686814308, 0.07941857725381851, -0.17164963483810425, -0.019008882343769073, -0.036983806639909744, 0.005464354529976845, 0.057414017617702484, 0.07476010918617249, -0.01932354085147381, 0.1732589453458786, -0.0767555758357048, 0.09587065875530243, 0.16117197275161743, -0.2913956344127655, -0.005072304047644138, 0.0498935841023922, 0.06722559779882431, 0.03902119770646095, -0.015738610178232193, 0.08706029504537582, 0.06277379393577576, 0.02536560781300068, -0.0014978112885728478, -0.06339331716299057, -0.0928240567445755, 0.04014677554368973, -0.0745372325181961, -0.06578013300895691, 0.20811960101127625, -0.039430033415555954, 0.050536420196294785, -0.03807967156171799, -0.10491003096103668, -0.02197154052555561, -0.015753688290715218, 0.00720712635666132, -0.06031509116292, 0.08949250727891922, -0.014659170061349869, -0.07363511621952057, -0.15025688707828522, -0.016003666445612907, -0.18369624018669128, 0.1574522852897644, 0.003967532888054848, 0.04864242300391197, -0.2093716263771057, 0.11408322304487228, 0.020872395485639572, -0.08021171391010284, 0.047296058386564255, -0.09546594321727753, 0.07179957628250122, 0.002116252202540636, -0.05267130210995674, -0.02264278009533882, 0.08682441711425781, 0.15258505940437317, -0.026140356436371803, 0.0017382961232215166, -0.027155736461281776, 0.07059825956821442, 0.05281682312488556, 0.040018972009420395, -0.017763059586286545, -0.04289618879556656, 0.045782025903463364, -0.15945611894130707, -0.007582054473459721, -0.06918198615312576, -0.1068587526679039, -0.05112413689494133, 0.022331949323415756, 0.06442617624998093, 0.031878020614385605, 0.11345649510622025, -0.04609488695859909, -0.014168480411171913, 0.06350603699684143, -0.042460083961486816, -0.0172110628336668, -0.016047241166234016, 0.015319211408495903, 0.14095398783683777, -0.018181998282670975, 0.030711950734257698, -0.11251416057348251, 0.0645761713385582, -0.09946728497743607, -0.01914660818874836, -0.0071241967380046844, -0.04078202322125435, 0.029947424307465553, -0.13505136966705322, 0.010975461453199387, -0.1711256355047226, -0.14874492585659027, 0.009897243231534958, -0.02876151353120804, -0.018498392775654793, -0.059200938791036606, -0.03973992541432381, -0.01719699800014496, 0.06084148958325386, -0.04528016224503517, 0.0009662628290243447, -0.05951235070824623, 0.11524756252765656, -0.05245914310216904, 0.06888316571712494, -0.13250301778316498, 0.05976588651537895, -0.15375985205173492, -0.00870948750525713, -0.04503806680440903, 0.08287355303764343, 0.017666861414909363, 0.16653785109519958, -0.006960130762308836, -0.012972959317266941, -0.09847598522901535, 0.06441020965576172, -0.023426895961165428, 0.24133971333503723, -0.06349262595176697, -0.143473818898201, 0.22233937680721283, -0.06944137066602707, -0.1420930027961731, 0.12657590210437775, 0.020838137716054916, 0.07354387640953064, 0.10204131156206131, 0.19502143561840057, 0.014321080408990383, 0.006638950202614069, 0.054760824888944626, 0.0820525735616684, -0.17468082904815674, -0.03090454451739788, -0.00916894432157278, -0.01691337674856186, -0.1358218789100647, 0.043003637343645096, 0.11889315396547318, 0.10293904691934586, -0.07099705934524536, -0.013554582372307777, -0.03317642584443092, -0.004439891315996647, 0.06940841674804688, -0.007896981202065945, 0.09806080162525177, -0.09929461032152176, -0.040301576256752014, -0.058301206678152084, -0.006890235934406519, 0.0024084753822535276, 0.04120192304253578, -0.040066637098789215, 0.10096675902605057, -0.0006905568297952414, 0.05225489288568497, -0.14046427607536316, -0.07798092812299728, -0.020940499380230904, 0.1575685739517212, 0.04120592027902603, 0.04776391014456749, 0.057414863258600235, -0.0481991246342659, -0.0158701092004776, -0.009968787431716919, 0.16312187910079956, -0.0394844189286232, -0.06968989968299866, -0.056453973054885864, 0.10656707733869553, -0.058365050703287125, 0.03222460299730301, -0.04202231392264366, 0.022449776530265808, 0.060929615050554276, 0.12114907056093216, -0.0026538248639553785, 0.029062092304229736, -0.01023187953978777, -0.0038288652431219816, -0.07459788024425507, -0.020947640761733055, 0.10031349956989288, -0.004600553773343563, -0.08327498286962509, 0.23685328662395477, -0.17454755306243896, 0.19663569331169128, 0.2115958034992218, -0.2628093659877777, -0.024321777746081352, -0.06840608268976212, -0.05017746612429619, 0.003011465771123767, 0.05876095965504646, -0.04692309722304344, 0.09809201210737228, -0.02521132305264473, 0.16497591137886047, -0.04652651026844978, -0.07362692058086395, 0.016456644982099533, -0.05898859724402428, -0.0463954322040081, 0.0659271627664566, 0.08106416463851929, -0.15480613708496094, 0.18694530427455902, 0.20838376879692078, 0.07612863928079605, 0.19334357976913452, 0.004058185499161482, -0.014812501147389412, 0.08005014806985855, -0.03805047646164894, -0.04202093929052353, -0.07553261518478394, -0.16944189369678497, -0.01902174763381481, 0.07485251128673553, 0.03750864416360855, 0.11274250596761703, -0.10172852873802185, -0.07372885197401047, -0.016179129481315613, -0.005032413639128208, 0.005167648661881685, 0.1174640879034996, 0.045775800943374634, 0.14043675363063812, -0.019972821697592735, 0.03493902459740639, 0.08747350424528122, 0.02448674477636814, -0.10759711265563965, 0.16407065093517303, -0.14081640541553497, -0.38538745045661926, -0.16212545335292816, -0.13394121825695038, -0.029274288564920425, 0.04825805127620697, 0.11038947850465775, -0.13598975539207458, 0.0011978530092164874, -0.003706524148583412, 0.12342415004968643, -0.0806080624461174, 0.03755999356508255, -0.07838296890258789, 0.026997538283467293, -0.06349453330039978, -0.07917723804712296, -0.036463622003793716, -0.03232228383421898, -0.10000553727149963, 0.1757805496454239, -0.11054177582263947, 0.057571277022361755, 0.1741490364074707, 0.022440658882260323, 0.034390855580568314, -0.0513761006295681, 0.17275545001029968, -0.11779367178678513, 0.02093288116157055, 0.16278521716594696, -0.01799617148935795, 0.08678310364484787, 0.08059167861938477, -0.015366556122899055, -0.10777527838945389, 0.05196633189916611, 0.0019955262541770935, -0.1096891239285469, -0.20052047073841095, -0.12150565534830093, -0.0784008651971817, 0.14483654499053955, 0.05303339660167694, 0.05915789678692818, 0.17167222499847412, 0.08591149002313614, -0.04288473725318909, -0.004711467772722244, -0.012867298908531666, 0.07781979441642761, 0.1684085726737976, -0.017248503863811493, 0.11789125204086304, -0.05446818470954895, -0.11601924896240234, 0.13826869428157806, 0.02504623495042324, 0.050291191786527634, 0.04182872176170349, 0.008374262601137161, -0.009610554203391075, 0.09969738125801086, 0.12988939881324768, 0.118865467607975, -0.008107239380478859, -0.0232877004891634, -0.03601100295782089, -0.00860752072185278, -0.03570752218365669, 0.034572016447782516, 0.011757065542042255, -0.16013272106647491, -0.05726486071944237, -0.12173470109701157, 0.0964120477437973, 0.09787409752607346, 0.08039643615484238, -0.2033146470785141, -0.004589703865349293, 0.07378163933753967, -0.03603411093354225, -0.11624246090650558, 0.086527980864048, 0.033109065145254135, -0.1271866261959076, 0.0817195475101471, -0.03352120518684387, 0.115711510181427, -0.017423994839191437, 0.09427224844694138, -0.04346824064850807, -0.0329415462911129, -0.012381686829030514, 0.10430185496807098, -0.30799204111099243, 0.17485815286636353, -0.019660785794258118, -0.07034741342067719, -0.07672256976366043, -0.025566134601831436, 0.017929747700691223, 0.07530300319194794, 0.09619415551424026, 0.024311896413564682, 0.04642496258020401, -0.09243860840797424, -0.03940937668085098, 0.034113768488168716, 0.13641610741615295, -0.0638844221830368, -0.015862328931689262, -0.04075292870402336, 0.01116214320063591, -0.019626103341579437, -0.027355113998055458, 0.018256209790706635, -0.1504947543144226, 0.05358212813735008, 0.017237937077879906, 0.0753018707036972, 0.03889141231775284, -0.007973386906087399, -0.10224062204360962, 0.18268363177776337, -0.03004412353038788, -0.08521177619695663, -0.127006396651268, -0.04812724515795708, 0.04587927460670471, -0.051474425941705704, 0.034381575882434845, -0.06691597402095795, -0.011345877312123775, -0.06886660307645798, -0.21483656764030457, 0.12495172768831253, -0.0775398537516594, -0.07874035835266113, -0.03474915772676468, 0.20981398224830627, -0.05076101794838905, -0.00018431349599268287, 0.01172169204801321, 0.014822970144450665, -0.1086968258023262, -0.10466268658638, 0.06874550879001617, -0.034708425402641296, 0.02743770368397236, 0.02760813757777214, -0.03700246661901474, 0.02073092758655548, -0.06074898689985275, -0.01314478274434805, 0.2849438786506653, 0.22848764061927795, -0.035804633051157, 0.1875685602426529, 0.10711772739887238, -0.07248730212450027, -0.30828598141670227, -0.0999293103814125, -0.13133330643177032, -0.033457282930612564, -0.02052777260541916, -0.17081500589847565, 0.07089676707983017, 0.04558560997247696, 0.00998434517532587, 0.14900504052639008, -0.21140912175178528, -0.08518896996974945, 0.1092359870672226, -0.03466132655739784, 0.42140644788742065, -0.1164151057600975, -0.09652433544397354, -0.05340435355901718, -0.15239587426185608, 0.20086675882339478, -0.01557826716452837, 0.08761543780565262, -0.031178412958979607, 0.14360429346561432, 0.04995222017168999, -0.01680157333612442, 0.08329997956752777, 0.0014065488940104842, 0.004026432521641254, -0.12653036415576935, -0.022627411410212517, 0.0504734143614769, 0.021120509132742882, 0.0054380460642278194, -0.07736434042453766, 0.028706049546599388, -0.14863882958889008, -0.024921666830778122, -0.10909338295459747, 0.08278775960206985, 0.03857516124844551, -0.07422378659248352, -0.010892878286540508, -0.05615931376814842, -0.023589344695210457, -0.012528443709015846, 0.13453009724617004, -0.050522636622190475, 0.1720355898141861, 0.036824267357587814, 0.11522943526506424, -0.13816054165363312, 0.06146138161420822, -0.07406572997570038, -0.07532623410224915, 0.06773588061332703, -0.13577620685100555, 0.05240122601389885, 0.10075365751981735, -0.03372569754719734, 0.04758675396442413, 0.08927652984857559, 0.000919255951885134, 0.009403540752828121, 0.15953567624092102, -0.2761637568473816, 0.01791755110025406, -0.07046908140182495, -0.07692829519510269, 0.112159863114357, 0.07484955340623856, 0.181244894862175, 0.02791808731853962, -0.0472177192568779, 0.012221097014844418, 0.019269011914730072, -0.05120278522372246, 0.0548672117292881, 0.006578541360795498, -0.011816216632723808, -0.14148055016994476, 0.08790901303291321, -0.0015104453777894378, -0.1429632604122162, 0.02210722118616104, 0.19665491580963135, -0.13288317620754242, -0.10024755448102951, -0.05081937462091446, 0.057288672775030136, -0.13861924409866333, 0.008680099621415138, -0.01990172080695629, -0.09562872350215912, 0.0756591260433197, 0.1573420912027359, 0.05079081282019615, 0.12963363528251648, -0.02916029281914234, -0.008411908522248268, -0.04279141128063202, -0.051675889641046524, 0.02788730151951313, 0.019720058888196945, -0.07752392441034317, 0.08735781908035278, -0.024015765637159348, 0.14329436421394348, -0.10051412135362625, -0.06987810134887695, -0.1344141960144043, -0.005019306670874357, -0.09607285261154175, -0.0959741547703743, -0.08079583197832108, -0.061935000121593475, 0.004180733114480972, -0.039079975336790085, -0.0417400486767292, -0.08063078671693802, -0.10278100520372391, 0.016344387084245682, -0.02737213484942913, 0.028547246009111404, -0.07021904736757278, 0.008450011722743511, 0.12212047725915909, -0.029432062059640884, 0.17478644847869873, 0.15045183897018433, -0.10443241149187088, 0.10585668683052063, -0.17528948187828064, -0.10057486593723297, 0.10386897623538971, -0.01424362976104021, 0.02509693056344986, 0.12928596138954163, 0.018586233258247375, 0.04242280498147011, 0.03278495371341705, 0.06450606882572174, 0.04438134282827377, -0.11879310011863708, 0.08265755325555801, -0.002198860514909029, -0.15595629811286926, -0.061124756932258606, -0.09235648810863495, 0.02707000821828842, 0.02035105973482132, 0.11072126775979996, -0.04177020862698555, 0.08901136368513107, -0.06589431315660477, 0.023006385192275047, 0.025188656523823738, -0.17641755938529968, -0.03692740947008133, -0.05073147267103195, 0.03235582634806633, 0.028527792543172836, 0.22216679155826569, 0.015049049630761147, -0.030550595372915268, 0.0387740358710289, 0.12439186871051788, 0.015807392075657845, -0.0005460345419123769, 0.1709187924861908, 0.10334094613790512, -0.07364179939031601, -0.14011329412460327, 0.0676020160317421, 0.012262817472219467, -0.05599943920969963, 0.11458845436573029, -0.01812131516635418, -0.006866521667689085, 0.0670672059059143, -0.019556820392608643, 0.03449620306491852, -0.06607513129711151, -0.12762659788131714, -0.02478908933699131, 0.04269528388977051, 0.0029638311825692654, 0.12794137001037598, 0.15664103627204895, -0.005168106406927109, 0.026651626452803612, -0.015845872461795807, -0.023246217519044876, -0.13421551883220673, -0.15646639466285706, -0.06222613900899887, -0.14998294413089752, 0.022462334483861923, -0.08663632720708847, 0.047867026180028915, 0.05302877724170685, 0.07266844809055328, -0.06541765481233597, 0.06867647916078568, 0.049353908747434616, -0.11939282715320587, 0.08969518542289734, -0.024748487398028374, 0.04455447196960449, -0.0018985075876116753, -0.03077637031674385, -0.10359742492437363, 0.042003192007541656, -0.01649407483637333, 0.045346152037382126, -0.04421991854906082, 0.022579338401556015, -0.1750071942806244, -0.10995419323444366, -0.04818427562713623, 0.06838665902614594, -0.06683412194252014, 0.04056481271982193, 0.01606888137757778, 0.011690732091665268, 0.030521972104907036, 0.22083373367786407, -0.041100796312093735, -0.04384056478738785, -0.041319385170936584, 0.1635150909423828, -0.014866671524941921, 0.08733032643795013, -0.027159888297319412, -0.008534550666809082, -0.09159335494041443, 0.3551705777645111, 0.29626867175102234, -0.08988689631223679, 0.018322573974728584, -0.023403000086545944, 0.04054094851016998, 0.13749836385250092, 0.13930056989192963, 0.09693139791488647, 0.23870247602462769, -0.069560706615448, -0.05235563591122627, -0.01810343936085701, -0.013992605730891228, -0.06698887050151825, 0.09740167111158371, 0.02308662235736847, -0.05992421507835388, -0.0399320125579834, 0.09157036244869232, -0.2363831102848053, 0.1119081899523735, -0.1049022525548935, -0.15424089133739471, -0.03413557633757591, 0.011207441799342632, 0.07758733630180359, 0.01318280678242445, 0.11218693852424622, 0.013466300442814827, -0.0844072625041008, 0.014990749768912792, 0.034041877835989, -0.25270384550094604, 0.004782035481184721, 0.053680628538131714, -0.12391778826713562, -0.004765757359564304, -0.025234686210751534, 0.013625700026750565, 0.05700398609042168, 0.04094824194908142, -0.03069460764527321, 0.016096249222755432, -0.006652043666690588, -0.020144162699580193, -0.008288858458399773, 0.05953062325716019, 0.04713095352053642, -0.1559005230665207, 0.06380777060985565, -0.13577982783317566, 0.04075455665588379, -0.023885579779744148, -0.012463473714888096, -0.0012933483812958002, 0.01776987873017788, -0.0522073432803154, 0.06581555306911469, 0.07255802303552628, -0.0144086554646492, 0.008549283258616924, -0.08346639573574066, -0.034440234303474426, -0.023841137066483498, -0.10951124131679535, -0.08404874801635742, -0.13158579170703888, -0.12121031433343887, 0.10822955518960953, -0.02819518744945526, -0.18475614488124847, 0.03248962014913559, -0.12301548570394516, 0.05860345810651779, -0.17328192293643951, 0.11332228779792786, 0.07014153152704239, 0.018578365445137024, 0.01264720968902111, -0.007008096668869257, 0.08073210716247559, 0.11507359892129898, -0.0813264548778534, -0.08199906349182129 ]
null
null
transformers
<link rel="stylesheet" href="https://unpkg.com/@tailwindcss/[email protected]/dist/typography.min.css"> <style> @media (prefers-color-scheme: dark) { .prose { color: #E2E8F0 !important; } .prose h2, .prose h3, .prose a, .prose thead { color: #F7FAFC !important; } } </style> <section class='prose'> <div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1326597959710994434/Mzw1eYU3_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">GoDaddy Pro 🤖 AI Bot </div> <div style="font-size: 15px; color: #657786">@godaddypro bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://app.wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-model-to-generate-tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@godaddypro's tweets](https://twitter.com/godaddypro). <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'>654</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'>86</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'>23</td> </tr> <tr style='border-width:0'> <td style='border-width:0'>Tweets kept</td> <td style='border-width:0'>545</td> </tr> </tbody> </table> [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/1axtg72y/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @godaddypro's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/q9egqu3x) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/q9egqu3x/artifacts) is logged and versioned. ## Intended uses & limitations ### How to use 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/godaddypro'</span>) generator(<span style="color:#FF9800">"My dream is"</span>, num_return_sequences=<span style="color:#8BC34A">5</span>)</code></pre> ### Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* </section> [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) <section class='prose'> For more details, visit the project repository. </section> [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets) <!--- random size file -->
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/godaddypro/1606863861513/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/godaddypro
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
<link rel="stylesheet" href="URL <style> @media (prefers-color-scheme: dark) { .prose { color: #E2E8F0 !important; } .prose h2, .prose h3, .prose a, .prose thead { color: #F7FAFC !important; } } </style> <section class='prose'> <div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('URL </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">GoDaddy Pro AI Bot </div> <div style="font-size: 15px; color: #657786">@godaddypro bot</div> </div> I was made with huggingtweets. Create your own bot based on your favorite user with the demo! ## How does it work? The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. ## Training data The model was trained on @godaddypro'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'>654</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'>86</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'>23</td> </tr> <tr style='border-width:0'> <td style='border-width:0'>Tweets kept</td> <td style='border-width:0'>545</td> </tr> </tbody> </table> Explore the data, which is tracked with W&B artifacts at every step of the pipeline. ## Training procedure The model is based on a pre-trained GPT-2 which is fine-tuned on @godaddypro'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. ## Intended uses & limitations ### How to use 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/godaddypro'</span>) generator(<span style="color:#FF9800">"My dream is"</span>, num_return_sequences=<span style="color:#8BC34A">5</span>)</code></pre> ### Limitations and bias 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. ## About *Built by Boris Dayma* </section> ![Follow](URL <section class='prose'> For more details, visit the project repository. </section> ![GitHub stars](URL
[ "## How does it work?\n\nThe model uses the following pipeline.\n\n!pipeline\n\nTo understand how the model was developed, check the W&B report.", "## Training data\n\nThe model was trained on @godaddypro's tweets.\n\n<table style='border-width:0'>\n<thead style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #CBD5E0'>\n<th style='border-width:0'>Data</th>\n<th style='border-width:0'>Quantity</th>\n</tr>\n</thead>\n<tbody style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Tweets downloaded</td>\n<td style='border-width:0'>654</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Retweets</td>\n<td style='border-width:0'>86</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Short tweets</td>\n<td style='border-width:0'>23</td>\n</tr>\n<tr style='border-width:0'>\n<td style='border-width:0'>Tweets kept</td>\n<td style='border-width:0'>545</td>\n</tr>\n</tbody>\n</table>\n\nExplore the data, which is tracked with W&B artifacts at every step of the pipeline.", "## Training procedure\n\nThe model is based on a pre-trained GPT-2 which is fine-tuned on @godaddypro's tweets.\n\nHyperparameters and metrics are recorded in the W&B training run for full transparency and reproducibility.\n\nAt the end of training, the final model is logged and versioned.", "## Intended uses & limitations", "### How to use\n\nYou can use this model directly with a pipeline for text generation:\n\n<pre><code><span style=\"color:#03A9F4\">from</span> transformers <span style=\"color:#03A9F4\">import</span> pipeline\ngenerator = pipeline(<span style=\"color:#FF9800\">'text-generation'</span>,\n model=<span style=\"color:#FF9800\">'huggingtweets/godaddypro'</span>)\ngenerator(<span style=\"color:#FF9800\">\"My dream is\"</span>, num_return_sequences=<span style=\"color:#8BC34A\">5</span>)</code></pre>", "### Limitations and bias\n\nThe model suffers from the same limitations and bias as GPT-2.\n\nIn addition, the data present in the user's tweets further affects the text generated by the model.", "## About\n\n*Built by Boris Dayma*\n\n</section>\n\n![Follow](URL\n\n<section class='prose'>\nFor more details, visit the project repository.\n</section>\n\n![GitHub stars](URL" ]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "## How does it work?\n\nThe model uses the following pipeline.\n\n!pipeline\n\nTo understand how the model was developed, check the W&B report.", "## Training data\n\nThe model was trained on @godaddypro's tweets.\n\n<table style='border-width:0'>\n<thead style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #CBD5E0'>\n<th style='border-width:0'>Data</th>\n<th style='border-width:0'>Quantity</th>\n</tr>\n</thead>\n<tbody style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Tweets downloaded</td>\n<td style='border-width:0'>654</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Retweets</td>\n<td style='border-width:0'>86</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Short tweets</td>\n<td style='border-width:0'>23</td>\n</tr>\n<tr style='border-width:0'>\n<td style='border-width:0'>Tweets kept</td>\n<td style='border-width:0'>545</td>\n</tr>\n</tbody>\n</table>\n\nExplore the data, which is tracked with W&B artifacts at every step of the pipeline.", "## Training procedure\n\nThe model is based on a pre-trained GPT-2 which is fine-tuned on @godaddypro's tweets.\n\nHyperparameters and metrics are recorded in the W&B training run for full transparency and reproducibility.\n\nAt the end of training, the final model is logged and versioned.", "## Intended uses & limitations", "### How to use\n\nYou can use this model directly with a pipeline for text generation:\n\n<pre><code><span style=\"color:#03A9F4\">from</span> transformers <span style=\"color:#03A9F4\">import</span> pipeline\ngenerator = pipeline(<span style=\"color:#FF9800\">'text-generation'</span>,\n model=<span style=\"color:#FF9800\">'huggingtweets/godaddypro'</span>)\ngenerator(<span style=\"color:#FF9800\">\"My dream is\"</span>, num_return_sequences=<span style=\"color:#8BC34A\">5</span>)</code></pre>", "### Limitations and bias\n\nThe model suffers from the same limitations and bias as GPT-2.\n\nIn addition, the data present in the user's tweets further affects the text generated by the model.", "## About\n\n*Built by Boris Dayma*\n\n</section>\n\n![Follow](URL\n\n<section class='prose'>\nFor more details, visit the project repository.\n</section>\n\n![GitHub stars](URL" ]
[ 57, 34, 429, 75, 9, 167, 48, 58 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n## How does it work?\n\nThe model uses the following pipeline.\n\n!pipeline\n\nTo understand how the model was developed, check the W&B report." ]
[ -0.04084593802690506, 0.035596683621406555, -0.0024457171093672514, 0.04662978649139404, 0.10991521924734116, 0.022836215794086456, 0.12812861800193787, 0.0424627922475338, -0.03746044635772705, -0.03597303107380867, 0.22758877277374268, 0.1009177565574646, 0.03089720755815506, 0.17962171137332916, 0.010350672528147697, -0.2703946828842163, 0.015237200073897839, 0.0647135004401207, -0.07720091193914413, 0.15752871334552765, 0.05562684312462807, -0.049801189452409744, 0.08214939385652542, 0.032038331031799316, -0.165513277053833, -0.004831716418266296, -0.02072383277118206, -0.04504403471946716, 0.09232694655656815, 0.06956911832094193, 0.07011176645755768, 0.034282486885786057, 0.017851393669843674, -0.0714372918009758, 0.06354191154241562, 0.014452377334237099, -0.02349161170423031, 0.13615116477012634, 0.028668763116002083, -0.0002947957837022841, 0.1798527091741562, 0.11815319955348969, 0.016722125932574272, 0.016196802258491516, -0.1166125237941742, -0.0606788769364357, 0.012365915812551975, 0.04470464214682579, 0.10005760192871094, 0.058856748044490814, 0.01943058706820011, 0.13215520977973938, -0.1164829432964325, 0.08512931317090988, 0.1828341782093048, -0.24191047251224518, -0.006823094096034765, 0.061043880879879, 0.08518847078084946, 0.02852868288755417, -0.0027500083670020103, 0.050437480211257935, 0.06484624743461609, 0.021347152069211006, 0.03636380657553673, -0.0638979896903038, 0.05009674280881882, 0.011186900548636913, -0.10215270519256592, -0.07660897821187973, 0.2294245809316635, -0.0602995827794075, 0.004886541981250048, -0.028186868876218796, -0.08490151911973953, -0.06026294082403183, -0.012795685790479183, -0.05738116800785065, -0.01700775697827339, 0.034475523978471756, 0.0214629378169775, -0.10922146588563919, -0.07046429812908173, -0.1146778091788292, -0.09578189998865128, 0.17879855632781982, -0.02900231070816517, 0.08940442651510239, -0.2603394091129303, 0.2254239320755005, 0.07019765675067902, -0.11909467726945877, 0.04757627099752426, -0.11814092099666595, 0.08530338853597641, 0.02207805961370468, 0.041434839367866516, 0.07761925458908081, 0.04161522537469864, 0.11940909177064896, 0.03257475048303604, -0.00314142694696784, 0.05456724017858505, 0.07224375009536743, 0.0941813513636589, 0.1230122447013855, -0.07287998497486115, -0.07873915135860443, 0.08034131675958633, -0.04709449037909508, -0.11787727475166321, -0.06861002743244171, -0.1452382206916809, -0.004202034790068865, -0.0335184708237648, 0.07922724634408951, 0.05637102574110031, 0.09526676684617996, -0.01433930266648531, -0.05777551606297493, 0.04157217592000961, -0.06985066086053848, 0.019995175302028656, -0.011708668433129787, -0.060763102024793625, 0.13121068477630615, 0.04688004031777382, -0.014275136403739452, -0.08673419058322906, 0.07951672375202179, -0.1204570084810257, -0.07978847622871399, -0.08239417523145676, -0.05098734796047211, -0.007686138618737459, -0.11281027644872665, 0.049203939735889435, -0.11458899080753326, -0.22705501317977905, -0.01313747651875019, 0.04550096020102501, -0.016462473198771477, -0.03707117214798927, -0.040630146861076355, -0.009473399259150028, 0.04880702868103981, -0.042894408106803894, 0.039052072912454605, -0.05325083062052727, 0.050018906593322754, -0.09618895500898361, 0.051321301609277725, -0.10470817238092422, 0.041251372545957565, -0.09671807289123535, 0.07595963031053543, 0.0017866486450657248, 0.0454767569899559, 0.010063555091619492, 0.08985432982444763, -0.03214199095964432, -0.044836416840553284, -0.07869677990674973, 0.026561295613646507, 0.02284199558198452, 0.20134314894676208, -0.10196486860513687, -0.0819794163107872, 0.12614667415618896, -0.07252102345228195, -0.1288122832775116, 0.0409054271876812, -0.02831157296895981, 0.17958028614521027, 0.07370224595069885, 0.16096454858779907, 0.12039237469434738, -0.03798284754157066, 0.1263856589794159, 0.14821170270442963, -0.1269366294145584, -0.004153167363256216, 0.039416827261447906, 0.014042570255696774, -0.20559121668338776, 0.04052022844552994, -0.01946125738322735, 0.06584736704826355, -0.10201486945152283, -0.00946728140115738, 0.0031527038663625717, -0.02320384420454502, 0.0023026331327855587, -0.0472555048763752, 0.061078161001205444, 0.038737643510103226, -0.022763127461075783, 0.029682613909244537, 0.06635552644729614, -0.026160234585404396, -0.00823320634663105, -0.04484035447239876, 0.10009831935167313, -0.07260703295469284, 0.06797321885824203, -0.13160665333271027, -0.003086181590333581, -0.012450510635972023, 0.0972909927368164, 0.03811546042561531, 0.10621625185012817, 0.05470104143023491, 0.03126294165849686, 0.07701993733644485, -0.02846951223909855, 0.0746634304523468, 0.01002051867544651, -0.0850096121430397, -0.1272277683019638, 0.015217535197734833, -0.10649837553501129, -0.004191380459815264, -0.08523700386285782, -0.0015737697249278426, -0.12802091240882874, 0.05826076865196228, -0.016465239226818085, 0.0539434514939785, -0.055182818323373795, -0.04337453469634056, -0.044662054628133774, -0.022007398307323456, 0.0482511967420578, -0.033139705657958984, -0.06687536835670471, 0.16832175850868225, -0.15395553410053253, 0.2592274248600006, 0.1313537061214447, -0.0889907032251358, 0.002020547864958644, -0.07812081277370453, -0.04194976016879082, -0.012868959456682205, 0.07527336478233337, -0.03700125962495804, 0.15495356917381287, -0.03386903926730156, 0.17382068932056427, -0.099679134786129, -0.0334031768143177, 0.02144831046462059, -0.10981054604053497, 0.057656705379486084, 0.08051177859306335, 0.04427298903465271, -0.159133642911911, 0.08837400376796722, 0.19756358861923218, 0.05472150072455406, 0.20321963727474213, -0.006869805511087179, -0.06112205237150192, -0.05358194187283516, -0.0808696523308754, -0.052568696439266205, 0.056259434670209885, -0.09903126955032349, -0.004000484477728605, 0.06423190236091614, 0.08783505111932755, 0.11237549781799316, -0.10904275625944138, -0.046180129051208496, 0.05125856027007103, -0.004819708876311779, -0.051060013473033905, 0.07006146013736725, -0.0659489631652832, 0.13217470049858093, 0.014598124660551548, -0.07049204409122467, 0.0036125897895544767, -0.004913401324301958, -0.11891388893127441, 0.20653130114078522, -0.08047540485858917, -0.27306002378463745, -0.16792123019695282, -0.16288253664970398, 0.07165426760911942, 0.038431257009506226, 0.033738572150468826, -0.08776884526014328, -0.020982403308153152, 0.004409478977322578, 0.11553267389535904, -0.09698133170604706, 0.013121976517140865, 0.008159824647009373, -0.018650712445378304, -0.07579360157251358, -0.09033482521772385, -0.0241270512342453, -0.02461584471166134, 0.020020704716444016, 0.03998296707868576, -0.11154978722333908, 0.06758414953947067, 0.2167699933052063, -0.015538511797785759, 0.06870997697114944, 0.00025148785789497197, 0.26176807284355164, -0.08426473289728165, 0.040830448269844055, 0.11926601082086563, -0.08760137856006622, 0.05199241638183594, 0.07132956385612488, 0.03210015222430229, -0.014074578881263733, 0.016441889107227325, -0.11233895272016525, -0.12864868342876434, -0.1923626959323883, -0.06961654871702194, -0.028241310268640518, 0.13464264571666718, 0.031150488182902336, 0.04321796074509621, 0.10346641391515732, 0.07471037656068802, 0.06701335310935974, 0.03259968012571335, -0.0005120337591506541, 0.0647427961230278, 0.024594781920313835, -0.05812343955039978, 0.054217349737882614, -0.04845457896590233, -0.0797470211982727, 0.08279551565647125, -0.011098933406174183, 0.0927528515458107, 0.06928195804357529, 0.02340286411345005, 0.018686039373278618, 0.04218229651451111, 0.15593960881233215, 0.22442668676376343, -0.012412761338055134, -0.041085485368967056, -0.05078154057264328, -0.040494389832019806, -0.01600850187242031, 0.015044075436890125, -0.05785144492983818, -0.033252447843551636, -0.0728597640991211, -0.015066487714648247, 0.011195010505616665, 0.015441779047250748, 0.07578693330287933, -0.22024130821228027, -0.038240667432546616, 0.042616840451955795, -0.013794191181659698, -0.10639895498752594, 0.05872863903641701, 0.016779562458395958, -0.17391349375247955, -0.07854076474905014, -0.016605399549007416, 0.1603294163942337, -0.030760308727622032, 0.0619782954454422, 0.005449770484119654, 0.02271227352321148, -0.013140208087861538, 0.11191333085298538, -0.27346712350845337, 0.1954270750284195, 0.001131516881287098, -0.04876048117876053, -0.016439033672213554, -0.04243995249271393, 0.0009058643481694162, 0.14556926488876343, 0.09718295931816101, 0.0028763783629983664, 0.0669604167342186, -0.07678256928920746, -0.11943262070417404, 0.05284353718161583, 0.08068333566188812, -0.07738065719604492, 0.029960619285702705, -0.029798466712236404, 0.027152907103300095, -0.007555682212114334, -0.030231619253754616, 0.002119861776009202, -0.11661309748888016, 0.02936525270342827, -0.08075195550918579, 0.06012337654829025, 0.02433968149125576, -0.02529163844883442, -0.012048180215060711, 0.1316436529159546, -0.013300766237080097, -0.08264251798391342, -0.08976204693317413, -0.02328740619122982, 0.09523095935583115, -0.05599937587976456, 0.03358715400099754, -0.08175740391016006, -0.04073614999651909, 0.005860272329300642, -0.16970814764499664, 0.06983034312725067, -0.10846570879220963, -0.09971687942743301, -0.050264790654182434, 0.15346404910087585, 0.013677009381353855, 0.025709833949804306, 0.03220117464661598, -0.04211581498384476, -0.18150363862514496, -0.15989434719085693, -0.007562890648841858, 0.0717545747756958, -0.04433317109942436, 0.03638565540313721, 0.007171243894845247, 0.10013602674007416, 0.004198792390525341, 0.07230839878320694, 0.2026015669107437, 0.16423118114471436, -0.08760133385658264, 0.17723721265792847, 0.16266676783561707, -0.12243213504552841, -0.2722402811050415, -0.09522651135921478, -0.05925937369465828, 0.03468820080161095, 0.02297091670334339, -0.13072867691516876, 0.06184706464409828, -0.011241482570767403, -0.004976592492312193, 0.13391432166099548, -0.2790721356868744, -0.07025358080863953, 0.13864430785179138, -0.012145180255174637, 0.2560276985168457, -0.042459286749362946, -0.08155408501625061, -0.060940731316804886, -0.2339130938053131, 0.1595010906457901, -0.12908293306827545, 0.030256805941462517, -0.06380902975797653, 0.1317017376422882, 0.04475972056388855, -0.051817599684000015, 0.13714583218097687, -0.0770399421453476, 0.03692200407385826, -0.1231972947716713, -0.01437266543507576, 0.05212629213929176, -0.014681367203593254, 0.10554680228233337, -0.053141020238399506, 0.10400939732789993, -0.12106935679912567, -0.052672889083623886, -0.054288461804389954, 0.017598338425159454, -0.023758167400956154, -0.05668776109814644, -0.039483629167079926, -0.05230721831321716, 0.00942184031009674, -0.024894973263144493, -0.008981208316981792, -0.02189256064593792, 0.08200293034315109, 0.10853444039821625, 0.1416669338941574, -0.04508063197135925, -0.02666328102350235, -0.029412275180220604, -0.043095141649246216, 0.07755832374095917, -0.1675589680671692, -0.020979177206754684, 0.15767353773117065, 0.008264025673270226, 0.08081416040658951, 0.07994852215051651, -0.043529048562049866, -0.04116993397474289, 0.09435915946960449, -0.23738352954387665, -0.032961416989564896, -0.07289689034223557, -0.032304681837558746, 0.05143286660313606, 0.06389017403125763, 0.11233682930469513, -0.055076416581869125, -0.015500548295676708, 0.038369257003068924, -0.013473432511091232, -0.10457789897918701, 0.12659704685211182, 0.07594829052686691, 0.04931824654340744, -0.13000807166099548, 0.03979043290019035, -0.02080575004220009, -0.024042857810854912, -0.009190280921757221, 0.09610513597726822, -0.13868926465511322, -0.061987441033124924, 0.01100219041109085, 0.1624082624912262, -0.08940329402685165, -0.054934311658144, -0.00678250240162015, -0.07782098650932312, 0.06215988099575043, 0.06269455701112747, 0.039047662168741226, 0.10006190836429596, -0.08492296934127808, -0.004345493856817484, -0.04427671059966087, 0.02742549031972885, 0.04004936292767525, -0.01839151792228222, -0.11644710600376129, 0.050648268312215805, 0.01261399406939745, 0.21786263585090637, -0.12195943295955658, -0.07748695462942123, -0.13975368440151215, 0.03579137846827507, -0.1441981941461563, -0.02782432734966278, -0.09455464035272598, -0.0542730838060379, -0.024786408990621567, -0.02354593575000763, -0.05044161155819893, -0.03595460206270218, -0.06568260490894318, 0.04963921010494232, -0.01889806240797043, -0.04201965406537056, -0.018809955567121506, 0.04780932888388634, 0.10624072700738907, -0.0022816911805421114, 0.11582330614328384, 0.10476028919219971, -0.06149300932884216, 0.06964143365621567, -0.08975338935852051, 0.049342647194862366, 0.010800108313560486, -0.03639211133122444, 0.07890737056732178, 0.033158838748931885, 0.011678727343678474, -0.02014644630253315, -0.05248590186238289, 0.015699470415711403, 0.019494805485010147, -0.09001129865646362, 0.04338252544403076, 0.03427375108003616, -0.07128193974494934, -0.06945458799600601, -0.02831537090241909, -0.04915383830666542, 0.10966338962316513, 0.09227382391691208, 0.01580313965678215, 0.11524862796068192, -0.09982031583786011, -0.0043287696316838264, 0.0288130734115839, -0.08074736595153809, -0.01706261746585369, -0.10044533759355545, -0.01304725930094719, -0.02274717018008232, 0.2554529011249542, 0.12089171260595322, -0.025309232994914055, -0.03230812028050423, 0.07114472985267639, 0.08105676621198654, -0.0211230106651783, 0.14824873208999634, 0.03444083034992218, -0.0007331980159506202, -0.1400776505470276, 0.10673409700393677, -0.060156434774398804, -0.010151425376534462, 0.09550673514604568, -0.08319920301437378, 0.048856139183044434, 0.07468824833631516, -0.01950058713555336, 0.05372466519474983, -0.11716536432504654, -0.2690386474132538, 0.023945249617099762, 0.027653370052576065, -0.0441947840154171, 0.07253700494766235, 0.145015150308609, 0.00042942073196172714, 0.05244648456573486, 0.061493102461099625, -0.05709811672568321, -0.17804701626300812, -0.19115881621837616, -0.0384756401181221, -0.11082857847213745, -0.023826930671930313, -0.10639674216508865, 0.04148538038134575, -0.02072913944721222, 0.05925795063376427, -0.09639845043420792, 0.12447383254766464, 0.06843417137861252, -0.11577396094799042, 0.05810433253645897, -0.008805959485471249, 0.048459235578775406, -0.07387776672840118, 0.08210063725709915, -0.10721065104007721, -0.026499031111598015, -0.016933415085077286, 0.03711435943841934, -0.05858420953154564, 0.0011270071845501661, -0.10357651859521866, -0.06808403134346008, -0.056935109198093414, 0.09072309732437134, -0.024477418512105942, 0.03998230770230293, -0.014557241462171078, -0.061277762055397034, -0.025446701794862747, 0.2273169606924057, -0.018587565049529076, -0.043939489871263504, -0.0661960318684578, 0.2851298749446869, -0.06544138491153717, 0.07253559678792953, -0.032977886497974396, -0.001274158013984561, -0.07127615064382553, 0.2931469976902008, 0.36314713954925537, -0.14264726638793945, 0.011796033009886742, -0.018389053642749786, 0.03556118905544281, 0.07535336911678314, 0.18024654686450958, 0.07291083037853241, 0.3107033371925354, -0.04080776497721672, -0.01225926261395216, -0.10546047985553741, -0.03835856914520264, 0.014304363168776035, 0.02947218343615532, 0.08378855139017105, -0.05586446449160576, -0.06808875501155853, 0.1039084792137146, -0.26703301072120667, -0.02056516334414482, -0.16380304098129272, -0.061613935977220535, -0.04166705906391144, 0.0007227687747217715, 0.07237391918897629, 0.028740311041474342, 0.05115301162004471, -0.039005450904369354, -0.047156207263469696, 0.057444483041763306, -0.02154913917183876, -0.12674635648727417, 0.0002557095722295344, 0.143532857298851, -0.07906237244606018, -0.0018181405030190945, 0.0032308290246874094, 0.060348983854055405, 0.044118594378232956, 0.04119637981057167, -0.10164451599121094, 0.02608482725918293, 0.01246592216193676, -0.03363148868083954, -0.028164468705654144, 0.008156497962772846, 0.07835527509450912, -0.21697945892810822, 0.0020338469184935093, -0.14078554511070251, 0.011757226660847664, -0.07641053944826126, -0.006896127946674824, -0.08222074061632156, 0.03242125362157822, 0.004625517874956131, 0.1118803396821022, 0.11125602573156357, -0.03202005848288536, -0.0006144302315078676, -0.06265610456466675, 0.06727221608161926, -0.06884542852640152, -0.02960195019841194, -0.025150567293167114, -0.09257599711418152, -0.09335606545209885, 0.09815482050180435, -0.022339481860399246, -0.1427105814218521, 0.007601875811815262, -0.09401176869869232, -0.04369132220745087, -0.021486658602952957, 0.09382037818431854, 0.11086808145046234, 0.09180203825235367, -0.007599277421832085, 0.047748953104019165, 0.03120456263422966, 0.07436691224575043, -0.12886843085289001, -0.10148585587739944 ]
null
null
transformers
<div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1189466513113321473/muTPl9sy_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">Thomas Godden 🤖 AI Bot </div> <div style="font-size: 15px">@goddenthomas bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@goddenthomas's tweets](https://twitter.com/goddenthomas). | Data | Quantity | | --- | --- | | Tweets downloaded | 308 | | Retweets | 29 | | Short tweets | 5 | | Tweets kept | 274 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/i8dnp3td/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @goddenthomas's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/34v02f8a) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/34v02f8a/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/goddenthomas') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/goddenthomas/1617800973798/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/goddenthomas
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
Thomas Godden AI Bot @goddenthomas bot I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on @goddenthomas's tweets. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @goddenthomas'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 57 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 0.004547144751995802, -0.006708405911922455, -0.007013476919382811, 0.01947171241044998, 0.15818242728710175, 0.03448796644806862, 0.08709780126810074, 0.15389476716518402, -0.019877297803759575, -0.022431448101997375, 0.18047170341014862, 0.173692986369133, -0.012988686561584473, 0.09047263860702515, -0.05271327868103981, -0.2622397541999817, 0.03682216629385948, 0.05513067543506622, -0.007422737777233124, 0.14252057671546936, 0.07580838352441788, -0.023790201172232628, 0.11380083113908768, -0.02966974675655365, -0.202972412109375, 0.03197307139635086, 0.0615268237888813, -0.09518525749444962, 0.11083168536424637, 0.04628797993063927, 0.08698221296072006, 0.022143812850117683, -0.07331052422523499, -0.120787613093853, 0.04532235115766525, 0.045263588428497314, -0.06358368694782257, 0.06480421870946884, 0.08820623904466629, -0.1065920814871788, 0.1416475921869278, 0.07373794168233871, -0.01588049717247486, 0.07824484258890152, -0.17789237201213837, -0.03725104406476021, -0.036331940442323685, 0.007741300854831934, 0.07058489322662354, 0.0750737413764, -0.019116664305329323, 0.1746976524591446, -0.06598041951656342, 0.09777773916721344, 0.17528840899467468, -0.2887236773967743, -0.018040433526039124, 0.0492081381380558, 0.0887371376156807, 0.04900359362363815, -0.024227341637015343, 0.08339477330446243, 0.06365471333265305, 0.01686069741845131, 0.014271941967308521, -0.06960906833410263, -0.09346919506788254, 0.03645368665456772, -0.06932124495506287, -0.05699722096323967, 0.22001419961452484, -0.0334535576403141, 0.04674676060676575, -0.03953840583562851, -0.09316058456897736, -0.028927378356456757, -0.027232296764850616, -0.00907184462994337, -0.05413005128502846, 0.08754174411296844, -0.015151693485677242, -0.06331931799650192, -0.1435878872871399, -0.012912428006529808, -0.15805892646312714, 0.13816505670547485, 0.004333257209509611, 0.04586424678564072, -0.22094038128852844, 0.1012546569108963, 0.022817784920334816, -0.08995530754327774, 0.04930093511939049, -0.09425957500934601, 0.0717538446187973, 0.0007676240638829768, -0.04885277524590492, -0.02944779396057129, 0.08848895877599716, 0.14690880477428436, -0.02718975953757763, 0.005980455316603184, -0.01338018849492073, 0.0733228251338005, 0.059399042278528214, 0.028748195618391037, -0.006081049330532551, -0.052236080169677734, 0.05618719011545181, -0.1417204737663269, -0.010511515662074089, -0.07227712869644165, -0.10605388879776001, -0.04232237488031387, 0.03443120792508125, 0.060671232640743256, 0.042230576276779175, 0.11220116913318634, -0.04771716892719269, -0.01857093721628189, 0.05281376466155052, -0.03979083523154259, -0.008994937874376774, -0.01990325190126896, 0.018122754991054535, 0.13074275851249695, -0.019943278282880783, 0.03407962992787361, -0.10256942361593246, 0.05431444197893143, -0.10281401127576828, -0.01971535198390484, -0.014149561524391174, -0.04367954283952713, 0.031883664429187775, -0.12165860831737518, 0.016123656183481216, -0.16833168268203735, -0.14714312553405762, 0.002859292319044471, -0.016588665544986725, -0.017911825329065323, -0.07954888790845871, -0.04400517791509628, -0.02466505579650402, 0.06924423575401306, -0.04276731237769127, -0.00935916043817997, -0.05846982076764107, 0.11090090870857239, -0.05349889397621155, 0.07203050702810287, -0.1194647029042244, 0.0557217076420784, -0.14930842816829681, -0.013004516251385212, -0.04842504858970642, 0.07119924575090408, 0.015398351475596428, 0.1813964694738388, -0.006925920024514198, -0.003623353084549308, -0.09382472932338715, 0.06455672532320023, -0.02733452245593071, 0.24096953868865967, -0.0756828561425209, -0.14226967096328735, 0.21630549430847168, -0.06334739923477173, -0.14993034303188324, 0.1314547061920166, 0.01843975856900215, 0.08251222223043442, 0.10434340685606003, 0.19023460149765015, 0.01808990351855755, -0.007808534894138575, 0.054424818605184555, 0.07603957504034042, -0.1683882623910904, -0.033340878784656525, 0.0012923459289595485, -0.00014291972911451012, -0.1366809904575348, 0.04632483050227165, 0.1230006217956543, 0.09730340540409088, -0.07249721139669418, -0.018487868830561638, -0.030607668682932854, 0.0016078021144494414, 0.04144361615180969, -0.0005212334799580276, 0.09951234608888626, -0.1033509373664856, -0.04366454482078552, -0.06751791387796402, -0.002970147645100951, 0.011176802217960358, 0.03924661502242088, -0.04455869272351265, 0.09700342267751694, -0.007412149105221033, 0.0545678474009037, -0.13708296418190002, -0.07981666922569275, -0.016090448945760727, 0.1597585678100586, 0.040224816650152206, 0.04663374274969101, 0.0566885769367218, -0.05624469742178917, -0.015493324026465416, -0.010199432261288166, 0.16243304312229156, -0.04404180869460106, -0.07694169133901596, -0.07860849797725677, 0.10474636405706406, -0.06389671564102173, 0.026263169944286346, -0.051667314022779465, 0.024654213339090347, 0.04686986654996872, 0.1110762283205986, 0.004046999383717775, 0.026442723348736763, -0.012835992500185966, -0.007690808270126581, -0.07657550275325775, -0.01617686077952385, 0.1077079176902771, -0.0017721779877319932, -0.06809886544942856, 0.2437063455581665, -0.16884316504001617, 0.21163912117481232, 0.20976658165454865, -0.2492678016424179, -0.02882898785173893, -0.04848965257406235, -0.04766342043876648, -0.0012878701090812683, 0.06041788309812546, -0.034700244665145874, 0.09027024358510971, -0.03288675472140312, 0.16564396023750305, -0.051203593611717224, -0.07646744698286057, 0.019007064402103424, -0.05823178589344025, -0.05114857107400894, 0.07018019258975983, 0.08213616907596588, -0.1630844622850418, 0.18756183981895447, 0.21879082918167114, 0.06839460134506226, 0.2044064849615097, 0.00858453568071127, -0.010656360536813736, 0.07200875878334045, -0.04608747735619545, -0.03843220695853233, -0.06601633131504059, -0.15238076448440552, -0.03009703755378723, 0.06625645607709885, 0.030863380059599876, 0.09900964051485062, -0.09019728004932404, -0.08104760944843292, -0.017665131017565727, 0.004776675254106522, 0.00156646769028157, 0.11991100758314133, 0.03676433861255646, 0.13820022344589233, -0.01955524832010269, 0.022415857762098312, 0.08040772378444672, 0.016582515090703964, -0.10843544453382492, 0.16101348400115967, -0.13329310715198517, -0.3788211941719055, -0.14546175301074982, -0.13134250044822693, -0.020925991237163544, 0.03777816519141197, 0.1120775043964386, -0.1329103261232376, 0.005511005409061909, -0.007893978618085384, 0.10391844809055328, -0.08707519620656967, 0.039245378226041794, -0.07586963474750519, 0.0314689576625824, -0.060405436903238297, -0.07552991807460785, -0.03722400963306427, -0.028465405106544495, -0.09132689982652664, 0.16675986349582672, -0.11130212247371674, 0.06035055220127106, 0.16001324355602264, 0.021197395399212837, 0.03523072600364685, -0.05174810439348221, 0.18330632150173187, -0.112345851957798, 0.020098978653550148, 0.15624848008155823, -0.013005592860281467, 0.08254575729370117, 0.08188403397798538, -0.013132697902619839, -0.10316278785467148, 0.05240294709801674, 0.001463406952098012, -0.10209372639656067, -0.1950312703847885, -0.10119245946407318, -0.08230090886354446, 0.15922248363494873, 0.06361804902553558, 0.058937788009643555, 0.17968137562274933, 0.07578518986701965, -0.038606274873018265, -0.00038743947516195476, -0.00239798822440207, 0.08808282762765884, 0.13635766506195068, -0.01442645862698555, 0.1225903332233429, -0.04975935071706772, -0.10913994163274765, 0.12899059057235718, 0.01750512234866619, 0.03937286511063576, 0.051435839384794235, 0.021011192351579666, -0.011281835846602917, 0.11866551637649536, 0.13484057784080505, 0.10447502881288528, -0.015693627297878265, -0.0293489471077919, -0.04774824157357216, -0.01359935849905014, -0.033305928111076355, 0.03640862926840782, 0.008061517030000687, -0.14140670001506805, -0.06158366799354553, -0.11537835001945496, 0.08758961409330368, 0.10668005049228668, 0.07567808032035828, -0.21108253300189972, -0.003950516227632761, 0.07933880388736725, -0.03630997985601425, -0.11126025766134262, 0.08416172116994858, 0.03095286712050438, -0.1277567446231842, 0.07218055427074432, -0.03519461303949356, 0.12458370625972748, -0.0032897875644266605, 0.09583556652069092, -0.03598680719733238, -0.027483470737934113, -0.013308011926710606, 0.09818253666162491, -0.3191508650779724, 0.1621316522359848, -0.017933005467057228, -0.0618131123483181, -0.06667962670326233, -0.02528184838593006, 0.015994107350707054, 0.07729468494653702, 0.10861869156360626, 0.021759910508990288, 0.01640525460243225, -0.07345785945653915, -0.042352862656116486, 0.038021303713321686, 0.12403716146945953, -0.06827268749475479, -0.012903391383588314, -0.04523605480790138, 0.00796645786613226, -0.017124788835644722, -0.008793274872004986, 0.006911922711879015, -0.14962191879749298, 0.05182485654950142, 0.014736213721334934, 0.07058768719434738, 0.0436982735991478, -0.014969068579375744, -0.09180716425180435, 0.18274778127670288, -0.015714606270194054, -0.07271543145179749, -0.12616917490959167, -0.05262751132249832, 0.030376195907592773, -0.05518756061792374, 0.021047864109277725, -0.06501689553260803, -0.0035362408962100744, -0.06755607575178146, -0.22007296979427338, 0.1278373897075653, -0.08437205106019974, -0.07192739844322205, -0.04912353679537773, 0.2010866105556488, -0.051223888993263245, 0.003238252131268382, 0.010222852230072021, 0.021994104608893394, -0.11474784463644028, -0.09469719231128693, 0.07112357765436172, -0.03247172012925148, 0.03123478777706623, 0.0022505864035338163, -0.04091062396764755, 0.016593176871538162, -0.06314414739608765, -0.011381587944924831, 0.27866554260253906, 0.23951324820518494, -0.040407944470644, 0.1904350072145462, 0.11012271791696548, -0.08163551241159439, -0.3069863021373749, -0.10166139155626297, -0.12140648066997528, -0.02996143139898777, -0.017288926988840103, -0.16865339875221252, 0.06477722525596619, 0.038930367678403854, 0.009261871688067913, 0.13778774440288544, -0.20730599761009216, -0.08823523670434952, 0.09138026833534241, -0.02557477355003357, 0.43079736828804016, -0.1257614940404892, -0.08959750831127167, -0.051866497844457626, -0.16516901552677155, 0.2173919379711151, -0.021592965349555016, 0.07857322692871094, -0.029561417177319527, 0.11770006269216537, 0.04697660356760025, -0.010707763023674488, 0.08040876686573029, -0.00884756539016962, 0.008373050950467587, -0.12410011142492294, -0.02768467366695404, 0.04874192550778389, 0.012378438375890255, 0.0013600040692836046, -0.09389680624008179, 0.020313434302806854, -0.15990203619003296, -0.018549781292676926, -0.11233476549386978, 0.07682323455810547, 0.025788001716136932, -0.06466120481491089, -0.003637736663222313, -0.04986237734556198, -0.015892893075942993, -0.01400828268378973, 0.1717434972524643, -0.04862768203020096, 0.19366511702537537, 0.03501616790890694, 0.11570870876312256, -0.1362973153591156, 0.06143493950366974, -0.06429426372051239, -0.07528600096702576, 0.07427702099084854, -0.1537967324256897, 0.05111055448651314, 0.09430045634508133, -0.030276626348495483, 0.05380253866314888, 0.08795086294412613, -0.003969982732087374, 0.004800081253051758, 0.15867236256599426, -0.2786487936973572, 0.01320126373320818, -0.07396841049194336, -0.06665283441543579, 0.10506758838891983, 0.06261139363050461, 0.17162823677062988, 0.011681869626045227, -0.056615445762872696, 0.01595049723982811, 0.02499506063759327, -0.04915530979633331, 0.04529924690723419, 0.008104361593723297, -0.010991688817739487, -0.13640300929546356, 0.08699746429920197, 0.0042801909148693085, -0.1531187742948532, 0.024680746719241142, 0.2155698835849762, -0.1260155886411667, -0.10237220674753189, -0.03444112092256546, 0.08444061875343323, -0.11519137024879456, 0.01753072999417782, -0.030764780938625336, -0.09109894186258316, 0.07448896765708923, 0.15248911082744598, 0.049206193536520004, 0.11775100976228714, -0.015379221178591251, -0.011753370985388756, -0.05147303268313408, -0.0317845419049263, 0.025745956227183342, 0.017857374623417854, -0.08257177472114563, 0.06648801267147064, -0.022109810262918472, 0.14559012651443481, -0.09791336953639984, -0.06602771580219269, -0.1468091756105423, -0.009785634465515614, -0.0695481076836586, -0.09207163751125336, -0.08133620768785477, -0.062133077532052994, 0.0010387726360931993, -0.03962359577417374, -0.04795864596962929, -0.0791037380695343, -0.10289866477251053, 0.009435068815946579, -0.02305566892027855, 0.03256045654416084, -0.06115729361772537, 0.007872066460549831, 0.12092912197113037, -0.028174830600619316, 0.16686207056045532, 0.1458095908164978, -0.09536580741405487, 0.10568815469741821, -0.16346460580825806, -0.08964221179485321, 0.0939340740442276, -0.01729099079966545, 0.027899714186787605, 0.11666940152645111, 0.014932696707546711, 0.04195788502693176, 0.035977672785520554, 0.06045130267739296, 0.03587699308991432, -0.11899011582136154, 0.07665140181779861, 0.009481414221227169, -0.1612047255039215, -0.06303887814283371, -0.08555969595909119, 0.030386725440621376, 0.021575886756181717, 0.12225193530321121, -0.045776769518852234, 0.0887017622590065, -0.07972796261310577, 0.027257539331912994, 0.02293219044804573, -0.181223064661026, -0.047844018787145615, -0.053065262734889984, 0.032686229795217514, 0.018960151821374893, 0.1893557906150818, 0.027213018387556076, -0.03697650134563446, 0.04549255222082138, 0.1042066365480423, 0.005313898902386427, 0.004829791374504566, 0.16259528696537018, 0.09423433989286423, -0.07654286175966263, -0.12226779758930206, 0.07556461542844772, 0.019673259928822517, -0.044067107141017914, 0.10607215762138367, -0.002448870101943612, 0.020163848996162415, 0.06910120695829391, -0.014892932027578354, 0.034322552382946014, -0.044286008924245834, -0.10698256641626358, -0.023580113425850868, 0.046367425471544266, 0.00669879000633955, 0.12847968935966492, 0.177873894572258, -0.002574790036305785, 0.025011489167809486, -0.0363602340221405, -0.024931130930781364, -0.13864666223526, -0.1558164656162262, -0.06855984032154083, -0.14875617623329163, 0.012976853176951408, -0.0915176048874855, 0.04695429280400276, 0.028682325035333633, 0.06887643784284592, -0.07052405923604965, 0.04384735971689224, 0.06974220275878906, -0.12065785378217697, 0.09397104382514954, -0.028081456199288368, 0.03704333305358887, -0.006730496883392334, -0.012833851389586926, -0.10013298690319061, 0.035936567932367325, -0.01747855544090271, 0.045271266251802444, -0.04546798765659332, 0.030429324135184288, -0.1703072488307953, -0.124412901699543, -0.04034453630447388, 0.06420420855283737, -0.06510858237743378, 0.03512151539325714, 0.019115818664431572, 0.013339218683540821, 0.03305599465966225, 0.23020225763320923, -0.03704051673412323, -0.02329315058887005, -0.042310282588005066, 0.16692522168159485, -0.014016710221767426, 0.08088304847478867, -0.03037172369658947, 0.0002500463742762804, -0.08417443931102753, 0.3385351300239563, 0.3027777075767517, -0.09020252525806427, 0.019915465265512466, -0.030905582010746002, 0.03936264291405678, 0.11892254650592804, 0.13376617431640625, 0.09784641861915588, 0.2282467782497406, -0.07217609137296677, -0.03032243251800537, -0.020507147535681725, -0.011079044081270695, -0.06650827825069427, 0.0879674032330513, 0.02507801540195942, -0.05553486570715904, -0.031693898141384125, 0.0812700018286705, -0.2327648252248764, 0.10665327310562134, -0.11289316415786743, -0.1636168211698532, -0.039189815521240234, 0.0042042857967317104, 0.08908319473266602, 0.015396242961287498, 0.11228121817111969, 0.009163780137896538, -0.07585213333368301, 0.017798418179154396, 0.028085503727197647, -0.24201616644859314, -0.008133855648338795, 0.060310713946819305, -0.12939085066318512, -0.004324504639953375, -0.027167800813913345, 0.007199867628514767, 0.059822265058755875, 0.029368450865149498, -0.04319324716925621, -0.001257759635336697, -0.010450302623212337, -0.008644461631774902, -0.011618612334132195, 0.07065588980913162, 0.046958792954683304, -0.13329142332077026, 0.06869500875473022, -0.11774353682994843, 0.033477768301963806, -0.05866728723049164, -0.015255378559231758, 0.000037100471672602, 0.03460683673620224, -0.04829782620072365, 0.07058211416006088, 0.07688362896442413, -0.015606098808348179, 0.000610517687164247, -0.0802936851978302, -0.036274004727602005, -0.019796574488282204, -0.09252054989337921, -0.08371094614267349, -0.13031646609306335, -0.11573562026023865, 0.1029667928814888, -0.02224794402718544, -0.19213621318340302, 0.03111329674720764, -0.12165344506502151, 0.045619383454322815, -0.1751558482646942, 0.11076030135154724, 0.08046020567417145, 0.01831907220184803, 0.011516088619828224, -0.02576824277639389, 0.08821021765470505, 0.11728470027446747, -0.07783648371696472, -0.08528783172369003 ]
null
null
transformers
<div class="inline-flex flex-col" style="line-height: 1.5;"> <div class="flex"> <div style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;https://pbs.twimg.com/profile_images/1288860183515607041/uHoTEsFz_400x400.jpg&#39;)"> </div> <div style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)"> </div> <div style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)"> </div> </div> <div style="text-align: center; margin-top: 3px; font-size: 16px; font-weight: 800">🤖 AI BOT 🤖</div> <div style="text-align: center; font-size: 16px; font-weight: 800">GPT-2 Religion AI</div> <div style="text-align: center; font-size: 14px;">@gods_txt</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on tweets from GPT-2 Religion AI. | Data | GPT-2 Religion AI | | --- | --- | | Tweets downloaded | 3249 | | Retweets | 66 | | Short tweets | 9 | | Tweets kept | 3174 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/l1h0u8uh/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @gods_txt's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/2i75xs06) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/2i75xs06/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/gods_txt') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/gods_txt/1623749962893/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/gods_txt
[ "transformers", "pytorch", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
AI BOT GPT-2 Religion AI @gods\_txt I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on tweets from GPT-2 Religion AI. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @gods\_txt'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 54 ]
[ "passage: TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ -0.0001764487533364445, -0.01891571842133999, -0.0068881697952747345, 0.01242890115827322, 0.16224369406700134, 0.04406825825572014, 0.08452208340167999, 0.14250440895557404, -0.026455026119947433, -0.016114573925733566, 0.17334569990634918, 0.17106501758098602, -0.014037161134183407, 0.08718273043632507, -0.05552244931459427, -0.2646014094352722, 0.044212065637111664, 0.058431971818208694, -0.020032864063978195, 0.14111687242984772, 0.0714879110455513, -0.01828647032380104, 0.10845158249139786, -0.02953636273741722, -0.18877948820590973, 0.03499612212181091, 0.05605728179216385, -0.09992336481809616, 0.11936124414205551, 0.04713086411356926, 0.08659981191158295, 0.015409729443490505, -0.07482189685106277, -0.12249794602394104, 0.03866785019636154, 0.041891295462846756, -0.0629689022898674, 0.05911329388618469, 0.08818957209587097, -0.11120674759149551, 0.1456013321876526, 0.07799911499023438, -0.01863223686814308, 0.07941857725381851, -0.17164963483810425, -0.019008882343769073, -0.036983806639909744, 0.005464354529976845, 0.057414017617702484, 0.07476010918617249, -0.01932354085147381, 0.1732589453458786, -0.0767555758357048, 0.09587065875530243, 0.16117197275161743, -0.2913956344127655, -0.005072304047644138, 0.0498935841023922, 0.06722559779882431, 0.03902119770646095, -0.015738610178232193, 0.08706029504537582, 0.06277379393577576, 0.02536560781300068, -0.0014978112885728478, -0.06339331716299057, -0.0928240567445755, 0.04014677554368973, -0.0745372325181961, -0.06578013300895691, 0.20811960101127625, -0.039430033415555954, 0.050536420196294785, -0.03807967156171799, -0.10491003096103668, -0.02197154052555561, -0.015753688290715218, 0.00720712635666132, -0.06031509116292, 0.08949250727891922, -0.014659170061349869, -0.07363511621952057, -0.15025688707828522, -0.016003666445612907, -0.18369624018669128, 0.1574522852897644, 0.003967532888054848, 0.04864242300391197, -0.2093716263771057, 0.11408322304487228, 0.020872395485639572, -0.08021171391010284, 0.047296058386564255, -0.09546594321727753, 0.07179957628250122, 0.002116252202540636, -0.05267130210995674, -0.02264278009533882, 0.08682441711425781, 0.15258505940437317, -0.026140356436371803, 0.0017382961232215166, -0.027155736461281776, 0.07059825956821442, 0.05281682312488556, 0.040018972009420395, -0.017763059586286545, -0.04289618879556656, 0.045782025903463364, -0.15945611894130707, -0.007582054473459721, -0.06918198615312576, -0.1068587526679039, -0.05112413689494133, 0.022331949323415756, 0.06442617624998093, 0.031878020614385605, 0.11345649510622025, -0.04609488695859909, -0.014168480411171913, 0.06350603699684143, -0.042460083961486816, -0.0172110628336668, -0.016047241166234016, 0.015319211408495903, 0.14095398783683777, -0.018181998282670975, 0.030711950734257698, -0.11251416057348251, 0.0645761713385582, -0.09946728497743607, -0.01914660818874836, -0.0071241967380046844, -0.04078202322125435, 0.029947424307465553, -0.13505136966705322, 0.010975461453199387, -0.1711256355047226, -0.14874492585659027, 0.009897243231534958, -0.02876151353120804, -0.018498392775654793, -0.059200938791036606, -0.03973992541432381, -0.01719699800014496, 0.06084148958325386, -0.04528016224503517, 0.0009662628290243447, -0.05951235070824623, 0.11524756252765656, -0.05245914310216904, 0.06888316571712494, -0.13250301778316498, 0.05976588651537895, -0.15375985205173492, -0.00870948750525713, -0.04503806680440903, 0.08287355303764343, 0.017666861414909363, 0.16653785109519958, -0.006960130762308836, -0.012972959317266941, -0.09847598522901535, 0.06441020965576172, -0.023426895961165428, 0.24133971333503723, -0.06349262595176697, -0.143473818898201, 0.22233937680721283, -0.06944137066602707, -0.1420930027961731, 0.12657590210437775, 0.020838137716054916, 0.07354387640953064, 0.10204131156206131, 0.19502143561840057, 0.014321080408990383, 0.006638950202614069, 0.054760824888944626, 0.0820525735616684, -0.17468082904815674, -0.03090454451739788, -0.00916894432157278, -0.01691337674856186, -0.1358218789100647, 0.043003637343645096, 0.11889315396547318, 0.10293904691934586, -0.07099705934524536, -0.013554582372307777, -0.03317642584443092, -0.004439891315996647, 0.06940841674804688, -0.007896981202065945, 0.09806080162525177, -0.09929461032152176, -0.040301576256752014, -0.058301206678152084, -0.006890235934406519, 0.0024084753822535276, 0.04120192304253578, -0.040066637098789215, 0.10096675902605057, -0.0006905568297952414, 0.05225489288568497, -0.14046427607536316, -0.07798092812299728, -0.020940499380230904, 0.1575685739517212, 0.04120592027902603, 0.04776391014456749, 0.057414863258600235, -0.0481991246342659, -0.0158701092004776, -0.009968787431716919, 0.16312187910079956, -0.0394844189286232, -0.06968989968299866, -0.056453973054885864, 0.10656707733869553, -0.058365050703287125, 0.03222460299730301, -0.04202231392264366, 0.022449776530265808, 0.060929615050554276, 0.12114907056093216, -0.0026538248639553785, 0.029062092304229736, -0.01023187953978777, -0.0038288652431219816, -0.07459788024425507, -0.020947640761733055, 0.10031349956989288, -0.004600553773343563, -0.08327498286962509, 0.23685328662395477, -0.17454755306243896, 0.19663569331169128, 0.2115958034992218, -0.2628093659877777, -0.024321777746081352, -0.06840608268976212, -0.05017746612429619, 0.003011465771123767, 0.05876095965504646, -0.04692309722304344, 0.09809201210737228, -0.02521132305264473, 0.16497591137886047, -0.04652651026844978, -0.07362692058086395, 0.016456644982099533, -0.05898859724402428, -0.0463954322040081, 0.0659271627664566, 0.08106416463851929, -0.15480613708496094, 0.18694530427455902, 0.20838376879692078, 0.07612863928079605, 0.19334357976913452, 0.004058185499161482, -0.014812501147389412, 0.08005014806985855, -0.03805047646164894, -0.04202093929052353, -0.07553261518478394, -0.16944189369678497, -0.01902174763381481, 0.07485251128673553, 0.03750864416360855, 0.11274250596761703, -0.10172852873802185, -0.07372885197401047, -0.016179129481315613, -0.005032413639128208, 0.005167648661881685, 0.1174640879034996, 0.045775800943374634, 0.14043675363063812, -0.019972821697592735, 0.03493902459740639, 0.08747350424528122, 0.02448674477636814, -0.10759711265563965, 0.16407065093517303, -0.14081640541553497, -0.38538745045661926, -0.16212545335292816, -0.13394121825695038, -0.029274288564920425, 0.04825805127620697, 0.11038947850465775, -0.13598975539207458, 0.0011978530092164874, -0.003706524148583412, 0.12342415004968643, -0.0806080624461174, 0.03755999356508255, -0.07838296890258789, 0.026997538283467293, -0.06349453330039978, -0.07917723804712296, -0.036463622003793716, -0.03232228383421898, -0.10000553727149963, 0.1757805496454239, -0.11054177582263947, 0.057571277022361755, 0.1741490364074707, 0.022440658882260323, 0.034390855580568314, -0.0513761006295681, 0.17275545001029968, -0.11779367178678513, 0.02093288116157055, 0.16278521716594696, -0.01799617148935795, 0.08678310364484787, 0.08059167861938477, -0.015366556122899055, -0.10777527838945389, 0.05196633189916611, 0.0019955262541770935, -0.1096891239285469, -0.20052047073841095, -0.12150565534830093, -0.0784008651971817, 0.14483654499053955, 0.05303339660167694, 0.05915789678692818, 0.17167222499847412, 0.08591149002313614, -0.04288473725318909, -0.004711467772722244, -0.012867298908531666, 0.07781979441642761, 0.1684085726737976, -0.017248503863811493, 0.11789125204086304, -0.05446818470954895, -0.11601924896240234, 0.13826869428157806, 0.02504623495042324, 0.050291191786527634, 0.04182872176170349, 0.008374262601137161, -0.009610554203391075, 0.09969738125801086, 0.12988939881324768, 0.118865467607975, -0.008107239380478859, -0.0232877004891634, -0.03601100295782089, -0.00860752072185278, -0.03570752218365669, 0.034572016447782516, 0.011757065542042255, -0.16013272106647491, -0.05726486071944237, -0.12173470109701157, 0.0964120477437973, 0.09787409752607346, 0.08039643615484238, -0.2033146470785141, -0.004589703865349293, 0.07378163933753967, -0.03603411093354225, -0.11624246090650558, 0.086527980864048, 0.033109065145254135, -0.1271866261959076, 0.0817195475101471, -0.03352120518684387, 0.115711510181427, -0.017423994839191437, 0.09427224844694138, -0.04346824064850807, -0.0329415462911129, -0.012381686829030514, 0.10430185496807098, -0.30799204111099243, 0.17485815286636353, -0.019660785794258118, -0.07034741342067719, -0.07672256976366043, -0.025566134601831436, 0.017929747700691223, 0.07530300319194794, 0.09619415551424026, 0.024311896413564682, 0.04642496258020401, -0.09243860840797424, -0.03940937668085098, 0.034113768488168716, 0.13641610741615295, -0.0638844221830368, -0.015862328931689262, -0.04075292870402336, 0.01116214320063591, -0.019626103341579437, -0.027355113998055458, 0.018256209790706635, -0.1504947543144226, 0.05358212813735008, 0.017237937077879906, 0.0753018707036972, 0.03889141231775284, -0.007973386906087399, -0.10224062204360962, 0.18268363177776337, -0.03004412353038788, -0.08521177619695663, -0.127006396651268, -0.04812724515795708, 0.04587927460670471, -0.051474425941705704, 0.034381575882434845, -0.06691597402095795, -0.011345877312123775, -0.06886660307645798, -0.21483656764030457, 0.12495172768831253, -0.0775398537516594, -0.07874035835266113, -0.03474915772676468, 0.20981398224830627, -0.05076101794838905, -0.00018431349599268287, 0.01172169204801321, 0.014822970144450665, -0.1086968258023262, -0.10466268658638, 0.06874550879001617, -0.034708425402641296, 0.02743770368397236, 0.02760813757777214, -0.03700246661901474, 0.02073092758655548, -0.06074898689985275, -0.01314478274434805, 0.2849438786506653, 0.22848764061927795, -0.035804633051157, 0.1875685602426529, 0.10711772739887238, -0.07248730212450027, -0.30828598141670227, -0.0999293103814125, -0.13133330643177032, -0.033457282930612564, -0.02052777260541916, -0.17081500589847565, 0.07089676707983017, 0.04558560997247696, 0.00998434517532587, 0.14900504052639008, -0.21140912175178528, -0.08518896996974945, 0.1092359870672226, -0.03466132655739784, 0.42140644788742065, -0.1164151057600975, -0.09652433544397354, -0.05340435355901718, -0.15239587426185608, 0.20086675882339478, -0.01557826716452837, 0.08761543780565262, -0.031178412958979607, 0.14360429346561432, 0.04995222017168999, -0.01680157333612442, 0.08329997956752777, 0.0014065488940104842, 0.004026432521641254, -0.12653036415576935, -0.022627411410212517, 0.0504734143614769, 0.021120509132742882, 0.0054380460642278194, -0.07736434042453766, 0.028706049546599388, -0.14863882958889008, -0.024921666830778122, -0.10909338295459747, 0.08278775960206985, 0.03857516124844551, -0.07422378659248352, -0.010892878286540508, -0.05615931376814842, -0.023589344695210457, -0.012528443709015846, 0.13453009724617004, -0.050522636622190475, 0.1720355898141861, 0.036824267357587814, 0.11522943526506424, -0.13816054165363312, 0.06146138161420822, -0.07406572997570038, -0.07532623410224915, 0.06773588061332703, -0.13577620685100555, 0.05240122601389885, 0.10075365751981735, -0.03372569754719734, 0.04758675396442413, 0.08927652984857559, 0.000919255951885134, 0.009403540752828121, 0.15953567624092102, -0.2761637568473816, 0.01791755110025406, -0.07046908140182495, -0.07692829519510269, 0.112159863114357, 0.07484955340623856, 0.181244894862175, 0.02791808731853962, -0.0472177192568779, 0.012221097014844418, 0.019269011914730072, -0.05120278522372246, 0.0548672117292881, 0.006578541360795498, -0.011816216632723808, -0.14148055016994476, 0.08790901303291321, -0.0015104453777894378, -0.1429632604122162, 0.02210722118616104, 0.19665491580963135, -0.13288317620754242, -0.10024755448102951, -0.05081937462091446, 0.057288672775030136, -0.13861924409866333, 0.008680099621415138, -0.01990172080695629, -0.09562872350215912, 0.0756591260433197, 0.1573420912027359, 0.05079081282019615, 0.12963363528251648, -0.02916029281914234, -0.008411908522248268, -0.04279141128063202, -0.051675889641046524, 0.02788730151951313, 0.019720058888196945, -0.07752392441034317, 0.08735781908035278, -0.024015765637159348, 0.14329436421394348, -0.10051412135362625, -0.06987810134887695, -0.1344141960144043, -0.005019306670874357, -0.09607285261154175, -0.0959741547703743, -0.08079583197832108, -0.061935000121593475, 0.004180733114480972, -0.039079975336790085, -0.0417400486767292, -0.08063078671693802, -0.10278100520372391, 0.016344387084245682, -0.02737213484942913, 0.028547246009111404, -0.07021904736757278, 0.008450011722743511, 0.12212047725915909, -0.029432062059640884, 0.17478644847869873, 0.15045183897018433, -0.10443241149187088, 0.10585668683052063, -0.17528948187828064, -0.10057486593723297, 0.10386897623538971, -0.01424362976104021, 0.02509693056344986, 0.12928596138954163, 0.018586233258247375, 0.04242280498147011, 0.03278495371341705, 0.06450606882572174, 0.04438134282827377, -0.11879310011863708, 0.08265755325555801, -0.002198860514909029, -0.15595629811286926, -0.061124756932258606, -0.09235648810863495, 0.02707000821828842, 0.02035105973482132, 0.11072126775979996, -0.04177020862698555, 0.08901136368513107, -0.06589431315660477, 0.023006385192275047, 0.025188656523823738, -0.17641755938529968, -0.03692740947008133, -0.05073147267103195, 0.03235582634806633, 0.028527792543172836, 0.22216679155826569, 0.015049049630761147, -0.030550595372915268, 0.0387740358710289, 0.12439186871051788, 0.015807392075657845, -0.0005460345419123769, 0.1709187924861908, 0.10334094613790512, -0.07364179939031601, -0.14011329412460327, 0.0676020160317421, 0.012262817472219467, -0.05599943920969963, 0.11458845436573029, -0.01812131516635418, -0.006866521667689085, 0.0670672059059143, -0.019556820392608643, 0.03449620306491852, -0.06607513129711151, -0.12762659788131714, -0.02478908933699131, 0.04269528388977051, 0.0029638311825692654, 0.12794137001037598, 0.15664103627204895, -0.005168106406927109, 0.026651626452803612, -0.015845872461795807, -0.023246217519044876, -0.13421551883220673, -0.15646639466285706, -0.06222613900899887, -0.14998294413089752, 0.022462334483861923, -0.08663632720708847, 0.047867026180028915, 0.05302877724170685, 0.07266844809055328, -0.06541765481233597, 0.06867647916078568, 0.049353908747434616, -0.11939282715320587, 0.08969518542289734, -0.024748487398028374, 0.04455447196960449, -0.0018985075876116753, -0.03077637031674385, -0.10359742492437363, 0.042003192007541656, -0.01649407483637333, 0.045346152037382126, -0.04421991854906082, 0.022579338401556015, -0.1750071942806244, -0.10995419323444366, -0.04818427562713623, 0.06838665902614594, -0.06683412194252014, 0.04056481271982193, 0.01606888137757778, 0.011690732091665268, 0.030521972104907036, 0.22083373367786407, -0.041100796312093735, -0.04384056478738785, -0.041319385170936584, 0.1635150909423828, -0.014866671524941921, 0.08733032643795013, -0.027159888297319412, -0.008534550666809082, -0.09159335494041443, 0.3551705777645111, 0.29626867175102234, -0.08988689631223679, 0.018322573974728584, -0.023403000086545944, 0.04054094851016998, 0.13749836385250092, 0.13930056989192963, 0.09693139791488647, 0.23870247602462769, -0.069560706615448, -0.05235563591122627, -0.01810343936085701, -0.013992605730891228, -0.06698887050151825, 0.09740167111158371, 0.02308662235736847, -0.05992421507835388, -0.0399320125579834, 0.09157036244869232, -0.2363831102848053, 0.1119081899523735, -0.1049022525548935, -0.15424089133739471, -0.03413557633757591, 0.011207441799342632, 0.07758733630180359, 0.01318280678242445, 0.11218693852424622, 0.013466300442814827, -0.0844072625041008, 0.014990749768912792, 0.034041877835989, -0.25270384550094604, 0.004782035481184721, 0.053680628538131714, -0.12391778826713562, -0.004765757359564304, -0.025234686210751534, 0.013625700026750565, 0.05700398609042168, 0.04094824194908142, -0.03069460764527321, 0.016096249222755432, -0.006652043666690588, -0.020144162699580193, -0.008288858458399773, 0.05953062325716019, 0.04713095352053642, -0.1559005230665207, 0.06380777060985565, -0.13577982783317566, 0.04075455665588379, -0.023885579779744148, -0.012463473714888096, -0.0012933483812958002, 0.01776987873017788, -0.0522073432803154, 0.06581555306911469, 0.07255802303552628, -0.0144086554646492, 0.008549283258616924, -0.08346639573574066, -0.034440234303474426, -0.023841137066483498, -0.10951124131679535, -0.08404874801635742, -0.13158579170703888, -0.12121031433343887, 0.10822955518960953, -0.02819518744945526, -0.18475614488124847, 0.03248962014913559, -0.12301548570394516, 0.05860345810651779, -0.17328192293643951, 0.11332228779792786, 0.07014153152704239, 0.018578365445137024, 0.01264720968902111, -0.007008096668869257, 0.08073210716247559, 0.11507359892129898, -0.0813264548778534, -0.08199906349182129 ]
null
null
transformers
<div class="inline-flex flex-col" style="line-height: 1.5;"> <div class="flex"> <div style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;https://pbs.twimg.com/profile_images/1432780406777020417/XTrp9MCR_400x400.jpg&#39;)"> </div> <div style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)"> </div> <div style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)"> </div> </div> <div style="text-align: center; margin-top: 3px; font-size: 16px; font-weight: 800">🤖 AI BOT 🤖</div> <div style="text-align: center; font-size: 16px; font-weight: 800">LOVER//PARIAH</div> <div style="text-align: center; font-size: 14px;">@godslovepariah</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on tweets from LOVER//PARIAH. | Data | LOVER//PARIAH | | --- | --- | | Tweets downloaded | 525 | | Retweets | 9 | | Short tweets | 10 | | Tweets kept | 506 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/6l5fj9xw/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @godslovepariah's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/3v0x5r1a) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/3v0x5r1a/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/godslovepariah') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "http://www.huggingtweets.com/godslovepariah/1642565537762/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/godslovepariah
[ "transformers", "pytorch", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
AI BOT LOVER//PARIAH @godslovepariah I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on tweets from LOVER//PARIAH. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @godslovepariah'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 54 ]
[ "passage: TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ -0.0001764487533364445, -0.01891571842133999, -0.0068881697952747345, 0.01242890115827322, 0.16224369406700134, 0.04406825825572014, 0.08452208340167999, 0.14250440895557404, -0.026455026119947433, -0.016114573925733566, 0.17334569990634918, 0.17106501758098602, -0.014037161134183407, 0.08718273043632507, -0.05552244931459427, -0.2646014094352722, 0.044212065637111664, 0.058431971818208694, -0.020032864063978195, 0.14111687242984772, 0.0714879110455513, -0.01828647032380104, 0.10845158249139786, -0.02953636273741722, -0.18877948820590973, 0.03499612212181091, 0.05605728179216385, -0.09992336481809616, 0.11936124414205551, 0.04713086411356926, 0.08659981191158295, 0.015409729443490505, -0.07482189685106277, -0.12249794602394104, 0.03866785019636154, 0.041891295462846756, -0.0629689022898674, 0.05911329388618469, 0.08818957209587097, -0.11120674759149551, 0.1456013321876526, 0.07799911499023438, -0.01863223686814308, 0.07941857725381851, -0.17164963483810425, -0.019008882343769073, -0.036983806639909744, 0.005464354529976845, 0.057414017617702484, 0.07476010918617249, -0.01932354085147381, 0.1732589453458786, -0.0767555758357048, 0.09587065875530243, 0.16117197275161743, -0.2913956344127655, -0.005072304047644138, 0.0498935841023922, 0.06722559779882431, 0.03902119770646095, -0.015738610178232193, 0.08706029504537582, 0.06277379393577576, 0.02536560781300068, -0.0014978112885728478, -0.06339331716299057, -0.0928240567445755, 0.04014677554368973, -0.0745372325181961, -0.06578013300895691, 0.20811960101127625, -0.039430033415555954, 0.050536420196294785, -0.03807967156171799, -0.10491003096103668, -0.02197154052555561, -0.015753688290715218, 0.00720712635666132, -0.06031509116292, 0.08949250727891922, -0.014659170061349869, -0.07363511621952057, -0.15025688707828522, -0.016003666445612907, -0.18369624018669128, 0.1574522852897644, 0.003967532888054848, 0.04864242300391197, -0.2093716263771057, 0.11408322304487228, 0.020872395485639572, -0.08021171391010284, 0.047296058386564255, -0.09546594321727753, 0.07179957628250122, 0.002116252202540636, -0.05267130210995674, -0.02264278009533882, 0.08682441711425781, 0.15258505940437317, -0.026140356436371803, 0.0017382961232215166, -0.027155736461281776, 0.07059825956821442, 0.05281682312488556, 0.040018972009420395, -0.017763059586286545, -0.04289618879556656, 0.045782025903463364, -0.15945611894130707, -0.007582054473459721, -0.06918198615312576, -0.1068587526679039, -0.05112413689494133, 0.022331949323415756, 0.06442617624998093, 0.031878020614385605, 0.11345649510622025, -0.04609488695859909, -0.014168480411171913, 0.06350603699684143, -0.042460083961486816, -0.0172110628336668, -0.016047241166234016, 0.015319211408495903, 0.14095398783683777, -0.018181998282670975, 0.030711950734257698, -0.11251416057348251, 0.0645761713385582, -0.09946728497743607, -0.01914660818874836, -0.0071241967380046844, -0.04078202322125435, 0.029947424307465553, -0.13505136966705322, 0.010975461453199387, -0.1711256355047226, -0.14874492585659027, 0.009897243231534958, -0.02876151353120804, -0.018498392775654793, -0.059200938791036606, -0.03973992541432381, -0.01719699800014496, 0.06084148958325386, -0.04528016224503517, 0.0009662628290243447, -0.05951235070824623, 0.11524756252765656, -0.05245914310216904, 0.06888316571712494, -0.13250301778316498, 0.05976588651537895, -0.15375985205173492, -0.00870948750525713, -0.04503806680440903, 0.08287355303764343, 0.017666861414909363, 0.16653785109519958, -0.006960130762308836, -0.012972959317266941, -0.09847598522901535, 0.06441020965576172, -0.023426895961165428, 0.24133971333503723, -0.06349262595176697, -0.143473818898201, 0.22233937680721283, -0.06944137066602707, -0.1420930027961731, 0.12657590210437775, 0.020838137716054916, 0.07354387640953064, 0.10204131156206131, 0.19502143561840057, 0.014321080408990383, 0.006638950202614069, 0.054760824888944626, 0.0820525735616684, -0.17468082904815674, -0.03090454451739788, -0.00916894432157278, -0.01691337674856186, -0.1358218789100647, 0.043003637343645096, 0.11889315396547318, 0.10293904691934586, -0.07099705934524536, -0.013554582372307777, -0.03317642584443092, -0.004439891315996647, 0.06940841674804688, -0.007896981202065945, 0.09806080162525177, -0.09929461032152176, -0.040301576256752014, -0.058301206678152084, -0.006890235934406519, 0.0024084753822535276, 0.04120192304253578, -0.040066637098789215, 0.10096675902605057, -0.0006905568297952414, 0.05225489288568497, -0.14046427607536316, -0.07798092812299728, -0.020940499380230904, 0.1575685739517212, 0.04120592027902603, 0.04776391014456749, 0.057414863258600235, -0.0481991246342659, -0.0158701092004776, -0.009968787431716919, 0.16312187910079956, -0.0394844189286232, -0.06968989968299866, -0.056453973054885864, 0.10656707733869553, -0.058365050703287125, 0.03222460299730301, -0.04202231392264366, 0.022449776530265808, 0.060929615050554276, 0.12114907056093216, -0.0026538248639553785, 0.029062092304229736, -0.01023187953978777, -0.0038288652431219816, -0.07459788024425507, -0.020947640761733055, 0.10031349956989288, -0.004600553773343563, -0.08327498286962509, 0.23685328662395477, -0.17454755306243896, 0.19663569331169128, 0.2115958034992218, -0.2628093659877777, -0.024321777746081352, -0.06840608268976212, -0.05017746612429619, 0.003011465771123767, 0.05876095965504646, -0.04692309722304344, 0.09809201210737228, -0.02521132305264473, 0.16497591137886047, -0.04652651026844978, -0.07362692058086395, 0.016456644982099533, -0.05898859724402428, -0.0463954322040081, 0.0659271627664566, 0.08106416463851929, -0.15480613708496094, 0.18694530427455902, 0.20838376879692078, 0.07612863928079605, 0.19334357976913452, 0.004058185499161482, -0.014812501147389412, 0.08005014806985855, -0.03805047646164894, -0.04202093929052353, -0.07553261518478394, -0.16944189369678497, -0.01902174763381481, 0.07485251128673553, 0.03750864416360855, 0.11274250596761703, -0.10172852873802185, -0.07372885197401047, -0.016179129481315613, -0.005032413639128208, 0.005167648661881685, 0.1174640879034996, 0.045775800943374634, 0.14043675363063812, -0.019972821697592735, 0.03493902459740639, 0.08747350424528122, 0.02448674477636814, -0.10759711265563965, 0.16407065093517303, -0.14081640541553497, -0.38538745045661926, -0.16212545335292816, -0.13394121825695038, -0.029274288564920425, 0.04825805127620697, 0.11038947850465775, -0.13598975539207458, 0.0011978530092164874, -0.003706524148583412, 0.12342415004968643, -0.0806080624461174, 0.03755999356508255, -0.07838296890258789, 0.026997538283467293, -0.06349453330039978, -0.07917723804712296, -0.036463622003793716, -0.03232228383421898, -0.10000553727149963, 0.1757805496454239, -0.11054177582263947, 0.057571277022361755, 0.1741490364074707, 0.022440658882260323, 0.034390855580568314, -0.0513761006295681, 0.17275545001029968, -0.11779367178678513, 0.02093288116157055, 0.16278521716594696, -0.01799617148935795, 0.08678310364484787, 0.08059167861938477, -0.015366556122899055, -0.10777527838945389, 0.05196633189916611, 0.0019955262541770935, -0.1096891239285469, -0.20052047073841095, -0.12150565534830093, -0.0784008651971817, 0.14483654499053955, 0.05303339660167694, 0.05915789678692818, 0.17167222499847412, 0.08591149002313614, -0.04288473725318909, -0.004711467772722244, -0.012867298908531666, 0.07781979441642761, 0.1684085726737976, -0.017248503863811493, 0.11789125204086304, -0.05446818470954895, -0.11601924896240234, 0.13826869428157806, 0.02504623495042324, 0.050291191786527634, 0.04182872176170349, 0.008374262601137161, -0.009610554203391075, 0.09969738125801086, 0.12988939881324768, 0.118865467607975, -0.008107239380478859, -0.0232877004891634, -0.03601100295782089, -0.00860752072185278, -0.03570752218365669, 0.034572016447782516, 0.011757065542042255, -0.16013272106647491, -0.05726486071944237, -0.12173470109701157, 0.0964120477437973, 0.09787409752607346, 0.08039643615484238, -0.2033146470785141, -0.004589703865349293, 0.07378163933753967, -0.03603411093354225, -0.11624246090650558, 0.086527980864048, 0.033109065145254135, -0.1271866261959076, 0.0817195475101471, -0.03352120518684387, 0.115711510181427, -0.017423994839191437, 0.09427224844694138, -0.04346824064850807, -0.0329415462911129, -0.012381686829030514, 0.10430185496807098, -0.30799204111099243, 0.17485815286636353, -0.019660785794258118, -0.07034741342067719, -0.07672256976366043, -0.025566134601831436, 0.017929747700691223, 0.07530300319194794, 0.09619415551424026, 0.024311896413564682, 0.04642496258020401, -0.09243860840797424, -0.03940937668085098, 0.034113768488168716, 0.13641610741615295, -0.0638844221830368, -0.015862328931689262, -0.04075292870402336, 0.01116214320063591, -0.019626103341579437, -0.027355113998055458, 0.018256209790706635, -0.1504947543144226, 0.05358212813735008, 0.017237937077879906, 0.0753018707036972, 0.03889141231775284, -0.007973386906087399, -0.10224062204360962, 0.18268363177776337, -0.03004412353038788, -0.08521177619695663, -0.127006396651268, -0.04812724515795708, 0.04587927460670471, -0.051474425941705704, 0.034381575882434845, -0.06691597402095795, -0.011345877312123775, -0.06886660307645798, -0.21483656764030457, 0.12495172768831253, -0.0775398537516594, -0.07874035835266113, -0.03474915772676468, 0.20981398224830627, -0.05076101794838905, -0.00018431349599268287, 0.01172169204801321, 0.014822970144450665, -0.1086968258023262, -0.10466268658638, 0.06874550879001617, -0.034708425402641296, 0.02743770368397236, 0.02760813757777214, -0.03700246661901474, 0.02073092758655548, -0.06074898689985275, -0.01314478274434805, 0.2849438786506653, 0.22848764061927795, -0.035804633051157, 0.1875685602426529, 0.10711772739887238, -0.07248730212450027, -0.30828598141670227, -0.0999293103814125, -0.13133330643177032, -0.033457282930612564, -0.02052777260541916, -0.17081500589847565, 0.07089676707983017, 0.04558560997247696, 0.00998434517532587, 0.14900504052639008, -0.21140912175178528, -0.08518896996974945, 0.1092359870672226, -0.03466132655739784, 0.42140644788742065, -0.1164151057600975, -0.09652433544397354, -0.05340435355901718, -0.15239587426185608, 0.20086675882339478, -0.01557826716452837, 0.08761543780565262, -0.031178412958979607, 0.14360429346561432, 0.04995222017168999, -0.01680157333612442, 0.08329997956752777, 0.0014065488940104842, 0.004026432521641254, -0.12653036415576935, -0.022627411410212517, 0.0504734143614769, 0.021120509132742882, 0.0054380460642278194, -0.07736434042453766, 0.028706049546599388, -0.14863882958889008, -0.024921666830778122, -0.10909338295459747, 0.08278775960206985, 0.03857516124844551, -0.07422378659248352, -0.010892878286540508, -0.05615931376814842, -0.023589344695210457, -0.012528443709015846, 0.13453009724617004, -0.050522636622190475, 0.1720355898141861, 0.036824267357587814, 0.11522943526506424, -0.13816054165363312, 0.06146138161420822, -0.07406572997570038, -0.07532623410224915, 0.06773588061332703, -0.13577620685100555, 0.05240122601389885, 0.10075365751981735, -0.03372569754719734, 0.04758675396442413, 0.08927652984857559, 0.000919255951885134, 0.009403540752828121, 0.15953567624092102, -0.2761637568473816, 0.01791755110025406, -0.07046908140182495, -0.07692829519510269, 0.112159863114357, 0.07484955340623856, 0.181244894862175, 0.02791808731853962, -0.0472177192568779, 0.012221097014844418, 0.019269011914730072, -0.05120278522372246, 0.0548672117292881, 0.006578541360795498, -0.011816216632723808, -0.14148055016994476, 0.08790901303291321, -0.0015104453777894378, -0.1429632604122162, 0.02210722118616104, 0.19665491580963135, -0.13288317620754242, -0.10024755448102951, -0.05081937462091446, 0.057288672775030136, -0.13861924409866333, 0.008680099621415138, -0.01990172080695629, -0.09562872350215912, 0.0756591260433197, 0.1573420912027359, 0.05079081282019615, 0.12963363528251648, -0.02916029281914234, -0.008411908522248268, -0.04279141128063202, -0.051675889641046524, 0.02788730151951313, 0.019720058888196945, -0.07752392441034317, 0.08735781908035278, -0.024015765637159348, 0.14329436421394348, -0.10051412135362625, -0.06987810134887695, -0.1344141960144043, -0.005019306670874357, -0.09607285261154175, -0.0959741547703743, -0.08079583197832108, -0.061935000121593475, 0.004180733114480972, -0.039079975336790085, -0.0417400486767292, -0.08063078671693802, -0.10278100520372391, 0.016344387084245682, -0.02737213484942913, 0.028547246009111404, -0.07021904736757278, 0.008450011722743511, 0.12212047725915909, -0.029432062059640884, 0.17478644847869873, 0.15045183897018433, -0.10443241149187088, 0.10585668683052063, -0.17528948187828064, -0.10057486593723297, 0.10386897623538971, -0.01424362976104021, 0.02509693056344986, 0.12928596138954163, 0.018586233258247375, 0.04242280498147011, 0.03278495371341705, 0.06450606882572174, 0.04438134282827377, -0.11879310011863708, 0.08265755325555801, -0.002198860514909029, -0.15595629811286926, -0.061124756932258606, -0.09235648810863495, 0.02707000821828842, 0.02035105973482132, 0.11072126775979996, -0.04177020862698555, 0.08901136368513107, -0.06589431315660477, 0.023006385192275047, 0.025188656523823738, -0.17641755938529968, -0.03692740947008133, -0.05073147267103195, 0.03235582634806633, 0.028527792543172836, 0.22216679155826569, 0.015049049630761147, -0.030550595372915268, 0.0387740358710289, 0.12439186871051788, 0.015807392075657845, -0.0005460345419123769, 0.1709187924861908, 0.10334094613790512, -0.07364179939031601, -0.14011329412460327, 0.0676020160317421, 0.012262817472219467, -0.05599943920969963, 0.11458845436573029, -0.01812131516635418, -0.006866521667689085, 0.0670672059059143, -0.019556820392608643, 0.03449620306491852, -0.06607513129711151, -0.12762659788131714, -0.02478908933699131, 0.04269528388977051, 0.0029638311825692654, 0.12794137001037598, 0.15664103627204895, -0.005168106406927109, 0.026651626452803612, -0.015845872461795807, -0.023246217519044876, -0.13421551883220673, -0.15646639466285706, -0.06222613900899887, -0.14998294413089752, 0.022462334483861923, -0.08663632720708847, 0.047867026180028915, 0.05302877724170685, 0.07266844809055328, -0.06541765481233597, 0.06867647916078568, 0.049353908747434616, -0.11939282715320587, 0.08969518542289734, -0.024748487398028374, 0.04455447196960449, -0.0018985075876116753, -0.03077637031674385, -0.10359742492437363, 0.042003192007541656, -0.01649407483637333, 0.045346152037382126, -0.04421991854906082, 0.022579338401556015, -0.1750071942806244, -0.10995419323444366, -0.04818427562713623, 0.06838665902614594, -0.06683412194252014, 0.04056481271982193, 0.01606888137757778, 0.011690732091665268, 0.030521972104907036, 0.22083373367786407, -0.041100796312093735, -0.04384056478738785, -0.041319385170936584, 0.1635150909423828, -0.014866671524941921, 0.08733032643795013, -0.027159888297319412, -0.008534550666809082, -0.09159335494041443, 0.3551705777645111, 0.29626867175102234, -0.08988689631223679, 0.018322573974728584, -0.023403000086545944, 0.04054094851016998, 0.13749836385250092, 0.13930056989192963, 0.09693139791488647, 0.23870247602462769, -0.069560706615448, -0.05235563591122627, -0.01810343936085701, -0.013992605730891228, -0.06698887050151825, 0.09740167111158371, 0.02308662235736847, -0.05992421507835388, -0.0399320125579834, 0.09157036244869232, -0.2363831102848053, 0.1119081899523735, -0.1049022525548935, -0.15424089133739471, -0.03413557633757591, 0.011207441799342632, 0.07758733630180359, 0.01318280678242445, 0.11218693852424622, 0.013466300442814827, -0.0844072625041008, 0.014990749768912792, 0.034041877835989, -0.25270384550094604, 0.004782035481184721, 0.053680628538131714, -0.12391778826713562, -0.004765757359564304, -0.025234686210751534, 0.013625700026750565, 0.05700398609042168, 0.04094824194908142, -0.03069460764527321, 0.016096249222755432, -0.006652043666690588, -0.020144162699580193, -0.008288858458399773, 0.05953062325716019, 0.04713095352053642, -0.1559005230665207, 0.06380777060985565, -0.13577982783317566, 0.04075455665588379, -0.023885579779744148, -0.012463473714888096, -0.0012933483812958002, 0.01776987873017788, -0.0522073432803154, 0.06581555306911469, 0.07255802303552628, -0.0144086554646492, 0.008549283258616924, -0.08346639573574066, -0.034440234303474426, -0.023841137066483498, -0.10951124131679535, -0.08404874801635742, -0.13158579170703888, -0.12121031433343887, 0.10822955518960953, -0.02819518744945526, -0.18475614488124847, 0.03248962014913559, -0.12301548570394516, 0.05860345810651779, -0.17328192293643951, 0.11332228779792786, 0.07014153152704239, 0.018578365445137024, 0.01264720968902111, -0.007008096668869257, 0.08073210716247559, 0.11507359892129898, -0.0813264548778534, -0.08199906349182129 ]
null
null
transformers
<div class="inline-flex flex-col" style="line-height: 1.5;"> <div class="flex"> <div style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;https://pbs.twimg.com/profile_images/456958582731603969/QZKpv6eI_400x400.jpeg&#39;)"> </div> <div style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;https://pbs.twimg.com/profile_images/1324123540556316673/YQjGLFLJ_400x400.jpg&#39;)"> </div> <div style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)"> </div> </div> <div style="text-align: center; margin-top: 3px; font-size: 16px; font-weight: 800">🤖 AI CYBORG 🤖</div> <div style="text-align: center; font-size: 16px; font-weight: 800">im pete online & Grateful King</div> <div style="text-align: center; font-size: 14px;">@gohere4porn-onlinepete</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on tweets from im pete online & Grateful King. | Data | im pete online | Grateful King | | --- | --- | --- | | Tweets downloaded | 3190 | 2141 | | Retweets | 94 | 557 | | Short tweets | 1003 | 217 | | Tweets kept | 2093 | 1367 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/1w0274vc/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @gohere4porn-onlinepete's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/2rvkp85n) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/2rvkp85n/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/gohere4porn-onlinepete') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/gohere4porn-onlinepete/1625638031693/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/gohere4porn-onlinepete
[ "transformers", "pytorch", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
AI CYBORG im pete online & Grateful King @gohere4porn-onlinepete I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on tweets from im pete online & Grateful King. Data: Tweets downloaded, im pete online: 3190, Grateful King: 2141 Data: Retweets, im pete online: 94, Grateful King: 557 Data: Short tweets, im pete online: 1003, Grateful King: 217 Data: Tweets kept, im pete online: 2093, Grateful King: 1367 Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @gohere4porn-onlinepete'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 54 ]
[ "passage: TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ -0.0001764487533364445, -0.01891571842133999, -0.0068881697952747345, 0.01242890115827322, 0.16224369406700134, 0.04406825825572014, 0.08452208340167999, 0.14250440895557404, -0.026455026119947433, -0.016114573925733566, 0.17334569990634918, 0.17106501758098602, -0.014037161134183407, 0.08718273043632507, -0.05552244931459427, -0.2646014094352722, 0.044212065637111664, 0.058431971818208694, -0.020032864063978195, 0.14111687242984772, 0.0714879110455513, -0.01828647032380104, 0.10845158249139786, -0.02953636273741722, -0.18877948820590973, 0.03499612212181091, 0.05605728179216385, -0.09992336481809616, 0.11936124414205551, 0.04713086411356926, 0.08659981191158295, 0.015409729443490505, -0.07482189685106277, -0.12249794602394104, 0.03866785019636154, 0.041891295462846756, -0.0629689022898674, 0.05911329388618469, 0.08818957209587097, -0.11120674759149551, 0.1456013321876526, 0.07799911499023438, -0.01863223686814308, 0.07941857725381851, -0.17164963483810425, -0.019008882343769073, -0.036983806639909744, 0.005464354529976845, 0.057414017617702484, 0.07476010918617249, -0.01932354085147381, 0.1732589453458786, -0.0767555758357048, 0.09587065875530243, 0.16117197275161743, -0.2913956344127655, -0.005072304047644138, 0.0498935841023922, 0.06722559779882431, 0.03902119770646095, -0.015738610178232193, 0.08706029504537582, 0.06277379393577576, 0.02536560781300068, -0.0014978112885728478, -0.06339331716299057, -0.0928240567445755, 0.04014677554368973, -0.0745372325181961, -0.06578013300895691, 0.20811960101127625, -0.039430033415555954, 0.050536420196294785, -0.03807967156171799, -0.10491003096103668, -0.02197154052555561, -0.015753688290715218, 0.00720712635666132, -0.06031509116292, 0.08949250727891922, -0.014659170061349869, -0.07363511621952057, -0.15025688707828522, -0.016003666445612907, -0.18369624018669128, 0.1574522852897644, 0.003967532888054848, 0.04864242300391197, -0.2093716263771057, 0.11408322304487228, 0.020872395485639572, -0.08021171391010284, 0.047296058386564255, -0.09546594321727753, 0.07179957628250122, 0.002116252202540636, -0.05267130210995674, -0.02264278009533882, 0.08682441711425781, 0.15258505940437317, -0.026140356436371803, 0.0017382961232215166, -0.027155736461281776, 0.07059825956821442, 0.05281682312488556, 0.040018972009420395, -0.017763059586286545, -0.04289618879556656, 0.045782025903463364, -0.15945611894130707, -0.007582054473459721, -0.06918198615312576, -0.1068587526679039, -0.05112413689494133, 0.022331949323415756, 0.06442617624998093, 0.031878020614385605, 0.11345649510622025, -0.04609488695859909, -0.014168480411171913, 0.06350603699684143, -0.042460083961486816, -0.0172110628336668, -0.016047241166234016, 0.015319211408495903, 0.14095398783683777, -0.018181998282670975, 0.030711950734257698, -0.11251416057348251, 0.0645761713385582, -0.09946728497743607, -0.01914660818874836, -0.0071241967380046844, -0.04078202322125435, 0.029947424307465553, -0.13505136966705322, 0.010975461453199387, -0.1711256355047226, -0.14874492585659027, 0.009897243231534958, -0.02876151353120804, -0.018498392775654793, -0.059200938791036606, -0.03973992541432381, -0.01719699800014496, 0.06084148958325386, -0.04528016224503517, 0.0009662628290243447, -0.05951235070824623, 0.11524756252765656, -0.05245914310216904, 0.06888316571712494, -0.13250301778316498, 0.05976588651537895, -0.15375985205173492, -0.00870948750525713, -0.04503806680440903, 0.08287355303764343, 0.017666861414909363, 0.16653785109519958, -0.006960130762308836, -0.012972959317266941, -0.09847598522901535, 0.06441020965576172, -0.023426895961165428, 0.24133971333503723, -0.06349262595176697, -0.143473818898201, 0.22233937680721283, -0.06944137066602707, -0.1420930027961731, 0.12657590210437775, 0.020838137716054916, 0.07354387640953064, 0.10204131156206131, 0.19502143561840057, 0.014321080408990383, 0.006638950202614069, 0.054760824888944626, 0.0820525735616684, -0.17468082904815674, -0.03090454451739788, -0.00916894432157278, -0.01691337674856186, -0.1358218789100647, 0.043003637343645096, 0.11889315396547318, 0.10293904691934586, -0.07099705934524536, -0.013554582372307777, -0.03317642584443092, -0.004439891315996647, 0.06940841674804688, -0.007896981202065945, 0.09806080162525177, -0.09929461032152176, -0.040301576256752014, -0.058301206678152084, -0.006890235934406519, 0.0024084753822535276, 0.04120192304253578, -0.040066637098789215, 0.10096675902605057, -0.0006905568297952414, 0.05225489288568497, -0.14046427607536316, -0.07798092812299728, -0.020940499380230904, 0.1575685739517212, 0.04120592027902603, 0.04776391014456749, 0.057414863258600235, -0.0481991246342659, -0.0158701092004776, -0.009968787431716919, 0.16312187910079956, -0.0394844189286232, -0.06968989968299866, -0.056453973054885864, 0.10656707733869553, -0.058365050703287125, 0.03222460299730301, -0.04202231392264366, 0.022449776530265808, 0.060929615050554276, 0.12114907056093216, -0.0026538248639553785, 0.029062092304229736, -0.01023187953978777, -0.0038288652431219816, -0.07459788024425507, -0.020947640761733055, 0.10031349956989288, -0.004600553773343563, -0.08327498286962509, 0.23685328662395477, -0.17454755306243896, 0.19663569331169128, 0.2115958034992218, -0.2628093659877777, -0.024321777746081352, -0.06840608268976212, -0.05017746612429619, 0.003011465771123767, 0.05876095965504646, -0.04692309722304344, 0.09809201210737228, -0.02521132305264473, 0.16497591137886047, -0.04652651026844978, -0.07362692058086395, 0.016456644982099533, -0.05898859724402428, -0.0463954322040081, 0.0659271627664566, 0.08106416463851929, -0.15480613708496094, 0.18694530427455902, 0.20838376879692078, 0.07612863928079605, 0.19334357976913452, 0.004058185499161482, -0.014812501147389412, 0.08005014806985855, -0.03805047646164894, -0.04202093929052353, -0.07553261518478394, -0.16944189369678497, -0.01902174763381481, 0.07485251128673553, 0.03750864416360855, 0.11274250596761703, -0.10172852873802185, -0.07372885197401047, -0.016179129481315613, -0.005032413639128208, 0.005167648661881685, 0.1174640879034996, 0.045775800943374634, 0.14043675363063812, -0.019972821697592735, 0.03493902459740639, 0.08747350424528122, 0.02448674477636814, -0.10759711265563965, 0.16407065093517303, -0.14081640541553497, -0.38538745045661926, -0.16212545335292816, -0.13394121825695038, -0.029274288564920425, 0.04825805127620697, 0.11038947850465775, -0.13598975539207458, 0.0011978530092164874, -0.003706524148583412, 0.12342415004968643, -0.0806080624461174, 0.03755999356508255, -0.07838296890258789, 0.026997538283467293, -0.06349453330039978, -0.07917723804712296, -0.036463622003793716, -0.03232228383421898, -0.10000553727149963, 0.1757805496454239, -0.11054177582263947, 0.057571277022361755, 0.1741490364074707, 0.022440658882260323, 0.034390855580568314, -0.0513761006295681, 0.17275545001029968, -0.11779367178678513, 0.02093288116157055, 0.16278521716594696, -0.01799617148935795, 0.08678310364484787, 0.08059167861938477, -0.015366556122899055, -0.10777527838945389, 0.05196633189916611, 0.0019955262541770935, -0.1096891239285469, -0.20052047073841095, -0.12150565534830093, -0.0784008651971817, 0.14483654499053955, 0.05303339660167694, 0.05915789678692818, 0.17167222499847412, 0.08591149002313614, -0.04288473725318909, -0.004711467772722244, -0.012867298908531666, 0.07781979441642761, 0.1684085726737976, -0.017248503863811493, 0.11789125204086304, -0.05446818470954895, -0.11601924896240234, 0.13826869428157806, 0.02504623495042324, 0.050291191786527634, 0.04182872176170349, 0.008374262601137161, -0.009610554203391075, 0.09969738125801086, 0.12988939881324768, 0.118865467607975, -0.008107239380478859, -0.0232877004891634, -0.03601100295782089, -0.00860752072185278, -0.03570752218365669, 0.034572016447782516, 0.011757065542042255, -0.16013272106647491, -0.05726486071944237, -0.12173470109701157, 0.0964120477437973, 0.09787409752607346, 0.08039643615484238, -0.2033146470785141, -0.004589703865349293, 0.07378163933753967, -0.03603411093354225, -0.11624246090650558, 0.086527980864048, 0.033109065145254135, -0.1271866261959076, 0.0817195475101471, -0.03352120518684387, 0.115711510181427, -0.017423994839191437, 0.09427224844694138, -0.04346824064850807, -0.0329415462911129, -0.012381686829030514, 0.10430185496807098, -0.30799204111099243, 0.17485815286636353, -0.019660785794258118, -0.07034741342067719, -0.07672256976366043, -0.025566134601831436, 0.017929747700691223, 0.07530300319194794, 0.09619415551424026, 0.024311896413564682, 0.04642496258020401, -0.09243860840797424, -0.03940937668085098, 0.034113768488168716, 0.13641610741615295, -0.0638844221830368, -0.015862328931689262, -0.04075292870402336, 0.01116214320063591, -0.019626103341579437, -0.027355113998055458, 0.018256209790706635, -0.1504947543144226, 0.05358212813735008, 0.017237937077879906, 0.0753018707036972, 0.03889141231775284, -0.007973386906087399, -0.10224062204360962, 0.18268363177776337, -0.03004412353038788, -0.08521177619695663, -0.127006396651268, -0.04812724515795708, 0.04587927460670471, -0.051474425941705704, 0.034381575882434845, -0.06691597402095795, -0.011345877312123775, -0.06886660307645798, -0.21483656764030457, 0.12495172768831253, -0.0775398537516594, -0.07874035835266113, -0.03474915772676468, 0.20981398224830627, -0.05076101794838905, -0.00018431349599268287, 0.01172169204801321, 0.014822970144450665, -0.1086968258023262, -0.10466268658638, 0.06874550879001617, -0.034708425402641296, 0.02743770368397236, 0.02760813757777214, -0.03700246661901474, 0.02073092758655548, -0.06074898689985275, -0.01314478274434805, 0.2849438786506653, 0.22848764061927795, -0.035804633051157, 0.1875685602426529, 0.10711772739887238, -0.07248730212450027, -0.30828598141670227, -0.0999293103814125, -0.13133330643177032, -0.033457282930612564, -0.02052777260541916, -0.17081500589847565, 0.07089676707983017, 0.04558560997247696, 0.00998434517532587, 0.14900504052639008, -0.21140912175178528, -0.08518896996974945, 0.1092359870672226, -0.03466132655739784, 0.42140644788742065, -0.1164151057600975, -0.09652433544397354, -0.05340435355901718, -0.15239587426185608, 0.20086675882339478, -0.01557826716452837, 0.08761543780565262, -0.031178412958979607, 0.14360429346561432, 0.04995222017168999, -0.01680157333612442, 0.08329997956752777, 0.0014065488940104842, 0.004026432521641254, -0.12653036415576935, -0.022627411410212517, 0.0504734143614769, 0.021120509132742882, 0.0054380460642278194, -0.07736434042453766, 0.028706049546599388, -0.14863882958889008, -0.024921666830778122, -0.10909338295459747, 0.08278775960206985, 0.03857516124844551, -0.07422378659248352, -0.010892878286540508, -0.05615931376814842, -0.023589344695210457, -0.012528443709015846, 0.13453009724617004, -0.050522636622190475, 0.1720355898141861, 0.036824267357587814, 0.11522943526506424, -0.13816054165363312, 0.06146138161420822, -0.07406572997570038, -0.07532623410224915, 0.06773588061332703, -0.13577620685100555, 0.05240122601389885, 0.10075365751981735, -0.03372569754719734, 0.04758675396442413, 0.08927652984857559, 0.000919255951885134, 0.009403540752828121, 0.15953567624092102, -0.2761637568473816, 0.01791755110025406, -0.07046908140182495, -0.07692829519510269, 0.112159863114357, 0.07484955340623856, 0.181244894862175, 0.02791808731853962, -0.0472177192568779, 0.012221097014844418, 0.019269011914730072, -0.05120278522372246, 0.0548672117292881, 0.006578541360795498, -0.011816216632723808, -0.14148055016994476, 0.08790901303291321, -0.0015104453777894378, -0.1429632604122162, 0.02210722118616104, 0.19665491580963135, -0.13288317620754242, -0.10024755448102951, -0.05081937462091446, 0.057288672775030136, -0.13861924409866333, 0.008680099621415138, -0.01990172080695629, -0.09562872350215912, 0.0756591260433197, 0.1573420912027359, 0.05079081282019615, 0.12963363528251648, -0.02916029281914234, -0.008411908522248268, -0.04279141128063202, -0.051675889641046524, 0.02788730151951313, 0.019720058888196945, -0.07752392441034317, 0.08735781908035278, -0.024015765637159348, 0.14329436421394348, -0.10051412135362625, -0.06987810134887695, -0.1344141960144043, -0.005019306670874357, -0.09607285261154175, -0.0959741547703743, -0.08079583197832108, -0.061935000121593475, 0.004180733114480972, -0.039079975336790085, -0.0417400486767292, -0.08063078671693802, -0.10278100520372391, 0.016344387084245682, -0.02737213484942913, 0.028547246009111404, -0.07021904736757278, 0.008450011722743511, 0.12212047725915909, -0.029432062059640884, 0.17478644847869873, 0.15045183897018433, -0.10443241149187088, 0.10585668683052063, -0.17528948187828064, -0.10057486593723297, 0.10386897623538971, -0.01424362976104021, 0.02509693056344986, 0.12928596138954163, 0.018586233258247375, 0.04242280498147011, 0.03278495371341705, 0.06450606882572174, 0.04438134282827377, -0.11879310011863708, 0.08265755325555801, -0.002198860514909029, -0.15595629811286926, -0.061124756932258606, -0.09235648810863495, 0.02707000821828842, 0.02035105973482132, 0.11072126775979996, -0.04177020862698555, 0.08901136368513107, -0.06589431315660477, 0.023006385192275047, 0.025188656523823738, -0.17641755938529968, -0.03692740947008133, -0.05073147267103195, 0.03235582634806633, 0.028527792543172836, 0.22216679155826569, 0.015049049630761147, -0.030550595372915268, 0.0387740358710289, 0.12439186871051788, 0.015807392075657845, -0.0005460345419123769, 0.1709187924861908, 0.10334094613790512, -0.07364179939031601, -0.14011329412460327, 0.0676020160317421, 0.012262817472219467, -0.05599943920969963, 0.11458845436573029, -0.01812131516635418, -0.006866521667689085, 0.0670672059059143, -0.019556820392608643, 0.03449620306491852, -0.06607513129711151, -0.12762659788131714, -0.02478908933699131, 0.04269528388977051, 0.0029638311825692654, 0.12794137001037598, 0.15664103627204895, -0.005168106406927109, 0.026651626452803612, -0.015845872461795807, -0.023246217519044876, -0.13421551883220673, -0.15646639466285706, -0.06222613900899887, -0.14998294413089752, 0.022462334483861923, -0.08663632720708847, 0.047867026180028915, 0.05302877724170685, 0.07266844809055328, -0.06541765481233597, 0.06867647916078568, 0.049353908747434616, -0.11939282715320587, 0.08969518542289734, -0.024748487398028374, 0.04455447196960449, -0.0018985075876116753, -0.03077637031674385, -0.10359742492437363, 0.042003192007541656, -0.01649407483637333, 0.045346152037382126, -0.04421991854906082, 0.022579338401556015, -0.1750071942806244, -0.10995419323444366, -0.04818427562713623, 0.06838665902614594, -0.06683412194252014, 0.04056481271982193, 0.01606888137757778, 0.011690732091665268, 0.030521972104907036, 0.22083373367786407, -0.041100796312093735, -0.04384056478738785, -0.041319385170936584, 0.1635150909423828, -0.014866671524941921, 0.08733032643795013, -0.027159888297319412, -0.008534550666809082, -0.09159335494041443, 0.3551705777645111, 0.29626867175102234, -0.08988689631223679, 0.018322573974728584, -0.023403000086545944, 0.04054094851016998, 0.13749836385250092, 0.13930056989192963, 0.09693139791488647, 0.23870247602462769, -0.069560706615448, -0.05235563591122627, -0.01810343936085701, -0.013992605730891228, -0.06698887050151825, 0.09740167111158371, 0.02308662235736847, -0.05992421507835388, -0.0399320125579834, 0.09157036244869232, -0.2363831102848053, 0.1119081899523735, -0.1049022525548935, -0.15424089133739471, -0.03413557633757591, 0.011207441799342632, 0.07758733630180359, 0.01318280678242445, 0.11218693852424622, 0.013466300442814827, -0.0844072625041008, 0.014990749768912792, 0.034041877835989, -0.25270384550094604, 0.004782035481184721, 0.053680628538131714, -0.12391778826713562, -0.004765757359564304, -0.025234686210751534, 0.013625700026750565, 0.05700398609042168, 0.04094824194908142, -0.03069460764527321, 0.016096249222755432, -0.006652043666690588, -0.020144162699580193, -0.008288858458399773, 0.05953062325716019, 0.04713095352053642, -0.1559005230665207, 0.06380777060985565, -0.13577982783317566, 0.04075455665588379, -0.023885579779744148, -0.012463473714888096, -0.0012933483812958002, 0.01776987873017788, -0.0522073432803154, 0.06581555306911469, 0.07255802303552628, -0.0144086554646492, 0.008549283258616924, -0.08346639573574066, -0.034440234303474426, -0.023841137066483498, -0.10951124131679535, -0.08404874801635742, -0.13158579170703888, -0.12121031433343887, 0.10822955518960953, -0.02819518744945526, -0.18475614488124847, 0.03248962014913559, -0.12301548570394516, 0.05860345810651779, -0.17328192293643951, 0.11332228779792786, 0.07014153152704239, 0.018578365445137024, 0.01264720968902111, -0.007008096668869257, 0.08073210716247559, 0.11507359892129898, -0.0813264548778534, -0.08199906349182129 ]
null
null
transformers
<div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/752977934562959361/V2ZYUvDN_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">Gordon Mohr ꧁👁👁꧂ 🤖 AI Bot </div> <div style="font-size: 15px">@gojomo bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@gojomo's tweets](https://twitter.com/gojomo). | Data | Quantity | | --- | --- | | Tweets downloaded | 3248 | | Retweets | 224 | | Short tweets | 251 | | Tweets kept | 2773 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/3n28dkpx/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @gojomo's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/uusd4gca) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/uusd4gca/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/gojomo') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://github.com/borisdayma/huggingtweets/blob/master/img/logo.png?raw=true", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/gojomo
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
Gordon Mohr ꧁꧂ AI Bot @gojomo bot I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on @gojomo's tweets. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @gojomo'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 57 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 0.004547144751995802, -0.006708405911922455, -0.007013476919382811, 0.01947171241044998, 0.15818242728710175, 0.03448796644806862, 0.08709780126810074, 0.15389476716518402, -0.019877297803759575, -0.022431448101997375, 0.18047170341014862, 0.173692986369133, -0.012988686561584473, 0.09047263860702515, -0.05271327868103981, -0.2622397541999817, 0.03682216629385948, 0.05513067543506622, -0.007422737777233124, 0.14252057671546936, 0.07580838352441788, -0.023790201172232628, 0.11380083113908768, -0.02966974675655365, -0.202972412109375, 0.03197307139635086, 0.0615268237888813, -0.09518525749444962, 0.11083168536424637, 0.04628797993063927, 0.08698221296072006, 0.022143812850117683, -0.07331052422523499, -0.120787613093853, 0.04532235115766525, 0.045263588428497314, -0.06358368694782257, 0.06480421870946884, 0.08820623904466629, -0.1065920814871788, 0.1416475921869278, 0.07373794168233871, -0.01588049717247486, 0.07824484258890152, -0.17789237201213837, -0.03725104406476021, -0.036331940442323685, 0.007741300854831934, 0.07058489322662354, 0.0750737413764, -0.019116664305329323, 0.1746976524591446, -0.06598041951656342, 0.09777773916721344, 0.17528840899467468, -0.2887236773967743, -0.018040433526039124, 0.0492081381380558, 0.0887371376156807, 0.04900359362363815, -0.024227341637015343, 0.08339477330446243, 0.06365471333265305, 0.01686069741845131, 0.014271941967308521, -0.06960906833410263, -0.09346919506788254, 0.03645368665456772, -0.06932124495506287, -0.05699722096323967, 0.22001419961452484, -0.0334535576403141, 0.04674676060676575, -0.03953840583562851, -0.09316058456897736, -0.028927378356456757, -0.027232296764850616, -0.00907184462994337, -0.05413005128502846, 0.08754174411296844, -0.015151693485677242, -0.06331931799650192, -0.1435878872871399, -0.012912428006529808, -0.15805892646312714, 0.13816505670547485, 0.004333257209509611, 0.04586424678564072, -0.22094038128852844, 0.1012546569108963, 0.022817784920334816, -0.08995530754327774, 0.04930093511939049, -0.09425957500934601, 0.0717538446187973, 0.0007676240638829768, -0.04885277524590492, -0.02944779396057129, 0.08848895877599716, 0.14690880477428436, -0.02718975953757763, 0.005980455316603184, -0.01338018849492073, 0.0733228251338005, 0.059399042278528214, 0.028748195618391037, -0.006081049330532551, -0.052236080169677734, 0.05618719011545181, -0.1417204737663269, -0.010511515662074089, -0.07227712869644165, -0.10605388879776001, -0.04232237488031387, 0.03443120792508125, 0.060671232640743256, 0.042230576276779175, 0.11220116913318634, -0.04771716892719269, -0.01857093721628189, 0.05281376466155052, -0.03979083523154259, -0.008994937874376774, -0.01990325190126896, 0.018122754991054535, 0.13074275851249695, -0.019943278282880783, 0.03407962992787361, -0.10256942361593246, 0.05431444197893143, -0.10281401127576828, -0.01971535198390484, -0.014149561524391174, -0.04367954283952713, 0.031883664429187775, -0.12165860831737518, 0.016123656183481216, -0.16833168268203735, -0.14714312553405762, 0.002859292319044471, -0.016588665544986725, -0.017911825329065323, -0.07954888790845871, -0.04400517791509628, -0.02466505579650402, 0.06924423575401306, -0.04276731237769127, -0.00935916043817997, -0.05846982076764107, 0.11090090870857239, -0.05349889397621155, 0.07203050702810287, -0.1194647029042244, 0.0557217076420784, -0.14930842816829681, -0.013004516251385212, -0.04842504858970642, 0.07119924575090408, 0.015398351475596428, 0.1813964694738388, -0.006925920024514198, -0.003623353084549308, -0.09382472932338715, 0.06455672532320023, -0.02733452245593071, 0.24096953868865967, -0.0756828561425209, -0.14226967096328735, 0.21630549430847168, -0.06334739923477173, -0.14993034303188324, 0.1314547061920166, 0.01843975856900215, 0.08251222223043442, 0.10434340685606003, 0.19023460149765015, 0.01808990351855755, -0.007808534894138575, 0.054424818605184555, 0.07603957504034042, -0.1683882623910904, -0.033340878784656525, 0.0012923459289595485, -0.00014291972911451012, -0.1366809904575348, 0.04632483050227165, 0.1230006217956543, 0.09730340540409088, -0.07249721139669418, -0.018487868830561638, -0.030607668682932854, 0.0016078021144494414, 0.04144361615180969, -0.0005212334799580276, 0.09951234608888626, -0.1033509373664856, -0.04366454482078552, -0.06751791387796402, -0.002970147645100951, 0.011176802217960358, 0.03924661502242088, -0.04455869272351265, 0.09700342267751694, -0.007412149105221033, 0.0545678474009037, -0.13708296418190002, -0.07981666922569275, -0.016090448945760727, 0.1597585678100586, 0.040224816650152206, 0.04663374274969101, 0.0566885769367218, -0.05624469742178917, -0.015493324026465416, -0.010199432261288166, 0.16243304312229156, -0.04404180869460106, -0.07694169133901596, -0.07860849797725677, 0.10474636405706406, -0.06389671564102173, 0.026263169944286346, -0.051667314022779465, 0.024654213339090347, 0.04686986654996872, 0.1110762283205986, 0.004046999383717775, 0.026442723348736763, -0.012835992500185966, -0.007690808270126581, -0.07657550275325775, -0.01617686077952385, 0.1077079176902771, -0.0017721779877319932, -0.06809886544942856, 0.2437063455581665, -0.16884316504001617, 0.21163912117481232, 0.20976658165454865, -0.2492678016424179, -0.02882898785173893, -0.04848965257406235, -0.04766342043876648, -0.0012878701090812683, 0.06041788309812546, -0.034700244665145874, 0.09027024358510971, -0.03288675472140312, 0.16564396023750305, -0.051203593611717224, -0.07646744698286057, 0.019007064402103424, -0.05823178589344025, -0.05114857107400894, 0.07018019258975983, 0.08213616907596588, -0.1630844622850418, 0.18756183981895447, 0.21879082918167114, 0.06839460134506226, 0.2044064849615097, 0.00858453568071127, -0.010656360536813736, 0.07200875878334045, -0.04608747735619545, -0.03843220695853233, -0.06601633131504059, -0.15238076448440552, -0.03009703755378723, 0.06625645607709885, 0.030863380059599876, 0.09900964051485062, -0.09019728004932404, -0.08104760944843292, -0.017665131017565727, 0.004776675254106522, 0.00156646769028157, 0.11991100758314133, 0.03676433861255646, 0.13820022344589233, -0.01955524832010269, 0.022415857762098312, 0.08040772378444672, 0.016582515090703964, -0.10843544453382492, 0.16101348400115967, -0.13329310715198517, -0.3788211941719055, -0.14546175301074982, -0.13134250044822693, -0.020925991237163544, 0.03777816519141197, 0.1120775043964386, -0.1329103261232376, 0.005511005409061909, -0.007893978618085384, 0.10391844809055328, -0.08707519620656967, 0.039245378226041794, -0.07586963474750519, 0.0314689576625824, -0.060405436903238297, -0.07552991807460785, -0.03722400963306427, -0.028465405106544495, -0.09132689982652664, 0.16675986349582672, -0.11130212247371674, 0.06035055220127106, 0.16001324355602264, 0.021197395399212837, 0.03523072600364685, -0.05174810439348221, 0.18330632150173187, -0.112345851957798, 0.020098978653550148, 0.15624848008155823, -0.013005592860281467, 0.08254575729370117, 0.08188403397798538, -0.013132697902619839, -0.10316278785467148, 0.05240294709801674, 0.001463406952098012, -0.10209372639656067, -0.1950312703847885, -0.10119245946407318, -0.08230090886354446, 0.15922248363494873, 0.06361804902553558, 0.058937788009643555, 0.17968137562274933, 0.07578518986701965, -0.038606274873018265, -0.00038743947516195476, -0.00239798822440207, 0.08808282762765884, 0.13635766506195068, -0.01442645862698555, 0.1225903332233429, -0.04975935071706772, -0.10913994163274765, 0.12899059057235718, 0.01750512234866619, 0.03937286511063576, 0.051435839384794235, 0.021011192351579666, -0.011281835846602917, 0.11866551637649536, 0.13484057784080505, 0.10447502881288528, -0.015693627297878265, -0.0293489471077919, -0.04774824157357216, -0.01359935849905014, -0.033305928111076355, 0.03640862926840782, 0.008061517030000687, -0.14140670001506805, -0.06158366799354553, -0.11537835001945496, 0.08758961409330368, 0.10668005049228668, 0.07567808032035828, -0.21108253300189972, -0.003950516227632761, 0.07933880388736725, -0.03630997985601425, -0.11126025766134262, 0.08416172116994858, 0.03095286712050438, -0.1277567446231842, 0.07218055427074432, -0.03519461303949356, 0.12458370625972748, -0.0032897875644266605, 0.09583556652069092, -0.03598680719733238, -0.027483470737934113, -0.013308011926710606, 0.09818253666162491, -0.3191508650779724, 0.1621316522359848, -0.017933005467057228, -0.0618131123483181, -0.06667962670326233, -0.02528184838593006, 0.015994107350707054, 0.07729468494653702, 0.10861869156360626, 0.021759910508990288, 0.01640525460243225, -0.07345785945653915, -0.042352862656116486, 0.038021303713321686, 0.12403716146945953, -0.06827268749475479, -0.012903391383588314, -0.04523605480790138, 0.00796645786613226, -0.017124788835644722, -0.008793274872004986, 0.006911922711879015, -0.14962191879749298, 0.05182485654950142, 0.014736213721334934, 0.07058768719434738, 0.0436982735991478, -0.014969068579375744, -0.09180716425180435, 0.18274778127670288, -0.015714606270194054, -0.07271543145179749, -0.12616917490959167, -0.05262751132249832, 0.030376195907592773, -0.05518756061792374, 0.021047864109277725, -0.06501689553260803, -0.0035362408962100744, -0.06755607575178146, -0.22007296979427338, 0.1278373897075653, -0.08437205106019974, -0.07192739844322205, -0.04912353679537773, 0.2010866105556488, -0.051223888993263245, 0.003238252131268382, 0.010222852230072021, 0.021994104608893394, -0.11474784463644028, -0.09469719231128693, 0.07112357765436172, -0.03247172012925148, 0.03123478777706623, 0.0022505864035338163, -0.04091062396764755, 0.016593176871538162, -0.06314414739608765, -0.011381587944924831, 0.27866554260253906, 0.23951324820518494, -0.040407944470644, 0.1904350072145462, 0.11012271791696548, -0.08163551241159439, -0.3069863021373749, -0.10166139155626297, -0.12140648066997528, -0.02996143139898777, -0.017288926988840103, -0.16865339875221252, 0.06477722525596619, 0.038930367678403854, 0.009261871688067913, 0.13778774440288544, -0.20730599761009216, -0.08823523670434952, 0.09138026833534241, -0.02557477355003357, 0.43079736828804016, -0.1257614940404892, -0.08959750831127167, -0.051866497844457626, -0.16516901552677155, 0.2173919379711151, -0.021592965349555016, 0.07857322692871094, -0.029561417177319527, 0.11770006269216537, 0.04697660356760025, -0.010707763023674488, 0.08040876686573029, -0.00884756539016962, 0.008373050950467587, -0.12410011142492294, -0.02768467366695404, 0.04874192550778389, 0.012378438375890255, 0.0013600040692836046, -0.09389680624008179, 0.020313434302806854, -0.15990203619003296, -0.018549781292676926, -0.11233476549386978, 0.07682323455810547, 0.025788001716136932, -0.06466120481491089, -0.003637736663222313, -0.04986237734556198, -0.015892893075942993, -0.01400828268378973, 0.1717434972524643, -0.04862768203020096, 0.19366511702537537, 0.03501616790890694, 0.11570870876312256, -0.1362973153591156, 0.06143493950366974, -0.06429426372051239, -0.07528600096702576, 0.07427702099084854, -0.1537967324256897, 0.05111055448651314, 0.09430045634508133, -0.030276626348495483, 0.05380253866314888, 0.08795086294412613, -0.003969982732087374, 0.004800081253051758, 0.15867236256599426, -0.2786487936973572, 0.01320126373320818, -0.07396841049194336, -0.06665283441543579, 0.10506758838891983, 0.06261139363050461, 0.17162823677062988, 0.011681869626045227, -0.056615445762872696, 0.01595049723982811, 0.02499506063759327, -0.04915530979633331, 0.04529924690723419, 0.008104361593723297, -0.010991688817739487, -0.13640300929546356, 0.08699746429920197, 0.0042801909148693085, -0.1531187742948532, 0.024680746719241142, 0.2155698835849762, -0.1260155886411667, -0.10237220674753189, -0.03444112092256546, 0.08444061875343323, -0.11519137024879456, 0.01753072999417782, -0.030764780938625336, -0.09109894186258316, 0.07448896765708923, 0.15248911082744598, 0.049206193536520004, 0.11775100976228714, -0.015379221178591251, -0.011753370985388756, -0.05147303268313408, -0.0317845419049263, 0.025745956227183342, 0.017857374623417854, -0.08257177472114563, 0.06648801267147064, -0.022109810262918472, 0.14559012651443481, -0.09791336953639984, -0.06602771580219269, -0.1468091756105423, -0.009785634465515614, -0.0695481076836586, -0.09207163751125336, -0.08133620768785477, -0.062133077532052994, 0.0010387726360931993, -0.03962359577417374, -0.04795864596962929, -0.0791037380695343, -0.10289866477251053, 0.009435068815946579, -0.02305566892027855, 0.03256045654416084, -0.06115729361772537, 0.007872066460549831, 0.12092912197113037, -0.028174830600619316, 0.16686207056045532, 0.1458095908164978, -0.09536580741405487, 0.10568815469741821, -0.16346460580825806, -0.08964221179485321, 0.0939340740442276, -0.01729099079966545, 0.027899714186787605, 0.11666940152645111, 0.014932696707546711, 0.04195788502693176, 0.035977672785520554, 0.06045130267739296, 0.03587699308991432, -0.11899011582136154, 0.07665140181779861, 0.009481414221227169, -0.1612047255039215, -0.06303887814283371, -0.08555969595909119, 0.030386725440621376, 0.021575886756181717, 0.12225193530321121, -0.045776769518852234, 0.0887017622590065, -0.07972796261310577, 0.027257539331912994, 0.02293219044804573, -0.181223064661026, -0.047844018787145615, -0.053065262734889984, 0.032686229795217514, 0.018960151821374893, 0.1893557906150818, 0.027213018387556076, -0.03697650134563446, 0.04549255222082138, 0.1042066365480423, 0.005313898902386427, 0.004829791374504566, 0.16259528696537018, 0.09423433989286423, -0.07654286175966263, -0.12226779758930206, 0.07556461542844772, 0.019673259928822517, -0.044067107141017914, 0.10607215762138367, -0.002448870101943612, 0.020163848996162415, 0.06910120695829391, -0.014892932027578354, 0.034322552382946014, -0.044286008924245834, -0.10698256641626358, -0.023580113425850868, 0.046367425471544266, 0.00669879000633955, 0.12847968935966492, 0.177873894572258, -0.002574790036305785, 0.025011489167809486, -0.0363602340221405, -0.024931130930781364, -0.13864666223526, -0.1558164656162262, -0.06855984032154083, -0.14875617623329163, 0.012976853176951408, -0.0915176048874855, 0.04695429280400276, 0.028682325035333633, 0.06887643784284592, -0.07052405923604965, 0.04384735971689224, 0.06974220275878906, -0.12065785378217697, 0.09397104382514954, -0.028081456199288368, 0.03704333305358887, -0.006730496883392334, -0.012833851389586926, -0.10013298690319061, 0.035936567932367325, -0.01747855544090271, 0.045271266251802444, -0.04546798765659332, 0.030429324135184288, -0.1703072488307953, -0.124412901699543, -0.04034453630447388, 0.06420420855283737, -0.06510858237743378, 0.03512151539325714, 0.019115818664431572, 0.013339218683540821, 0.03305599465966225, 0.23020225763320923, -0.03704051673412323, -0.02329315058887005, -0.042310282588005066, 0.16692522168159485, -0.014016710221767426, 0.08088304847478867, -0.03037172369658947, 0.0002500463742762804, -0.08417443931102753, 0.3385351300239563, 0.3027777075767517, -0.09020252525806427, 0.019915465265512466, -0.030905582010746002, 0.03936264291405678, 0.11892254650592804, 0.13376617431640625, 0.09784641861915588, 0.2282467782497406, -0.07217609137296677, -0.03032243251800537, -0.020507147535681725, -0.011079044081270695, -0.06650827825069427, 0.0879674032330513, 0.02507801540195942, -0.05553486570715904, -0.031693898141384125, 0.0812700018286705, -0.2327648252248764, 0.10665327310562134, -0.11289316415786743, -0.1636168211698532, -0.039189815521240234, 0.0042042857967317104, 0.08908319473266602, 0.015396242961287498, 0.11228121817111969, 0.009163780137896538, -0.07585213333368301, 0.017798418179154396, 0.028085503727197647, -0.24201616644859314, -0.008133855648338795, 0.060310713946819305, -0.12939085066318512, -0.004324504639953375, -0.027167800813913345, 0.007199867628514767, 0.059822265058755875, 0.029368450865149498, -0.04319324716925621, -0.001257759635336697, -0.010450302623212337, -0.008644461631774902, -0.011618612334132195, 0.07065588980913162, 0.046958792954683304, -0.13329142332077026, 0.06869500875473022, -0.11774353682994843, 0.033477768301963806, -0.05866728723049164, -0.015255378559231758, 0.000037100471672602, 0.03460683673620224, -0.04829782620072365, 0.07058211416006088, 0.07688362896442413, -0.015606098808348179, 0.000610517687164247, -0.0802936851978302, -0.036274004727602005, -0.019796574488282204, -0.09252054989337921, -0.08371094614267349, -0.13031646609306335, -0.11573562026023865, 0.1029667928814888, -0.02224794402718544, -0.19213621318340302, 0.03111329674720764, -0.12165344506502151, 0.045619383454322815, -0.1751558482646942, 0.11076030135154724, 0.08046020567417145, 0.01831907220184803, 0.011516088619828224, -0.02576824277639389, 0.08821021765470505, 0.11728470027446747, -0.07783648371696472, -0.08528783172369003 ]
null
null
transformers
<link rel="stylesheet" href="https://unpkg.com/@tailwindcss/[email protected]/dist/typography.min.css"> <style> @media (prefers-color-scheme: dark) { .prose { color: #E2E8F0 !important; } .prose h2, .prose h3, .prose a, .prose thead { color: #F7FAFC !important; } } </style> <section class='prose'> <div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/849638997286674433/MP_VFga5_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">Sasha Goldshtein 🤖 AI Bot </div> <div style="font-size: 15px; color: #657786">@goldshtn bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://app.wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-model-to-generate-tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@goldshtn's tweets](https://twitter.com/goldshtn). <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'>3228</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'>334</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'>110</td> </tr> <tr style='border-width:0'> <td style='border-width:0'>Tweets kept</td> <td style='border-width:0'>2784</td> </tr> </tbody> </table> [Explore the data](https://app.wandb.ai/wandb/huggingtweets/runs/vyukb3ol/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @goldshtn's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://app.wandb.ai/wandb/huggingtweets/runs/26u1d2kp) for full transparency and reproducibility. At the end of training, [the final model](https://app.wandb.ai/wandb/huggingtweets/runs/26u1d2kp/artifacts) is logged and versioned. ## Intended uses & limitations ### How to use 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/goldshtn'</span>) generator(<span style="color:#FF9800">"My dream is"</span>, num_return_sequences=<span style="color:#8BC34A">5</span>)</code></pre> ### Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* </section> [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) <section class='prose'> For more details, visit the project repository. </section> [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets) <!--- random size file -->
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://github.com/borisdayma/huggingtweets/blob/master/img/logo.png?raw=true", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/goldshtn
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
<link rel="stylesheet" href="URL <style> @media (prefers-color-scheme: dark) { .prose { color: #E2E8F0 !important; } .prose h2, .prose h3, .prose a, .prose thead { color: #F7FAFC !important; } } </style> <section class='prose'> <div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('URL </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">Sasha Goldshtein AI Bot </div> <div style="font-size: 15px; color: #657786">@goldshtn bot</div> </div> I was made with huggingtweets. Create your own bot based on your favorite user with the demo! ## How does it work? The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. ## Training data The model was trained on @goldshtn'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'>3228</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'>334</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'>110</td> </tr> <tr style='border-width:0'> <td style='border-width:0'>Tweets kept</td> <td style='border-width:0'>2784</td> </tr> </tbody> </table> Explore the data, which is tracked with W&B artifacts at every step of the pipeline. ## Training procedure The model is based on a pre-trained GPT-2 which is fine-tuned on @goldshtn'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. ## Intended uses & limitations ### How to use 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/goldshtn'</span>) generator(<span style="color:#FF9800">"My dream is"</span>, num_return_sequences=<span style="color:#8BC34A">5</span>)</code></pre> ### Limitations and bias 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. ## About *Built by Boris Dayma* </section> ![Follow](URL <section class='prose'> For more details, visit the project repository. </section> ![GitHub stars](URL
[ "## How does it work?\n\nThe model uses the following pipeline.\n\n!pipeline\n\nTo understand how the model was developed, check the W&B report.", "## Training data\n\nThe model was trained on @goldshtn's tweets.\n\n<table style='border-width:0'>\n<thead style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #CBD5E0'>\n<th style='border-width:0'>Data</th>\n<th style='border-width:0'>Quantity</th>\n</tr>\n</thead>\n<tbody style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Tweets downloaded</td>\n<td style='border-width:0'>3228</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Retweets</td>\n<td style='border-width:0'>334</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Short tweets</td>\n<td style='border-width:0'>110</td>\n</tr>\n<tr style='border-width:0'>\n<td style='border-width:0'>Tweets kept</td>\n<td style='border-width:0'>2784</td>\n</tr>\n</tbody>\n</table>\n\nExplore the data, which is tracked with W&B artifacts at every step of the pipeline.", "## Training procedure\n\nThe model is based on a pre-trained GPT-2 which is fine-tuned on @goldshtn's tweets.\n\nHyperparameters and metrics are recorded in the W&B training run for full transparency and reproducibility.\n\nAt the end of training, the final model is logged and versioned.", "## Intended uses & limitations", "### How to use\n\nYou can use this model directly with a pipeline for text generation:\n\n<pre><code><span style=\"color:#03A9F4\">from</span> transformers <span style=\"color:#03A9F4\">import</span> pipeline\ngenerator = pipeline(<span style=\"color:#FF9800\">'text-generation'</span>,\n model=<span style=\"color:#FF9800\">'huggingtweets/goldshtn'</span>)\ngenerator(<span style=\"color:#FF9800\">\"My dream is\"</span>, num_return_sequences=<span style=\"color:#8BC34A\">5</span>)</code></pre>", "### Limitations and bias\n\nThe model suffers from the same limitations and bias as GPT-2.\n\nIn addition, the data present in the user's tweets further affects the text generated by the model.", "## About\n\n*Built by Boris Dayma*\n\n</section>\n\n![Follow](URL\n\n<section class='prose'>\nFor more details, visit the project repository.\n</section>\n\n![GitHub stars](URL" ]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "## How does it work?\n\nThe model uses the following pipeline.\n\n!pipeline\n\nTo understand how the model was developed, check the W&B report.", "## Training data\n\nThe model was trained on @goldshtn's tweets.\n\n<table style='border-width:0'>\n<thead style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #CBD5E0'>\n<th style='border-width:0'>Data</th>\n<th style='border-width:0'>Quantity</th>\n</tr>\n</thead>\n<tbody style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Tweets downloaded</td>\n<td style='border-width:0'>3228</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Retweets</td>\n<td style='border-width:0'>334</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Short tweets</td>\n<td style='border-width:0'>110</td>\n</tr>\n<tr style='border-width:0'>\n<td style='border-width:0'>Tweets kept</td>\n<td style='border-width:0'>2784</td>\n</tr>\n</tbody>\n</table>\n\nExplore the data, which is tracked with W&B artifacts at every step of the pipeline.", "## Training procedure\n\nThe model is based on a pre-trained GPT-2 which is fine-tuned on @goldshtn's tweets.\n\nHyperparameters and metrics are recorded in the W&B training run for full transparency and reproducibility.\n\nAt the end of training, the final model is logged and versioned.", "## Intended uses & limitations", "### How to use\n\nYou can use this model directly with a pipeline for text generation:\n\n<pre><code><span style=\"color:#03A9F4\">from</span> transformers <span style=\"color:#03A9F4\">import</span> pipeline\ngenerator = pipeline(<span style=\"color:#FF9800\">'text-generation'</span>,\n model=<span style=\"color:#FF9800\">'huggingtweets/goldshtn'</span>)\ngenerator(<span style=\"color:#FF9800\">\"My dream is\"</span>, num_return_sequences=<span style=\"color:#8BC34A\">5</span>)</code></pre>", "### Limitations and bias\n\nThe model suffers from the same limitations and bias as GPT-2.\n\nIn addition, the data present in the user's tweets further affects the text generated by the model.", "## About\n\n*Built by Boris Dayma*\n\n</section>\n\n![Follow](URL\n\n<section class='prose'>\nFor more details, visit the project repository.\n</section>\n\n![GitHub stars](URL" ]
[ 57, 34, 429, 75, 9, 167, 48, 58 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n## How does it work?\n\nThe model uses the following pipeline.\n\n!pipeline\n\nTo understand how the model was developed, check the W&B report." ]
[ -0.04084593802690506, 0.035596683621406555, -0.0024457171093672514, 0.04662978649139404, 0.10991521924734116, 0.022836215794086456, 0.12812861800193787, 0.0424627922475338, -0.03746044635772705, -0.03597303107380867, 0.22758877277374268, 0.1009177565574646, 0.03089720755815506, 0.17962171137332916, 0.010350672528147697, -0.2703946828842163, 0.015237200073897839, 0.0647135004401207, -0.07720091193914413, 0.15752871334552765, 0.05562684312462807, -0.049801189452409744, 0.08214939385652542, 0.032038331031799316, -0.165513277053833, -0.004831716418266296, -0.02072383277118206, -0.04504403471946716, 0.09232694655656815, 0.06956911832094193, 0.07011176645755768, 0.034282486885786057, 0.017851393669843674, -0.0714372918009758, 0.06354191154241562, 0.014452377334237099, -0.02349161170423031, 0.13615116477012634, 0.028668763116002083, -0.0002947957837022841, 0.1798527091741562, 0.11815319955348969, 0.016722125932574272, 0.016196802258491516, -0.1166125237941742, -0.0606788769364357, 0.012365915812551975, 0.04470464214682579, 0.10005760192871094, 0.058856748044490814, 0.01943058706820011, 0.13215520977973938, -0.1164829432964325, 0.08512931317090988, 0.1828341782093048, -0.24191047251224518, -0.006823094096034765, 0.061043880879879, 0.08518847078084946, 0.02852868288755417, -0.0027500083670020103, 0.050437480211257935, 0.06484624743461609, 0.021347152069211006, 0.03636380657553673, -0.0638979896903038, 0.05009674280881882, 0.011186900548636913, -0.10215270519256592, -0.07660897821187973, 0.2294245809316635, -0.0602995827794075, 0.004886541981250048, -0.028186868876218796, -0.08490151911973953, -0.06026294082403183, -0.012795685790479183, -0.05738116800785065, -0.01700775697827339, 0.034475523978471756, 0.0214629378169775, -0.10922146588563919, -0.07046429812908173, -0.1146778091788292, -0.09578189998865128, 0.17879855632781982, -0.02900231070816517, 0.08940442651510239, -0.2603394091129303, 0.2254239320755005, 0.07019765675067902, -0.11909467726945877, 0.04757627099752426, -0.11814092099666595, 0.08530338853597641, 0.02207805961370468, 0.041434839367866516, 0.07761925458908081, 0.04161522537469864, 0.11940909177064896, 0.03257475048303604, -0.00314142694696784, 0.05456724017858505, 0.07224375009536743, 0.0941813513636589, 0.1230122447013855, -0.07287998497486115, -0.07873915135860443, 0.08034131675958633, -0.04709449037909508, -0.11787727475166321, -0.06861002743244171, -0.1452382206916809, -0.004202034790068865, -0.0335184708237648, 0.07922724634408951, 0.05637102574110031, 0.09526676684617996, -0.01433930266648531, -0.05777551606297493, 0.04157217592000961, -0.06985066086053848, 0.019995175302028656, -0.011708668433129787, -0.060763102024793625, 0.13121068477630615, 0.04688004031777382, -0.014275136403739452, -0.08673419058322906, 0.07951672375202179, -0.1204570084810257, -0.07978847622871399, -0.08239417523145676, -0.05098734796047211, -0.007686138618737459, -0.11281027644872665, 0.049203939735889435, -0.11458899080753326, -0.22705501317977905, -0.01313747651875019, 0.04550096020102501, -0.016462473198771477, -0.03707117214798927, -0.040630146861076355, -0.009473399259150028, 0.04880702868103981, -0.042894408106803894, 0.039052072912454605, -0.05325083062052727, 0.050018906593322754, -0.09618895500898361, 0.051321301609277725, -0.10470817238092422, 0.041251372545957565, -0.09671807289123535, 0.07595963031053543, 0.0017866486450657248, 0.0454767569899559, 0.010063555091619492, 0.08985432982444763, -0.03214199095964432, -0.044836416840553284, -0.07869677990674973, 0.026561295613646507, 0.02284199558198452, 0.20134314894676208, -0.10196486860513687, -0.0819794163107872, 0.12614667415618896, -0.07252102345228195, -0.1288122832775116, 0.0409054271876812, -0.02831157296895981, 0.17958028614521027, 0.07370224595069885, 0.16096454858779907, 0.12039237469434738, -0.03798284754157066, 0.1263856589794159, 0.14821170270442963, -0.1269366294145584, -0.004153167363256216, 0.039416827261447906, 0.014042570255696774, -0.20559121668338776, 0.04052022844552994, -0.01946125738322735, 0.06584736704826355, -0.10201486945152283, -0.00946728140115738, 0.0031527038663625717, -0.02320384420454502, 0.0023026331327855587, -0.0472555048763752, 0.061078161001205444, 0.038737643510103226, -0.022763127461075783, 0.029682613909244537, 0.06635552644729614, -0.026160234585404396, -0.00823320634663105, -0.04484035447239876, 0.10009831935167313, -0.07260703295469284, 0.06797321885824203, -0.13160665333271027, -0.003086181590333581, -0.012450510635972023, 0.0972909927368164, 0.03811546042561531, 0.10621625185012817, 0.05470104143023491, 0.03126294165849686, 0.07701993733644485, -0.02846951223909855, 0.0746634304523468, 0.01002051867544651, -0.0850096121430397, -0.1272277683019638, 0.015217535197734833, -0.10649837553501129, -0.004191380459815264, -0.08523700386285782, -0.0015737697249278426, -0.12802091240882874, 0.05826076865196228, -0.016465239226818085, 0.0539434514939785, -0.055182818323373795, -0.04337453469634056, -0.044662054628133774, -0.022007398307323456, 0.0482511967420578, -0.033139705657958984, -0.06687536835670471, 0.16832175850868225, -0.15395553410053253, 0.2592274248600006, 0.1313537061214447, -0.0889907032251358, 0.002020547864958644, -0.07812081277370453, -0.04194976016879082, -0.012868959456682205, 0.07527336478233337, -0.03700125962495804, 0.15495356917381287, -0.03386903926730156, 0.17382068932056427, -0.099679134786129, -0.0334031768143177, 0.02144831046462059, -0.10981054604053497, 0.057656705379486084, 0.08051177859306335, 0.04427298903465271, -0.159133642911911, 0.08837400376796722, 0.19756358861923218, 0.05472150072455406, 0.20321963727474213, -0.006869805511087179, -0.06112205237150192, -0.05358194187283516, -0.0808696523308754, -0.052568696439266205, 0.056259434670209885, -0.09903126955032349, -0.004000484477728605, 0.06423190236091614, 0.08783505111932755, 0.11237549781799316, -0.10904275625944138, -0.046180129051208496, 0.05125856027007103, -0.004819708876311779, -0.051060013473033905, 0.07006146013736725, -0.0659489631652832, 0.13217470049858093, 0.014598124660551548, -0.07049204409122467, 0.0036125897895544767, -0.004913401324301958, -0.11891388893127441, 0.20653130114078522, -0.08047540485858917, -0.27306002378463745, -0.16792123019695282, -0.16288253664970398, 0.07165426760911942, 0.038431257009506226, 0.033738572150468826, -0.08776884526014328, -0.020982403308153152, 0.004409478977322578, 0.11553267389535904, -0.09698133170604706, 0.013121976517140865, 0.008159824647009373, -0.018650712445378304, -0.07579360157251358, -0.09033482521772385, -0.0241270512342453, -0.02461584471166134, 0.020020704716444016, 0.03998296707868576, -0.11154978722333908, 0.06758414953947067, 0.2167699933052063, -0.015538511797785759, 0.06870997697114944, 0.00025148785789497197, 0.26176807284355164, -0.08426473289728165, 0.040830448269844055, 0.11926601082086563, -0.08760137856006622, 0.05199241638183594, 0.07132956385612488, 0.03210015222430229, -0.014074578881263733, 0.016441889107227325, -0.11233895272016525, -0.12864868342876434, -0.1923626959323883, -0.06961654871702194, -0.028241310268640518, 0.13464264571666718, 0.031150488182902336, 0.04321796074509621, 0.10346641391515732, 0.07471037656068802, 0.06701335310935974, 0.03259968012571335, -0.0005120337591506541, 0.0647427961230278, 0.024594781920313835, -0.05812343955039978, 0.054217349737882614, -0.04845457896590233, -0.0797470211982727, 0.08279551565647125, -0.011098933406174183, 0.0927528515458107, 0.06928195804357529, 0.02340286411345005, 0.018686039373278618, 0.04218229651451111, 0.15593960881233215, 0.22442668676376343, -0.012412761338055134, -0.041085485368967056, -0.05078154057264328, -0.040494389832019806, -0.01600850187242031, 0.015044075436890125, -0.05785144492983818, -0.033252447843551636, -0.0728597640991211, -0.015066487714648247, 0.011195010505616665, 0.015441779047250748, 0.07578693330287933, -0.22024130821228027, -0.038240667432546616, 0.042616840451955795, -0.013794191181659698, -0.10639895498752594, 0.05872863903641701, 0.016779562458395958, -0.17391349375247955, -0.07854076474905014, -0.016605399549007416, 0.1603294163942337, -0.030760308727622032, 0.0619782954454422, 0.005449770484119654, 0.02271227352321148, -0.013140208087861538, 0.11191333085298538, -0.27346712350845337, 0.1954270750284195, 0.001131516881287098, -0.04876048117876053, -0.016439033672213554, -0.04243995249271393, 0.0009058643481694162, 0.14556926488876343, 0.09718295931816101, 0.0028763783629983664, 0.0669604167342186, -0.07678256928920746, -0.11943262070417404, 0.05284353718161583, 0.08068333566188812, -0.07738065719604492, 0.029960619285702705, -0.029798466712236404, 0.027152907103300095, -0.007555682212114334, -0.030231619253754616, 0.002119861776009202, -0.11661309748888016, 0.02936525270342827, -0.08075195550918579, 0.06012337654829025, 0.02433968149125576, -0.02529163844883442, -0.012048180215060711, 0.1316436529159546, -0.013300766237080097, -0.08264251798391342, -0.08976204693317413, -0.02328740619122982, 0.09523095935583115, -0.05599937587976456, 0.03358715400099754, -0.08175740391016006, -0.04073614999651909, 0.005860272329300642, -0.16970814764499664, 0.06983034312725067, -0.10846570879220963, -0.09971687942743301, -0.050264790654182434, 0.15346404910087585, 0.013677009381353855, 0.025709833949804306, 0.03220117464661598, -0.04211581498384476, -0.18150363862514496, -0.15989434719085693, -0.007562890648841858, 0.0717545747756958, -0.04433317109942436, 0.03638565540313721, 0.007171243894845247, 0.10013602674007416, 0.004198792390525341, 0.07230839878320694, 0.2026015669107437, 0.16423118114471436, -0.08760133385658264, 0.17723721265792847, 0.16266676783561707, -0.12243213504552841, -0.2722402811050415, -0.09522651135921478, -0.05925937369465828, 0.03468820080161095, 0.02297091670334339, -0.13072867691516876, 0.06184706464409828, -0.011241482570767403, -0.004976592492312193, 0.13391432166099548, -0.2790721356868744, -0.07025358080863953, 0.13864430785179138, -0.012145180255174637, 0.2560276985168457, -0.042459286749362946, -0.08155408501625061, -0.060940731316804886, -0.2339130938053131, 0.1595010906457901, -0.12908293306827545, 0.030256805941462517, -0.06380902975797653, 0.1317017376422882, 0.04475972056388855, -0.051817599684000015, 0.13714583218097687, -0.0770399421453476, 0.03692200407385826, -0.1231972947716713, -0.01437266543507576, 0.05212629213929176, -0.014681367203593254, 0.10554680228233337, -0.053141020238399506, 0.10400939732789993, -0.12106935679912567, -0.052672889083623886, -0.054288461804389954, 0.017598338425159454, -0.023758167400956154, -0.05668776109814644, -0.039483629167079926, -0.05230721831321716, 0.00942184031009674, -0.024894973263144493, -0.008981208316981792, -0.02189256064593792, 0.08200293034315109, 0.10853444039821625, 0.1416669338941574, -0.04508063197135925, -0.02666328102350235, -0.029412275180220604, -0.043095141649246216, 0.07755832374095917, -0.1675589680671692, -0.020979177206754684, 0.15767353773117065, 0.008264025673270226, 0.08081416040658951, 0.07994852215051651, -0.043529048562049866, -0.04116993397474289, 0.09435915946960449, -0.23738352954387665, -0.032961416989564896, -0.07289689034223557, -0.032304681837558746, 0.05143286660313606, 0.06389017403125763, 0.11233682930469513, -0.055076416581869125, -0.015500548295676708, 0.038369257003068924, -0.013473432511091232, -0.10457789897918701, 0.12659704685211182, 0.07594829052686691, 0.04931824654340744, -0.13000807166099548, 0.03979043290019035, -0.02080575004220009, -0.024042857810854912, -0.009190280921757221, 0.09610513597726822, -0.13868926465511322, -0.061987441033124924, 0.01100219041109085, 0.1624082624912262, -0.08940329402685165, -0.054934311658144, -0.00678250240162015, -0.07782098650932312, 0.06215988099575043, 0.06269455701112747, 0.039047662168741226, 0.10006190836429596, -0.08492296934127808, -0.004345493856817484, -0.04427671059966087, 0.02742549031972885, 0.04004936292767525, -0.01839151792228222, -0.11644710600376129, 0.050648268312215805, 0.01261399406939745, 0.21786263585090637, -0.12195943295955658, -0.07748695462942123, -0.13975368440151215, 0.03579137846827507, -0.1441981941461563, -0.02782432734966278, -0.09455464035272598, -0.0542730838060379, -0.024786408990621567, -0.02354593575000763, -0.05044161155819893, -0.03595460206270218, -0.06568260490894318, 0.04963921010494232, -0.01889806240797043, -0.04201965406537056, -0.018809955567121506, 0.04780932888388634, 0.10624072700738907, -0.0022816911805421114, 0.11582330614328384, 0.10476028919219971, -0.06149300932884216, 0.06964143365621567, -0.08975338935852051, 0.049342647194862366, 0.010800108313560486, -0.03639211133122444, 0.07890737056732178, 0.033158838748931885, 0.011678727343678474, -0.02014644630253315, -0.05248590186238289, 0.015699470415711403, 0.019494805485010147, -0.09001129865646362, 0.04338252544403076, 0.03427375108003616, -0.07128193974494934, -0.06945458799600601, -0.02831537090241909, -0.04915383830666542, 0.10966338962316513, 0.09227382391691208, 0.01580313965678215, 0.11524862796068192, -0.09982031583786011, -0.0043287696316838264, 0.0288130734115839, -0.08074736595153809, -0.01706261746585369, -0.10044533759355545, -0.01304725930094719, -0.02274717018008232, 0.2554529011249542, 0.12089171260595322, -0.025309232994914055, -0.03230812028050423, 0.07114472985267639, 0.08105676621198654, -0.0211230106651783, 0.14824873208999634, 0.03444083034992218, -0.0007331980159506202, -0.1400776505470276, 0.10673409700393677, -0.060156434774398804, -0.010151425376534462, 0.09550673514604568, -0.08319920301437378, 0.048856139183044434, 0.07468824833631516, -0.01950058713555336, 0.05372466519474983, -0.11716536432504654, -0.2690386474132538, 0.023945249617099762, 0.027653370052576065, -0.0441947840154171, 0.07253700494766235, 0.145015150308609, 0.00042942073196172714, 0.05244648456573486, 0.061493102461099625, -0.05709811672568321, -0.17804701626300812, -0.19115881621837616, -0.0384756401181221, -0.11082857847213745, -0.023826930671930313, -0.10639674216508865, 0.04148538038134575, -0.02072913944721222, 0.05925795063376427, -0.09639845043420792, 0.12447383254766464, 0.06843417137861252, -0.11577396094799042, 0.05810433253645897, -0.008805959485471249, 0.048459235578775406, -0.07387776672840118, 0.08210063725709915, -0.10721065104007721, -0.026499031111598015, -0.016933415085077286, 0.03711435943841934, -0.05858420953154564, 0.0011270071845501661, -0.10357651859521866, -0.06808403134346008, -0.056935109198093414, 0.09072309732437134, -0.024477418512105942, 0.03998230770230293, -0.014557241462171078, -0.061277762055397034, -0.025446701794862747, 0.2273169606924057, -0.018587565049529076, -0.043939489871263504, -0.0661960318684578, 0.2851298749446869, -0.06544138491153717, 0.07253559678792953, -0.032977886497974396, -0.001274158013984561, -0.07127615064382553, 0.2931469976902008, 0.36314713954925537, -0.14264726638793945, 0.011796033009886742, -0.018389053642749786, 0.03556118905544281, 0.07535336911678314, 0.18024654686450958, 0.07291083037853241, 0.3107033371925354, -0.04080776497721672, -0.01225926261395216, -0.10546047985553741, -0.03835856914520264, 0.014304363168776035, 0.02947218343615532, 0.08378855139017105, -0.05586446449160576, -0.06808875501155853, 0.1039084792137146, -0.26703301072120667, -0.02056516334414482, -0.16380304098129272, -0.061613935977220535, -0.04166705906391144, 0.0007227687747217715, 0.07237391918897629, 0.028740311041474342, 0.05115301162004471, -0.039005450904369354, -0.047156207263469696, 0.057444483041763306, -0.02154913917183876, -0.12674635648727417, 0.0002557095722295344, 0.143532857298851, -0.07906237244606018, -0.0018181405030190945, 0.0032308290246874094, 0.060348983854055405, 0.044118594378232956, 0.04119637981057167, -0.10164451599121094, 0.02608482725918293, 0.01246592216193676, -0.03363148868083954, -0.028164468705654144, 0.008156497962772846, 0.07835527509450912, -0.21697945892810822, 0.0020338469184935093, -0.14078554511070251, 0.011757226660847664, -0.07641053944826126, -0.006896127946674824, -0.08222074061632156, 0.03242125362157822, 0.004625517874956131, 0.1118803396821022, 0.11125602573156357, -0.03202005848288536, -0.0006144302315078676, -0.06265610456466675, 0.06727221608161926, -0.06884542852640152, -0.02960195019841194, -0.025150567293167114, -0.09257599711418152, -0.09335606545209885, 0.09815482050180435, -0.022339481860399246, -0.1427105814218521, 0.007601875811815262, -0.09401176869869232, -0.04369132220745087, -0.021486658602952957, 0.09382037818431854, 0.11086808145046234, 0.09180203825235367, -0.007599277421832085, 0.047748953104019165, 0.03120456263422966, 0.07436691224575043, -0.12886843085289001, -0.10148585587739944 ]
null
null
transformers
<div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1348671093125611522/EPvavP8X_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">Seth Goldwasser 🤖 AI Bot </div> <div style="font-size: 15px">@goldwasser_seth bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@goldwasser_seth's tweets](https://twitter.com/goldwasser_seth). | Data | Quantity | | --- | --- | | Tweets downloaded | 531 | | Retweets | 8 | | Short tweets | 76 | | Tweets kept | 447 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/e8p1yskc/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @goldwasser_seth's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/mj33xci4) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/mj33xci4/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/goldwasser_seth') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/goldwasser_seth/1616738324749/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/goldwasser_seth
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
Seth Goldwasser AI Bot @goldwasser\_seth bot I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on @goldwasser\_seth's tweets. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @goldwasser\_seth'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 57 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 0.004547144751995802, -0.006708405911922455, -0.007013476919382811, 0.01947171241044998, 0.15818242728710175, 0.03448796644806862, 0.08709780126810074, 0.15389476716518402, -0.019877297803759575, -0.022431448101997375, 0.18047170341014862, 0.173692986369133, -0.012988686561584473, 0.09047263860702515, -0.05271327868103981, -0.2622397541999817, 0.03682216629385948, 0.05513067543506622, -0.007422737777233124, 0.14252057671546936, 0.07580838352441788, -0.023790201172232628, 0.11380083113908768, -0.02966974675655365, -0.202972412109375, 0.03197307139635086, 0.0615268237888813, -0.09518525749444962, 0.11083168536424637, 0.04628797993063927, 0.08698221296072006, 0.022143812850117683, -0.07331052422523499, -0.120787613093853, 0.04532235115766525, 0.045263588428497314, -0.06358368694782257, 0.06480421870946884, 0.08820623904466629, -0.1065920814871788, 0.1416475921869278, 0.07373794168233871, -0.01588049717247486, 0.07824484258890152, -0.17789237201213837, -0.03725104406476021, -0.036331940442323685, 0.007741300854831934, 0.07058489322662354, 0.0750737413764, -0.019116664305329323, 0.1746976524591446, -0.06598041951656342, 0.09777773916721344, 0.17528840899467468, -0.2887236773967743, -0.018040433526039124, 0.0492081381380558, 0.0887371376156807, 0.04900359362363815, -0.024227341637015343, 0.08339477330446243, 0.06365471333265305, 0.01686069741845131, 0.014271941967308521, -0.06960906833410263, -0.09346919506788254, 0.03645368665456772, -0.06932124495506287, -0.05699722096323967, 0.22001419961452484, -0.0334535576403141, 0.04674676060676575, -0.03953840583562851, -0.09316058456897736, -0.028927378356456757, -0.027232296764850616, -0.00907184462994337, -0.05413005128502846, 0.08754174411296844, -0.015151693485677242, -0.06331931799650192, -0.1435878872871399, -0.012912428006529808, -0.15805892646312714, 0.13816505670547485, 0.004333257209509611, 0.04586424678564072, -0.22094038128852844, 0.1012546569108963, 0.022817784920334816, -0.08995530754327774, 0.04930093511939049, -0.09425957500934601, 0.0717538446187973, 0.0007676240638829768, -0.04885277524590492, -0.02944779396057129, 0.08848895877599716, 0.14690880477428436, -0.02718975953757763, 0.005980455316603184, -0.01338018849492073, 0.0733228251338005, 0.059399042278528214, 0.028748195618391037, -0.006081049330532551, -0.052236080169677734, 0.05618719011545181, -0.1417204737663269, -0.010511515662074089, -0.07227712869644165, -0.10605388879776001, -0.04232237488031387, 0.03443120792508125, 0.060671232640743256, 0.042230576276779175, 0.11220116913318634, -0.04771716892719269, -0.01857093721628189, 0.05281376466155052, -0.03979083523154259, -0.008994937874376774, -0.01990325190126896, 0.018122754991054535, 0.13074275851249695, -0.019943278282880783, 0.03407962992787361, -0.10256942361593246, 0.05431444197893143, -0.10281401127576828, -0.01971535198390484, -0.014149561524391174, -0.04367954283952713, 0.031883664429187775, -0.12165860831737518, 0.016123656183481216, -0.16833168268203735, -0.14714312553405762, 0.002859292319044471, -0.016588665544986725, -0.017911825329065323, -0.07954888790845871, -0.04400517791509628, -0.02466505579650402, 0.06924423575401306, -0.04276731237769127, -0.00935916043817997, -0.05846982076764107, 0.11090090870857239, -0.05349889397621155, 0.07203050702810287, -0.1194647029042244, 0.0557217076420784, -0.14930842816829681, -0.013004516251385212, -0.04842504858970642, 0.07119924575090408, 0.015398351475596428, 0.1813964694738388, -0.006925920024514198, -0.003623353084549308, -0.09382472932338715, 0.06455672532320023, -0.02733452245593071, 0.24096953868865967, -0.0756828561425209, -0.14226967096328735, 0.21630549430847168, -0.06334739923477173, -0.14993034303188324, 0.1314547061920166, 0.01843975856900215, 0.08251222223043442, 0.10434340685606003, 0.19023460149765015, 0.01808990351855755, -0.007808534894138575, 0.054424818605184555, 0.07603957504034042, -0.1683882623910904, -0.033340878784656525, 0.0012923459289595485, -0.00014291972911451012, -0.1366809904575348, 0.04632483050227165, 0.1230006217956543, 0.09730340540409088, -0.07249721139669418, -0.018487868830561638, -0.030607668682932854, 0.0016078021144494414, 0.04144361615180969, -0.0005212334799580276, 0.09951234608888626, -0.1033509373664856, -0.04366454482078552, -0.06751791387796402, -0.002970147645100951, 0.011176802217960358, 0.03924661502242088, -0.04455869272351265, 0.09700342267751694, -0.007412149105221033, 0.0545678474009037, -0.13708296418190002, -0.07981666922569275, -0.016090448945760727, 0.1597585678100586, 0.040224816650152206, 0.04663374274969101, 0.0566885769367218, -0.05624469742178917, -0.015493324026465416, -0.010199432261288166, 0.16243304312229156, -0.04404180869460106, -0.07694169133901596, -0.07860849797725677, 0.10474636405706406, -0.06389671564102173, 0.026263169944286346, -0.051667314022779465, 0.024654213339090347, 0.04686986654996872, 0.1110762283205986, 0.004046999383717775, 0.026442723348736763, -0.012835992500185966, -0.007690808270126581, -0.07657550275325775, -0.01617686077952385, 0.1077079176902771, -0.0017721779877319932, -0.06809886544942856, 0.2437063455581665, -0.16884316504001617, 0.21163912117481232, 0.20976658165454865, -0.2492678016424179, -0.02882898785173893, -0.04848965257406235, -0.04766342043876648, -0.0012878701090812683, 0.06041788309812546, -0.034700244665145874, 0.09027024358510971, -0.03288675472140312, 0.16564396023750305, -0.051203593611717224, -0.07646744698286057, 0.019007064402103424, -0.05823178589344025, -0.05114857107400894, 0.07018019258975983, 0.08213616907596588, -0.1630844622850418, 0.18756183981895447, 0.21879082918167114, 0.06839460134506226, 0.2044064849615097, 0.00858453568071127, -0.010656360536813736, 0.07200875878334045, -0.04608747735619545, -0.03843220695853233, -0.06601633131504059, -0.15238076448440552, -0.03009703755378723, 0.06625645607709885, 0.030863380059599876, 0.09900964051485062, -0.09019728004932404, -0.08104760944843292, -0.017665131017565727, 0.004776675254106522, 0.00156646769028157, 0.11991100758314133, 0.03676433861255646, 0.13820022344589233, -0.01955524832010269, 0.022415857762098312, 0.08040772378444672, 0.016582515090703964, -0.10843544453382492, 0.16101348400115967, -0.13329310715198517, -0.3788211941719055, -0.14546175301074982, -0.13134250044822693, -0.020925991237163544, 0.03777816519141197, 0.1120775043964386, -0.1329103261232376, 0.005511005409061909, -0.007893978618085384, 0.10391844809055328, -0.08707519620656967, 0.039245378226041794, -0.07586963474750519, 0.0314689576625824, -0.060405436903238297, -0.07552991807460785, -0.03722400963306427, -0.028465405106544495, -0.09132689982652664, 0.16675986349582672, -0.11130212247371674, 0.06035055220127106, 0.16001324355602264, 0.021197395399212837, 0.03523072600364685, -0.05174810439348221, 0.18330632150173187, -0.112345851957798, 0.020098978653550148, 0.15624848008155823, -0.013005592860281467, 0.08254575729370117, 0.08188403397798538, -0.013132697902619839, -0.10316278785467148, 0.05240294709801674, 0.001463406952098012, -0.10209372639656067, -0.1950312703847885, -0.10119245946407318, -0.08230090886354446, 0.15922248363494873, 0.06361804902553558, 0.058937788009643555, 0.17968137562274933, 0.07578518986701965, -0.038606274873018265, -0.00038743947516195476, -0.00239798822440207, 0.08808282762765884, 0.13635766506195068, -0.01442645862698555, 0.1225903332233429, -0.04975935071706772, -0.10913994163274765, 0.12899059057235718, 0.01750512234866619, 0.03937286511063576, 0.051435839384794235, 0.021011192351579666, -0.011281835846602917, 0.11866551637649536, 0.13484057784080505, 0.10447502881288528, -0.015693627297878265, -0.0293489471077919, -0.04774824157357216, -0.01359935849905014, -0.033305928111076355, 0.03640862926840782, 0.008061517030000687, -0.14140670001506805, -0.06158366799354553, -0.11537835001945496, 0.08758961409330368, 0.10668005049228668, 0.07567808032035828, -0.21108253300189972, -0.003950516227632761, 0.07933880388736725, -0.03630997985601425, -0.11126025766134262, 0.08416172116994858, 0.03095286712050438, -0.1277567446231842, 0.07218055427074432, -0.03519461303949356, 0.12458370625972748, -0.0032897875644266605, 0.09583556652069092, -0.03598680719733238, -0.027483470737934113, -0.013308011926710606, 0.09818253666162491, -0.3191508650779724, 0.1621316522359848, -0.017933005467057228, -0.0618131123483181, -0.06667962670326233, -0.02528184838593006, 0.015994107350707054, 0.07729468494653702, 0.10861869156360626, 0.021759910508990288, 0.01640525460243225, -0.07345785945653915, -0.042352862656116486, 0.038021303713321686, 0.12403716146945953, -0.06827268749475479, -0.012903391383588314, -0.04523605480790138, 0.00796645786613226, -0.017124788835644722, -0.008793274872004986, 0.006911922711879015, -0.14962191879749298, 0.05182485654950142, 0.014736213721334934, 0.07058768719434738, 0.0436982735991478, -0.014969068579375744, -0.09180716425180435, 0.18274778127670288, -0.015714606270194054, -0.07271543145179749, -0.12616917490959167, -0.05262751132249832, 0.030376195907592773, -0.05518756061792374, 0.021047864109277725, -0.06501689553260803, -0.0035362408962100744, -0.06755607575178146, -0.22007296979427338, 0.1278373897075653, -0.08437205106019974, -0.07192739844322205, -0.04912353679537773, 0.2010866105556488, -0.051223888993263245, 0.003238252131268382, 0.010222852230072021, 0.021994104608893394, -0.11474784463644028, -0.09469719231128693, 0.07112357765436172, -0.03247172012925148, 0.03123478777706623, 0.0022505864035338163, -0.04091062396764755, 0.016593176871538162, -0.06314414739608765, -0.011381587944924831, 0.27866554260253906, 0.23951324820518494, -0.040407944470644, 0.1904350072145462, 0.11012271791696548, -0.08163551241159439, -0.3069863021373749, -0.10166139155626297, -0.12140648066997528, -0.02996143139898777, -0.017288926988840103, -0.16865339875221252, 0.06477722525596619, 0.038930367678403854, 0.009261871688067913, 0.13778774440288544, -0.20730599761009216, -0.08823523670434952, 0.09138026833534241, -0.02557477355003357, 0.43079736828804016, -0.1257614940404892, -0.08959750831127167, -0.051866497844457626, -0.16516901552677155, 0.2173919379711151, -0.021592965349555016, 0.07857322692871094, -0.029561417177319527, 0.11770006269216537, 0.04697660356760025, -0.010707763023674488, 0.08040876686573029, -0.00884756539016962, 0.008373050950467587, -0.12410011142492294, -0.02768467366695404, 0.04874192550778389, 0.012378438375890255, 0.0013600040692836046, -0.09389680624008179, 0.020313434302806854, -0.15990203619003296, -0.018549781292676926, -0.11233476549386978, 0.07682323455810547, 0.025788001716136932, -0.06466120481491089, -0.003637736663222313, -0.04986237734556198, -0.015892893075942993, -0.01400828268378973, 0.1717434972524643, -0.04862768203020096, 0.19366511702537537, 0.03501616790890694, 0.11570870876312256, -0.1362973153591156, 0.06143493950366974, -0.06429426372051239, -0.07528600096702576, 0.07427702099084854, -0.1537967324256897, 0.05111055448651314, 0.09430045634508133, -0.030276626348495483, 0.05380253866314888, 0.08795086294412613, -0.003969982732087374, 0.004800081253051758, 0.15867236256599426, -0.2786487936973572, 0.01320126373320818, -0.07396841049194336, -0.06665283441543579, 0.10506758838891983, 0.06261139363050461, 0.17162823677062988, 0.011681869626045227, -0.056615445762872696, 0.01595049723982811, 0.02499506063759327, -0.04915530979633331, 0.04529924690723419, 0.008104361593723297, -0.010991688817739487, -0.13640300929546356, 0.08699746429920197, 0.0042801909148693085, -0.1531187742948532, 0.024680746719241142, 0.2155698835849762, -0.1260155886411667, -0.10237220674753189, -0.03444112092256546, 0.08444061875343323, -0.11519137024879456, 0.01753072999417782, -0.030764780938625336, -0.09109894186258316, 0.07448896765708923, 0.15248911082744598, 0.049206193536520004, 0.11775100976228714, -0.015379221178591251, -0.011753370985388756, -0.05147303268313408, -0.0317845419049263, 0.025745956227183342, 0.017857374623417854, -0.08257177472114563, 0.06648801267147064, -0.022109810262918472, 0.14559012651443481, -0.09791336953639984, -0.06602771580219269, -0.1468091756105423, -0.009785634465515614, -0.0695481076836586, -0.09207163751125336, -0.08133620768785477, -0.062133077532052994, 0.0010387726360931993, -0.03962359577417374, -0.04795864596962929, -0.0791037380695343, -0.10289866477251053, 0.009435068815946579, -0.02305566892027855, 0.03256045654416084, -0.06115729361772537, 0.007872066460549831, 0.12092912197113037, -0.028174830600619316, 0.16686207056045532, 0.1458095908164978, -0.09536580741405487, 0.10568815469741821, -0.16346460580825806, -0.08964221179485321, 0.0939340740442276, -0.01729099079966545, 0.027899714186787605, 0.11666940152645111, 0.014932696707546711, 0.04195788502693176, 0.035977672785520554, 0.06045130267739296, 0.03587699308991432, -0.11899011582136154, 0.07665140181779861, 0.009481414221227169, -0.1612047255039215, -0.06303887814283371, -0.08555969595909119, 0.030386725440621376, 0.021575886756181717, 0.12225193530321121, -0.045776769518852234, 0.0887017622590065, -0.07972796261310577, 0.027257539331912994, 0.02293219044804573, -0.181223064661026, -0.047844018787145615, -0.053065262734889984, 0.032686229795217514, 0.018960151821374893, 0.1893557906150818, 0.027213018387556076, -0.03697650134563446, 0.04549255222082138, 0.1042066365480423, 0.005313898902386427, 0.004829791374504566, 0.16259528696537018, 0.09423433989286423, -0.07654286175966263, -0.12226779758930206, 0.07556461542844772, 0.019673259928822517, -0.044067107141017914, 0.10607215762138367, -0.002448870101943612, 0.020163848996162415, 0.06910120695829391, -0.014892932027578354, 0.034322552382946014, -0.044286008924245834, -0.10698256641626358, -0.023580113425850868, 0.046367425471544266, 0.00669879000633955, 0.12847968935966492, 0.177873894572258, -0.002574790036305785, 0.025011489167809486, -0.0363602340221405, -0.024931130930781364, -0.13864666223526, -0.1558164656162262, -0.06855984032154083, -0.14875617623329163, 0.012976853176951408, -0.0915176048874855, 0.04695429280400276, 0.028682325035333633, 0.06887643784284592, -0.07052405923604965, 0.04384735971689224, 0.06974220275878906, -0.12065785378217697, 0.09397104382514954, -0.028081456199288368, 0.03704333305358887, -0.006730496883392334, -0.012833851389586926, -0.10013298690319061, 0.035936567932367325, -0.01747855544090271, 0.045271266251802444, -0.04546798765659332, 0.030429324135184288, -0.1703072488307953, -0.124412901699543, -0.04034453630447388, 0.06420420855283737, -0.06510858237743378, 0.03512151539325714, 0.019115818664431572, 0.013339218683540821, 0.03305599465966225, 0.23020225763320923, -0.03704051673412323, -0.02329315058887005, -0.042310282588005066, 0.16692522168159485, -0.014016710221767426, 0.08088304847478867, -0.03037172369658947, 0.0002500463742762804, -0.08417443931102753, 0.3385351300239563, 0.3027777075767517, -0.09020252525806427, 0.019915465265512466, -0.030905582010746002, 0.03936264291405678, 0.11892254650592804, 0.13376617431640625, 0.09784641861915588, 0.2282467782497406, -0.07217609137296677, -0.03032243251800537, -0.020507147535681725, -0.011079044081270695, -0.06650827825069427, 0.0879674032330513, 0.02507801540195942, -0.05553486570715904, -0.031693898141384125, 0.0812700018286705, -0.2327648252248764, 0.10665327310562134, -0.11289316415786743, -0.1636168211698532, -0.039189815521240234, 0.0042042857967317104, 0.08908319473266602, 0.015396242961287498, 0.11228121817111969, 0.009163780137896538, -0.07585213333368301, 0.017798418179154396, 0.028085503727197647, -0.24201616644859314, -0.008133855648338795, 0.060310713946819305, -0.12939085066318512, -0.004324504639953375, -0.027167800813913345, 0.007199867628514767, 0.059822265058755875, 0.029368450865149498, -0.04319324716925621, -0.001257759635336697, -0.010450302623212337, -0.008644461631774902, -0.011618612334132195, 0.07065588980913162, 0.046958792954683304, -0.13329142332077026, 0.06869500875473022, -0.11774353682994843, 0.033477768301963806, -0.05866728723049164, -0.015255378559231758, 0.000037100471672602, 0.03460683673620224, -0.04829782620072365, 0.07058211416006088, 0.07688362896442413, -0.015606098808348179, 0.000610517687164247, -0.0802936851978302, -0.036274004727602005, -0.019796574488282204, -0.09252054989337921, -0.08371094614267349, -0.13031646609306335, -0.11573562026023865, 0.1029667928814888, -0.02224794402718544, -0.19213621318340302, 0.03111329674720764, -0.12165344506502151, 0.045619383454322815, -0.1751558482646942, 0.11076030135154724, 0.08046020567417145, 0.01831907220184803, 0.011516088619828224, -0.02576824277639389, 0.08821021765470505, 0.11728470027446747, -0.07783648371696472, -0.08528783172369003 ]
null
null
transformers
<div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1081520386477514752/YjiJLOS2_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">g head 🤖 AI Bot </div> <div style="font-size: 15px">@gonnhead bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@gonnhead's tweets](https://twitter.com/gonnhead). | Data | Quantity | | --- | --- | | Tweets downloaded | 3209 | | Retweets | 2404 | | Short tweets | 400 | | Tweets kept | 405 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/fzjhi41e/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @gonnhead's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/36u4rhhk) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/36u4rhhk/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/gonnhead') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/gonnhead/1617924924473/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/gonnhead
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
g head AI Bot @gonnhead bot I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on @gonnhead's tweets. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @gonnhead'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 57 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 0.004547144751995802, -0.006708405911922455, -0.007013476919382811, 0.01947171241044998, 0.15818242728710175, 0.03448796644806862, 0.08709780126810074, 0.15389476716518402, -0.019877297803759575, -0.022431448101997375, 0.18047170341014862, 0.173692986369133, -0.012988686561584473, 0.09047263860702515, -0.05271327868103981, -0.2622397541999817, 0.03682216629385948, 0.05513067543506622, -0.007422737777233124, 0.14252057671546936, 0.07580838352441788, -0.023790201172232628, 0.11380083113908768, -0.02966974675655365, -0.202972412109375, 0.03197307139635086, 0.0615268237888813, -0.09518525749444962, 0.11083168536424637, 0.04628797993063927, 0.08698221296072006, 0.022143812850117683, -0.07331052422523499, -0.120787613093853, 0.04532235115766525, 0.045263588428497314, -0.06358368694782257, 0.06480421870946884, 0.08820623904466629, -0.1065920814871788, 0.1416475921869278, 0.07373794168233871, -0.01588049717247486, 0.07824484258890152, -0.17789237201213837, -0.03725104406476021, -0.036331940442323685, 0.007741300854831934, 0.07058489322662354, 0.0750737413764, -0.019116664305329323, 0.1746976524591446, -0.06598041951656342, 0.09777773916721344, 0.17528840899467468, -0.2887236773967743, -0.018040433526039124, 0.0492081381380558, 0.0887371376156807, 0.04900359362363815, -0.024227341637015343, 0.08339477330446243, 0.06365471333265305, 0.01686069741845131, 0.014271941967308521, -0.06960906833410263, -0.09346919506788254, 0.03645368665456772, -0.06932124495506287, -0.05699722096323967, 0.22001419961452484, -0.0334535576403141, 0.04674676060676575, -0.03953840583562851, -0.09316058456897736, -0.028927378356456757, -0.027232296764850616, -0.00907184462994337, -0.05413005128502846, 0.08754174411296844, -0.015151693485677242, -0.06331931799650192, -0.1435878872871399, -0.012912428006529808, -0.15805892646312714, 0.13816505670547485, 0.004333257209509611, 0.04586424678564072, -0.22094038128852844, 0.1012546569108963, 0.022817784920334816, -0.08995530754327774, 0.04930093511939049, -0.09425957500934601, 0.0717538446187973, 0.0007676240638829768, -0.04885277524590492, -0.02944779396057129, 0.08848895877599716, 0.14690880477428436, -0.02718975953757763, 0.005980455316603184, -0.01338018849492073, 0.0733228251338005, 0.059399042278528214, 0.028748195618391037, -0.006081049330532551, -0.052236080169677734, 0.05618719011545181, -0.1417204737663269, -0.010511515662074089, -0.07227712869644165, -0.10605388879776001, -0.04232237488031387, 0.03443120792508125, 0.060671232640743256, 0.042230576276779175, 0.11220116913318634, -0.04771716892719269, -0.01857093721628189, 0.05281376466155052, -0.03979083523154259, -0.008994937874376774, -0.01990325190126896, 0.018122754991054535, 0.13074275851249695, -0.019943278282880783, 0.03407962992787361, -0.10256942361593246, 0.05431444197893143, -0.10281401127576828, -0.01971535198390484, -0.014149561524391174, -0.04367954283952713, 0.031883664429187775, -0.12165860831737518, 0.016123656183481216, -0.16833168268203735, -0.14714312553405762, 0.002859292319044471, -0.016588665544986725, -0.017911825329065323, -0.07954888790845871, -0.04400517791509628, -0.02466505579650402, 0.06924423575401306, -0.04276731237769127, -0.00935916043817997, -0.05846982076764107, 0.11090090870857239, -0.05349889397621155, 0.07203050702810287, -0.1194647029042244, 0.0557217076420784, -0.14930842816829681, -0.013004516251385212, -0.04842504858970642, 0.07119924575090408, 0.015398351475596428, 0.1813964694738388, -0.006925920024514198, -0.003623353084549308, -0.09382472932338715, 0.06455672532320023, -0.02733452245593071, 0.24096953868865967, -0.0756828561425209, -0.14226967096328735, 0.21630549430847168, -0.06334739923477173, -0.14993034303188324, 0.1314547061920166, 0.01843975856900215, 0.08251222223043442, 0.10434340685606003, 0.19023460149765015, 0.01808990351855755, -0.007808534894138575, 0.054424818605184555, 0.07603957504034042, -0.1683882623910904, -0.033340878784656525, 0.0012923459289595485, -0.00014291972911451012, -0.1366809904575348, 0.04632483050227165, 0.1230006217956543, 0.09730340540409088, -0.07249721139669418, -0.018487868830561638, -0.030607668682932854, 0.0016078021144494414, 0.04144361615180969, -0.0005212334799580276, 0.09951234608888626, -0.1033509373664856, -0.04366454482078552, -0.06751791387796402, -0.002970147645100951, 0.011176802217960358, 0.03924661502242088, -0.04455869272351265, 0.09700342267751694, -0.007412149105221033, 0.0545678474009037, -0.13708296418190002, -0.07981666922569275, -0.016090448945760727, 0.1597585678100586, 0.040224816650152206, 0.04663374274969101, 0.0566885769367218, -0.05624469742178917, -0.015493324026465416, -0.010199432261288166, 0.16243304312229156, -0.04404180869460106, -0.07694169133901596, -0.07860849797725677, 0.10474636405706406, -0.06389671564102173, 0.026263169944286346, -0.051667314022779465, 0.024654213339090347, 0.04686986654996872, 0.1110762283205986, 0.004046999383717775, 0.026442723348736763, -0.012835992500185966, -0.007690808270126581, -0.07657550275325775, -0.01617686077952385, 0.1077079176902771, -0.0017721779877319932, -0.06809886544942856, 0.2437063455581665, -0.16884316504001617, 0.21163912117481232, 0.20976658165454865, -0.2492678016424179, -0.02882898785173893, -0.04848965257406235, -0.04766342043876648, -0.0012878701090812683, 0.06041788309812546, -0.034700244665145874, 0.09027024358510971, -0.03288675472140312, 0.16564396023750305, -0.051203593611717224, -0.07646744698286057, 0.019007064402103424, -0.05823178589344025, -0.05114857107400894, 0.07018019258975983, 0.08213616907596588, -0.1630844622850418, 0.18756183981895447, 0.21879082918167114, 0.06839460134506226, 0.2044064849615097, 0.00858453568071127, -0.010656360536813736, 0.07200875878334045, -0.04608747735619545, -0.03843220695853233, -0.06601633131504059, -0.15238076448440552, -0.03009703755378723, 0.06625645607709885, 0.030863380059599876, 0.09900964051485062, -0.09019728004932404, -0.08104760944843292, -0.017665131017565727, 0.004776675254106522, 0.00156646769028157, 0.11991100758314133, 0.03676433861255646, 0.13820022344589233, -0.01955524832010269, 0.022415857762098312, 0.08040772378444672, 0.016582515090703964, -0.10843544453382492, 0.16101348400115967, -0.13329310715198517, -0.3788211941719055, -0.14546175301074982, -0.13134250044822693, -0.020925991237163544, 0.03777816519141197, 0.1120775043964386, -0.1329103261232376, 0.005511005409061909, -0.007893978618085384, 0.10391844809055328, -0.08707519620656967, 0.039245378226041794, -0.07586963474750519, 0.0314689576625824, -0.060405436903238297, -0.07552991807460785, -0.03722400963306427, -0.028465405106544495, -0.09132689982652664, 0.16675986349582672, -0.11130212247371674, 0.06035055220127106, 0.16001324355602264, 0.021197395399212837, 0.03523072600364685, -0.05174810439348221, 0.18330632150173187, -0.112345851957798, 0.020098978653550148, 0.15624848008155823, -0.013005592860281467, 0.08254575729370117, 0.08188403397798538, -0.013132697902619839, -0.10316278785467148, 0.05240294709801674, 0.001463406952098012, -0.10209372639656067, -0.1950312703847885, -0.10119245946407318, -0.08230090886354446, 0.15922248363494873, 0.06361804902553558, 0.058937788009643555, 0.17968137562274933, 0.07578518986701965, -0.038606274873018265, -0.00038743947516195476, -0.00239798822440207, 0.08808282762765884, 0.13635766506195068, -0.01442645862698555, 0.1225903332233429, -0.04975935071706772, -0.10913994163274765, 0.12899059057235718, 0.01750512234866619, 0.03937286511063576, 0.051435839384794235, 0.021011192351579666, -0.011281835846602917, 0.11866551637649536, 0.13484057784080505, 0.10447502881288528, -0.015693627297878265, -0.0293489471077919, -0.04774824157357216, -0.01359935849905014, -0.033305928111076355, 0.03640862926840782, 0.008061517030000687, -0.14140670001506805, -0.06158366799354553, -0.11537835001945496, 0.08758961409330368, 0.10668005049228668, 0.07567808032035828, -0.21108253300189972, -0.003950516227632761, 0.07933880388736725, -0.03630997985601425, -0.11126025766134262, 0.08416172116994858, 0.03095286712050438, -0.1277567446231842, 0.07218055427074432, -0.03519461303949356, 0.12458370625972748, -0.0032897875644266605, 0.09583556652069092, -0.03598680719733238, -0.027483470737934113, -0.013308011926710606, 0.09818253666162491, -0.3191508650779724, 0.1621316522359848, -0.017933005467057228, -0.0618131123483181, -0.06667962670326233, -0.02528184838593006, 0.015994107350707054, 0.07729468494653702, 0.10861869156360626, 0.021759910508990288, 0.01640525460243225, -0.07345785945653915, -0.042352862656116486, 0.038021303713321686, 0.12403716146945953, -0.06827268749475479, -0.012903391383588314, -0.04523605480790138, 0.00796645786613226, -0.017124788835644722, -0.008793274872004986, 0.006911922711879015, -0.14962191879749298, 0.05182485654950142, 0.014736213721334934, 0.07058768719434738, 0.0436982735991478, -0.014969068579375744, -0.09180716425180435, 0.18274778127670288, -0.015714606270194054, -0.07271543145179749, -0.12616917490959167, -0.05262751132249832, 0.030376195907592773, -0.05518756061792374, 0.021047864109277725, -0.06501689553260803, -0.0035362408962100744, -0.06755607575178146, -0.22007296979427338, 0.1278373897075653, -0.08437205106019974, -0.07192739844322205, -0.04912353679537773, 0.2010866105556488, -0.051223888993263245, 0.003238252131268382, 0.010222852230072021, 0.021994104608893394, -0.11474784463644028, -0.09469719231128693, 0.07112357765436172, -0.03247172012925148, 0.03123478777706623, 0.0022505864035338163, -0.04091062396764755, 0.016593176871538162, -0.06314414739608765, -0.011381587944924831, 0.27866554260253906, 0.23951324820518494, -0.040407944470644, 0.1904350072145462, 0.11012271791696548, -0.08163551241159439, -0.3069863021373749, -0.10166139155626297, -0.12140648066997528, -0.02996143139898777, -0.017288926988840103, -0.16865339875221252, 0.06477722525596619, 0.038930367678403854, 0.009261871688067913, 0.13778774440288544, -0.20730599761009216, -0.08823523670434952, 0.09138026833534241, -0.02557477355003357, 0.43079736828804016, -0.1257614940404892, -0.08959750831127167, -0.051866497844457626, -0.16516901552677155, 0.2173919379711151, -0.021592965349555016, 0.07857322692871094, -0.029561417177319527, 0.11770006269216537, 0.04697660356760025, -0.010707763023674488, 0.08040876686573029, -0.00884756539016962, 0.008373050950467587, -0.12410011142492294, -0.02768467366695404, 0.04874192550778389, 0.012378438375890255, 0.0013600040692836046, -0.09389680624008179, 0.020313434302806854, -0.15990203619003296, -0.018549781292676926, -0.11233476549386978, 0.07682323455810547, 0.025788001716136932, -0.06466120481491089, -0.003637736663222313, -0.04986237734556198, -0.015892893075942993, -0.01400828268378973, 0.1717434972524643, -0.04862768203020096, 0.19366511702537537, 0.03501616790890694, 0.11570870876312256, -0.1362973153591156, 0.06143493950366974, -0.06429426372051239, -0.07528600096702576, 0.07427702099084854, -0.1537967324256897, 0.05111055448651314, 0.09430045634508133, -0.030276626348495483, 0.05380253866314888, 0.08795086294412613, -0.003969982732087374, 0.004800081253051758, 0.15867236256599426, -0.2786487936973572, 0.01320126373320818, -0.07396841049194336, -0.06665283441543579, 0.10506758838891983, 0.06261139363050461, 0.17162823677062988, 0.011681869626045227, -0.056615445762872696, 0.01595049723982811, 0.02499506063759327, -0.04915530979633331, 0.04529924690723419, 0.008104361593723297, -0.010991688817739487, -0.13640300929546356, 0.08699746429920197, 0.0042801909148693085, -0.1531187742948532, 0.024680746719241142, 0.2155698835849762, -0.1260155886411667, -0.10237220674753189, -0.03444112092256546, 0.08444061875343323, -0.11519137024879456, 0.01753072999417782, -0.030764780938625336, -0.09109894186258316, 0.07448896765708923, 0.15248911082744598, 0.049206193536520004, 0.11775100976228714, -0.015379221178591251, -0.011753370985388756, -0.05147303268313408, -0.0317845419049263, 0.025745956227183342, 0.017857374623417854, -0.08257177472114563, 0.06648801267147064, -0.022109810262918472, 0.14559012651443481, -0.09791336953639984, -0.06602771580219269, -0.1468091756105423, -0.009785634465515614, -0.0695481076836586, -0.09207163751125336, -0.08133620768785477, -0.062133077532052994, 0.0010387726360931993, -0.03962359577417374, -0.04795864596962929, -0.0791037380695343, -0.10289866477251053, 0.009435068815946579, -0.02305566892027855, 0.03256045654416084, -0.06115729361772537, 0.007872066460549831, 0.12092912197113037, -0.028174830600619316, 0.16686207056045532, 0.1458095908164978, -0.09536580741405487, 0.10568815469741821, -0.16346460580825806, -0.08964221179485321, 0.0939340740442276, -0.01729099079966545, 0.027899714186787605, 0.11666940152645111, 0.014932696707546711, 0.04195788502693176, 0.035977672785520554, 0.06045130267739296, 0.03587699308991432, -0.11899011582136154, 0.07665140181779861, 0.009481414221227169, -0.1612047255039215, -0.06303887814283371, -0.08555969595909119, 0.030386725440621376, 0.021575886756181717, 0.12225193530321121, -0.045776769518852234, 0.0887017622590065, -0.07972796261310577, 0.027257539331912994, 0.02293219044804573, -0.181223064661026, -0.047844018787145615, -0.053065262734889984, 0.032686229795217514, 0.018960151821374893, 0.1893557906150818, 0.027213018387556076, -0.03697650134563446, 0.04549255222082138, 0.1042066365480423, 0.005313898902386427, 0.004829791374504566, 0.16259528696537018, 0.09423433989286423, -0.07654286175966263, -0.12226779758930206, 0.07556461542844772, 0.019673259928822517, -0.044067107141017914, 0.10607215762138367, -0.002448870101943612, 0.020163848996162415, 0.06910120695829391, -0.014892932027578354, 0.034322552382946014, -0.044286008924245834, -0.10698256641626358, -0.023580113425850868, 0.046367425471544266, 0.00669879000633955, 0.12847968935966492, 0.177873894572258, -0.002574790036305785, 0.025011489167809486, -0.0363602340221405, -0.024931130930781364, -0.13864666223526, -0.1558164656162262, -0.06855984032154083, -0.14875617623329163, 0.012976853176951408, -0.0915176048874855, 0.04695429280400276, 0.028682325035333633, 0.06887643784284592, -0.07052405923604965, 0.04384735971689224, 0.06974220275878906, -0.12065785378217697, 0.09397104382514954, -0.028081456199288368, 0.03704333305358887, -0.006730496883392334, -0.012833851389586926, -0.10013298690319061, 0.035936567932367325, -0.01747855544090271, 0.045271266251802444, -0.04546798765659332, 0.030429324135184288, -0.1703072488307953, -0.124412901699543, -0.04034453630447388, 0.06420420855283737, -0.06510858237743378, 0.03512151539325714, 0.019115818664431572, 0.013339218683540821, 0.03305599465966225, 0.23020225763320923, -0.03704051673412323, -0.02329315058887005, -0.042310282588005066, 0.16692522168159485, -0.014016710221767426, 0.08088304847478867, -0.03037172369658947, 0.0002500463742762804, -0.08417443931102753, 0.3385351300239563, 0.3027777075767517, -0.09020252525806427, 0.019915465265512466, -0.030905582010746002, 0.03936264291405678, 0.11892254650592804, 0.13376617431640625, 0.09784641861915588, 0.2282467782497406, -0.07217609137296677, -0.03032243251800537, -0.020507147535681725, -0.011079044081270695, -0.06650827825069427, 0.0879674032330513, 0.02507801540195942, -0.05553486570715904, -0.031693898141384125, 0.0812700018286705, -0.2327648252248764, 0.10665327310562134, -0.11289316415786743, -0.1636168211698532, -0.039189815521240234, 0.0042042857967317104, 0.08908319473266602, 0.015396242961287498, 0.11228121817111969, 0.009163780137896538, -0.07585213333368301, 0.017798418179154396, 0.028085503727197647, -0.24201616644859314, -0.008133855648338795, 0.060310713946819305, -0.12939085066318512, -0.004324504639953375, -0.027167800813913345, 0.007199867628514767, 0.059822265058755875, 0.029368450865149498, -0.04319324716925621, -0.001257759635336697, -0.010450302623212337, -0.008644461631774902, -0.011618612334132195, 0.07065588980913162, 0.046958792954683304, -0.13329142332077026, 0.06869500875473022, -0.11774353682994843, 0.033477768301963806, -0.05866728723049164, -0.015255378559231758, 0.000037100471672602, 0.03460683673620224, -0.04829782620072365, 0.07058211416006088, 0.07688362896442413, -0.015606098808348179, 0.000610517687164247, -0.0802936851978302, -0.036274004727602005, -0.019796574488282204, -0.09252054989337921, -0.08371094614267349, -0.13031646609306335, -0.11573562026023865, 0.1029667928814888, -0.02224794402718544, -0.19213621318340302, 0.03111329674720764, -0.12165344506502151, 0.045619383454322815, -0.1751558482646942, 0.11076030135154724, 0.08046020567417145, 0.01831907220184803, 0.011516088619828224, -0.02576824277639389, 0.08821021765470505, 0.11728470027446747, -0.07783648371696472, -0.08528783172369003 ]
null
null
transformers
<div class="inline-flex flex-col" style="line-height: 1.5;"> <div class="flex"> <div style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;https://pbs.twimg.com/profile_images/1347063976585293826/11EjcLnX_400x400.jpg&#39;)"> </div> <div style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)"> </div> <div style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)"> </div> </div> <div style="text-align: center; margin-top: 3px; font-size: 16px; font-weight: 800">🤖 AI BOT 🤖</div> <div style="text-align: center; font-size: 16px; font-weight: 800">Good Tweetman</div> <div style="text-align: center; font-size: 14px;">@goodtweet_man</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on tweets from Good Tweetman. | Data | Good Tweetman | | --- | --- | | Tweets downloaded | 3225 | | Retweets | 734 | | Short tweets | 643 | | Tweets kept | 1848 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/2czt5qbq/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @goodtweet_man's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/tanvki3u) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/tanvki3u/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/goodtweet_man') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/goodtweet_man/1627279760723/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/goodtweet_man
[ "transformers", "pytorch", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
AI BOT Good Tweetman @goodtweet\_man I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on tweets from Good Tweetman. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @goodtweet\_man'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 54 ]
[ "passage: TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ -0.0001764487533364445, -0.01891571842133999, -0.0068881697952747345, 0.01242890115827322, 0.16224369406700134, 0.04406825825572014, 0.08452208340167999, 0.14250440895557404, -0.026455026119947433, -0.016114573925733566, 0.17334569990634918, 0.17106501758098602, -0.014037161134183407, 0.08718273043632507, -0.05552244931459427, -0.2646014094352722, 0.044212065637111664, 0.058431971818208694, -0.020032864063978195, 0.14111687242984772, 0.0714879110455513, -0.01828647032380104, 0.10845158249139786, -0.02953636273741722, -0.18877948820590973, 0.03499612212181091, 0.05605728179216385, -0.09992336481809616, 0.11936124414205551, 0.04713086411356926, 0.08659981191158295, 0.015409729443490505, -0.07482189685106277, -0.12249794602394104, 0.03866785019636154, 0.041891295462846756, -0.0629689022898674, 0.05911329388618469, 0.08818957209587097, -0.11120674759149551, 0.1456013321876526, 0.07799911499023438, -0.01863223686814308, 0.07941857725381851, -0.17164963483810425, -0.019008882343769073, -0.036983806639909744, 0.005464354529976845, 0.057414017617702484, 0.07476010918617249, -0.01932354085147381, 0.1732589453458786, -0.0767555758357048, 0.09587065875530243, 0.16117197275161743, -0.2913956344127655, -0.005072304047644138, 0.0498935841023922, 0.06722559779882431, 0.03902119770646095, -0.015738610178232193, 0.08706029504537582, 0.06277379393577576, 0.02536560781300068, -0.0014978112885728478, -0.06339331716299057, -0.0928240567445755, 0.04014677554368973, -0.0745372325181961, -0.06578013300895691, 0.20811960101127625, -0.039430033415555954, 0.050536420196294785, -0.03807967156171799, -0.10491003096103668, -0.02197154052555561, -0.015753688290715218, 0.00720712635666132, -0.06031509116292, 0.08949250727891922, -0.014659170061349869, -0.07363511621952057, -0.15025688707828522, -0.016003666445612907, -0.18369624018669128, 0.1574522852897644, 0.003967532888054848, 0.04864242300391197, -0.2093716263771057, 0.11408322304487228, 0.020872395485639572, -0.08021171391010284, 0.047296058386564255, -0.09546594321727753, 0.07179957628250122, 0.002116252202540636, -0.05267130210995674, -0.02264278009533882, 0.08682441711425781, 0.15258505940437317, -0.026140356436371803, 0.0017382961232215166, -0.027155736461281776, 0.07059825956821442, 0.05281682312488556, 0.040018972009420395, -0.017763059586286545, -0.04289618879556656, 0.045782025903463364, -0.15945611894130707, -0.007582054473459721, -0.06918198615312576, -0.1068587526679039, -0.05112413689494133, 0.022331949323415756, 0.06442617624998093, 0.031878020614385605, 0.11345649510622025, -0.04609488695859909, -0.014168480411171913, 0.06350603699684143, -0.042460083961486816, -0.0172110628336668, -0.016047241166234016, 0.015319211408495903, 0.14095398783683777, -0.018181998282670975, 0.030711950734257698, -0.11251416057348251, 0.0645761713385582, -0.09946728497743607, -0.01914660818874836, -0.0071241967380046844, -0.04078202322125435, 0.029947424307465553, -0.13505136966705322, 0.010975461453199387, -0.1711256355047226, -0.14874492585659027, 0.009897243231534958, -0.02876151353120804, -0.018498392775654793, -0.059200938791036606, -0.03973992541432381, -0.01719699800014496, 0.06084148958325386, -0.04528016224503517, 0.0009662628290243447, -0.05951235070824623, 0.11524756252765656, -0.05245914310216904, 0.06888316571712494, -0.13250301778316498, 0.05976588651537895, -0.15375985205173492, -0.00870948750525713, -0.04503806680440903, 0.08287355303764343, 0.017666861414909363, 0.16653785109519958, -0.006960130762308836, -0.012972959317266941, -0.09847598522901535, 0.06441020965576172, -0.023426895961165428, 0.24133971333503723, -0.06349262595176697, -0.143473818898201, 0.22233937680721283, -0.06944137066602707, -0.1420930027961731, 0.12657590210437775, 0.020838137716054916, 0.07354387640953064, 0.10204131156206131, 0.19502143561840057, 0.014321080408990383, 0.006638950202614069, 0.054760824888944626, 0.0820525735616684, -0.17468082904815674, -0.03090454451739788, -0.00916894432157278, -0.01691337674856186, -0.1358218789100647, 0.043003637343645096, 0.11889315396547318, 0.10293904691934586, -0.07099705934524536, -0.013554582372307777, -0.03317642584443092, -0.004439891315996647, 0.06940841674804688, -0.007896981202065945, 0.09806080162525177, -0.09929461032152176, -0.040301576256752014, -0.058301206678152084, -0.006890235934406519, 0.0024084753822535276, 0.04120192304253578, -0.040066637098789215, 0.10096675902605057, -0.0006905568297952414, 0.05225489288568497, -0.14046427607536316, -0.07798092812299728, -0.020940499380230904, 0.1575685739517212, 0.04120592027902603, 0.04776391014456749, 0.057414863258600235, -0.0481991246342659, -0.0158701092004776, -0.009968787431716919, 0.16312187910079956, -0.0394844189286232, -0.06968989968299866, -0.056453973054885864, 0.10656707733869553, -0.058365050703287125, 0.03222460299730301, -0.04202231392264366, 0.022449776530265808, 0.060929615050554276, 0.12114907056093216, -0.0026538248639553785, 0.029062092304229736, -0.01023187953978777, -0.0038288652431219816, -0.07459788024425507, -0.020947640761733055, 0.10031349956989288, -0.004600553773343563, -0.08327498286962509, 0.23685328662395477, -0.17454755306243896, 0.19663569331169128, 0.2115958034992218, -0.2628093659877777, -0.024321777746081352, -0.06840608268976212, -0.05017746612429619, 0.003011465771123767, 0.05876095965504646, -0.04692309722304344, 0.09809201210737228, -0.02521132305264473, 0.16497591137886047, -0.04652651026844978, -0.07362692058086395, 0.016456644982099533, -0.05898859724402428, -0.0463954322040081, 0.0659271627664566, 0.08106416463851929, -0.15480613708496094, 0.18694530427455902, 0.20838376879692078, 0.07612863928079605, 0.19334357976913452, 0.004058185499161482, -0.014812501147389412, 0.08005014806985855, -0.03805047646164894, -0.04202093929052353, -0.07553261518478394, -0.16944189369678497, -0.01902174763381481, 0.07485251128673553, 0.03750864416360855, 0.11274250596761703, -0.10172852873802185, -0.07372885197401047, -0.016179129481315613, -0.005032413639128208, 0.005167648661881685, 0.1174640879034996, 0.045775800943374634, 0.14043675363063812, -0.019972821697592735, 0.03493902459740639, 0.08747350424528122, 0.02448674477636814, -0.10759711265563965, 0.16407065093517303, -0.14081640541553497, -0.38538745045661926, -0.16212545335292816, -0.13394121825695038, -0.029274288564920425, 0.04825805127620697, 0.11038947850465775, -0.13598975539207458, 0.0011978530092164874, -0.003706524148583412, 0.12342415004968643, -0.0806080624461174, 0.03755999356508255, -0.07838296890258789, 0.026997538283467293, -0.06349453330039978, -0.07917723804712296, -0.036463622003793716, -0.03232228383421898, -0.10000553727149963, 0.1757805496454239, -0.11054177582263947, 0.057571277022361755, 0.1741490364074707, 0.022440658882260323, 0.034390855580568314, -0.0513761006295681, 0.17275545001029968, -0.11779367178678513, 0.02093288116157055, 0.16278521716594696, -0.01799617148935795, 0.08678310364484787, 0.08059167861938477, -0.015366556122899055, -0.10777527838945389, 0.05196633189916611, 0.0019955262541770935, -0.1096891239285469, -0.20052047073841095, -0.12150565534830093, -0.0784008651971817, 0.14483654499053955, 0.05303339660167694, 0.05915789678692818, 0.17167222499847412, 0.08591149002313614, -0.04288473725318909, -0.004711467772722244, -0.012867298908531666, 0.07781979441642761, 0.1684085726737976, -0.017248503863811493, 0.11789125204086304, -0.05446818470954895, -0.11601924896240234, 0.13826869428157806, 0.02504623495042324, 0.050291191786527634, 0.04182872176170349, 0.008374262601137161, -0.009610554203391075, 0.09969738125801086, 0.12988939881324768, 0.118865467607975, -0.008107239380478859, -0.0232877004891634, -0.03601100295782089, -0.00860752072185278, -0.03570752218365669, 0.034572016447782516, 0.011757065542042255, -0.16013272106647491, -0.05726486071944237, -0.12173470109701157, 0.0964120477437973, 0.09787409752607346, 0.08039643615484238, -0.2033146470785141, -0.004589703865349293, 0.07378163933753967, -0.03603411093354225, -0.11624246090650558, 0.086527980864048, 0.033109065145254135, -0.1271866261959076, 0.0817195475101471, -0.03352120518684387, 0.115711510181427, -0.017423994839191437, 0.09427224844694138, -0.04346824064850807, -0.0329415462911129, -0.012381686829030514, 0.10430185496807098, -0.30799204111099243, 0.17485815286636353, -0.019660785794258118, -0.07034741342067719, -0.07672256976366043, -0.025566134601831436, 0.017929747700691223, 0.07530300319194794, 0.09619415551424026, 0.024311896413564682, 0.04642496258020401, -0.09243860840797424, -0.03940937668085098, 0.034113768488168716, 0.13641610741615295, -0.0638844221830368, -0.015862328931689262, -0.04075292870402336, 0.01116214320063591, -0.019626103341579437, -0.027355113998055458, 0.018256209790706635, -0.1504947543144226, 0.05358212813735008, 0.017237937077879906, 0.0753018707036972, 0.03889141231775284, -0.007973386906087399, -0.10224062204360962, 0.18268363177776337, -0.03004412353038788, -0.08521177619695663, -0.127006396651268, -0.04812724515795708, 0.04587927460670471, -0.051474425941705704, 0.034381575882434845, -0.06691597402095795, -0.011345877312123775, -0.06886660307645798, -0.21483656764030457, 0.12495172768831253, -0.0775398537516594, -0.07874035835266113, -0.03474915772676468, 0.20981398224830627, -0.05076101794838905, -0.00018431349599268287, 0.01172169204801321, 0.014822970144450665, -0.1086968258023262, -0.10466268658638, 0.06874550879001617, -0.034708425402641296, 0.02743770368397236, 0.02760813757777214, -0.03700246661901474, 0.02073092758655548, -0.06074898689985275, -0.01314478274434805, 0.2849438786506653, 0.22848764061927795, -0.035804633051157, 0.1875685602426529, 0.10711772739887238, -0.07248730212450027, -0.30828598141670227, -0.0999293103814125, -0.13133330643177032, -0.033457282930612564, -0.02052777260541916, -0.17081500589847565, 0.07089676707983017, 0.04558560997247696, 0.00998434517532587, 0.14900504052639008, -0.21140912175178528, -0.08518896996974945, 0.1092359870672226, -0.03466132655739784, 0.42140644788742065, -0.1164151057600975, -0.09652433544397354, -0.05340435355901718, -0.15239587426185608, 0.20086675882339478, -0.01557826716452837, 0.08761543780565262, -0.031178412958979607, 0.14360429346561432, 0.04995222017168999, -0.01680157333612442, 0.08329997956752777, 0.0014065488940104842, 0.004026432521641254, -0.12653036415576935, -0.022627411410212517, 0.0504734143614769, 0.021120509132742882, 0.0054380460642278194, -0.07736434042453766, 0.028706049546599388, -0.14863882958889008, -0.024921666830778122, -0.10909338295459747, 0.08278775960206985, 0.03857516124844551, -0.07422378659248352, -0.010892878286540508, -0.05615931376814842, -0.023589344695210457, -0.012528443709015846, 0.13453009724617004, -0.050522636622190475, 0.1720355898141861, 0.036824267357587814, 0.11522943526506424, -0.13816054165363312, 0.06146138161420822, -0.07406572997570038, -0.07532623410224915, 0.06773588061332703, -0.13577620685100555, 0.05240122601389885, 0.10075365751981735, -0.03372569754719734, 0.04758675396442413, 0.08927652984857559, 0.000919255951885134, 0.009403540752828121, 0.15953567624092102, -0.2761637568473816, 0.01791755110025406, -0.07046908140182495, -0.07692829519510269, 0.112159863114357, 0.07484955340623856, 0.181244894862175, 0.02791808731853962, -0.0472177192568779, 0.012221097014844418, 0.019269011914730072, -0.05120278522372246, 0.0548672117292881, 0.006578541360795498, -0.011816216632723808, -0.14148055016994476, 0.08790901303291321, -0.0015104453777894378, -0.1429632604122162, 0.02210722118616104, 0.19665491580963135, -0.13288317620754242, -0.10024755448102951, -0.05081937462091446, 0.057288672775030136, -0.13861924409866333, 0.008680099621415138, -0.01990172080695629, -0.09562872350215912, 0.0756591260433197, 0.1573420912027359, 0.05079081282019615, 0.12963363528251648, -0.02916029281914234, -0.008411908522248268, -0.04279141128063202, -0.051675889641046524, 0.02788730151951313, 0.019720058888196945, -0.07752392441034317, 0.08735781908035278, -0.024015765637159348, 0.14329436421394348, -0.10051412135362625, -0.06987810134887695, -0.1344141960144043, -0.005019306670874357, -0.09607285261154175, -0.0959741547703743, -0.08079583197832108, -0.061935000121593475, 0.004180733114480972, -0.039079975336790085, -0.0417400486767292, -0.08063078671693802, -0.10278100520372391, 0.016344387084245682, -0.02737213484942913, 0.028547246009111404, -0.07021904736757278, 0.008450011722743511, 0.12212047725915909, -0.029432062059640884, 0.17478644847869873, 0.15045183897018433, -0.10443241149187088, 0.10585668683052063, -0.17528948187828064, -0.10057486593723297, 0.10386897623538971, -0.01424362976104021, 0.02509693056344986, 0.12928596138954163, 0.018586233258247375, 0.04242280498147011, 0.03278495371341705, 0.06450606882572174, 0.04438134282827377, -0.11879310011863708, 0.08265755325555801, -0.002198860514909029, -0.15595629811286926, -0.061124756932258606, -0.09235648810863495, 0.02707000821828842, 0.02035105973482132, 0.11072126775979996, -0.04177020862698555, 0.08901136368513107, -0.06589431315660477, 0.023006385192275047, 0.025188656523823738, -0.17641755938529968, -0.03692740947008133, -0.05073147267103195, 0.03235582634806633, 0.028527792543172836, 0.22216679155826569, 0.015049049630761147, -0.030550595372915268, 0.0387740358710289, 0.12439186871051788, 0.015807392075657845, -0.0005460345419123769, 0.1709187924861908, 0.10334094613790512, -0.07364179939031601, -0.14011329412460327, 0.0676020160317421, 0.012262817472219467, -0.05599943920969963, 0.11458845436573029, -0.01812131516635418, -0.006866521667689085, 0.0670672059059143, -0.019556820392608643, 0.03449620306491852, -0.06607513129711151, -0.12762659788131714, -0.02478908933699131, 0.04269528388977051, 0.0029638311825692654, 0.12794137001037598, 0.15664103627204895, -0.005168106406927109, 0.026651626452803612, -0.015845872461795807, -0.023246217519044876, -0.13421551883220673, -0.15646639466285706, -0.06222613900899887, -0.14998294413089752, 0.022462334483861923, -0.08663632720708847, 0.047867026180028915, 0.05302877724170685, 0.07266844809055328, -0.06541765481233597, 0.06867647916078568, 0.049353908747434616, -0.11939282715320587, 0.08969518542289734, -0.024748487398028374, 0.04455447196960449, -0.0018985075876116753, -0.03077637031674385, -0.10359742492437363, 0.042003192007541656, -0.01649407483637333, 0.045346152037382126, -0.04421991854906082, 0.022579338401556015, -0.1750071942806244, -0.10995419323444366, -0.04818427562713623, 0.06838665902614594, -0.06683412194252014, 0.04056481271982193, 0.01606888137757778, 0.011690732091665268, 0.030521972104907036, 0.22083373367786407, -0.041100796312093735, -0.04384056478738785, -0.041319385170936584, 0.1635150909423828, -0.014866671524941921, 0.08733032643795013, -0.027159888297319412, -0.008534550666809082, -0.09159335494041443, 0.3551705777645111, 0.29626867175102234, -0.08988689631223679, 0.018322573974728584, -0.023403000086545944, 0.04054094851016998, 0.13749836385250092, 0.13930056989192963, 0.09693139791488647, 0.23870247602462769, -0.069560706615448, -0.05235563591122627, -0.01810343936085701, -0.013992605730891228, -0.06698887050151825, 0.09740167111158371, 0.02308662235736847, -0.05992421507835388, -0.0399320125579834, 0.09157036244869232, -0.2363831102848053, 0.1119081899523735, -0.1049022525548935, -0.15424089133739471, -0.03413557633757591, 0.011207441799342632, 0.07758733630180359, 0.01318280678242445, 0.11218693852424622, 0.013466300442814827, -0.0844072625041008, 0.014990749768912792, 0.034041877835989, -0.25270384550094604, 0.004782035481184721, 0.053680628538131714, -0.12391778826713562, -0.004765757359564304, -0.025234686210751534, 0.013625700026750565, 0.05700398609042168, 0.04094824194908142, -0.03069460764527321, 0.016096249222755432, -0.006652043666690588, -0.020144162699580193, -0.008288858458399773, 0.05953062325716019, 0.04713095352053642, -0.1559005230665207, 0.06380777060985565, -0.13577982783317566, 0.04075455665588379, -0.023885579779744148, -0.012463473714888096, -0.0012933483812958002, 0.01776987873017788, -0.0522073432803154, 0.06581555306911469, 0.07255802303552628, -0.0144086554646492, 0.008549283258616924, -0.08346639573574066, -0.034440234303474426, -0.023841137066483498, -0.10951124131679535, -0.08404874801635742, -0.13158579170703888, -0.12121031433343887, 0.10822955518960953, -0.02819518744945526, -0.18475614488124847, 0.03248962014913559, -0.12301548570394516, 0.05860345810651779, -0.17328192293643951, 0.11332228779792786, 0.07014153152704239, 0.018578365445137024, 0.01264720968902111, -0.007008096668869257, 0.08073210716247559, 0.11507359892129898, -0.0813264548778534, -0.08199906349182129 ]
null
null
transformers
<link rel="stylesheet" href="https://unpkg.com/@tailwindcss/[email protected]/dist/typography.min.css"> <style> @media (prefers-color-scheme: dark) { .prose { color: #E2E8F0 !important; } .prose h2, .prose h3, .prose a, .prose thead { color: #F7FAFC !important; } } </style> <section class='prose'> <div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1343584679664873479/Xos3xQfk_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">Google 🤖 AI Bot </div> <div style="font-size: 15px; color: #657786">@google bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://app.wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-model-to-generate-tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@google's tweets](https://twitter.com/google). <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'>3247</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'>48</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'>3</td> </tr> <tr style='border-width:0'> <td style='border-width:0'>Tweets kept</td> <td style='border-width:0'>3196</td> </tr> </tbody> </table> [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/1ulajd1f/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @google's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/3hx7jdkp) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/3hx7jdkp/artifacts) is logged and versioned. ## Intended uses & limitations ### How to use 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/google'</span>) generator(<span style="color:#FF9800">"My dream is"</span>, num_return_sequences=<span style="color:#8BC34A">5</span>)</code></pre> ### Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* </section> [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) <section class='prose'> For more details, visit the project repository. </section> [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/google/1609714473367/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/google
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
<link rel="stylesheet" href="URL <style> @media (prefers-color-scheme: dark) { .prose { color: #E2E8F0 !important; } .prose h2, .prose h3, .prose a, .prose thead { color: #F7FAFC !important; } } </style> <section class='prose'> <div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('URL </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">Google AI Bot </div> <div style="font-size: 15px; color: #657786">@google bot</div> </div> I was made with huggingtweets. Create your own bot based on your favorite user with the demo! ## How does it work? The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. ## Training data The model was trained on @google'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'>3247</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'>48</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'>3</td> </tr> <tr style='border-width:0'> <td style='border-width:0'>Tweets kept</td> <td style='border-width:0'>3196</td> </tr> </tbody> </table> Explore the data, which is tracked with W&B artifacts at every step of the pipeline. ## Training procedure The model is based on a pre-trained GPT-2 which is fine-tuned on @google'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. ## Intended uses & limitations ### How to use 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/google'</span>) generator(<span style="color:#FF9800">"My dream is"</span>, num_return_sequences=<span style="color:#8BC34A">5</span>)</code></pre> ### Limitations and bias 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. ## About *Built by Boris Dayma* </section> ![Follow](URL <section class='prose'> For more details, visit the project repository. </section> ![GitHub stars](URL
[ "## How does it work?\n\nThe model uses the following pipeline.\n\n!pipeline\n\nTo understand how the model was developed, check the W&B report.", "## Training data\n\nThe model was trained on @google's tweets.\n\n<table style='border-width:0'>\n<thead style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #CBD5E0'>\n<th style='border-width:0'>Data</th>\n<th style='border-width:0'>Quantity</th>\n</tr>\n</thead>\n<tbody style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Tweets downloaded</td>\n<td style='border-width:0'>3247</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Retweets</td>\n<td style='border-width:0'>48</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Short tweets</td>\n<td style='border-width:0'>3</td>\n</tr>\n<tr style='border-width:0'>\n<td style='border-width:0'>Tweets kept</td>\n<td style='border-width:0'>3196</td>\n</tr>\n</tbody>\n</table>\n\nExplore the data, which is tracked with W&B artifacts at every step of the pipeline.", "## Training procedure\n\nThe model is based on a pre-trained GPT-2 which is fine-tuned on @google's tweets.\n\nHyperparameters and metrics are recorded in the W&B training run for full transparency and reproducibility.\n\nAt the end of training, the final model is logged and versioned.", "## Intended uses & limitations", "### How to use\n\nYou can use this model directly with a pipeline for text generation:\n\n<pre><code><span style=\"color:#03A9F4\">from</span> transformers <span style=\"color:#03A9F4\">import</span> pipeline\ngenerator = pipeline(<span style=\"color:#FF9800\">'text-generation'</span>,\n model=<span style=\"color:#FF9800\">'huggingtweets/google'</span>)\ngenerator(<span style=\"color:#FF9800\">\"My dream is\"</span>, num_return_sequences=<span style=\"color:#8BC34A\">5</span>)</code></pre>", "### Limitations and bias\n\nThe model suffers from the same limitations and bias as GPT-2.\n\nIn addition, the data present in the user's tweets further affects the text generated by the model.", "## About\n\n*Built by Boris Dayma*\n\n</section>\n\n![Follow](URL\n\n<section class='prose'>\nFor more details, visit the project repository.\n</section>\n\n![GitHub stars](URL" ]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "## How does it work?\n\nThe model uses the following pipeline.\n\n!pipeline\n\nTo understand how the model was developed, check the W&B report.", "## Training data\n\nThe model was trained on @google's tweets.\n\n<table style='border-width:0'>\n<thead style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #CBD5E0'>\n<th style='border-width:0'>Data</th>\n<th style='border-width:0'>Quantity</th>\n</tr>\n</thead>\n<tbody style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Tweets downloaded</td>\n<td style='border-width:0'>3247</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Retweets</td>\n<td style='border-width:0'>48</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Short tweets</td>\n<td style='border-width:0'>3</td>\n</tr>\n<tr style='border-width:0'>\n<td style='border-width:0'>Tweets kept</td>\n<td style='border-width:0'>3196</td>\n</tr>\n</tbody>\n</table>\n\nExplore the data, which is tracked with W&B artifacts at every step of the pipeline.", "## Training procedure\n\nThe model is based on a pre-trained GPT-2 which is fine-tuned on @google's tweets.\n\nHyperparameters and metrics are recorded in the W&B training run for full transparency and reproducibility.\n\nAt the end of training, the final model is logged and versioned.", "## Intended uses & limitations", "### How to use\n\nYou can use this model directly with a pipeline for text generation:\n\n<pre><code><span style=\"color:#03A9F4\">from</span> transformers <span style=\"color:#03A9F4\">import</span> pipeline\ngenerator = pipeline(<span style=\"color:#FF9800\">'text-generation'</span>,\n model=<span style=\"color:#FF9800\">'huggingtweets/google'</span>)\ngenerator(<span style=\"color:#FF9800\">\"My dream is\"</span>, num_return_sequences=<span style=\"color:#8BC34A\">5</span>)</code></pre>", "### Limitations and bias\n\nThe model suffers from the same limitations and bias as GPT-2.\n\nIn addition, the data present in the user's tweets further affects the text generated by the model.", "## About\n\n*Built by Boris Dayma*\n\n</section>\n\n![Follow](URL\n\n<section class='prose'>\nFor more details, visit the project repository.\n</section>\n\n![GitHub stars](URL" ]
[ 57, 34, 427, 73, 9, 165, 48, 58 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n## How does it work?\n\nThe model uses the following pipeline.\n\n!pipeline\n\nTo understand how the model was developed, check the W&B report." ]
[ -0.04084593802690506, 0.035596683621406555, -0.0024457171093672514, 0.04662978649139404, 0.10991521924734116, 0.022836215794086456, 0.12812861800193787, 0.0424627922475338, -0.03746044635772705, -0.03597303107380867, 0.22758877277374268, 0.1009177565574646, 0.03089720755815506, 0.17962171137332916, 0.010350672528147697, -0.2703946828842163, 0.015237200073897839, 0.0647135004401207, -0.07720091193914413, 0.15752871334552765, 0.05562684312462807, -0.049801189452409744, 0.08214939385652542, 0.032038331031799316, -0.165513277053833, -0.004831716418266296, -0.02072383277118206, -0.04504403471946716, 0.09232694655656815, 0.06956911832094193, 0.07011176645755768, 0.034282486885786057, 0.017851393669843674, -0.0714372918009758, 0.06354191154241562, 0.014452377334237099, -0.02349161170423031, 0.13615116477012634, 0.028668763116002083, -0.0002947957837022841, 0.1798527091741562, 0.11815319955348969, 0.016722125932574272, 0.016196802258491516, -0.1166125237941742, -0.0606788769364357, 0.012365915812551975, 0.04470464214682579, 0.10005760192871094, 0.058856748044490814, 0.01943058706820011, 0.13215520977973938, -0.1164829432964325, 0.08512931317090988, 0.1828341782093048, -0.24191047251224518, -0.006823094096034765, 0.061043880879879, 0.08518847078084946, 0.02852868288755417, -0.0027500083670020103, 0.050437480211257935, 0.06484624743461609, 0.021347152069211006, 0.03636380657553673, -0.0638979896903038, 0.05009674280881882, 0.011186900548636913, -0.10215270519256592, -0.07660897821187973, 0.2294245809316635, -0.0602995827794075, 0.004886541981250048, -0.028186868876218796, -0.08490151911973953, -0.06026294082403183, -0.012795685790479183, -0.05738116800785065, -0.01700775697827339, 0.034475523978471756, 0.0214629378169775, -0.10922146588563919, -0.07046429812908173, -0.1146778091788292, -0.09578189998865128, 0.17879855632781982, -0.02900231070816517, 0.08940442651510239, -0.2603394091129303, 0.2254239320755005, 0.07019765675067902, -0.11909467726945877, 0.04757627099752426, -0.11814092099666595, 0.08530338853597641, 0.02207805961370468, 0.041434839367866516, 0.07761925458908081, 0.04161522537469864, 0.11940909177064896, 0.03257475048303604, -0.00314142694696784, 0.05456724017858505, 0.07224375009536743, 0.0941813513636589, 0.1230122447013855, -0.07287998497486115, -0.07873915135860443, 0.08034131675958633, -0.04709449037909508, -0.11787727475166321, -0.06861002743244171, -0.1452382206916809, -0.004202034790068865, -0.0335184708237648, 0.07922724634408951, 0.05637102574110031, 0.09526676684617996, -0.01433930266648531, -0.05777551606297493, 0.04157217592000961, -0.06985066086053848, 0.019995175302028656, -0.011708668433129787, -0.060763102024793625, 0.13121068477630615, 0.04688004031777382, -0.014275136403739452, -0.08673419058322906, 0.07951672375202179, -0.1204570084810257, -0.07978847622871399, -0.08239417523145676, -0.05098734796047211, -0.007686138618737459, -0.11281027644872665, 0.049203939735889435, -0.11458899080753326, -0.22705501317977905, -0.01313747651875019, 0.04550096020102501, -0.016462473198771477, -0.03707117214798927, -0.040630146861076355, -0.009473399259150028, 0.04880702868103981, -0.042894408106803894, 0.039052072912454605, -0.05325083062052727, 0.050018906593322754, -0.09618895500898361, 0.051321301609277725, -0.10470817238092422, 0.041251372545957565, -0.09671807289123535, 0.07595963031053543, 0.0017866486450657248, 0.0454767569899559, 0.010063555091619492, 0.08985432982444763, -0.03214199095964432, -0.044836416840553284, -0.07869677990674973, 0.026561295613646507, 0.02284199558198452, 0.20134314894676208, -0.10196486860513687, -0.0819794163107872, 0.12614667415618896, -0.07252102345228195, -0.1288122832775116, 0.0409054271876812, -0.02831157296895981, 0.17958028614521027, 0.07370224595069885, 0.16096454858779907, 0.12039237469434738, -0.03798284754157066, 0.1263856589794159, 0.14821170270442963, -0.1269366294145584, -0.004153167363256216, 0.039416827261447906, 0.014042570255696774, -0.20559121668338776, 0.04052022844552994, -0.01946125738322735, 0.06584736704826355, -0.10201486945152283, -0.00946728140115738, 0.0031527038663625717, -0.02320384420454502, 0.0023026331327855587, -0.0472555048763752, 0.061078161001205444, 0.038737643510103226, -0.022763127461075783, 0.029682613909244537, 0.06635552644729614, -0.026160234585404396, -0.00823320634663105, -0.04484035447239876, 0.10009831935167313, -0.07260703295469284, 0.06797321885824203, -0.13160665333271027, -0.003086181590333581, -0.012450510635972023, 0.0972909927368164, 0.03811546042561531, 0.10621625185012817, 0.05470104143023491, 0.03126294165849686, 0.07701993733644485, -0.02846951223909855, 0.0746634304523468, 0.01002051867544651, -0.0850096121430397, -0.1272277683019638, 0.015217535197734833, -0.10649837553501129, -0.004191380459815264, -0.08523700386285782, -0.0015737697249278426, -0.12802091240882874, 0.05826076865196228, -0.016465239226818085, 0.0539434514939785, -0.055182818323373795, -0.04337453469634056, -0.044662054628133774, -0.022007398307323456, 0.0482511967420578, -0.033139705657958984, -0.06687536835670471, 0.16832175850868225, -0.15395553410053253, 0.2592274248600006, 0.1313537061214447, -0.0889907032251358, 0.002020547864958644, -0.07812081277370453, -0.04194976016879082, -0.012868959456682205, 0.07527336478233337, -0.03700125962495804, 0.15495356917381287, -0.03386903926730156, 0.17382068932056427, -0.099679134786129, -0.0334031768143177, 0.02144831046462059, -0.10981054604053497, 0.057656705379486084, 0.08051177859306335, 0.04427298903465271, -0.159133642911911, 0.08837400376796722, 0.19756358861923218, 0.05472150072455406, 0.20321963727474213, -0.006869805511087179, -0.06112205237150192, -0.05358194187283516, -0.0808696523308754, -0.052568696439266205, 0.056259434670209885, -0.09903126955032349, -0.004000484477728605, 0.06423190236091614, 0.08783505111932755, 0.11237549781799316, -0.10904275625944138, -0.046180129051208496, 0.05125856027007103, -0.004819708876311779, -0.051060013473033905, 0.07006146013736725, -0.0659489631652832, 0.13217470049858093, 0.014598124660551548, -0.07049204409122467, 0.0036125897895544767, -0.004913401324301958, -0.11891388893127441, 0.20653130114078522, -0.08047540485858917, -0.27306002378463745, -0.16792123019695282, -0.16288253664970398, 0.07165426760911942, 0.038431257009506226, 0.033738572150468826, -0.08776884526014328, -0.020982403308153152, 0.004409478977322578, 0.11553267389535904, -0.09698133170604706, 0.013121976517140865, 0.008159824647009373, -0.018650712445378304, -0.07579360157251358, -0.09033482521772385, -0.0241270512342453, -0.02461584471166134, 0.020020704716444016, 0.03998296707868576, -0.11154978722333908, 0.06758414953947067, 0.2167699933052063, -0.015538511797785759, 0.06870997697114944, 0.00025148785789497197, 0.26176807284355164, -0.08426473289728165, 0.040830448269844055, 0.11926601082086563, -0.08760137856006622, 0.05199241638183594, 0.07132956385612488, 0.03210015222430229, -0.014074578881263733, 0.016441889107227325, -0.11233895272016525, -0.12864868342876434, -0.1923626959323883, -0.06961654871702194, -0.028241310268640518, 0.13464264571666718, 0.031150488182902336, 0.04321796074509621, 0.10346641391515732, 0.07471037656068802, 0.06701335310935974, 0.03259968012571335, -0.0005120337591506541, 0.0647427961230278, 0.024594781920313835, -0.05812343955039978, 0.054217349737882614, -0.04845457896590233, -0.0797470211982727, 0.08279551565647125, -0.011098933406174183, 0.0927528515458107, 0.06928195804357529, 0.02340286411345005, 0.018686039373278618, 0.04218229651451111, 0.15593960881233215, 0.22442668676376343, -0.012412761338055134, -0.041085485368967056, -0.05078154057264328, -0.040494389832019806, -0.01600850187242031, 0.015044075436890125, -0.05785144492983818, -0.033252447843551636, -0.0728597640991211, -0.015066487714648247, 0.011195010505616665, 0.015441779047250748, 0.07578693330287933, -0.22024130821228027, -0.038240667432546616, 0.042616840451955795, -0.013794191181659698, -0.10639895498752594, 0.05872863903641701, 0.016779562458395958, -0.17391349375247955, -0.07854076474905014, -0.016605399549007416, 0.1603294163942337, -0.030760308727622032, 0.0619782954454422, 0.005449770484119654, 0.02271227352321148, -0.013140208087861538, 0.11191333085298538, -0.27346712350845337, 0.1954270750284195, 0.001131516881287098, -0.04876048117876053, -0.016439033672213554, -0.04243995249271393, 0.0009058643481694162, 0.14556926488876343, 0.09718295931816101, 0.0028763783629983664, 0.0669604167342186, -0.07678256928920746, -0.11943262070417404, 0.05284353718161583, 0.08068333566188812, -0.07738065719604492, 0.029960619285702705, -0.029798466712236404, 0.027152907103300095, -0.007555682212114334, -0.030231619253754616, 0.002119861776009202, -0.11661309748888016, 0.02936525270342827, -0.08075195550918579, 0.06012337654829025, 0.02433968149125576, -0.02529163844883442, -0.012048180215060711, 0.1316436529159546, -0.013300766237080097, -0.08264251798391342, -0.08976204693317413, -0.02328740619122982, 0.09523095935583115, -0.05599937587976456, 0.03358715400099754, -0.08175740391016006, -0.04073614999651909, 0.005860272329300642, -0.16970814764499664, 0.06983034312725067, -0.10846570879220963, -0.09971687942743301, -0.050264790654182434, 0.15346404910087585, 0.013677009381353855, 0.025709833949804306, 0.03220117464661598, -0.04211581498384476, -0.18150363862514496, -0.15989434719085693, -0.007562890648841858, 0.0717545747756958, -0.04433317109942436, 0.03638565540313721, 0.007171243894845247, 0.10013602674007416, 0.004198792390525341, 0.07230839878320694, 0.2026015669107437, 0.16423118114471436, -0.08760133385658264, 0.17723721265792847, 0.16266676783561707, -0.12243213504552841, -0.2722402811050415, -0.09522651135921478, -0.05925937369465828, 0.03468820080161095, 0.02297091670334339, -0.13072867691516876, 0.06184706464409828, -0.011241482570767403, -0.004976592492312193, 0.13391432166099548, -0.2790721356868744, -0.07025358080863953, 0.13864430785179138, -0.012145180255174637, 0.2560276985168457, -0.042459286749362946, -0.08155408501625061, -0.060940731316804886, -0.2339130938053131, 0.1595010906457901, -0.12908293306827545, 0.030256805941462517, -0.06380902975797653, 0.1317017376422882, 0.04475972056388855, -0.051817599684000015, 0.13714583218097687, -0.0770399421453476, 0.03692200407385826, -0.1231972947716713, -0.01437266543507576, 0.05212629213929176, -0.014681367203593254, 0.10554680228233337, -0.053141020238399506, 0.10400939732789993, -0.12106935679912567, -0.052672889083623886, -0.054288461804389954, 0.017598338425159454, -0.023758167400956154, -0.05668776109814644, -0.039483629167079926, -0.05230721831321716, 0.00942184031009674, -0.024894973263144493, -0.008981208316981792, -0.02189256064593792, 0.08200293034315109, 0.10853444039821625, 0.1416669338941574, -0.04508063197135925, -0.02666328102350235, -0.029412275180220604, -0.043095141649246216, 0.07755832374095917, -0.1675589680671692, -0.020979177206754684, 0.15767353773117065, 0.008264025673270226, 0.08081416040658951, 0.07994852215051651, -0.043529048562049866, -0.04116993397474289, 0.09435915946960449, -0.23738352954387665, -0.032961416989564896, -0.07289689034223557, -0.032304681837558746, 0.05143286660313606, 0.06389017403125763, 0.11233682930469513, -0.055076416581869125, -0.015500548295676708, 0.038369257003068924, -0.013473432511091232, -0.10457789897918701, 0.12659704685211182, 0.07594829052686691, 0.04931824654340744, -0.13000807166099548, 0.03979043290019035, -0.02080575004220009, -0.024042857810854912, -0.009190280921757221, 0.09610513597726822, -0.13868926465511322, -0.061987441033124924, 0.01100219041109085, 0.1624082624912262, -0.08940329402685165, -0.054934311658144, -0.00678250240162015, -0.07782098650932312, 0.06215988099575043, 0.06269455701112747, 0.039047662168741226, 0.10006190836429596, -0.08492296934127808, -0.004345493856817484, -0.04427671059966087, 0.02742549031972885, 0.04004936292767525, -0.01839151792228222, -0.11644710600376129, 0.050648268312215805, 0.01261399406939745, 0.21786263585090637, -0.12195943295955658, -0.07748695462942123, -0.13975368440151215, 0.03579137846827507, -0.1441981941461563, -0.02782432734966278, -0.09455464035272598, -0.0542730838060379, -0.024786408990621567, -0.02354593575000763, -0.05044161155819893, -0.03595460206270218, -0.06568260490894318, 0.04963921010494232, -0.01889806240797043, -0.04201965406537056, -0.018809955567121506, 0.04780932888388634, 0.10624072700738907, -0.0022816911805421114, 0.11582330614328384, 0.10476028919219971, -0.06149300932884216, 0.06964143365621567, -0.08975338935852051, 0.049342647194862366, 0.010800108313560486, -0.03639211133122444, 0.07890737056732178, 0.033158838748931885, 0.011678727343678474, -0.02014644630253315, -0.05248590186238289, 0.015699470415711403, 0.019494805485010147, -0.09001129865646362, 0.04338252544403076, 0.03427375108003616, -0.07128193974494934, -0.06945458799600601, -0.02831537090241909, -0.04915383830666542, 0.10966338962316513, 0.09227382391691208, 0.01580313965678215, 0.11524862796068192, -0.09982031583786011, -0.0043287696316838264, 0.0288130734115839, -0.08074736595153809, -0.01706261746585369, -0.10044533759355545, -0.01304725930094719, -0.02274717018008232, 0.2554529011249542, 0.12089171260595322, -0.025309232994914055, -0.03230812028050423, 0.07114472985267639, 0.08105676621198654, -0.0211230106651783, 0.14824873208999634, 0.03444083034992218, -0.0007331980159506202, -0.1400776505470276, 0.10673409700393677, -0.060156434774398804, -0.010151425376534462, 0.09550673514604568, -0.08319920301437378, 0.048856139183044434, 0.07468824833631516, -0.01950058713555336, 0.05372466519474983, -0.11716536432504654, -0.2690386474132538, 0.023945249617099762, 0.027653370052576065, -0.0441947840154171, 0.07253700494766235, 0.145015150308609, 0.00042942073196172714, 0.05244648456573486, 0.061493102461099625, -0.05709811672568321, -0.17804701626300812, -0.19115881621837616, -0.0384756401181221, -0.11082857847213745, -0.023826930671930313, -0.10639674216508865, 0.04148538038134575, -0.02072913944721222, 0.05925795063376427, -0.09639845043420792, 0.12447383254766464, 0.06843417137861252, -0.11577396094799042, 0.05810433253645897, -0.008805959485471249, 0.048459235578775406, -0.07387776672840118, 0.08210063725709915, -0.10721065104007721, -0.026499031111598015, -0.016933415085077286, 0.03711435943841934, -0.05858420953154564, 0.0011270071845501661, -0.10357651859521866, -0.06808403134346008, -0.056935109198093414, 0.09072309732437134, -0.024477418512105942, 0.03998230770230293, -0.014557241462171078, -0.061277762055397034, -0.025446701794862747, 0.2273169606924057, -0.018587565049529076, -0.043939489871263504, -0.0661960318684578, 0.2851298749446869, -0.06544138491153717, 0.07253559678792953, -0.032977886497974396, -0.001274158013984561, -0.07127615064382553, 0.2931469976902008, 0.36314713954925537, -0.14264726638793945, 0.011796033009886742, -0.018389053642749786, 0.03556118905544281, 0.07535336911678314, 0.18024654686450958, 0.07291083037853241, 0.3107033371925354, -0.04080776497721672, -0.01225926261395216, -0.10546047985553741, -0.03835856914520264, 0.014304363168776035, 0.02947218343615532, 0.08378855139017105, -0.05586446449160576, -0.06808875501155853, 0.1039084792137146, -0.26703301072120667, -0.02056516334414482, -0.16380304098129272, -0.061613935977220535, -0.04166705906391144, 0.0007227687747217715, 0.07237391918897629, 0.028740311041474342, 0.05115301162004471, -0.039005450904369354, -0.047156207263469696, 0.057444483041763306, -0.02154913917183876, -0.12674635648727417, 0.0002557095722295344, 0.143532857298851, -0.07906237244606018, -0.0018181405030190945, 0.0032308290246874094, 0.060348983854055405, 0.044118594378232956, 0.04119637981057167, -0.10164451599121094, 0.02608482725918293, 0.01246592216193676, -0.03363148868083954, -0.028164468705654144, 0.008156497962772846, 0.07835527509450912, -0.21697945892810822, 0.0020338469184935093, -0.14078554511070251, 0.011757226660847664, -0.07641053944826126, -0.006896127946674824, -0.08222074061632156, 0.03242125362157822, 0.004625517874956131, 0.1118803396821022, 0.11125602573156357, -0.03202005848288536, -0.0006144302315078676, -0.06265610456466675, 0.06727221608161926, -0.06884542852640152, -0.02960195019841194, -0.025150567293167114, -0.09257599711418152, -0.09335606545209885, 0.09815482050180435, -0.022339481860399246, -0.1427105814218521, 0.007601875811815262, -0.09401176869869232, -0.04369132220745087, -0.021486658602952957, 0.09382037818431854, 0.11086808145046234, 0.09180203825235367, -0.007599277421832085, 0.047748953104019165, 0.03120456263422966, 0.07436691224575043, -0.12886843085289001, -0.10148585587739944 ]
null
null
transformers
<div class="inline-flex flex-col" style="line-height: 1.5;"> <div class="flex"> <div style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;https://pbs.twimg.com/profile_images/993649592422907904/yD7LkqU2_400x400.jpg&#39;)"> </div> <div style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)"> </div> <div style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)"> </div> </div> <div style="text-align: center; margin-top: 3px; font-size: 16px; font-weight: 800">🤖 AI BOT 🤖</div> <div style="text-align: center; font-size: 16px; font-weight: 800">Google AI</div> <div style="text-align: center; font-size: 14px;">@googleai</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on tweets from Google AI. | Data | Google AI | | --- | --- | | Tweets downloaded | 1754 | | Retweets | 51 | | Short tweets | 20 | | Tweets kept | 1683 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/176c02iv/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @googleai's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/3cg366zk) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/3cg366zk/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/googleai') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "http://www.huggingtweets.com/googleai/1639129810325/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/googleai
[ "transformers", "pytorch", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
AI BOT Google AI @googleai I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on tweets from Google AI. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @googleai'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 54 ]
[ "passage: TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ -0.0001764487533364445, -0.01891571842133999, -0.0068881697952747345, 0.01242890115827322, 0.16224369406700134, 0.04406825825572014, 0.08452208340167999, 0.14250440895557404, -0.026455026119947433, -0.016114573925733566, 0.17334569990634918, 0.17106501758098602, -0.014037161134183407, 0.08718273043632507, -0.05552244931459427, -0.2646014094352722, 0.044212065637111664, 0.058431971818208694, -0.020032864063978195, 0.14111687242984772, 0.0714879110455513, -0.01828647032380104, 0.10845158249139786, -0.02953636273741722, -0.18877948820590973, 0.03499612212181091, 0.05605728179216385, -0.09992336481809616, 0.11936124414205551, 0.04713086411356926, 0.08659981191158295, 0.015409729443490505, -0.07482189685106277, -0.12249794602394104, 0.03866785019636154, 0.041891295462846756, -0.0629689022898674, 0.05911329388618469, 0.08818957209587097, -0.11120674759149551, 0.1456013321876526, 0.07799911499023438, -0.01863223686814308, 0.07941857725381851, -0.17164963483810425, -0.019008882343769073, -0.036983806639909744, 0.005464354529976845, 0.057414017617702484, 0.07476010918617249, -0.01932354085147381, 0.1732589453458786, -0.0767555758357048, 0.09587065875530243, 0.16117197275161743, -0.2913956344127655, -0.005072304047644138, 0.0498935841023922, 0.06722559779882431, 0.03902119770646095, -0.015738610178232193, 0.08706029504537582, 0.06277379393577576, 0.02536560781300068, -0.0014978112885728478, -0.06339331716299057, -0.0928240567445755, 0.04014677554368973, -0.0745372325181961, -0.06578013300895691, 0.20811960101127625, -0.039430033415555954, 0.050536420196294785, -0.03807967156171799, -0.10491003096103668, -0.02197154052555561, -0.015753688290715218, 0.00720712635666132, -0.06031509116292, 0.08949250727891922, -0.014659170061349869, -0.07363511621952057, -0.15025688707828522, -0.016003666445612907, -0.18369624018669128, 0.1574522852897644, 0.003967532888054848, 0.04864242300391197, -0.2093716263771057, 0.11408322304487228, 0.020872395485639572, -0.08021171391010284, 0.047296058386564255, -0.09546594321727753, 0.07179957628250122, 0.002116252202540636, -0.05267130210995674, -0.02264278009533882, 0.08682441711425781, 0.15258505940437317, -0.026140356436371803, 0.0017382961232215166, -0.027155736461281776, 0.07059825956821442, 0.05281682312488556, 0.040018972009420395, -0.017763059586286545, -0.04289618879556656, 0.045782025903463364, -0.15945611894130707, -0.007582054473459721, -0.06918198615312576, -0.1068587526679039, -0.05112413689494133, 0.022331949323415756, 0.06442617624998093, 0.031878020614385605, 0.11345649510622025, -0.04609488695859909, -0.014168480411171913, 0.06350603699684143, -0.042460083961486816, -0.0172110628336668, -0.016047241166234016, 0.015319211408495903, 0.14095398783683777, -0.018181998282670975, 0.030711950734257698, -0.11251416057348251, 0.0645761713385582, -0.09946728497743607, -0.01914660818874836, -0.0071241967380046844, -0.04078202322125435, 0.029947424307465553, -0.13505136966705322, 0.010975461453199387, -0.1711256355047226, -0.14874492585659027, 0.009897243231534958, -0.02876151353120804, -0.018498392775654793, -0.059200938791036606, -0.03973992541432381, -0.01719699800014496, 0.06084148958325386, -0.04528016224503517, 0.0009662628290243447, -0.05951235070824623, 0.11524756252765656, -0.05245914310216904, 0.06888316571712494, -0.13250301778316498, 0.05976588651537895, -0.15375985205173492, -0.00870948750525713, -0.04503806680440903, 0.08287355303764343, 0.017666861414909363, 0.16653785109519958, -0.006960130762308836, -0.012972959317266941, -0.09847598522901535, 0.06441020965576172, -0.023426895961165428, 0.24133971333503723, -0.06349262595176697, -0.143473818898201, 0.22233937680721283, -0.06944137066602707, -0.1420930027961731, 0.12657590210437775, 0.020838137716054916, 0.07354387640953064, 0.10204131156206131, 0.19502143561840057, 0.014321080408990383, 0.006638950202614069, 0.054760824888944626, 0.0820525735616684, -0.17468082904815674, -0.03090454451739788, -0.00916894432157278, -0.01691337674856186, -0.1358218789100647, 0.043003637343645096, 0.11889315396547318, 0.10293904691934586, -0.07099705934524536, -0.013554582372307777, -0.03317642584443092, -0.004439891315996647, 0.06940841674804688, -0.007896981202065945, 0.09806080162525177, -0.09929461032152176, -0.040301576256752014, -0.058301206678152084, -0.006890235934406519, 0.0024084753822535276, 0.04120192304253578, -0.040066637098789215, 0.10096675902605057, -0.0006905568297952414, 0.05225489288568497, -0.14046427607536316, -0.07798092812299728, -0.020940499380230904, 0.1575685739517212, 0.04120592027902603, 0.04776391014456749, 0.057414863258600235, -0.0481991246342659, -0.0158701092004776, -0.009968787431716919, 0.16312187910079956, -0.0394844189286232, -0.06968989968299866, -0.056453973054885864, 0.10656707733869553, -0.058365050703287125, 0.03222460299730301, -0.04202231392264366, 0.022449776530265808, 0.060929615050554276, 0.12114907056093216, -0.0026538248639553785, 0.029062092304229736, -0.01023187953978777, -0.0038288652431219816, -0.07459788024425507, -0.020947640761733055, 0.10031349956989288, -0.004600553773343563, -0.08327498286962509, 0.23685328662395477, -0.17454755306243896, 0.19663569331169128, 0.2115958034992218, -0.2628093659877777, -0.024321777746081352, -0.06840608268976212, -0.05017746612429619, 0.003011465771123767, 0.05876095965504646, -0.04692309722304344, 0.09809201210737228, -0.02521132305264473, 0.16497591137886047, -0.04652651026844978, -0.07362692058086395, 0.016456644982099533, -0.05898859724402428, -0.0463954322040081, 0.0659271627664566, 0.08106416463851929, -0.15480613708496094, 0.18694530427455902, 0.20838376879692078, 0.07612863928079605, 0.19334357976913452, 0.004058185499161482, -0.014812501147389412, 0.08005014806985855, -0.03805047646164894, -0.04202093929052353, -0.07553261518478394, -0.16944189369678497, -0.01902174763381481, 0.07485251128673553, 0.03750864416360855, 0.11274250596761703, -0.10172852873802185, -0.07372885197401047, -0.016179129481315613, -0.005032413639128208, 0.005167648661881685, 0.1174640879034996, 0.045775800943374634, 0.14043675363063812, -0.019972821697592735, 0.03493902459740639, 0.08747350424528122, 0.02448674477636814, -0.10759711265563965, 0.16407065093517303, -0.14081640541553497, -0.38538745045661926, -0.16212545335292816, -0.13394121825695038, -0.029274288564920425, 0.04825805127620697, 0.11038947850465775, -0.13598975539207458, 0.0011978530092164874, -0.003706524148583412, 0.12342415004968643, -0.0806080624461174, 0.03755999356508255, -0.07838296890258789, 0.026997538283467293, -0.06349453330039978, -0.07917723804712296, -0.036463622003793716, -0.03232228383421898, -0.10000553727149963, 0.1757805496454239, -0.11054177582263947, 0.057571277022361755, 0.1741490364074707, 0.022440658882260323, 0.034390855580568314, -0.0513761006295681, 0.17275545001029968, -0.11779367178678513, 0.02093288116157055, 0.16278521716594696, -0.01799617148935795, 0.08678310364484787, 0.08059167861938477, -0.015366556122899055, -0.10777527838945389, 0.05196633189916611, 0.0019955262541770935, -0.1096891239285469, -0.20052047073841095, -0.12150565534830093, -0.0784008651971817, 0.14483654499053955, 0.05303339660167694, 0.05915789678692818, 0.17167222499847412, 0.08591149002313614, -0.04288473725318909, -0.004711467772722244, -0.012867298908531666, 0.07781979441642761, 0.1684085726737976, -0.017248503863811493, 0.11789125204086304, -0.05446818470954895, -0.11601924896240234, 0.13826869428157806, 0.02504623495042324, 0.050291191786527634, 0.04182872176170349, 0.008374262601137161, -0.009610554203391075, 0.09969738125801086, 0.12988939881324768, 0.118865467607975, -0.008107239380478859, -0.0232877004891634, -0.03601100295782089, -0.00860752072185278, -0.03570752218365669, 0.034572016447782516, 0.011757065542042255, -0.16013272106647491, -0.05726486071944237, -0.12173470109701157, 0.0964120477437973, 0.09787409752607346, 0.08039643615484238, -0.2033146470785141, -0.004589703865349293, 0.07378163933753967, -0.03603411093354225, -0.11624246090650558, 0.086527980864048, 0.033109065145254135, -0.1271866261959076, 0.0817195475101471, -0.03352120518684387, 0.115711510181427, -0.017423994839191437, 0.09427224844694138, -0.04346824064850807, -0.0329415462911129, -0.012381686829030514, 0.10430185496807098, -0.30799204111099243, 0.17485815286636353, -0.019660785794258118, -0.07034741342067719, -0.07672256976366043, -0.025566134601831436, 0.017929747700691223, 0.07530300319194794, 0.09619415551424026, 0.024311896413564682, 0.04642496258020401, -0.09243860840797424, -0.03940937668085098, 0.034113768488168716, 0.13641610741615295, -0.0638844221830368, -0.015862328931689262, -0.04075292870402336, 0.01116214320063591, -0.019626103341579437, -0.027355113998055458, 0.018256209790706635, -0.1504947543144226, 0.05358212813735008, 0.017237937077879906, 0.0753018707036972, 0.03889141231775284, -0.007973386906087399, -0.10224062204360962, 0.18268363177776337, -0.03004412353038788, -0.08521177619695663, -0.127006396651268, -0.04812724515795708, 0.04587927460670471, -0.051474425941705704, 0.034381575882434845, -0.06691597402095795, -0.011345877312123775, -0.06886660307645798, -0.21483656764030457, 0.12495172768831253, -0.0775398537516594, -0.07874035835266113, -0.03474915772676468, 0.20981398224830627, -0.05076101794838905, -0.00018431349599268287, 0.01172169204801321, 0.014822970144450665, -0.1086968258023262, -0.10466268658638, 0.06874550879001617, -0.034708425402641296, 0.02743770368397236, 0.02760813757777214, -0.03700246661901474, 0.02073092758655548, -0.06074898689985275, -0.01314478274434805, 0.2849438786506653, 0.22848764061927795, -0.035804633051157, 0.1875685602426529, 0.10711772739887238, -0.07248730212450027, -0.30828598141670227, -0.0999293103814125, -0.13133330643177032, -0.033457282930612564, -0.02052777260541916, -0.17081500589847565, 0.07089676707983017, 0.04558560997247696, 0.00998434517532587, 0.14900504052639008, -0.21140912175178528, -0.08518896996974945, 0.1092359870672226, -0.03466132655739784, 0.42140644788742065, -0.1164151057600975, -0.09652433544397354, -0.05340435355901718, -0.15239587426185608, 0.20086675882339478, -0.01557826716452837, 0.08761543780565262, -0.031178412958979607, 0.14360429346561432, 0.04995222017168999, -0.01680157333612442, 0.08329997956752777, 0.0014065488940104842, 0.004026432521641254, -0.12653036415576935, -0.022627411410212517, 0.0504734143614769, 0.021120509132742882, 0.0054380460642278194, -0.07736434042453766, 0.028706049546599388, -0.14863882958889008, -0.024921666830778122, -0.10909338295459747, 0.08278775960206985, 0.03857516124844551, -0.07422378659248352, -0.010892878286540508, -0.05615931376814842, -0.023589344695210457, -0.012528443709015846, 0.13453009724617004, -0.050522636622190475, 0.1720355898141861, 0.036824267357587814, 0.11522943526506424, -0.13816054165363312, 0.06146138161420822, -0.07406572997570038, -0.07532623410224915, 0.06773588061332703, -0.13577620685100555, 0.05240122601389885, 0.10075365751981735, -0.03372569754719734, 0.04758675396442413, 0.08927652984857559, 0.000919255951885134, 0.009403540752828121, 0.15953567624092102, -0.2761637568473816, 0.01791755110025406, -0.07046908140182495, -0.07692829519510269, 0.112159863114357, 0.07484955340623856, 0.181244894862175, 0.02791808731853962, -0.0472177192568779, 0.012221097014844418, 0.019269011914730072, -0.05120278522372246, 0.0548672117292881, 0.006578541360795498, -0.011816216632723808, -0.14148055016994476, 0.08790901303291321, -0.0015104453777894378, -0.1429632604122162, 0.02210722118616104, 0.19665491580963135, -0.13288317620754242, -0.10024755448102951, -0.05081937462091446, 0.057288672775030136, -0.13861924409866333, 0.008680099621415138, -0.01990172080695629, -0.09562872350215912, 0.0756591260433197, 0.1573420912027359, 0.05079081282019615, 0.12963363528251648, -0.02916029281914234, -0.008411908522248268, -0.04279141128063202, -0.051675889641046524, 0.02788730151951313, 0.019720058888196945, -0.07752392441034317, 0.08735781908035278, -0.024015765637159348, 0.14329436421394348, -0.10051412135362625, -0.06987810134887695, -0.1344141960144043, -0.005019306670874357, -0.09607285261154175, -0.0959741547703743, -0.08079583197832108, -0.061935000121593475, 0.004180733114480972, -0.039079975336790085, -0.0417400486767292, -0.08063078671693802, -0.10278100520372391, 0.016344387084245682, -0.02737213484942913, 0.028547246009111404, -0.07021904736757278, 0.008450011722743511, 0.12212047725915909, -0.029432062059640884, 0.17478644847869873, 0.15045183897018433, -0.10443241149187088, 0.10585668683052063, -0.17528948187828064, -0.10057486593723297, 0.10386897623538971, -0.01424362976104021, 0.02509693056344986, 0.12928596138954163, 0.018586233258247375, 0.04242280498147011, 0.03278495371341705, 0.06450606882572174, 0.04438134282827377, -0.11879310011863708, 0.08265755325555801, -0.002198860514909029, -0.15595629811286926, -0.061124756932258606, -0.09235648810863495, 0.02707000821828842, 0.02035105973482132, 0.11072126775979996, -0.04177020862698555, 0.08901136368513107, -0.06589431315660477, 0.023006385192275047, 0.025188656523823738, -0.17641755938529968, -0.03692740947008133, -0.05073147267103195, 0.03235582634806633, 0.028527792543172836, 0.22216679155826569, 0.015049049630761147, -0.030550595372915268, 0.0387740358710289, 0.12439186871051788, 0.015807392075657845, -0.0005460345419123769, 0.1709187924861908, 0.10334094613790512, -0.07364179939031601, -0.14011329412460327, 0.0676020160317421, 0.012262817472219467, -0.05599943920969963, 0.11458845436573029, -0.01812131516635418, -0.006866521667689085, 0.0670672059059143, -0.019556820392608643, 0.03449620306491852, -0.06607513129711151, -0.12762659788131714, -0.02478908933699131, 0.04269528388977051, 0.0029638311825692654, 0.12794137001037598, 0.15664103627204895, -0.005168106406927109, 0.026651626452803612, -0.015845872461795807, -0.023246217519044876, -0.13421551883220673, -0.15646639466285706, -0.06222613900899887, -0.14998294413089752, 0.022462334483861923, -0.08663632720708847, 0.047867026180028915, 0.05302877724170685, 0.07266844809055328, -0.06541765481233597, 0.06867647916078568, 0.049353908747434616, -0.11939282715320587, 0.08969518542289734, -0.024748487398028374, 0.04455447196960449, -0.0018985075876116753, -0.03077637031674385, -0.10359742492437363, 0.042003192007541656, -0.01649407483637333, 0.045346152037382126, -0.04421991854906082, 0.022579338401556015, -0.1750071942806244, -0.10995419323444366, -0.04818427562713623, 0.06838665902614594, -0.06683412194252014, 0.04056481271982193, 0.01606888137757778, 0.011690732091665268, 0.030521972104907036, 0.22083373367786407, -0.041100796312093735, -0.04384056478738785, -0.041319385170936584, 0.1635150909423828, -0.014866671524941921, 0.08733032643795013, -0.027159888297319412, -0.008534550666809082, -0.09159335494041443, 0.3551705777645111, 0.29626867175102234, -0.08988689631223679, 0.018322573974728584, -0.023403000086545944, 0.04054094851016998, 0.13749836385250092, 0.13930056989192963, 0.09693139791488647, 0.23870247602462769, -0.069560706615448, -0.05235563591122627, -0.01810343936085701, -0.013992605730891228, -0.06698887050151825, 0.09740167111158371, 0.02308662235736847, -0.05992421507835388, -0.0399320125579834, 0.09157036244869232, -0.2363831102848053, 0.1119081899523735, -0.1049022525548935, -0.15424089133739471, -0.03413557633757591, 0.011207441799342632, 0.07758733630180359, 0.01318280678242445, 0.11218693852424622, 0.013466300442814827, -0.0844072625041008, 0.014990749768912792, 0.034041877835989, -0.25270384550094604, 0.004782035481184721, 0.053680628538131714, -0.12391778826713562, -0.004765757359564304, -0.025234686210751534, 0.013625700026750565, 0.05700398609042168, 0.04094824194908142, -0.03069460764527321, 0.016096249222755432, -0.006652043666690588, -0.020144162699580193, -0.008288858458399773, 0.05953062325716019, 0.04713095352053642, -0.1559005230665207, 0.06380777060985565, -0.13577982783317566, 0.04075455665588379, -0.023885579779744148, -0.012463473714888096, -0.0012933483812958002, 0.01776987873017788, -0.0522073432803154, 0.06581555306911469, 0.07255802303552628, -0.0144086554646492, 0.008549283258616924, -0.08346639573574066, -0.034440234303474426, -0.023841137066483498, -0.10951124131679535, -0.08404874801635742, -0.13158579170703888, -0.12121031433343887, 0.10822955518960953, -0.02819518744945526, -0.18475614488124847, 0.03248962014913559, -0.12301548570394516, 0.05860345810651779, -0.17328192293643951, 0.11332228779792786, 0.07014153152704239, 0.018578365445137024, 0.01264720968902111, -0.007008096668869257, 0.08073210716247559, 0.11507359892129898, -0.0813264548778534, -0.08199906349182129 ]
null
null
transformers
<div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1378181197239480324/NV6mZagP_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">Goon 🤖 AI Bot </div> <div style="font-size: 15px">@goon_lagoon__ bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@goon_lagoon__'s tweets](https://twitter.com/goon_lagoon__). | Data | Quantity | | --- | --- | | Tweets downloaded | 2654 | | Retweets | 1390 | | Short tweets | 186 | | Tweets kept | 1078 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/11if3arq/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @goon_lagoon__'s tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/1fzipcm4) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/1fzipcm4/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/goon_lagoon__') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/goon_lagoon__/1617849869460/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/goon_lagoon__
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
Goon AI Bot @goon\_lagoon\_\_ bot I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on @goon\_lagoon\_\_'s tweets. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @goon\_lagoon\_\_'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 57 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 0.004547144751995802, -0.006708405911922455, -0.007013476919382811, 0.01947171241044998, 0.15818242728710175, 0.03448796644806862, 0.08709780126810074, 0.15389476716518402, -0.019877297803759575, -0.022431448101997375, 0.18047170341014862, 0.173692986369133, -0.012988686561584473, 0.09047263860702515, -0.05271327868103981, -0.2622397541999817, 0.03682216629385948, 0.05513067543506622, -0.007422737777233124, 0.14252057671546936, 0.07580838352441788, -0.023790201172232628, 0.11380083113908768, -0.02966974675655365, -0.202972412109375, 0.03197307139635086, 0.0615268237888813, -0.09518525749444962, 0.11083168536424637, 0.04628797993063927, 0.08698221296072006, 0.022143812850117683, -0.07331052422523499, -0.120787613093853, 0.04532235115766525, 0.045263588428497314, -0.06358368694782257, 0.06480421870946884, 0.08820623904466629, -0.1065920814871788, 0.1416475921869278, 0.07373794168233871, -0.01588049717247486, 0.07824484258890152, -0.17789237201213837, -0.03725104406476021, -0.036331940442323685, 0.007741300854831934, 0.07058489322662354, 0.0750737413764, -0.019116664305329323, 0.1746976524591446, -0.06598041951656342, 0.09777773916721344, 0.17528840899467468, -0.2887236773967743, -0.018040433526039124, 0.0492081381380558, 0.0887371376156807, 0.04900359362363815, -0.024227341637015343, 0.08339477330446243, 0.06365471333265305, 0.01686069741845131, 0.014271941967308521, -0.06960906833410263, -0.09346919506788254, 0.03645368665456772, -0.06932124495506287, -0.05699722096323967, 0.22001419961452484, -0.0334535576403141, 0.04674676060676575, -0.03953840583562851, -0.09316058456897736, -0.028927378356456757, -0.027232296764850616, -0.00907184462994337, -0.05413005128502846, 0.08754174411296844, -0.015151693485677242, -0.06331931799650192, -0.1435878872871399, -0.012912428006529808, -0.15805892646312714, 0.13816505670547485, 0.004333257209509611, 0.04586424678564072, -0.22094038128852844, 0.1012546569108963, 0.022817784920334816, -0.08995530754327774, 0.04930093511939049, -0.09425957500934601, 0.0717538446187973, 0.0007676240638829768, -0.04885277524590492, -0.02944779396057129, 0.08848895877599716, 0.14690880477428436, -0.02718975953757763, 0.005980455316603184, -0.01338018849492073, 0.0733228251338005, 0.059399042278528214, 0.028748195618391037, -0.006081049330532551, -0.052236080169677734, 0.05618719011545181, -0.1417204737663269, -0.010511515662074089, -0.07227712869644165, -0.10605388879776001, -0.04232237488031387, 0.03443120792508125, 0.060671232640743256, 0.042230576276779175, 0.11220116913318634, -0.04771716892719269, -0.01857093721628189, 0.05281376466155052, -0.03979083523154259, -0.008994937874376774, -0.01990325190126896, 0.018122754991054535, 0.13074275851249695, -0.019943278282880783, 0.03407962992787361, -0.10256942361593246, 0.05431444197893143, -0.10281401127576828, -0.01971535198390484, -0.014149561524391174, -0.04367954283952713, 0.031883664429187775, -0.12165860831737518, 0.016123656183481216, -0.16833168268203735, -0.14714312553405762, 0.002859292319044471, -0.016588665544986725, -0.017911825329065323, -0.07954888790845871, -0.04400517791509628, -0.02466505579650402, 0.06924423575401306, -0.04276731237769127, -0.00935916043817997, -0.05846982076764107, 0.11090090870857239, -0.05349889397621155, 0.07203050702810287, -0.1194647029042244, 0.0557217076420784, -0.14930842816829681, -0.013004516251385212, -0.04842504858970642, 0.07119924575090408, 0.015398351475596428, 0.1813964694738388, -0.006925920024514198, -0.003623353084549308, -0.09382472932338715, 0.06455672532320023, -0.02733452245593071, 0.24096953868865967, -0.0756828561425209, -0.14226967096328735, 0.21630549430847168, -0.06334739923477173, -0.14993034303188324, 0.1314547061920166, 0.01843975856900215, 0.08251222223043442, 0.10434340685606003, 0.19023460149765015, 0.01808990351855755, -0.007808534894138575, 0.054424818605184555, 0.07603957504034042, -0.1683882623910904, -0.033340878784656525, 0.0012923459289595485, -0.00014291972911451012, -0.1366809904575348, 0.04632483050227165, 0.1230006217956543, 0.09730340540409088, -0.07249721139669418, -0.018487868830561638, -0.030607668682932854, 0.0016078021144494414, 0.04144361615180969, -0.0005212334799580276, 0.09951234608888626, -0.1033509373664856, -0.04366454482078552, -0.06751791387796402, -0.002970147645100951, 0.011176802217960358, 0.03924661502242088, -0.04455869272351265, 0.09700342267751694, -0.007412149105221033, 0.0545678474009037, -0.13708296418190002, -0.07981666922569275, -0.016090448945760727, 0.1597585678100586, 0.040224816650152206, 0.04663374274969101, 0.0566885769367218, -0.05624469742178917, -0.015493324026465416, -0.010199432261288166, 0.16243304312229156, -0.04404180869460106, -0.07694169133901596, -0.07860849797725677, 0.10474636405706406, -0.06389671564102173, 0.026263169944286346, -0.051667314022779465, 0.024654213339090347, 0.04686986654996872, 0.1110762283205986, 0.004046999383717775, 0.026442723348736763, -0.012835992500185966, -0.007690808270126581, -0.07657550275325775, -0.01617686077952385, 0.1077079176902771, -0.0017721779877319932, -0.06809886544942856, 0.2437063455581665, -0.16884316504001617, 0.21163912117481232, 0.20976658165454865, -0.2492678016424179, -0.02882898785173893, -0.04848965257406235, -0.04766342043876648, -0.0012878701090812683, 0.06041788309812546, -0.034700244665145874, 0.09027024358510971, -0.03288675472140312, 0.16564396023750305, -0.051203593611717224, -0.07646744698286057, 0.019007064402103424, -0.05823178589344025, -0.05114857107400894, 0.07018019258975983, 0.08213616907596588, -0.1630844622850418, 0.18756183981895447, 0.21879082918167114, 0.06839460134506226, 0.2044064849615097, 0.00858453568071127, -0.010656360536813736, 0.07200875878334045, -0.04608747735619545, -0.03843220695853233, -0.06601633131504059, -0.15238076448440552, -0.03009703755378723, 0.06625645607709885, 0.030863380059599876, 0.09900964051485062, -0.09019728004932404, -0.08104760944843292, -0.017665131017565727, 0.004776675254106522, 0.00156646769028157, 0.11991100758314133, 0.03676433861255646, 0.13820022344589233, -0.01955524832010269, 0.022415857762098312, 0.08040772378444672, 0.016582515090703964, -0.10843544453382492, 0.16101348400115967, -0.13329310715198517, -0.3788211941719055, -0.14546175301074982, -0.13134250044822693, -0.020925991237163544, 0.03777816519141197, 0.1120775043964386, -0.1329103261232376, 0.005511005409061909, -0.007893978618085384, 0.10391844809055328, -0.08707519620656967, 0.039245378226041794, -0.07586963474750519, 0.0314689576625824, -0.060405436903238297, -0.07552991807460785, -0.03722400963306427, -0.028465405106544495, -0.09132689982652664, 0.16675986349582672, -0.11130212247371674, 0.06035055220127106, 0.16001324355602264, 0.021197395399212837, 0.03523072600364685, -0.05174810439348221, 0.18330632150173187, -0.112345851957798, 0.020098978653550148, 0.15624848008155823, -0.013005592860281467, 0.08254575729370117, 0.08188403397798538, -0.013132697902619839, -0.10316278785467148, 0.05240294709801674, 0.001463406952098012, -0.10209372639656067, -0.1950312703847885, -0.10119245946407318, -0.08230090886354446, 0.15922248363494873, 0.06361804902553558, 0.058937788009643555, 0.17968137562274933, 0.07578518986701965, -0.038606274873018265, -0.00038743947516195476, -0.00239798822440207, 0.08808282762765884, 0.13635766506195068, -0.01442645862698555, 0.1225903332233429, -0.04975935071706772, -0.10913994163274765, 0.12899059057235718, 0.01750512234866619, 0.03937286511063576, 0.051435839384794235, 0.021011192351579666, -0.011281835846602917, 0.11866551637649536, 0.13484057784080505, 0.10447502881288528, -0.015693627297878265, -0.0293489471077919, -0.04774824157357216, -0.01359935849905014, -0.033305928111076355, 0.03640862926840782, 0.008061517030000687, -0.14140670001506805, -0.06158366799354553, -0.11537835001945496, 0.08758961409330368, 0.10668005049228668, 0.07567808032035828, -0.21108253300189972, -0.003950516227632761, 0.07933880388736725, -0.03630997985601425, -0.11126025766134262, 0.08416172116994858, 0.03095286712050438, -0.1277567446231842, 0.07218055427074432, -0.03519461303949356, 0.12458370625972748, -0.0032897875644266605, 0.09583556652069092, -0.03598680719733238, -0.027483470737934113, -0.013308011926710606, 0.09818253666162491, -0.3191508650779724, 0.1621316522359848, -0.017933005467057228, -0.0618131123483181, -0.06667962670326233, -0.02528184838593006, 0.015994107350707054, 0.07729468494653702, 0.10861869156360626, 0.021759910508990288, 0.01640525460243225, -0.07345785945653915, -0.042352862656116486, 0.038021303713321686, 0.12403716146945953, -0.06827268749475479, -0.012903391383588314, -0.04523605480790138, 0.00796645786613226, -0.017124788835644722, -0.008793274872004986, 0.006911922711879015, -0.14962191879749298, 0.05182485654950142, 0.014736213721334934, 0.07058768719434738, 0.0436982735991478, -0.014969068579375744, -0.09180716425180435, 0.18274778127670288, -0.015714606270194054, -0.07271543145179749, -0.12616917490959167, -0.05262751132249832, 0.030376195907592773, -0.05518756061792374, 0.021047864109277725, -0.06501689553260803, -0.0035362408962100744, -0.06755607575178146, -0.22007296979427338, 0.1278373897075653, -0.08437205106019974, -0.07192739844322205, -0.04912353679537773, 0.2010866105556488, -0.051223888993263245, 0.003238252131268382, 0.010222852230072021, 0.021994104608893394, -0.11474784463644028, -0.09469719231128693, 0.07112357765436172, -0.03247172012925148, 0.03123478777706623, 0.0022505864035338163, -0.04091062396764755, 0.016593176871538162, -0.06314414739608765, -0.011381587944924831, 0.27866554260253906, 0.23951324820518494, -0.040407944470644, 0.1904350072145462, 0.11012271791696548, -0.08163551241159439, -0.3069863021373749, -0.10166139155626297, -0.12140648066997528, -0.02996143139898777, -0.017288926988840103, -0.16865339875221252, 0.06477722525596619, 0.038930367678403854, 0.009261871688067913, 0.13778774440288544, -0.20730599761009216, -0.08823523670434952, 0.09138026833534241, -0.02557477355003357, 0.43079736828804016, -0.1257614940404892, -0.08959750831127167, -0.051866497844457626, -0.16516901552677155, 0.2173919379711151, -0.021592965349555016, 0.07857322692871094, -0.029561417177319527, 0.11770006269216537, 0.04697660356760025, -0.010707763023674488, 0.08040876686573029, -0.00884756539016962, 0.008373050950467587, -0.12410011142492294, -0.02768467366695404, 0.04874192550778389, 0.012378438375890255, 0.0013600040692836046, -0.09389680624008179, 0.020313434302806854, -0.15990203619003296, -0.018549781292676926, -0.11233476549386978, 0.07682323455810547, 0.025788001716136932, -0.06466120481491089, -0.003637736663222313, -0.04986237734556198, -0.015892893075942993, -0.01400828268378973, 0.1717434972524643, -0.04862768203020096, 0.19366511702537537, 0.03501616790890694, 0.11570870876312256, -0.1362973153591156, 0.06143493950366974, -0.06429426372051239, -0.07528600096702576, 0.07427702099084854, -0.1537967324256897, 0.05111055448651314, 0.09430045634508133, -0.030276626348495483, 0.05380253866314888, 0.08795086294412613, -0.003969982732087374, 0.004800081253051758, 0.15867236256599426, -0.2786487936973572, 0.01320126373320818, -0.07396841049194336, -0.06665283441543579, 0.10506758838891983, 0.06261139363050461, 0.17162823677062988, 0.011681869626045227, -0.056615445762872696, 0.01595049723982811, 0.02499506063759327, -0.04915530979633331, 0.04529924690723419, 0.008104361593723297, -0.010991688817739487, -0.13640300929546356, 0.08699746429920197, 0.0042801909148693085, -0.1531187742948532, 0.024680746719241142, 0.2155698835849762, -0.1260155886411667, -0.10237220674753189, -0.03444112092256546, 0.08444061875343323, -0.11519137024879456, 0.01753072999417782, -0.030764780938625336, -0.09109894186258316, 0.07448896765708923, 0.15248911082744598, 0.049206193536520004, 0.11775100976228714, -0.015379221178591251, -0.011753370985388756, -0.05147303268313408, -0.0317845419049263, 0.025745956227183342, 0.017857374623417854, -0.08257177472114563, 0.06648801267147064, -0.022109810262918472, 0.14559012651443481, -0.09791336953639984, -0.06602771580219269, -0.1468091756105423, -0.009785634465515614, -0.0695481076836586, -0.09207163751125336, -0.08133620768785477, -0.062133077532052994, 0.0010387726360931993, -0.03962359577417374, -0.04795864596962929, -0.0791037380695343, -0.10289866477251053, 0.009435068815946579, -0.02305566892027855, 0.03256045654416084, -0.06115729361772537, 0.007872066460549831, 0.12092912197113037, -0.028174830600619316, 0.16686207056045532, 0.1458095908164978, -0.09536580741405487, 0.10568815469741821, -0.16346460580825806, -0.08964221179485321, 0.0939340740442276, -0.01729099079966545, 0.027899714186787605, 0.11666940152645111, 0.014932696707546711, 0.04195788502693176, 0.035977672785520554, 0.06045130267739296, 0.03587699308991432, -0.11899011582136154, 0.07665140181779861, 0.009481414221227169, -0.1612047255039215, -0.06303887814283371, -0.08555969595909119, 0.030386725440621376, 0.021575886756181717, 0.12225193530321121, -0.045776769518852234, 0.0887017622590065, -0.07972796261310577, 0.027257539331912994, 0.02293219044804573, -0.181223064661026, -0.047844018787145615, -0.053065262734889984, 0.032686229795217514, 0.018960151821374893, 0.1893557906150818, 0.027213018387556076, -0.03697650134563446, 0.04549255222082138, 0.1042066365480423, 0.005313898902386427, 0.004829791374504566, 0.16259528696537018, 0.09423433989286423, -0.07654286175966263, -0.12226779758930206, 0.07556461542844772, 0.019673259928822517, -0.044067107141017914, 0.10607215762138367, -0.002448870101943612, 0.020163848996162415, 0.06910120695829391, -0.014892932027578354, 0.034322552382946014, -0.044286008924245834, -0.10698256641626358, -0.023580113425850868, 0.046367425471544266, 0.00669879000633955, 0.12847968935966492, 0.177873894572258, -0.002574790036305785, 0.025011489167809486, -0.0363602340221405, -0.024931130930781364, -0.13864666223526, -0.1558164656162262, -0.06855984032154083, -0.14875617623329163, 0.012976853176951408, -0.0915176048874855, 0.04695429280400276, 0.028682325035333633, 0.06887643784284592, -0.07052405923604965, 0.04384735971689224, 0.06974220275878906, -0.12065785378217697, 0.09397104382514954, -0.028081456199288368, 0.03704333305358887, -0.006730496883392334, -0.012833851389586926, -0.10013298690319061, 0.035936567932367325, -0.01747855544090271, 0.045271266251802444, -0.04546798765659332, 0.030429324135184288, -0.1703072488307953, -0.124412901699543, -0.04034453630447388, 0.06420420855283737, -0.06510858237743378, 0.03512151539325714, 0.019115818664431572, 0.013339218683540821, 0.03305599465966225, 0.23020225763320923, -0.03704051673412323, -0.02329315058887005, -0.042310282588005066, 0.16692522168159485, -0.014016710221767426, 0.08088304847478867, -0.03037172369658947, 0.0002500463742762804, -0.08417443931102753, 0.3385351300239563, 0.3027777075767517, -0.09020252525806427, 0.019915465265512466, -0.030905582010746002, 0.03936264291405678, 0.11892254650592804, 0.13376617431640625, 0.09784641861915588, 0.2282467782497406, -0.07217609137296677, -0.03032243251800537, -0.020507147535681725, -0.011079044081270695, -0.06650827825069427, 0.0879674032330513, 0.02507801540195942, -0.05553486570715904, -0.031693898141384125, 0.0812700018286705, -0.2327648252248764, 0.10665327310562134, -0.11289316415786743, -0.1636168211698532, -0.039189815521240234, 0.0042042857967317104, 0.08908319473266602, 0.015396242961287498, 0.11228121817111969, 0.009163780137896538, -0.07585213333368301, 0.017798418179154396, 0.028085503727197647, -0.24201616644859314, -0.008133855648338795, 0.060310713946819305, -0.12939085066318512, -0.004324504639953375, -0.027167800813913345, 0.007199867628514767, 0.059822265058755875, 0.029368450865149498, -0.04319324716925621, -0.001257759635336697, -0.010450302623212337, -0.008644461631774902, -0.011618612334132195, 0.07065588980913162, 0.046958792954683304, -0.13329142332077026, 0.06869500875473022, -0.11774353682994843, 0.033477768301963806, -0.05866728723049164, -0.015255378559231758, 0.000037100471672602, 0.03460683673620224, -0.04829782620072365, 0.07058211416006088, 0.07688362896442413, -0.015606098808348179, 0.000610517687164247, -0.0802936851978302, -0.036274004727602005, -0.019796574488282204, -0.09252054989337921, -0.08371094614267349, -0.13031646609306335, -0.11573562026023865, 0.1029667928814888, -0.02224794402718544, -0.19213621318340302, 0.03111329674720764, -0.12165344506502151, 0.045619383454322815, -0.1751558482646942, 0.11076030135154724, 0.08046020567417145, 0.01831907220184803, 0.011516088619828224, -0.02576824277639389, 0.08821021765470505, 0.11728470027446747, -0.07783648371696472, -0.08528783172369003 ]
null
null
transformers
<div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1349755150316040194/VpUCtbH8_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">Gordon Ramsay 🤖 AI Bot </div> <div style="font-size: 15px">@gordonramsay bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://app.wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-model-to-generate-tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@gordonramsay's tweets](https://twitter.com/gordonramsay). | Data | Quantity | | --- | --- | | Tweets downloaded | 3246 | | Retweets | 269 | | Short tweets | 206 | | Tweets kept | 2771 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/27mcq63k/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @gordonramsay's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/12n07etn) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/12n07etn/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/gordonramsay') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/gordonramsay/1614174227495/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/gordonramsay
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
Gordon Ramsay AI Bot @gordonramsay bot I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on @gordonramsay's tweets. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @gordonramsay'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 57 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 0.004547144751995802, -0.006708405911922455, -0.007013476919382811, 0.01947171241044998, 0.15818242728710175, 0.03448796644806862, 0.08709780126810074, 0.15389476716518402, -0.019877297803759575, -0.022431448101997375, 0.18047170341014862, 0.173692986369133, -0.012988686561584473, 0.09047263860702515, -0.05271327868103981, -0.2622397541999817, 0.03682216629385948, 0.05513067543506622, -0.007422737777233124, 0.14252057671546936, 0.07580838352441788, -0.023790201172232628, 0.11380083113908768, -0.02966974675655365, -0.202972412109375, 0.03197307139635086, 0.0615268237888813, -0.09518525749444962, 0.11083168536424637, 0.04628797993063927, 0.08698221296072006, 0.022143812850117683, -0.07331052422523499, -0.120787613093853, 0.04532235115766525, 0.045263588428497314, -0.06358368694782257, 0.06480421870946884, 0.08820623904466629, -0.1065920814871788, 0.1416475921869278, 0.07373794168233871, -0.01588049717247486, 0.07824484258890152, -0.17789237201213837, -0.03725104406476021, -0.036331940442323685, 0.007741300854831934, 0.07058489322662354, 0.0750737413764, -0.019116664305329323, 0.1746976524591446, -0.06598041951656342, 0.09777773916721344, 0.17528840899467468, -0.2887236773967743, -0.018040433526039124, 0.0492081381380558, 0.0887371376156807, 0.04900359362363815, -0.024227341637015343, 0.08339477330446243, 0.06365471333265305, 0.01686069741845131, 0.014271941967308521, -0.06960906833410263, -0.09346919506788254, 0.03645368665456772, -0.06932124495506287, -0.05699722096323967, 0.22001419961452484, -0.0334535576403141, 0.04674676060676575, -0.03953840583562851, -0.09316058456897736, -0.028927378356456757, -0.027232296764850616, -0.00907184462994337, -0.05413005128502846, 0.08754174411296844, -0.015151693485677242, -0.06331931799650192, -0.1435878872871399, -0.012912428006529808, -0.15805892646312714, 0.13816505670547485, 0.004333257209509611, 0.04586424678564072, -0.22094038128852844, 0.1012546569108963, 0.022817784920334816, -0.08995530754327774, 0.04930093511939049, -0.09425957500934601, 0.0717538446187973, 0.0007676240638829768, -0.04885277524590492, -0.02944779396057129, 0.08848895877599716, 0.14690880477428436, -0.02718975953757763, 0.005980455316603184, -0.01338018849492073, 0.0733228251338005, 0.059399042278528214, 0.028748195618391037, -0.006081049330532551, -0.052236080169677734, 0.05618719011545181, -0.1417204737663269, -0.010511515662074089, -0.07227712869644165, -0.10605388879776001, -0.04232237488031387, 0.03443120792508125, 0.060671232640743256, 0.042230576276779175, 0.11220116913318634, -0.04771716892719269, -0.01857093721628189, 0.05281376466155052, -0.03979083523154259, -0.008994937874376774, -0.01990325190126896, 0.018122754991054535, 0.13074275851249695, -0.019943278282880783, 0.03407962992787361, -0.10256942361593246, 0.05431444197893143, -0.10281401127576828, -0.01971535198390484, -0.014149561524391174, -0.04367954283952713, 0.031883664429187775, -0.12165860831737518, 0.016123656183481216, -0.16833168268203735, -0.14714312553405762, 0.002859292319044471, -0.016588665544986725, -0.017911825329065323, -0.07954888790845871, -0.04400517791509628, -0.02466505579650402, 0.06924423575401306, -0.04276731237769127, -0.00935916043817997, -0.05846982076764107, 0.11090090870857239, -0.05349889397621155, 0.07203050702810287, -0.1194647029042244, 0.0557217076420784, -0.14930842816829681, -0.013004516251385212, -0.04842504858970642, 0.07119924575090408, 0.015398351475596428, 0.1813964694738388, -0.006925920024514198, -0.003623353084549308, -0.09382472932338715, 0.06455672532320023, -0.02733452245593071, 0.24096953868865967, -0.0756828561425209, -0.14226967096328735, 0.21630549430847168, -0.06334739923477173, -0.14993034303188324, 0.1314547061920166, 0.01843975856900215, 0.08251222223043442, 0.10434340685606003, 0.19023460149765015, 0.01808990351855755, -0.007808534894138575, 0.054424818605184555, 0.07603957504034042, -0.1683882623910904, -0.033340878784656525, 0.0012923459289595485, -0.00014291972911451012, -0.1366809904575348, 0.04632483050227165, 0.1230006217956543, 0.09730340540409088, -0.07249721139669418, -0.018487868830561638, -0.030607668682932854, 0.0016078021144494414, 0.04144361615180969, -0.0005212334799580276, 0.09951234608888626, -0.1033509373664856, -0.04366454482078552, -0.06751791387796402, -0.002970147645100951, 0.011176802217960358, 0.03924661502242088, -0.04455869272351265, 0.09700342267751694, -0.007412149105221033, 0.0545678474009037, -0.13708296418190002, -0.07981666922569275, -0.016090448945760727, 0.1597585678100586, 0.040224816650152206, 0.04663374274969101, 0.0566885769367218, -0.05624469742178917, -0.015493324026465416, -0.010199432261288166, 0.16243304312229156, -0.04404180869460106, -0.07694169133901596, -0.07860849797725677, 0.10474636405706406, -0.06389671564102173, 0.026263169944286346, -0.051667314022779465, 0.024654213339090347, 0.04686986654996872, 0.1110762283205986, 0.004046999383717775, 0.026442723348736763, -0.012835992500185966, -0.007690808270126581, -0.07657550275325775, -0.01617686077952385, 0.1077079176902771, -0.0017721779877319932, -0.06809886544942856, 0.2437063455581665, -0.16884316504001617, 0.21163912117481232, 0.20976658165454865, -0.2492678016424179, -0.02882898785173893, -0.04848965257406235, -0.04766342043876648, -0.0012878701090812683, 0.06041788309812546, -0.034700244665145874, 0.09027024358510971, -0.03288675472140312, 0.16564396023750305, -0.051203593611717224, -0.07646744698286057, 0.019007064402103424, -0.05823178589344025, -0.05114857107400894, 0.07018019258975983, 0.08213616907596588, -0.1630844622850418, 0.18756183981895447, 0.21879082918167114, 0.06839460134506226, 0.2044064849615097, 0.00858453568071127, -0.010656360536813736, 0.07200875878334045, -0.04608747735619545, -0.03843220695853233, -0.06601633131504059, -0.15238076448440552, -0.03009703755378723, 0.06625645607709885, 0.030863380059599876, 0.09900964051485062, -0.09019728004932404, -0.08104760944843292, -0.017665131017565727, 0.004776675254106522, 0.00156646769028157, 0.11991100758314133, 0.03676433861255646, 0.13820022344589233, -0.01955524832010269, 0.022415857762098312, 0.08040772378444672, 0.016582515090703964, -0.10843544453382492, 0.16101348400115967, -0.13329310715198517, -0.3788211941719055, -0.14546175301074982, -0.13134250044822693, -0.020925991237163544, 0.03777816519141197, 0.1120775043964386, -0.1329103261232376, 0.005511005409061909, -0.007893978618085384, 0.10391844809055328, -0.08707519620656967, 0.039245378226041794, -0.07586963474750519, 0.0314689576625824, -0.060405436903238297, -0.07552991807460785, -0.03722400963306427, -0.028465405106544495, -0.09132689982652664, 0.16675986349582672, -0.11130212247371674, 0.06035055220127106, 0.16001324355602264, 0.021197395399212837, 0.03523072600364685, -0.05174810439348221, 0.18330632150173187, -0.112345851957798, 0.020098978653550148, 0.15624848008155823, -0.013005592860281467, 0.08254575729370117, 0.08188403397798538, -0.013132697902619839, -0.10316278785467148, 0.05240294709801674, 0.001463406952098012, -0.10209372639656067, -0.1950312703847885, -0.10119245946407318, -0.08230090886354446, 0.15922248363494873, 0.06361804902553558, 0.058937788009643555, 0.17968137562274933, 0.07578518986701965, -0.038606274873018265, -0.00038743947516195476, -0.00239798822440207, 0.08808282762765884, 0.13635766506195068, -0.01442645862698555, 0.1225903332233429, -0.04975935071706772, -0.10913994163274765, 0.12899059057235718, 0.01750512234866619, 0.03937286511063576, 0.051435839384794235, 0.021011192351579666, -0.011281835846602917, 0.11866551637649536, 0.13484057784080505, 0.10447502881288528, -0.015693627297878265, -0.0293489471077919, -0.04774824157357216, -0.01359935849905014, -0.033305928111076355, 0.03640862926840782, 0.008061517030000687, -0.14140670001506805, -0.06158366799354553, -0.11537835001945496, 0.08758961409330368, 0.10668005049228668, 0.07567808032035828, -0.21108253300189972, -0.003950516227632761, 0.07933880388736725, -0.03630997985601425, -0.11126025766134262, 0.08416172116994858, 0.03095286712050438, -0.1277567446231842, 0.07218055427074432, -0.03519461303949356, 0.12458370625972748, -0.0032897875644266605, 0.09583556652069092, -0.03598680719733238, -0.027483470737934113, -0.013308011926710606, 0.09818253666162491, -0.3191508650779724, 0.1621316522359848, -0.017933005467057228, -0.0618131123483181, -0.06667962670326233, -0.02528184838593006, 0.015994107350707054, 0.07729468494653702, 0.10861869156360626, 0.021759910508990288, 0.01640525460243225, -0.07345785945653915, -0.042352862656116486, 0.038021303713321686, 0.12403716146945953, -0.06827268749475479, -0.012903391383588314, -0.04523605480790138, 0.00796645786613226, -0.017124788835644722, -0.008793274872004986, 0.006911922711879015, -0.14962191879749298, 0.05182485654950142, 0.014736213721334934, 0.07058768719434738, 0.0436982735991478, -0.014969068579375744, -0.09180716425180435, 0.18274778127670288, -0.015714606270194054, -0.07271543145179749, -0.12616917490959167, -0.05262751132249832, 0.030376195907592773, -0.05518756061792374, 0.021047864109277725, -0.06501689553260803, -0.0035362408962100744, -0.06755607575178146, -0.22007296979427338, 0.1278373897075653, -0.08437205106019974, -0.07192739844322205, -0.04912353679537773, 0.2010866105556488, -0.051223888993263245, 0.003238252131268382, 0.010222852230072021, 0.021994104608893394, -0.11474784463644028, -0.09469719231128693, 0.07112357765436172, -0.03247172012925148, 0.03123478777706623, 0.0022505864035338163, -0.04091062396764755, 0.016593176871538162, -0.06314414739608765, -0.011381587944924831, 0.27866554260253906, 0.23951324820518494, -0.040407944470644, 0.1904350072145462, 0.11012271791696548, -0.08163551241159439, -0.3069863021373749, -0.10166139155626297, -0.12140648066997528, -0.02996143139898777, -0.017288926988840103, -0.16865339875221252, 0.06477722525596619, 0.038930367678403854, 0.009261871688067913, 0.13778774440288544, -0.20730599761009216, -0.08823523670434952, 0.09138026833534241, -0.02557477355003357, 0.43079736828804016, -0.1257614940404892, -0.08959750831127167, -0.051866497844457626, -0.16516901552677155, 0.2173919379711151, -0.021592965349555016, 0.07857322692871094, -0.029561417177319527, 0.11770006269216537, 0.04697660356760025, -0.010707763023674488, 0.08040876686573029, -0.00884756539016962, 0.008373050950467587, -0.12410011142492294, -0.02768467366695404, 0.04874192550778389, 0.012378438375890255, 0.0013600040692836046, -0.09389680624008179, 0.020313434302806854, -0.15990203619003296, -0.018549781292676926, -0.11233476549386978, 0.07682323455810547, 0.025788001716136932, -0.06466120481491089, -0.003637736663222313, -0.04986237734556198, -0.015892893075942993, -0.01400828268378973, 0.1717434972524643, -0.04862768203020096, 0.19366511702537537, 0.03501616790890694, 0.11570870876312256, -0.1362973153591156, 0.06143493950366974, -0.06429426372051239, -0.07528600096702576, 0.07427702099084854, -0.1537967324256897, 0.05111055448651314, 0.09430045634508133, -0.030276626348495483, 0.05380253866314888, 0.08795086294412613, -0.003969982732087374, 0.004800081253051758, 0.15867236256599426, -0.2786487936973572, 0.01320126373320818, -0.07396841049194336, -0.06665283441543579, 0.10506758838891983, 0.06261139363050461, 0.17162823677062988, 0.011681869626045227, -0.056615445762872696, 0.01595049723982811, 0.02499506063759327, -0.04915530979633331, 0.04529924690723419, 0.008104361593723297, -0.010991688817739487, -0.13640300929546356, 0.08699746429920197, 0.0042801909148693085, -0.1531187742948532, 0.024680746719241142, 0.2155698835849762, -0.1260155886411667, -0.10237220674753189, -0.03444112092256546, 0.08444061875343323, -0.11519137024879456, 0.01753072999417782, -0.030764780938625336, -0.09109894186258316, 0.07448896765708923, 0.15248911082744598, 0.049206193536520004, 0.11775100976228714, -0.015379221178591251, -0.011753370985388756, -0.05147303268313408, -0.0317845419049263, 0.025745956227183342, 0.017857374623417854, -0.08257177472114563, 0.06648801267147064, -0.022109810262918472, 0.14559012651443481, -0.09791336953639984, -0.06602771580219269, -0.1468091756105423, -0.009785634465515614, -0.0695481076836586, -0.09207163751125336, -0.08133620768785477, -0.062133077532052994, 0.0010387726360931993, -0.03962359577417374, -0.04795864596962929, -0.0791037380695343, -0.10289866477251053, 0.009435068815946579, -0.02305566892027855, 0.03256045654416084, -0.06115729361772537, 0.007872066460549831, 0.12092912197113037, -0.028174830600619316, 0.16686207056045532, 0.1458095908164978, -0.09536580741405487, 0.10568815469741821, -0.16346460580825806, -0.08964221179485321, 0.0939340740442276, -0.01729099079966545, 0.027899714186787605, 0.11666940152645111, 0.014932696707546711, 0.04195788502693176, 0.035977672785520554, 0.06045130267739296, 0.03587699308991432, -0.11899011582136154, 0.07665140181779861, 0.009481414221227169, -0.1612047255039215, -0.06303887814283371, -0.08555969595909119, 0.030386725440621376, 0.021575886756181717, 0.12225193530321121, -0.045776769518852234, 0.0887017622590065, -0.07972796261310577, 0.027257539331912994, 0.02293219044804573, -0.181223064661026, -0.047844018787145615, -0.053065262734889984, 0.032686229795217514, 0.018960151821374893, 0.1893557906150818, 0.027213018387556076, -0.03697650134563446, 0.04549255222082138, 0.1042066365480423, 0.005313898902386427, 0.004829791374504566, 0.16259528696537018, 0.09423433989286423, -0.07654286175966263, -0.12226779758930206, 0.07556461542844772, 0.019673259928822517, -0.044067107141017914, 0.10607215762138367, -0.002448870101943612, 0.020163848996162415, 0.06910120695829391, -0.014892932027578354, 0.034322552382946014, -0.044286008924245834, -0.10698256641626358, -0.023580113425850868, 0.046367425471544266, 0.00669879000633955, 0.12847968935966492, 0.177873894572258, -0.002574790036305785, 0.025011489167809486, -0.0363602340221405, -0.024931130930781364, -0.13864666223526, -0.1558164656162262, -0.06855984032154083, -0.14875617623329163, 0.012976853176951408, -0.0915176048874855, 0.04695429280400276, 0.028682325035333633, 0.06887643784284592, -0.07052405923604965, 0.04384735971689224, 0.06974220275878906, -0.12065785378217697, 0.09397104382514954, -0.028081456199288368, 0.03704333305358887, -0.006730496883392334, -0.012833851389586926, -0.10013298690319061, 0.035936567932367325, -0.01747855544090271, 0.045271266251802444, -0.04546798765659332, 0.030429324135184288, -0.1703072488307953, -0.124412901699543, -0.04034453630447388, 0.06420420855283737, -0.06510858237743378, 0.03512151539325714, 0.019115818664431572, 0.013339218683540821, 0.03305599465966225, 0.23020225763320923, -0.03704051673412323, -0.02329315058887005, -0.042310282588005066, 0.16692522168159485, -0.014016710221767426, 0.08088304847478867, -0.03037172369658947, 0.0002500463742762804, -0.08417443931102753, 0.3385351300239563, 0.3027777075767517, -0.09020252525806427, 0.019915465265512466, -0.030905582010746002, 0.03936264291405678, 0.11892254650592804, 0.13376617431640625, 0.09784641861915588, 0.2282467782497406, -0.07217609137296677, -0.03032243251800537, -0.020507147535681725, -0.011079044081270695, -0.06650827825069427, 0.0879674032330513, 0.02507801540195942, -0.05553486570715904, -0.031693898141384125, 0.0812700018286705, -0.2327648252248764, 0.10665327310562134, -0.11289316415786743, -0.1636168211698532, -0.039189815521240234, 0.0042042857967317104, 0.08908319473266602, 0.015396242961287498, 0.11228121817111969, 0.009163780137896538, -0.07585213333368301, 0.017798418179154396, 0.028085503727197647, -0.24201616644859314, -0.008133855648338795, 0.060310713946819305, -0.12939085066318512, -0.004324504639953375, -0.027167800813913345, 0.007199867628514767, 0.059822265058755875, 0.029368450865149498, -0.04319324716925621, -0.001257759635336697, -0.010450302623212337, -0.008644461631774902, -0.011618612334132195, 0.07065588980913162, 0.046958792954683304, -0.13329142332077026, 0.06869500875473022, -0.11774353682994843, 0.033477768301963806, -0.05866728723049164, -0.015255378559231758, 0.000037100471672602, 0.03460683673620224, -0.04829782620072365, 0.07058211416006088, 0.07688362896442413, -0.015606098808348179, 0.000610517687164247, -0.0802936851978302, -0.036274004727602005, -0.019796574488282204, -0.09252054989337921, -0.08371094614267349, -0.13031646609306335, -0.11573562026023865, 0.1029667928814888, -0.02224794402718544, -0.19213621318340302, 0.03111329674720764, -0.12165344506502151, 0.045619383454322815, -0.1751558482646942, 0.11076030135154724, 0.08046020567417145, 0.01831907220184803, 0.011516088619828224, -0.02576824277639389, 0.08821021765470505, 0.11728470027446747, -0.07783648371696472, -0.08528783172369003 ]
null
null
transformers
<div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1319494401991856128/Rvgatmap_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">Gotham Sharma 🤖 AI Bot </div> <div style="font-size: 15px">@gothamjsharma bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@gothamjsharma's tweets](https://twitter.com/gothamjsharma). | Data | Quantity | | --- | --- | | Tweets downloaded | 3029 | | Retweets | 1090 | | Short tweets | 288 | | Tweets kept | 1651 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/3d2w4exv/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @gothamjsharma's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/17mzwxqx) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/17mzwxqx/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/gothamjsharma') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/gothamjsharma/1618690355639/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/gothamjsharma
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
Gotham Sharma AI Bot @gothamjsharma bot I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on @gothamjsharma's tweets. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @gothamjsharma'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 57 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 0.004547144751995802, -0.006708405911922455, -0.007013476919382811, 0.01947171241044998, 0.15818242728710175, 0.03448796644806862, 0.08709780126810074, 0.15389476716518402, -0.019877297803759575, -0.022431448101997375, 0.18047170341014862, 0.173692986369133, -0.012988686561584473, 0.09047263860702515, -0.05271327868103981, -0.2622397541999817, 0.03682216629385948, 0.05513067543506622, -0.007422737777233124, 0.14252057671546936, 0.07580838352441788, -0.023790201172232628, 0.11380083113908768, -0.02966974675655365, -0.202972412109375, 0.03197307139635086, 0.0615268237888813, -0.09518525749444962, 0.11083168536424637, 0.04628797993063927, 0.08698221296072006, 0.022143812850117683, -0.07331052422523499, -0.120787613093853, 0.04532235115766525, 0.045263588428497314, -0.06358368694782257, 0.06480421870946884, 0.08820623904466629, -0.1065920814871788, 0.1416475921869278, 0.07373794168233871, -0.01588049717247486, 0.07824484258890152, -0.17789237201213837, -0.03725104406476021, -0.036331940442323685, 0.007741300854831934, 0.07058489322662354, 0.0750737413764, -0.019116664305329323, 0.1746976524591446, -0.06598041951656342, 0.09777773916721344, 0.17528840899467468, -0.2887236773967743, -0.018040433526039124, 0.0492081381380558, 0.0887371376156807, 0.04900359362363815, -0.024227341637015343, 0.08339477330446243, 0.06365471333265305, 0.01686069741845131, 0.014271941967308521, -0.06960906833410263, -0.09346919506788254, 0.03645368665456772, -0.06932124495506287, -0.05699722096323967, 0.22001419961452484, -0.0334535576403141, 0.04674676060676575, -0.03953840583562851, -0.09316058456897736, -0.028927378356456757, -0.027232296764850616, -0.00907184462994337, -0.05413005128502846, 0.08754174411296844, -0.015151693485677242, -0.06331931799650192, -0.1435878872871399, -0.012912428006529808, -0.15805892646312714, 0.13816505670547485, 0.004333257209509611, 0.04586424678564072, -0.22094038128852844, 0.1012546569108963, 0.022817784920334816, -0.08995530754327774, 0.04930093511939049, -0.09425957500934601, 0.0717538446187973, 0.0007676240638829768, -0.04885277524590492, -0.02944779396057129, 0.08848895877599716, 0.14690880477428436, -0.02718975953757763, 0.005980455316603184, -0.01338018849492073, 0.0733228251338005, 0.059399042278528214, 0.028748195618391037, -0.006081049330532551, -0.052236080169677734, 0.05618719011545181, -0.1417204737663269, -0.010511515662074089, -0.07227712869644165, -0.10605388879776001, -0.04232237488031387, 0.03443120792508125, 0.060671232640743256, 0.042230576276779175, 0.11220116913318634, -0.04771716892719269, -0.01857093721628189, 0.05281376466155052, -0.03979083523154259, -0.008994937874376774, -0.01990325190126896, 0.018122754991054535, 0.13074275851249695, -0.019943278282880783, 0.03407962992787361, -0.10256942361593246, 0.05431444197893143, -0.10281401127576828, -0.01971535198390484, -0.014149561524391174, -0.04367954283952713, 0.031883664429187775, -0.12165860831737518, 0.016123656183481216, -0.16833168268203735, -0.14714312553405762, 0.002859292319044471, -0.016588665544986725, -0.017911825329065323, -0.07954888790845871, -0.04400517791509628, -0.02466505579650402, 0.06924423575401306, -0.04276731237769127, -0.00935916043817997, -0.05846982076764107, 0.11090090870857239, -0.05349889397621155, 0.07203050702810287, -0.1194647029042244, 0.0557217076420784, -0.14930842816829681, -0.013004516251385212, -0.04842504858970642, 0.07119924575090408, 0.015398351475596428, 0.1813964694738388, -0.006925920024514198, -0.003623353084549308, -0.09382472932338715, 0.06455672532320023, -0.02733452245593071, 0.24096953868865967, -0.0756828561425209, -0.14226967096328735, 0.21630549430847168, -0.06334739923477173, -0.14993034303188324, 0.1314547061920166, 0.01843975856900215, 0.08251222223043442, 0.10434340685606003, 0.19023460149765015, 0.01808990351855755, -0.007808534894138575, 0.054424818605184555, 0.07603957504034042, -0.1683882623910904, -0.033340878784656525, 0.0012923459289595485, -0.00014291972911451012, -0.1366809904575348, 0.04632483050227165, 0.1230006217956543, 0.09730340540409088, -0.07249721139669418, -0.018487868830561638, -0.030607668682932854, 0.0016078021144494414, 0.04144361615180969, -0.0005212334799580276, 0.09951234608888626, -0.1033509373664856, -0.04366454482078552, -0.06751791387796402, -0.002970147645100951, 0.011176802217960358, 0.03924661502242088, -0.04455869272351265, 0.09700342267751694, -0.007412149105221033, 0.0545678474009037, -0.13708296418190002, -0.07981666922569275, -0.016090448945760727, 0.1597585678100586, 0.040224816650152206, 0.04663374274969101, 0.0566885769367218, -0.05624469742178917, -0.015493324026465416, -0.010199432261288166, 0.16243304312229156, -0.04404180869460106, -0.07694169133901596, -0.07860849797725677, 0.10474636405706406, -0.06389671564102173, 0.026263169944286346, -0.051667314022779465, 0.024654213339090347, 0.04686986654996872, 0.1110762283205986, 0.004046999383717775, 0.026442723348736763, -0.012835992500185966, -0.007690808270126581, -0.07657550275325775, -0.01617686077952385, 0.1077079176902771, -0.0017721779877319932, -0.06809886544942856, 0.2437063455581665, -0.16884316504001617, 0.21163912117481232, 0.20976658165454865, -0.2492678016424179, -0.02882898785173893, -0.04848965257406235, -0.04766342043876648, -0.0012878701090812683, 0.06041788309812546, -0.034700244665145874, 0.09027024358510971, -0.03288675472140312, 0.16564396023750305, -0.051203593611717224, -0.07646744698286057, 0.019007064402103424, -0.05823178589344025, -0.05114857107400894, 0.07018019258975983, 0.08213616907596588, -0.1630844622850418, 0.18756183981895447, 0.21879082918167114, 0.06839460134506226, 0.2044064849615097, 0.00858453568071127, -0.010656360536813736, 0.07200875878334045, -0.04608747735619545, -0.03843220695853233, -0.06601633131504059, -0.15238076448440552, -0.03009703755378723, 0.06625645607709885, 0.030863380059599876, 0.09900964051485062, -0.09019728004932404, -0.08104760944843292, -0.017665131017565727, 0.004776675254106522, 0.00156646769028157, 0.11991100758314133, 0.03676433861255646, 0.13820022344589233, -0.01955524832010269, 0.022415857762098312, 0.08040772378444672, 0.016582515090703964, -0.10843544453382492, 0.16101348400115967, -0.13329310715198517, -0.3788211941719055, -0.14546175301074982, -0.13134250044822693, -0.020925991237163544, 0.03777816519141197, 0.1120775043964386, -0.1329103261232376, 0.005511005409061909, -0.007893978618085384, 0.10391844809055328, -0.08707519620656967, 0.039245378226041794, -0.07586963474750519, 0.0314689576625824, -0.060405436903238297, -0.07552991807460785, -0.03722400963306427, -0.028465405106544495, -0.09132689982652664, 0.16675986349582672, -0.11130212247371674, 0.06035055220127106, 0.16001324355602264, 0.021197395399212837, 0.03523072600364685, -0.05174810439348221, 0.18330632150173187, -0.112345851957798, 0.020098978653550148, 0.15624848008155823, -0.013005592860281467, 0.08254575729370117, 0.08188403397798538, -0.013132697902619839, -0.10316278785467148, 0.05240294709801674, 0.001463406952098012, -0.10209372639656067, -0.1950312703847885, -0.10119245946407318, -0.08230090886354446, 0.15922248363494873, 0.06361804902553558, 0.058937788009643555, 0.17968137562274933, 0.07578518986701965, -0.038606274873018265, -0.00038743947516195476, -0.00239798822440207, 0.08808282762765884, 0.13635766506195068, -0.01442645862698555, 0.1225903332233429, -0.04975935071706772, -0.10913994163274765, 0.12899059057235718, 0.01750512234866619, 0.03937286511063576, 0.051435839384794235, 0.021011192351579666, -0.011281835846602917, 0.11866551637649536, 0.13484057784080505, 0.10447502881288528, -0.015693627297878265, -0.0293489471077919, -0.04774824157357216, -0.01359935849905014, -0.033305928111076355, 0.03640862926840782, 0.008061517030000687, -0.14140670001506805, -0.06158366799354553, -0.11537835001945496, 0.08758961409330368, 0.10668005049228668, 0.07567808032035828, -0.21108253300189972, -0.003950516227632761, 0.07933880388736725, -0.03630997985601425, -0.11126025766134262, 0.08416172116994858, 0.03095286712050438, -0.1277567446231842, 0.07218055427074432, -0.03519461303949356, 0.12458370625972748, -0.0032897875644266605, 0.09583556652069092, -0.03598680719733238, -0.027483470737934113, -0.013308011926710606, 0.09818253666162491, -0.3191508650779724, 0.1621316522359848, -0.017933005467057228, -0.0618131123483181, -0.06667962670326233, -0.02528184838593006, 0.015994107350707054, 0.07729468494653702, 0.10861869156360626, 0.021759910508990288, 0.01640525460243225, -0.07345785945653915, -0.042352862656116486, 0.038021303713321686, 0.12403716146945953, -0.06827268749475479, -0.012903391383588314, -0.04523605480790138, 0.00796645786613226, -0.017124788835644722, -0.008793274872004986, 0.006911922711879015, -0.14962191879749298, 0.05182485654950142, 0.014736213721334934, 0.07058768719434738, 0.0436982735991478, -0.014969068579375744, -0.09180716425180435, 0.18274778127670288, -0.015714606270194054, -0.07271543145179749, -0.12616917490959167, -0.05262751132249832, 0.030376195907592773, -0.05518756061792374, 0.021047864109277725, -0.06501689553260803, -0.0035362408962100744, -0.06755607575178146, -0.22007296979427338, 0.1278373897075653, -0.08437205106019974, -0.07192739844322205, -0.04912353679537773, 0.2010866105556488, -0.051223888993263245, 0.003238252131268382, 0.010222852230072021, 0.021994104608893394, -0.11474784463644028, -0.09469719231128693, 0.07112357765436172, -0.03247172012925148, 0.03123478777706623, 0.0022505864035338163, -0.04091062396764755, 0.016593176871538162, -0.06314414739608765, -0.011381587944924831, 0.27866554260253906, 0.23951324820518494, -0.040407944470644, 0.1904350072145462, 0.11012271791696548, -0.08163551241159439, -0.3069863021373749, -0.10166139155626297, -0.12140648066997528, -0.02996143139898777, -0.017288926988840103, -0.16865339875221252, 0.06477722525596619, 0.038930367678403854, 0.009261871688067913, 0.13778774440288544, -0.20730599761009216, -0.08823523670434952, 0.09138026833534241, -0.02557477355003357, 0.43079736828804016, -0.1257614940404892, -0.08959750831127167, -0.051866497844457626, -0.16516901552677155, 0.2173919379711151, -0.021592965349555016, 0.07857322692871094, -0.029561417177319527, 0.11770006269216537, 0.04697660356760025, -0.010707763023674488, 0.08040876686573029, -0.00884756539016962, 0.008373050950467587, -0.12410011142492294, -0.02768467366695404, 0.04874192550778389, 0.012378438375890255, 0.0013600040692836046, -0.09389680624008179, 0.020313434302806854, -0.15990203619003296, -0.018549781292676926, -0.11233476549386978, 0.07682323455810547, 0.025788001716136932, -0.06466120481491089, -0.003637736663222313, -0.04986237734556198, -0.015892893075942993, -0.01400828268378973, 0.1717434972524643, -0.04862768203020096, 0.19366511702537537, 0.03501616790890694, 0.11570870876312256, -0.1362973153591156, 0.06143493950366974, -0.06429426372051239, -0.07528600096702576, 0.07427702099084854, -0.1537967324256897, 0.05111055448651314, 0.09430045634508133, -0.030276626348495483, 0.05380253866314888, 0.08795086294412613, -0.003969982732087374, 0.004800081253051758, 0.15867236256599426, -0.2786487936973572, 0.01320126373320818, -0.07396841049194336, -0.06665283441543579, 0.10506758838891983, 0.06261139363050461, 0.17162823677062988, 0.011681869626045227, -0.056615445762872696, 0.01595049723982811, 0.02499506063759327, -0.04915530979633331, 0.04529924690723419, 0.008104361593723297, -0.010991688817739487, -0.13640300929546356, 0.08699746429920197, 0.0042801909148693085, -0.1531187742948532, 0.024680746719241142, 0.2155698835849762, -0.1260155886411667, -0.10237220674753189, -0.03444112092256546, 0.08444061875343323, -0.11519137024879456, 0.01753072999417782, -0.030764780938625336, -0.09109894186258316, 0.07448896765708923, 0.15248911082744598, 0.049206193536520004, 0.11775100976228714, -0.015379221178591251, -0.011753370985388756, -0.05147303268313408, -0.0317845419049263, 0.025745956227183342, 0.017857374623417854, -0.08257177472114563, 0.06648801267147064, -0.022109810262918472, 0.14559012651443481, -0.09791336953639984, -0.06602771580219269, -0.1468091756105423, -0.009785634465515614, -0.0695481076836586, -0.09207163751125336, -0.08133620768785477, -0.062133077532052994, 0.0010387726360931993, -0.03962359577417374, -0.04795864596962929, -0.0791037380695343, -0.10289866477251053, 0.009435068815946579, -0.02305566892027855, 0.03256045654416084, -0.06115729361772537, 0.007872066460549831, 0.12092912197113037, -0.028174830600619316, 0.16686207056045532, 0.1458095908164978, -0.09536580741405487, 0.10568815469741821, -0.16346460580825806, -0.08964221179485321, 0.0939340740442276, -0.01729099079966545, 0.027899714186787605, 0.11666940152645111, 0.014932696707546711, 0.04195788502693176, 0.035977672785520554, 0.06045130267739296, 0.03587699308991432, -0.11899011582136154, 0.07665140181779861, 0.009481414221227169, -0.1612047255039215, -0.06303887814283371, -0.08555969595909119, 0.030386725440621376, 0.021575886756181717, 0.12225193530321121, -0.045776769518852234, 0.0887017622590065, -0.07972796261310577, 0.027257539331912994, 0.02293219044804573, -0.181223064661026, -0.047844018787145615, -0.053065262734889984, 0.032686229795217514, 0.018960151821374893, 0.1893557906150818, 0.027213018387556076, -0.03697650134563446, 0.04549255222082138, 0.1042066365480423, 0.005313898902386427, 0.004829791374504566, 0.16259528696537018, 0.09423433989286423, -0.07654286175966263, -0.12226779758930206, 0.07556461542844772, 0.019673259928822517, -0.044067107141017914, 0.10607215762138367, -0.002448870101943612, 0.020163848996162415, 0.06910120695829391, -0.014892932027578354, 0.034322552382946014, -0.044286008924245834, -0.10698256641626358, -0.023580113425850868, 0.046367425471544266, 0.00669879000633955, 0.12847968935966492, 0.177873894572258, -0.002574790036305785, 0.025011489167809486, -0.0363602340221405, -0.024931130930781364, -0.13864666223526, -0.1558164656162262, -0.06855984032154083, -0.14875617623329163, 0.012976853176951408, -0.0915176048874855, 0.04695429280400276, 0.028682325035333633, 0.06887643784284592, -0.07052405923604965, 0.04384735971689224, 0.06974220275878906, -0.12065785378217697, 0.09397104382514954, -0.028081456199288368, 0.03704333305358887, -0.006730496883392334, -0.012833851389586926, -0.10013298690319061, 0.035936567932367325, -0.01747855544090271, 0.045271266251802444, -0.04546798765659332, 0.030429324135184288, -0.1703072488307953, -0.124412901699543, -0.04034453630447388, 0.06420420855283737, -0.06510858237743378, 0.03512151539325714, 0.019115818664431572, 0.013339218683540821, 0.03305599465966225, 0.23020225763320923, -0.03704051673412323, -0.02329315058887005, -0.042310282588005066, 0.16692522168159485, -0.014016710221767426, 0.08088304847478867, -0.03037172369658947, 0.0002500463742762804, -0.08417443931102753, 0.3385351300239563, 0.3027777075767517, -0.09020252525806427, 0.019915465265512466, -0.030905582010746002, 0.03936264291405678, 0.11892254650592804, 0.13376617431640625, 0.09784641861915588, 0.2282467782497406, -0.07217609137296677, -0.03032243251800537, -0.020507147535681725, -0.011079044081270695, -0.06650827825069427, 0.0879674032330513, 0.02507801540195942, -0.05553486570715904, -0.031693898141384125, 0.0812700018286705, -0.2327648252248764, 0.10665327310562134, -0.11289316415786743, -0.1636168211698532, -0.039189815521240234, 0.0042042857967317104, 0.08908319473266602, 0.015396242961287498, 0.11228121817111969, 0.009163780137896538, -0.07585213333368301, 0.017798418179154396, 0.028085503727197647, -0.24201616644859314, -0.008133855648338795, 0.060310713946819305, -0.12939085066318512, -0.004324504639953375, -0.027167800813913345, 0.007199867628514767, 0.059822265058755875, 0.029368450865149498, -0.04319324716925621, -0.001257759635336697, -0.010450302623212337, -0.008644461631774902, -0.011618612334132195, 0.07065588980913162, 0.046958792954683304, -0.13329142332077026, 0.06869500875473022, -0.11774353682994843, 0.033477768301963806, -0.05866728723049164, -0.015255378559231758, 0.000037100471672602, 0.03460683673620224, -0.04829782620072365, 0.07058211416006088, 0.07688362896442413, -0.015606098808348179, 0.000610517687164247, -0.0802936851978302, -0.036274004727602005, -0.019796574488282204, -0.09252054989337921, -0.08371094614267349, -0.13031646609306335, -0.11573562026023865, 0.1029667928814888, -0.02224794402718544, -0.19213621318340302, 0.03111329674720764, -0.12165344506502151, 0.045619383454322815, -0.1751558482646942, 0.11076030135154724, 0.08046020567417145, 0.01831907220184803, 0.011516088619828224, -0.02576824277639389, 0.08821021765470505, 0.11728470027446747, -0.07783648371696472, -0.08528783172369003 ]
null
null
transformers
<div class="inline-flex flex-col" style="line-height: 1.5;"> <div class="flex"> <div style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;https://pbs.twimg.com/profile_images/1382600435056394242/azQoqzIb_400x400.jpg&#39;)"> </div> <div style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)"> </div> <div style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)"> </div> </div> <div style="text-align: center; margin-top: 3px; font-size: 16px; font-weight: 800">🤖 AI BOT 🤖</div> <div style="text-align: center; font-size: 16px; font-weight: 800">Calum Macleod</div> <div style="text-align: center; font-size: 14px;">@gozusabu</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on tweets from Calum Macleod. | Data | Calum Macleod | | --- | --- | | Tweets downloaded | 1926 | | Retweets | 673 | | Short tweets | 279 | | Tweets kept | 974 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/y71yp06o/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @gozusabu's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/dwp3t07q) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/dwp3t07q/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/gozusabu') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/gozusabu/1627054557412/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/gozusabu
[ "transformers", "pytorch", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
AI BOT Calum Macleod @gozusabu I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on tweets from Calum Macleod. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @gozusabu'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 54 ]
[ "passage: TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ -0.0001764487533364445, -0.01891571842133999, -0.0068881697952747345, 0.01242890115827322, 0.16224369406700134, 0.04406825825572014, 0.08452208340167999, 0.14250440895557404, -0.026455026119947433, -0.016114573925733566, 0.17334569990634918, 0.17106501758098602, -0.014037161134183407, 0.08718273043632507, -0.05552244931459427, -0.2646014094352722, 0.044212065637111664, 0.058431971818208694, -0.020032864063978195, 0.14111687242984772, 0.0714879110455513, -0.01828647032380104, 0.10845158249139786, -0.02953636273741722, -0.18877948820590973, 0.03499612212181091, 0.05605728179216385, -0.09992336481809616, 0.11936124414205551, 0.04713086411356926, 0.08659981191158295, 0.015409729443490505, -0.07482189685106277, -0.12249794602394104, 0.03866785019636154, 0.041891295462846756, -0.0629689022898674, 0.05911329388618469, 0.08818957209587097, -0.11120674759149551, 0.1456013321876526, 0.07799911499023438, -0.01863223686814308, 0.07941857725381851, -0.17164963483810425, -0.019008882343769073, -0.036983806639909744, 0.005464354529976845, 0.057414017617702484, 0.07476010918617249, -0.01932354085147381, 0.1732589453458786, -0.0767555758357048, 0.09587065875530243, 0.16117197275161743, -0.2913956344127655, -0.005072304047644138, 0.0498935841023922, 0.06722559779882431, 0.03902119770646095, -0.015738610178232193, 0.08706029504537582, 0.06277379393577576, 0.02536560781300068, -0.0014978112885728478, -0.06339331716299057, -0.0928240567445755, 0.04014677554368973, -0.0745372325181961, -0.06578013300895691, 0.20811960101127625, -0.039430033415555954, 0.050536420196294785, -0.03807967156171799, -0.10491003096103668, -0.02197154052555561, -0.015753688290715218, 0.00720712635666132, -0.06031509116292, 0.08949250727891922, -0.014659170061349869, -0.07363511621952057, -0.15025688707828522, -0.016003666445612907, -0.18369624018669128, 0.1574522852897644, 0.003967532888054848, 0.04864242300391197, -0.2093716263771057, 0.11408322304487228, 0.020872395485639572, -0.08021171391010284, 0.047296058386564255, -0.09546594321727753, 0.07179957628250122, 0.002116252202540636, -0.05267130210995674, -0.02264278009533882, 0.08682441711425781, 0.15258505940437317, -0.026140356436371803, 0.0017382961232215166, -0.027155736461281776, 0.07059825956821442, 0.05281682312488556, 0.040018972009420395, -0.017763059586286545, -0.04289618879556656, 0.045782025903463364, -0.15945611894130707, -0.007582054473459721, -0.06918198615312576, -0.1068587526679039, -0.05112413689494133, 0.022331949323415756, 0.06442617624998093, 0.031878020614385605, 0.11345649510622025, -0.04609488695859909, -0.014168480411171913, 0.06350603699684143, -0.042460083961486816, -0.0172110628336668, -0.016047241166234016, 0.015319211408495903, 0.14095398783683777, -0.018181998282670975, 0.030711950734257698, -0.11251416057348251, 0.0645761713385582, -0.09946728497743607, -0.01914660818874836, -0.0071241967380046844, -0.04078202322125435, 0.029947424307465553, -0.13505136966705322, 0.010975461453199387, -0.1711256355047226, -0.14874492585659027, 0.009897243231534958, -0.02876151353120804, -0.018498392775654793, -0.059200938791036606, -0.03973992541432381, -0.01719699800014496, 0.06084148958325386, -0.04528016224503517, 0.0009662628290243447, -0.05951235070824623, 0.11524756252765656, -0.05245914310216904, 0.06888316571712494, -0.13250301778316498, 0.05976588651537895, -0.15375985205173492, -0.00870948750525713, -0.04503806680440903, 0.08287355303764343, 0.017666861414909363, 0.16653785109519958, -0.006960130762308836, -0.012972959317266941, -0.09847598522901535, 0.06441020965576172, -0.023426895961165428, 0.24133971333503723, -0.06349262595176697, -0.143473818898201, 0.22233937680721283, -0.06944137066602707, -0.1420930027961731, 0.12657590210437775, 0.020838137716054916, 0.07354387640953064, 0.10204131156206131, 0.19502143561840057, 0.014321080408990383, 0.006638950202614069, 0.054760824888944626, 0.0820525735616684, -0.17468082904815674, -0.03090454451739788, -0.00916894432157278, -0.01691337674856186, -0.1358218789100647, 0.043003637343645096, 0.11889315396547318, 0.10293904691934586, -0.07099705934524536, -0.013554582372307777, -0.03317642584443092, -0.004439891315996647, 0.06940841674804688, -0.007896981202065945, 0.09806080162525177, -0.09929461032152176, -0.040301576256752014, -0.058301206678152084, -0.006890235934406519, 0.0024084753822535276, 0.04120192304253578, -0.040066637098789215, 0.10096675902605057, -0.0006905568297952414, 0.05225489288568497, -0.14046427607536316, -0.07798092812299728, -0.020940499380230904, 0.1575685739517212, 0.04120592027902603, 0.04776391014456749, 0.057414863258600235, -0.0481991246342659, -0.0158701092004776, -0.009968787431716919, 0.16312187910079956, -0.0394844189286232, -0.06968989968299866, -0.056453973054885864, 0.10656707733869553, -0.058365050703287125, 0.03222460299730301, -0.04202231392264366, 0.022449776530265808, 0.060929615050554276, 0.12114907056093216, -0.0026538248639553785, 0.029062092304229736, -0.01023187953978777, -0.0038288652431219816, -0.07459788024425507, -0.020947640761733055, 0.10031349956989288, -0.004600553773343563, -0.08327498286962509, 0.23685328662395477, -0.17454755306243896, 0.19663569331169128, 0.2115958034992218, -0.2628093659877777, -0.024321777746081352, -0.06840608268976212, -0.05017746612429619, 0.003011465771123767, 0.05876095965504646, -0.04692309722304344, 0.09809201210737228, -0.02521132305264473, 0.16497591137886047, -0.04652651026844978, -0.07362692058086395, 0.016456644982099533, -0.05898859724402428, -0.0463954322040081, 0.0659271627664566, 0.08106416463851929, -0.15480613708496094, 0.18694530427455902, 0.20838376879692078, 0.07612863928079605, 0.19334357976913452, 0.004058185499161482, -0.014812501147389412, 0.08005014806985855, -0.03805047646164894, -0.04202093929052353, -0.07553261518478394, -0.16944189369678497, -0.01902174763381481, 0.07485251128673553, 0.03750864416360855, 0.11274250596761703, -0.10172852873802185, -0.07372885197401047, -0.016179129481315613, -0.005032413639128208, 0.005167648661881685, 0.1174640879034996, 0.045775800943374634, 0.14043675363063812, -0.019972821697592735, 0.03493902459740639, 0.08747350424528122, 0.02448674477636814, -0.10759711265563965, 0.16407065093517303, -0.14081640541553497, -0.38538745045661926, -0.16212545335292816, -0.13394121825695038, -0.029274288564920425, 0.04825805127620697, 0.11038947850465775, -0.13598975539207458, 0.0011978530092164874, -0.003706524148583412, 0.12342415004968643, -0.0806080624461174, 0.03755999356508255, -0.07838296890258789, 0.026997538283467293, -0.06349453330039978, -0.07917723804712296, -0.036463622003793716, -0.03232228383421898, -0.10000553727149963, 0.1757805496454239, -0.11054177582263947, 0.057571277022361755, 0.1741490364074707, 0.022440658882260323, 0.034390855580568314, -0.0513761006295681, 0.17275545001029968, -0.11779367178678513, 0.02093288116157055, 0.16278521716594696, -0.01799617148935795, 0.08678310364484787, 0.08059167861938477, -0.015366556122899055, -0.10777527838945389, 0.05196633189916611, 0.0019955262541770935, -0.1096891239285469, -0.20052047073841095, -0.12150565534830093, -0.0784008651971817, 0.14483654499053955, 0.05303339660167694, 0.05915789678692818, 0.17167222499847412, 0.08591149002313614, -0.04288473725318909, -0.004711467772722244, -0.012867298908531666, 0.07781979441642761, 0.1684085726737976, -0.017248503863811493, 0.11789125204086304, -0.05446818470954895, -0.11601924896240234, 0.13826869428157806, 0.02504623495042324, 0.050291191786527634, 0.04182872176170349, 0.008374262601137161, -0.009610554203391075, 0.09969738125801086, 0.12988939881324768, 0.118865467607975, -0.008107239380478859, -0.0232877004891634, -0.03601100295782089, -0.00860752072185278, -0.03570752218365669, 0.034572016447782516, 0.011757065542042255, -0.16013272106647491, -0.05726486071944237, -0.12173470109701157, 0.0964120477437973, 0.09787409752607346, 0.08039643615484238, -0.2033146470785141, -0.004589703865349293, 0.07378163933753967, -0.03603411093354225, -0.11624246090650558, 0.086527980864048, 0.033109065145254135, -0.1271866261959076, 0.0817195475101471, -0.03352120518684387, 0.115711510181427, -0.017423994839191437, 0.09427224844694138, -0.04346824064850807, -0.0329415462911129, -0.012381686829030514, 0.10430185496807098, -0.30799204111099243, 0.17485815286636353, -0.019660785794258118, -0.07034741342067719, -0.07672256976366043, -0.025566134601831436, 0.017929747700691223, 0.07530300319194794, 0.09619415551424026, 0.024311896413564682, 0.04642496258020401, -0.09243860840797424, -0.03940937668085098, 0.034113768488168716, 0.13641610741615295, -0.0638844221830368, -0.015862328931689262, -0.04075292870402336, 0.01116214320063591, -0.019626103341579437, -0.027355113998055458, 0.018256209790706635, -0.1504947543144226, 0.05358212813735008, 0.017237937077879906, 0.0753018707036972, 0.03889141231775284, -0.007973386906087399, -0.10224062204360962, 0.18268363177776337, -0.03004412353038788, -0.08521177619695663, -0.127006396651268, -0.04812724515795708, 0.04587927460670471, -0.051474425941705704, 0.034381575882434845, -0.06691597402095795, -0.011345877312123775, -0.06886660307645798, -0.21483656764030457, 0.12495172768831253, -0.0775398537516594, -0.07874035835266113, -0.03474915772676468, 0.20981398224830627, -0.05076101794838905, -0.00018431349599268287, 0.01172169204801321, 0.014822970144450665, -0.1086968258023262, -0.10466268658638, 0.06874550879001617, -0.034708425402641296, 0.02743770368397236, 0.02760813757777214, -0.03700246661901474, 0.02073092758655548, -0.06074898689985275, -0.01314478274434805, 0.2849438786506653, 0.22848764061927795, -0.035804633051157, 0.1875685602426529, 0.10711772739887238, -0.07248730212450027, -0.30828598141670227, -0.0999293103814125, -0.13133330643177032, -0.033457282930612564, -0.02052777260541916, -0.17081500589847565, 0.07089676707983017, 0.04558560997247696, 0.00998434517532587, 0.14900504052639008, -0.21140912175178528, -0.08518896996974945, 0.1092359870672226, -0.03466132655739784, 0.42140644788742065, -0.1164151057600975, -0.09652433544397354, -0.05340435355901718, -0.15239587426185608, 0.20086675882339478, -0.01557826716452837, 0.08761543780565262, -0.031178412958979607, 0.14360429346561432, 0.04995222017168999, -0.01680157333612442, 0.08329997956752777, 0.0014065488940104842, 0.004026432521641254, -0.12653036415576935, -0.022627411410212517, 0.0504734143614769, 0.021120509132742882, 0.0054380460642278194, -0.07736434042453766, 0.028706049546599388, -0.14863882958889008, -0.024921666830778122, -0.10909338295459747, 0.08278775960206985, 0.03857516124844551, -0.07422378659248352, -0.010892878286540508, -0.05615931376814842, -0.023589344695210457, -0.012528443709015846, 0.13453009724617004, -0.050522636622190475, 0.1720355898141861, 0.036824267357587814, 0.11522943526506424, -0.13816054165363312, 0.06146138161420822, -0.07406572997570038, -0.07532623410224915, 0.06773588061332703, -0.13577620685100555, 0.05240122601389885, 0.10075365751981735, -0.03372569754719734, 0.04758675396442413, 0.08927652984857559, 0.000919255951885134, 0.009403540752828121, 0.15953567624092102, -0.2761637568473816, 0.01791755110025406, -0.07046908140182495, -0.07692829519510269, 0.112159863114357, 0.07484955340623856, 0.181244894862175, 0.02791808731853962, -0.0472177192568779, 0.012221097014844418, 0.019269011914730072, -0.05120278522372246, 0.0548672117292881, 0.006578541360795498, -0.011816216632723808, -0.14148055016994476, 0.08790901303291321, -0.0015104453777894378, -0.1429632604122162, 0.02210722118616104, 0.19665491580963135, -0.13288317620754242, -0.10024755448102951, -0.05081937462091446, 0.057288672775030136, -0.13861924409866333, 0.008680099621415138, -0.01990172080695629, -0.09562872350215912, 0.0756591260433197, 0.1573420912027359, 0.05079081282019615, 0.12963363528251648, -0.02916029281914234, -0.008411908522248268, -0.04279141128063202, -0.051675889641046524, 0.02788730151951313, 0.019720058888196945, -0.07752392441034317, 0.08735781908035278, -0.024015765637159348, 0.14329436421394348, -0.10051412135362625, -0.06987810134887695, -0.1344141960144043, -0.005019306670874357, -0.09607285261154175, -0.0959741547703743, -0.08079583197832108, -0.061935000121593475, 0.004180733114480972, -0.039079975336790085, -0.0417400486767292, -0.08063078671693802, -0.10278100520372391, 0.016344387084245682, -0.02737213484942913, 0.028547246009111404, -0.07021904736757278, 0.008450011722743511, 0.12212047725915909, -0.029432062059640884, 0.17478644847869873, 0.15045183897018433, -0.10443241149187088, 0.10585668683052063, -0.17528948187828064, -0.10057486593723297, 0.10386897623538971, -0.01424362976104021, 0.02509693056344986, 0.12928596138954163, 0.018586233258247375, 0.04242280498147011, 0.03278495371341705, 0.06450606882572174, 0.04438134282827377, -0.11879310011863708, 0.08265755325555801, -0.002198860514909029, -0.15595629811286926, -0.061124756932258606, -0.09235648810863495, 0.02707000821828842, 0.02035105973482132, 0.11072126775979996, -0.04177020862698555, 0.08901136368513107, -0.06589431315660477, 0.023006385192275047, 0.025188656523823738, -0.17641755938529968, -0.03692740947008133, -0.05073147267103195, 0.03235582634806633, 0.028527792543172836, 0.22216679155826569, 0.015049049630761147, -0.030550595372915268, 0.0387740358710289, 0.12439186871051788, 0.015807392075657845, -0.0005460345419123769, 0.1709187924861908, 0.10334094613790512, -0.07364179939031601, -0.14011329412460327, 0.0676020160317421, 0.012262817472219467, -0.05599943920969963, 0.11458845436573029, -0.01812131516635418, -0.006866521667689085, 0.0670672059059143, -0.019556820392608643, 0.03449620306491852, -0.06607513129711151, -0.12762659788131714, -0.02478908933699131, 0.04269528388977051, 0.0029638311825692654, 0.12794137001037598, 0.15664103627204895, -0.005168106406927109, 0.026651626452803612, -0.015845872461795807, -0.023246217519044876, -0.13421551883220673, -0.15646639466285706, -0.06222613900899887, -0.14998294413089752, 0.022462334483861923, -0.08663632720708847, 0.047867026180028915, 0.05302877724170685, 0.07266844809055328, -0.06541765481233597, 0.06867647916078568, 0.049353908747434616, -0.11939282715320587, 0.08969518542289734, -0.024748487398028374, 0.04455447196960449, -0.0018985075876116753, -0.03077637031674385, -0.10359742492437363, 0.042003192007541656, -0.01649407483637333, 0.045346152037382126, -0.04421991854906082, 0.022579338401556015, -0.1750071942806244, -0.10995419323444366, -0.04818427562713623, 0.06838665902614594, -0.06683412194252014, 0.04056481271982193, 0.01606888137757778, 0.011690732091665268, 0.030521972104907036, 0.22083373367786407, -0.041100796312093735, -0.04384056478738785, -0.041319385170936584, 0.1635150909423828, -0.014866671524941921, 0.08733032643795013, -0.027159888297319412, -0.008534550666809082, -0.09159335494041443, 0.3551705777645111, 0.29626867175102234, -0.08988689631223679, 0.018322573974728584, -0.023403000086545944, 0.04054094851016998, 0.13749836385250092, 0.13930056989192963, 0.09693139791488647, 0.23870247602462769, -0.069560706615448, -0.05235563591122627, -0.01810343936085701, -0.013992605730891228, -0.06698887050151825, 0.09740167111158371, 0.02308662235736847, -0.05992421507835388, -0.0399320125579834, 0.09157036244869232, -0.2363831102848053, 0.1119081899523735, -0.1049022525548935, -0.15424089133739471, -0.03413557633757591, 0.011207441799342632, 0.07758733630180359, 0.01318280678242445, 0.11218693852424622, 0.013466300442814827, -0.0844072625041008, 0.014990749768912792, 0.034041877835989, -0.25270384550094604, 0.004782035481184721, 0.053680628538131714, -0.12391778826713562, -0.004765757359564304, -0.025234686210751534, 0.013625700026750565, 0.05700398609042168, 0.04094824194908142, -0.03069460764527321, 0.016096249222755432, -0.006652043666690588, -0.020144162699580193, -0.008288858458399773, 0.05953062325716019, 0.04713095352053642, -0.1559005230665207, 0.06380777060985565, -0.13577982783317566, 0.04075455665588379, -0.023885579779744148, -0.012463473714888096, -0.0012933483812958002, 0.01776987873017788, -0.0522073432803154, 0.06581555306911469, 0.07255802303552628, -0.0144086554646492, 0.008549283258616924, -0.08346639573574066, -0.034440234303474426, -0.023841137066483498, -0.10951124131679535, -0.08404874801635742, -0.13158579170703888, -0.12121031433343887, 0.10822955518960953, -0.02819518744945526, -0.18475614488124847, 0.03248962014913559, -0.12301548570394516, 0.05860345810651779, -0.17328192293643951, 0.11332228779792786, 0.07014153152704239, 0.018578365445137024, 0.01264720968902111, -0.007008096668869257, 0.08073210716247559, 0.11507359892129898, -0.0813264548778534, -0.08199906349182129 ]
null
null
transformers
<link rel="stylesheet" href="https://unpkg.com/@tailwindcss/[email protected]/dist/typography.min.css"> <style> @media (prefers-color-scheme: dark) { .prose { color: #E2E8F0 !important; } .prose h2, .prose h3, .prose a, .prose thead { color: #F7FAFC !important; } } </style> <section class='prose'> <div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('http://pbs.twimg.com/profile_images/858338118218506240/TpJ4sp1v_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">Guillaume Peyronnet 🤖 AI Bot </div> <div style="font-size: 15px; color: #657786">@gpeyronnet bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://app.wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-model-to-generate-tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@gpeyronnet's tweets](https://twitter.com/gpeyronnet). <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'>3212</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'>633</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'>160</td> </tr> <tr style='border-width:0'> <td style='border-width:0'>Tweets kept</td> <td style='border-width:0'>2419</td> </tr> </tbody> </table> [Explore the data](https://app.wandb.ai/wandb/huggingtweets/runs/1jp5vewz/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @gpeyronnet's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://app.wandb.ai/wandb/huggingtweets/runs/2dz99sln) for full transparency and reproducibility. At the end of training, [the final model](https://app.wandb.ai/wandb/huggingtweets/runs/2dz99sln/artifacts) is logged and versioned. ## Intended uses & limitations ### How to use 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/gpeyronnet'</span>) generator(<span style="color:#FF9800">"My dream is"</span>, num_return_sequences=<span style="color:#8BC34A">5</span>)</code></pre> ### Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* </section> [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/borisdayma) <section class='prose'> For more details, visit the project repository. </section> [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://github.com/borisdayma/huggingtweets/blob/master/img/logo_share.png?raw=true", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/gpeyronnet
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
<link rel="stylesheet" href="URL <style> @media (prefers-color-scheme: dark) { .prose { color: #E2E8F0 !important; } .prose h2, .prose h3, .prose a, .prose thead { color: #F7FAFC !important; } } </style> <section class='prose'> <div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('URL </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">Guillaume Peyronnet AI Bot </div> <div style="font-size: 15px; color: #657786">@gpeyronnet bot</div> </div> I was made with huggingtweets. Create your own bot based on your favorite user with the demo! ## How does it work? The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. ## Training data The model was trained on @gpeyronnet'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'>3212</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'>633</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'>160</td> </tr> <tr style='border-width:0'> <td style='border-width:0'>Tweets kept</td> <td style='border-width:0'>2419</td> </tr> </tbody> </table> Explore the data, which is tracked with W&B artifacts at every step of the pipeline. ## Training procedure The model is based on a pre-trained GPT-2 which is fine-tuned on @gpeyronnet'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. ## Intended uses & limitations ### How to use 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/gpeyronnet'</span>) generator(<span style="color:#FF9800">"My dream is"</span>, num_return_sequences=<span style="color:#8BC34A">5</span>)</code></pre> ### Limitations and bias 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. ## About *Built by Boris Dayma* </section> ![Follow](URL <section class='prose'> For more details, visit the project repository. </section> ![GitHub stars](URL
[ "## How does it work?\n\nThe model uses the following pipeline.\n\n!pipeline\n\nTo understand how the model was developed, check the W&B report.", "## Training data\n\nThe model was trained on @gpeyronnet's tweets.\n\n<table style='border-width:0'>\n<thead style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #CBD5E0'>\n<th style='border-width:0'>Data</th>\n<th style='border-width:0'>Quantity</th>\n</tr>\n</thead>\n<tbody style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Tweets downloaded</td>\n<td style='border-width:0'>3212</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Retweets</td>\n<td style='border-width:0'>633</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Short tweets</td>\n<td style='border-width:0'>160</td>\n</tr>\n<tr style='border-width:0'>\n<td style='border-width:0'>Tweets kept</td>\n<td style='border-width:0'>2419</td>\n</tr>\n</tbody>\n</table>\n\nExplore the data, which is tracked with W&B artifacts at every step of the pipeline.", "## Training procedure\n\nThe model is based on a pre-trained GPT-2 which is fine-tuned on @gpeyronnet's tweets.\n\nHyperparameters and metrics are recorded in the W&B training run for full transparency and reproducibility.\n\nAt the end of training, the final model is logged and versioned.", "## Intended uses & limitations", "### How to use\n\nYou can use this model directly with a pipeline for text generation:\n\n<pre><code><span style=\"color:#03A9F4\">from</span> transformers <span style=\"color:#03A9F4\">import</span> pipeline\ngenerator = pipeline(<span style=\"color:#FF9800\">'text-generation'</span>,\n model=<span style=\"color:#FF9800\">'huggingtweets/gpeyronnet'</span>)\ngenerator(<span style=\"color:#FF9800\">\"My dream is\"</span>, num_return_sequences=<span style=\"color:#8BC34A\">5</span>)</code></pre>", "### Limitations and bias\n\nThe model suffers from the same limitations and bias as GPT-2.\n\nIn addition, the data present in the user's tweets further affects the text generated by the model.", "## About\n\n*Built by Boris Dayma*\n\n</section>\n\n![Follow](URL\n\n<section class='prose'>\nFor more details, visit the project repository.\n</section>\n\n![GitHub stars](URL" ]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "## How does it work?\n\nThe model uses the following pipeline.\n\n!pipeline\n\nTo understand how the model was developed, check the W&B report.", "## Training data\n\nThe model was trained on @gpeyronnet's tweets.\n\n<table style='border-width:0'>\n<thead style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #CBD5E0'>\n<th style='border-width:0'>Data</th>\n<th style='border-width:0'>Quantity</th>\n</tr>\n</thead>\n<tbody style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Tweets downloaded</td>\n<td style='border-width:0'>3212</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Retweets</td>\n<td style='border-width:0'>633</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Short tweets</td>\n<td style='border-width:0'>160</td>\n</tr>\n<tr style='border-width:0'>\n<td style='border-width:0'>Tweets kept</td>\n<td style='border-width:0'>2419</td>\n</tr>\n</tbody>\n</table>\n\nExplore the data, which is tracked with W&B artifacts at every step of the pipeline.", "## Training procedure\n\nThe model is based on a pre-trained GPT-2 which is fine-tuned on @gpeyronnet's tweets.\n\nHyperparameters and metrics are recorded in the W&B training run for full transparency and reproducibility.\n\nAt the end of training, the final model is logged and versioned.", "## Intended uses & limitations", "### How to use\n\nYou can use this model directly with a pipeline for text generation:\n\n<pre><code><span style=\"color:#03A9F4\">from</span> transformers <span style=\"color:#03A9F4\">import</span> pipeline\ngenerator = pipeline(<span style=\"color:#FF9800\">'text-generation'</span>,\n model=<span style=\"color:#FF9800\">'huggingtweets/gpeyronnet'</span>)\ngenerator(<span style=\"color:#FF9800\">\"My dream is\"</span>, num_return_sequences=<span style=\"color:#8BC34A\">5</span>)</code></pre>", "### Limitations and bias\n\nThe model suffers from the same limitations and bias as GPT-2.\n\nIn addition, the data present in the user's tweets further affects the text generated by the model.", "## About\n\n*Built by Boris Dayma*\n\n</section>\n\n![Follow](URL\n\n<section class='prose'>\nFor more details, visit the project repository.\n</section>\n\n![GitHub stars](URL" ]
[ 57, 34, 430, 76, 9, 168, 48, 58 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n## How does it work?\n\nThe model uses the following pipeline.\n\n!pipeline\n\nTo understand how the model was developed, check the W&B report." ]
[ -0.04084593802690506, 0.035596683621406555, -0.0024457171093672514, 0.04662978649139404, 0.10991521924734116, 0.022836215794086456, 0.12812861800193787, 0.0424627922475338, -0.03746044635772705, -0.03597303107380867, 0.22758877277374268, 0.1009177565574646, 0.03089720755815506, 0.17962171137332916, 0.010350672528147697, -0.2703946828842163, 0.015237200073897839, 0.0647135004401207, -0.07720091193914413, 0.15752871334552765, 0.05562684312462807, -0.049801189452409744, 0.08214939385652542, 0.032038331031799316, -0.165513277053833, -0.004831716418266296, -0.02072383277118206, -0.04504403471946716, 0.09232694655656815, 0.06956911832094193, 0.07011176645755768, 0.034282486885786057, 0.017851393669843674, -0.0714372918009758, 0.06354191154241562, 0.014452377334237099, -0.02349161170423031, 0.13615116477012634, 0.028668763116002083, -0.0002947957837022841, 0.1798527091741562, 0.11815319955348969, 0.016722125932574272, 0.016196802258491516, -0.1166125237941742, -0.0606788769364357, 0.012365915812551975, 0.04470464214682579, 0.10005760192871094, 0.058856748044490814, 0.01943058706820011, 0.13215520977973938, -0.1164829432964325, 0.08512931317090988, 0.1828341782093048, -0.24191047251224518, -0.006823094096034765, 0.061043880879879, 0.08518847078084946, 0.02852868288755417, -0.0027500083670020103, 0.050437480211257935, 0.06484624743461609, 0.021347152069211006, 0.03636380657553673, -0.0638979896903038, 0.05009674280881882, 0.011186900548636913, -0.10215270519256592, -0.07660897821187973, 0.2294245809316635, -0.0602995827794075, 0.004886541981250048, -0.028186868876218796, -0.08490151911973953, -0.06026294082403183, -0.012795685790479183, -0.05738116800785065, -0.01700775697827339, 0.034475523978471756, 0.0214629378169775, -0.10922146588563919, -0.07046429812908173, -0.1146778091788292, -0.09578189998865128, 0.17879855632781982, -0.02900231070816517, 0.08940442651510239, -0.2603394091129303, 0.2254239320755005, 0.07019765675067902, -0.11909467726945877, 0.04757627099752426, -0.11814092099666595, 0.08530338853597641, 0.02207805961370468, 0.041434839367866516, 0.07761925458908081, 0.04161522537469864, 0.11940909177064896, 0.03257475048303604, -0.00314142694696784, 0.05456724017858505, 0.07224375009536743, 0.0941813513636589, 0.1230122447013855, -0.07287998497486115, -0.07873915135860443, 0.08034131675958633, -0.04709449037909508, -0.11787727475166321, -0.06861002743244171, -0.1452382206916809, -0.004202034790068865, -0.0335184708237648, 0.07922724634408951, 0.05637102574110031, 0.09526676684617996, -0.01433930266648531, -0.05777551606297493, 0.04157217592000961, -0.06985066086053848, 0.019995175302028656, -0.011708668433129787, -0.060763102024793625, 0.13121068477630615, 0.04688004031777382, -0.014275136403739452, -0.08673419058322906, 0.07951672375202179, -0.1204570084810257, -0.07978847622871399, -0.08239417523145676, -0.05098734796047211, -0.007686138618737459, -0.11281027644872665, 0.049203939735889435, -0.11458899080753326, -0.22705501317977905, -0.01313747651875019, 0.04550096020102501, -0.016462473198771477, -0.03707117214798927, -0.040630146861076355, -0.009473399259150028, 0.04880702868103981, -0.042894408106803894, 0.039052072912454605, -0.05325083062052727, 0.050018906593322754, -0.09618895500898361, 0.051321301609277725, -0.10470817238092422, 0.041251372545957565, -0.09671807289123535, 0.07595963031053543, 0.0017866486450657248, 0.0454767569899559, 0.010063555091619492, 0.08985432982444763, -0.03214199095964432, -0.044836416840553284, -0.07869677990674973, 0.026561295613646507, 0.02284199558198452, 0.20134314894676208, -0.10196486860513687, -0.0819794163107872, 0.12614667415618896, -0.07252102345228195, -0.1288122832775116, 0.0409054271876812, -0.02831157296895981, 0.17958028614521027, 0.07370224595069885, 0.16096454858779907, 0.12039237469434738, -0.03798284754157066, 0.1263856589794159, 0.14821170270442963, -0.1269366294145584, -0.004153167363256216, 0.039416827261447906, 0.014042570255696774, -0.20559121668338776, 0.04052022844552994, -0.01946125738322735, 0.06584736704826355, -0.10201486945152283, -0.00946728140115738, 0.0031527038663625717, -0.02320384420454502, 0.0023026331327855587, -0.0472555048763752, 0.061078161001205444, 0.038737643510103226, -0.022763127461075783, 0.029682613909244537, 0.06635552644729614, -0.026160234585404396, -0.00823320634663105, -0.04484035447239876, 0.10009831935167313, -0.07260703295469284, 0.06797321885824203, -0.13160665333271027, -0.003086181590333581, -0.012450510635972023, 0.0972909927368164, 0.03811546042561531, 0.10621625185012817, 0.05470104143023491, 0.03126294165849686, 0.07701993733644485, -0.02846951223909855, 0.0746634304523468, 0.01002051867544651, -0.0850096121430397, -0.1272277683019638, 0.015217535197734833, -0.10649837553501129, -0.004191380459815264, -0.08523700386285782, -0.0015737697249278426, -0.12802091240882874, 0.05826076865196228, -0.016465239226818085, 0.0539434514939785, -0.055182818323373795, -0.04337453469634056, -0.044662054628133774, -0.022007398307323456, 0.0482511967420578, -0.033139705657958984, -0.06687536835670471, 0.16832175850868225, -0.15395553410053253, 0.2592274248600006, 0.1313537061214447, -0.0889907032251358, 0.002020547864958644, -0.07812081277370453, -0.04194976016879082, -0.012868959456682205, 0.07527336478233337, -0.03700125962495804, 0.15495356917381287, -0.03386903926730156, 0.17382068932056427, -0.099679134786129, -0.0334031768143177, 0.02144831046462059, -0.10981054604053497, 0.057656705379486084, 0.08051177859306335, 0.04427298903465271, -0.159133642911911, 0.08837400376796722, 0.19756358861923218, 0.05472150072455406, 0.20321963727474213, -0.006869805511087179, -0.06112205237150192, -0.05358194187283516, -0.0808696523308754, -0.052568696439266205, 0.056259434670209885, -0.09903126955032349, -0.004000484477728605, 0.06423190236091614, 0.08783505111932755, 0.11237549781799316, -0.10904275625944138, -0.046180129051208496, 0.05125856027007103, -0.004819708876311779, -0.051060013473033905, 0.07006146013736725, -0.0659489631652832, 0.13217470049858093, 0.014598124660551548, -0.07049204409122467, 0.0036125897895544767, -0.004913401324301958, -0.11891388893127441, 0.20653130114078522, -0.08047540485858917, -0.27306002378463745, -0.16792123019695282, -0.16288253664970398, 0.07165426760911942, 0.038431257009506226, 0.033738572150468826, -0.08776884526014328, -0.020982403308153152, 0.004409478977322578, 0.11553267389535904, -0.09698133170604706, 0.013121976517140865, 0.008159824647009373, -0.018650712445378304, -0.07579360157251358, -0.09033482521772385, -0.0241270512342453, -0.02461584471166134, 0.020020704716444016, 0.03998296707868576, -0.11154978722333908, 0.06758414953947067, 0.2167699933052063, -0.015538511797785759, 0.06870997697114944, 0.00025148785789497197, 0.26176807284355164, -0.08426473289728165, 0.040830448269844055, 0.11926601082086563, -0.08760137856006622, 0.05199241638183594, 0.07132956385612488, 0.03210015222430229, -0.014074578881263733, 0.016441889107227325, -0.11233895272016525, -0.12864868342876434, -0.1923626959323883, -0.06961654871702194, -0.028241310268640518, 0.13464264571666718, 0.031150488182902336, 0.04321796074509621, 0.10346641391515732, 0.07471037656068802, 0.06701335310935974, 0.03259968012571335, -0.0005120337591506541, 0.0647427961230278, 0.024594781920313835, -0.05812343955039978, 0.054217349737882614, -0.04845457896590233, -0.0797470211982727, 0.08279551565647125, -0.011098933406174183, 0.0927528515458107, 0.06928195804357529, 0.02340286411345005, 0.018686039373278618, 0.04218229651451111, 0.15593960881233215, 0.22442668676376343, -0.012412761338055134, -0.041085485368967056, -0.05078154057264328, -0.040494389832019806, -0.01600850187242031, 0.015044075436890125, -0.05785144492983818, -0.033252447843551636, -0.0728597640991211, -0.015066487714648247, 0.011195010505616665, 0.015441779047250748, 0.07578693330287933, -0.22024130821228027, -0.038240667432546616, 0.042616840451955795, -0.013794191181659698, -0.10639895498752594, 0.05872863903641701, 0.016779562458395958, -0.17391349375247955, -0.07854076474905014, -0.016605399549007416, 0.1603294163942337, -0.030760308727622032, 0.0619782954454422, 0.005449770484119654, 0.02271227352321148, -0.013140208087861538, 0.11191333085298538, -0.27346712350845337, 0.1954270750284195, 0.001131516881287098, -0.04876048117876053, -0.016439033672213554, -0.04243995249271393, 0.0009058643481694162, 0.14556926488876343, 0.09718295931816101, 0.0028763783629983664, 0.0669604167342186, -0.07678256928920746, -0.11943262070417404, 0.05284353718161583, 0.08068333566188812, -0.07738065719604492, 0.029960619285702705, -0.029798466712236404, 0.027152907103300095, -0.007555682212114334, -0.030231619253754616, 0.002119861776009202, -0.11661309748888016, 0.02936525270342827, -0.08075195550918579, 0.06012337654829025, 0.02433968149125576, -0.02529163844883442, -0.012048180215060711, 0.1316436529159546, -0.013300766237080097, -0.08264251798391342, -0.08976204693317413, -0.02328740619122982, 0.09523095935583115, -0.05599937587976456, 0.03358715400099754, -0.08175740391016006, -0.04073614999651909, 0.005860272329300642, -0.16970814764499664, 0.06983034312725067, -0.10846570879220963, -0.09971687942743301, -0.050264790654182434, 0.15346404910087585, 0.013677009381353855, 0.025709833949804306, 0.03220117464661598, -0.04211581498384476, -0.18150363862514496, -0.15989434719085693, -0.007562890648841858, 0.0717545747756958, -0.04433317109942436, 0.03638565540313721, 0.007171243894845247, 0.10013602674007416, 0.004198792390525341, 0.07230839878320694, 0.2026015669107437, 0.16423118114471436, -0.08760133385658264, 0.17723721265792847, 0.16266676783561707, -0.12243213504552841, -0.2722402811050415, -0.09522651135921478, -0.05925937369465828, 0.03468820080161095, 0.02297091670334339, -0.13072867691516876, 0.06184706464409828, -0.011241482570767403, -0.004976592492312193, 0.13391432166099548, -0.2790721356868744, -0.07025358080863953, 0.13864430785179138, -0.012145180255174637, 0.2560276985168457, -0.042459286749362946, -0.08155408501625061, -0.060940731316804886, -0.2339130938053131, 0.1595010906457901, -0.12908293306827545, 0.030256805941462517, -0.06380902975797653, 0.1317017376422882, 0.04475972056388855, -0.051817599684000015, 0.13714583218097687, -0.0770399421453476, 0.03692200407385826, -0.1231972947716713, -0.01437266543507576, 0.05212629213929176, -0.014681367203593254, 0.10554680228233337, -0.053141020238399506, 0.10400939732789993, -0.12106935679912567, -0.052672889083623886, -0.054288461804389954, 0.017598338425159454, -0.023758167400956154, -0.05668776109814644, -0.039483629167079926, -0.05230721831321716, 0.00942184031009674, -0.024894973263144493, -0.008981208316981792, -0.02189256064593792, 0.08200293034315109, 0.10853444039821625, 0.1416669338941574, -0.04508063197135925, -0.02666328102350235, -0.029412275180220604, -0.043095141649246216, 0.07755832374095917, -0.1675589680671692, -0.020979177206754684, 0.15767353773117065, 0.008264025673270226, 0.08081416040658951, 0.07994852215051651, -0.043529048562049866, -0.04116993397474289, 0.09435915946960449, -0.23738352954387665, -0.032961416989564896, -0.07289689034223557, -0.032304681837558746, 0.05143286660313606, 0.06389017403125763, 0.11233682930469513, -0.055076416581869125, -0.015500548295676708, 0.038369257003068924, -0.013473432511091232, -0.10457789897918701, 0.12659704685211182, 0.07594829052686691, 0.04931824654340744, -0.13000807166099548, 0.03979043290019035, -0.02080575004220009, -0.024042857810854912, -0.009190280921757221, 0.09610513597726822, -0.13868926465511322, -0.061987441033124924, 0.01100219041109085, 0.1624082624912262, -0.08940329402685165, -0.054934311658144, -0.00678250240162015, -0.07782098650932312, 0.06215988099575043, 0.06269455701112747, 0.039047662168741226, 0.10006190836429596, -0.08492296934127808, -0.004345493856817484, -0.04427671059966087, 0.02742549031972885, 0.04004936292767525, -0.01839151792228222, -0.11644710600376129, 0.050648268312215805, 0.01261399406939745, 0.21786263585090637, -0.12195943295955658, -0.07748695462942123, -0.13975368440151215, 0.03579137846827507, -0.1441981941461563, -0.02782432734966278, -0.09455464035272598, -0.0542730838060379, -0.024786408990621567, -0.02354593575000763, -0.05044161155819893, -0.03595460206270218, -0.06568260490894318, 0.04963921010494232, -0.01889806240797043, -0.04201965406537056, -0.018809955567121506, 0.04780932888388634, 0.10624072700738907, -0.0022816911805421114, 0.11582330614328384, 0.10476028919219971, -0.06149300932884216, 0.06964143365621567, -0.08975338935852051, 0.049342647194862366, 0.010800108313560486, -0.03639211133122444, 0.07890737056732178, 0.033158838748931885, 0.011678727343678474, -0.02014644630253315, -0.05248590186238289, 0.015699470415711403, 0.019494805485010147, -0.09001129865646362, 0.04338252544403076, 0.03427375108003616, -0.07128193974494934, -0.06945458799600601, -0.02831537090241909, -0.04915383830666542, 0.10966338962316513, 0.09227382391691208, 0.01580313965678215, 0.11524862796068192, -0.09982031583786011, -0.0043287696316838264, 0.0288130734115839, -0.08074736595153809, -0.01706261746585369, -0.10044533759355545, -0.01304725930094719, -0.02274717018008232, 0.2554529011249542, 0.12089171260595322, -0.025309232994914055, -0.03230812028050423, 0.07114472985267639, 0.08105676621198654, -0.0211230106651783, 0.14824873208999634, 0.03444083034992218, -0.0007331980159506202, -0.1400776505470276, 0.10673409700393677, -0.060156434774398804, -0.010151425376534462, 0.09550673514604568, -0.08319920301437378, 0.048856139183044434, 0.07468824833631516, -0.01950058713555336, 0.05372466519474983, -0.11716536432504654, -0.2690386474132538, 0.023945249617099762, 0.027653370052576065, -0.0441947840154171, 0.07253700494766235, 0.145015150308609, 0.00042942073196172714, 0.05244648456573486, 0.061493102461099625, -0.05709811672568321, -0.17804701626300812, -0.19115881621837616, -0.0384756401181221, -0.11082857847213745, -0.023826930671930313, -0.10639674216508865, 0.04148538038134575, -0.02072913944721222, 0.05925795063376427, -0.09639845043420792, 0.12447383254766464, 0.06843417137861252, -0.11577396094799042, 0.05810433253645897, -0.008805959485471249, 0.048459235578775406, -0.07387776672840118, 0.08210063725709915, -0.10721065104007721, -0.026499031111598015, -0.016933415085077286, 0.03711435943841934, -0.05858420953154564, 0.0011270071845501661, -0.10357651859521866, -0.06808403134346008, -0.056935109198093414, 0.09072309732437134, -0.024477418512105942, 0.03998230770230293, -0.014557241462171078, -0.061277762055397034, -0.025446701794862747, 0.2273169606924057, -0.018587565049529076, -0.043939489871263504, -0.0661960318684578, 0.2851298749446869, -0.06544138491153717, 0.07253559678792953, -0.032977886497974396, -0.001274158013984561, -0.07127615064382553, 0.2931469976902008, 0.36314713954925537, -0.14264726638793945, 0.011796033009886742, -0.018389053642749786, 0.03556118905544281, 0.07535336911678314, 0.18024654686450958, 0.07291083037853241, 0.3107033371925354, -0.04080776497721672, -0.01225926261395216, -0.10546047985553741, -0.03835856914520264, 0.014304363168776035, 0.02947218343615532, 0.08378855139017105, -0.05586446449160576, -0.06808875501155853, 0.1039084792137146, -0.26703301072120667, -0.02056516334414482, -0.16380304098129272, -0.061613935977220535, -0.04166705906391144, 0.0007227687747217715, 0.07237391918897629, 0.028740311041474342, 0.05115301162004471, -0.039005450904369354, -0.047156207263469696, 0.057444483041763306, -0.02154913917183876, -0.12674635648727417, 0.0002557095722295344, 0.143532857298851, -0.07906237244606018, -0.0018181405030190945, 0.0032308290246874094, 0.060348983854055405, 0.044118594378232956, 0.04119637981057167, -0.10164451599121094, 0.02608482725918293, 0.01246592216193676, -0.03363148868083954, -0.028164468705654144, 0.008156497962772846, 0.07835527509450912, -0.21697945892810822, 0.0020338469184935093, -0.14078554511070251, 0.011757226660847664, -0.07641053944826126, -0.006896127946674824, -0.08222074061632156, 0.03242125362157822, 0.004625517874956131, 0.1118803396821022, 0.11125602573156357, -0.03202005848288536, -0.0006144302315078676, -0.06265610456466675, 0.06727221608161926, -0.06884542852640152, -0.02960195019841194, -0.025150567293167114, -0.09257599711418152, -0.09335606545209885, 0.09815482050180435, -0.022339481860399246, -0.1427105814218521, 0.007601875811815262, -0.09401176869869232, -0.04369132220745087, -0.021486658602952957, 0.09382037818431854, 0.11086808145046234, 0.09180203825235367, -0.007599277421832085, 0.047748953104019165, 0.03120456263422966, 0.07436691224575043, -0.12886843085289001, -0.10148585587739944 ]
null
null
transformers
<link rel="stylesheet" href="https://unpkg.com/@tailwindcss/[email protected]/dist/typography.min.css"> <style> @media (prefers-color-scheme: dark) { .prose { color: #E2E8F0 !important; } .prose h2, .prose h3, .prose a, .prose thead { color: #F7FAFC !important; } } </style> <section class='prose'> <div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1317293570496266241/skdF2SBu_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">AI Wint Pontifex 🤖 AI Bot </div> <div style="font-size: 15px; color: #657786">@gpt2drilpapa bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://app.wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-model-to-generate-tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@gpt2drilpapa's tweets](https://twitter.com/gpt2drilpapa). <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'>218</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'>22</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'>3</td> </tr> <tr style='border-width:0'> <td style='border-width:0'>Tweets kept</td> <td style='border-width:0'>193</td> </tr> </tbody> </table> [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/1yjlghvn/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @gpt2drilpapa's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/m5q357m9) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/m5q357m9/artifacts) is logged and versioned. ## Intended uses & limitations ### How to use 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/gpt2drilpapa'</span>) generator(<span style="color:#FF9800">"My dream is"</span>, num_return_sequences=<span style="color:#8BC34A">5</span>)</code></pre> ### Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* </section> [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) <section class='prose'> For more details, visit the project repository. </section> [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/gpt2drilpapa/1611164765660/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/gpt2drilpapa
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
<link rel="stylesheet" href="URL <style> @media (prefers-color-scheme: dark) { .prose { color: #E2E8F0 !important; } .prose h2, .prose h3, .prose a, .prose thead { color: #F7FAFC !important; } } </style> <section class='prose'> <div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('URL </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">AI Wint Pontifex AI Bot </div> <div style="font-size: 15px; color: #657786">@gpt2drilpapa bot</div> </div> I was made with huggingtweets. Create your own bot based on your favorite user with the demo! ## How does it work? The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. ## Training data The model was trained on @gpt2drilpapa'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'>218</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'>22</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'>3</td> </tr> <tr style='border-width:0'> <td style='border-width:0'>Tweets kept</td> <td style='border-width:0'>193</td> </tr> </tbody> </table> Explore the data, which is tracked with W&B artifacts at every step of the pipeline. ## Training procedure The model is based on a pre-trained GPT-2 which is fine-tuned on @gpt2drilpapa'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. ## Intended uses & limitations ### How to use 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/gpt2drilpapa'</span>) generator(<span style="color:#FF9800">"My dream is"</span>, num_return_sequences=<span style="color:#8BC34A">5</span>)</code></pre> ### Limitations and bias 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. ## About *Built by Boris Dayma* </section> ![Follow](URL <section class='prose'> For more details, visit the project repository. </section> ![GitHub stars](URL
[ "## How does it work?\n\nThe model uses the following pipeline.\n\n!pipeline\n\nTo understand how the model was developed, check the W&B report.", "## Training data\n\nThe model was trained on @gpt2drilpapa's tweets.\n\n<table style='border-width:0'>\n<thead style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #CBD5E0'>\n<th style='border-width:0'>Data</th>\n<th style='border-width:0'>Quantity</th>\n</tr>\n</thead>\n<tbody style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Tweets downloaded</td>\n<td style='border-width:0'>218</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Retweets</td>\n<td style='border-width:0'>22</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Short tweets</td>\n<td style='border-width:0'>3</td>\n</tr>\n<tr style='border-width:0'>\n<td style='border-width:0'>Tweets kept</td>\n<td style='border-width:0'>193</td>\n</tr>\n</tbody>\n</table>\n\nExplore the data, which is tracked with W&B artifacts at every step of the pipeline.", "## Training procedure\n\nThe model is based on a pre-trained GPT-2 which is fine-tuned on @gpt2drilpapa's tweets.\n\nHyperparameters and metrics are recorded in the W&B training run for full transparency and reproducibility.\n\nAt the end of training, the final model is logged and versioned.", "## Intended uses & limitations", "### How to use\n\nYou can use this model directly with a pipeline for text generation:\n\n<pre><code><span style=\"color:#03A9F4\">from</span> transformers <span style=\"color:#03A9F4\">import</span> pipeline\ngenerator = pipeline(<span style=\"color:#FF9800\">'text-generation'</span>,\n model=<span style=\"color:#FF9800\">'huggingtweets/gpt2drilpapa'</span>)\ngenerator(<span style=\"color:#FF9800\">\"My dream is\"</span>, num_return_sequences=<span style=\"color:#8BC34A\">5</span>)</code></pre>", "### Limitations and bias\n\nThe model suffers from the same limitations and bias as GPT-2.\n\nIn addition, the data present in the user's tweets further affects the text generated by the model.", "## About\n\n*Built by Boris Dayma*\n\n</section>\n\n![Follow](URL\n\n<section class='prose'>\nFor more details, visit the project repository.\n</section>\n\n![GitHub stars](URL" ]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "## How does it work?\n\nThe model uses the following pipeline.\n\n!pipeline\n\nTo understand how the model was developed, check the W&B report.", "## Training data\n\nThe model was trained on @gpt2drilpapa's tweets.\n\n<table style='border-width:0'>\n<thead style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #CBD5E0'>\n<th style='border-width:0'>Data</th>\n<th style='border-width:0'>Quantity</th>\n</tr>\n</thead>\n<tbody style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Tweets downloaded</td>\n<td style='border-width:0'>218</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Retweets</td>\n<td style='border-width:0'>22</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Short tweets</td>\n<td style='border-width:0'>3</td>\n</tr>\n<tr style='border-width:0'>\n<td style='border-width:0'>Tweets kept</td>\n<td style='border-width:0'>193</td>\n</tr>\n</tbody>\n</table>\n\nExplore the data, which is tracked with W&B artifacts at every step of the pipeline.", "## Training procedure\n\nThe model is based on a pre-trained GPT-2 which is fine-tuned on @gpt2drilpapa's tweets.\n\nHyperparameters and metrics are recorded in the W&B training run for full transparency and reproducibility.\n\nAt the end of training, the final model is logged and versioned.", "## Intended uses & limitations", "### How to use\n\nYou can use this model directly with a pipeline for text generation:\n\n<pre><code><span style=\"color:#03A9F4\">from</span> transformers <span style=\"color:#03A9F4\">import</span> pipeline\ngenerator = pipeline(<span style=\"color:#FF9800\">'text-generation'</span>,\n model=<span style=\"color:#FF9800\">'huggingtweets/gpt2drilpapa'</span>)\ngenerator(<span style=\"color:#FF9800\">\"My dream is\"</span>, num_return_sequences=<span style=\"color:#8BC34A\">5</span>)</code></pre>", "### Limitations and bias\n\nThe model suffers from the same limitations and bias as GPT-2.\n\nIn addition, the data present in the user's tweets further affects the text generated by the model.", "## About\n\n*Built by Boris Dayma*\n\n</section>\n\n![Follow](URL\n\n<section class='prose'>\nFor more details, visit the project repository.\n</section>\n\n![GitHub stars](URL" ]
[ 57, 34, 432, 78, 9, 170, 48, 58 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n## How does it work?\n\nThe model uses the following pipeline.\n\n!pipeline\n\nTo understand how the model was developed, check the W&B report." ]
[ -0.04084593802690506, 0.035596683621406555, -0.0024457171093672514, 0.04662978649139404, 0.10991521924734116, 0.022836215794086456, 0.12812861800193787, 0.0424627922475338, -0.03746044635772705, -0.03597303107380867, 0.22758877277374268, 0.1009177565574646, 0.03089720755815506, 0.17962171137332916, 0.010350672528147697, -0.2703946828842163, 0.015237200073897839, 0.0647135004401207, -0.07720091193914413, 0.15752871334552765, 0.05562684312462807, -0.049801189452409744, 0.08214939385652542, 0.032038331031799316, -0.165513277053833, -0.004831716418266296, -0.02072383277118206, -0.04504403471946716, 0.09232694655656815, 0.06956911832094193, 0.07011176645755768, 0.034282486885786057, 0.017851393669843674, -0.0714372918009758, 0.06354191154241562, 0.014452377334237099, -0.02349161170423031, 0.13615116477012634, 0.028668763116002083, -0.0002947957837022841, 0.1798527091741562, 0.11815319955348969, 0.016722125932574272, 0.016196802258491516, -0.1166125237941742, -0.0606788769364357, 0.012365915812551975, 0.04470464214682579, 0.10005760192871094, 0.058856748044490814, 0.01943058706820011, 0.13215520977973938, -0.1164829432964325, 0.08512931317090988, 0.1828341782093048, -0.24191047251224518, -0.006823094096034765, 0.061043880879879, 0.08518847078084946, 0.02852868288755417, -0.0027500083670020103, 0.050437480211257935, 0.06484624743461609, 0.021347152069211006, 0.03636380657553673, -0.0638979896903038, 0.05009674280881882, 0.011186900548636913, -0.10215270519256592, -0.07660897821187973, 0.2294245809316635, -0.0602995827794075, 0.004886541981250048, -0.028186868876218796, -0.08490151911973953, -0.06026294082403183, -0.012795685790479183, -0.05738116800785065, -0.01700775697827339, 0.034475523978471756, 0.0214629378169775, -0.10922146588563919, -0.07046429812908173, -0.1146778091788292, -0.09578189998865128, 0.17879855632781982, -0.02900231070816517, 0.08940442651510239, -0.2603394091129303, 0.2254239320755005, 0.07019765675067902, -0.11909467726945877, 0.04757627099752426, -0.11814092099666595, 0.08530338853597641, 0.02207805961370468, 0.041434839367866516, 0.07761925458908081, 0.04161522537469864, 0.11940909177064896, 0.03257475048303604, -0.00314142694696784, 0.05456724017858505, 0.07224375009536743, 0.0941813513636589, 0.1230122447013855, -0.07287998497486115, -0.07873915135860443, 0.08034131675958633, -0.04709449037909508, -0.11787727475166321, -0.06861002743244171, -0.1452382206916809, -0.004202034790068865, -0.0335184708237648, 0.07922724634408951, 0.05637102574110031, 0.09526676684617996, -0.01433930266648531, -0.05777551606297493, 0.04157217592000961, -0.06985066086053848, 0.019995175302028656, -0.011708668433129787, -0.060763102024793625, 0.13121068477630615, 0.04688004031777382, -0.014275136403739452, -0.08673419058322906, 0.07951672375202179, -0.1204570084810257, -0.07978847622871399, -0.08239417523145676, -0.05098734796047211, -0.007686138618737459, -0.11281027644872665, 0.049203939735889435, -0.11458899080753326, -0.22705501317977905, -0.01313747651875019, 0.04550096020102501, -0.016462473198771477, -0.03707117214798927, -0.040630146861076355, -0.009473399259150028, 0.04880702868103981, -0.042894408106803894, 0.039052072912454605, -0.05325083062052727, 0.050018906593322754, -0.09618895500898361, 0.051321301609277725, -0.10470817238092422, 0.041251372545957565, -0.09671807289123535, 0.07595963031053543, 0.0017866486450657248, 0.0454767569899559, 0.010063555091619492, 0.08985432982444763, -0.03214199095964432, -0.044836416840553284, -0.07869677990674973, 0.026561295613646507, 0.02284199558198452, 0.20134314894676208, -0.10196486860513687, -0.0819794163107872, 0.12614667415618896, -0.07252102345228195, -0.1288122832775116, 0.0409054271876812, -0.02831157296895981, 0.17958028614521027, 0.07370224595069885, 0.16096454858779907, 0.12039237469434738, -0.03798284754157066, 0.1263856589794159, 0.14821170270442963, -0.1269366294145584, -0.004153167363256216, 0.039416827261447906, 0.014042570255696774, -0.20559121668338776, 0.04052022844552994, -0.01946125738322735, 0.06584736704826355, -0.10201486945152283, -0.00946728140115738, 0.0031527038663625717, -0.02320384420454502, 0.0023026331327855587, -0.0472555048763752, 0.061078161001205444, 0.038737643510103226, -0.022763127461075783, 0.029682613909244537, 0.06635552644729614, -0.026160234585404396, -0.00823320634663105, -0.04484035447239876, 0.10009831935167313, -0.07260703295469284, 0.06797321885824203, -0.13160665333271027, -0.003086181590333581, -0.012450510635972023, 0.0972909927368164, 0.03811546042561531, 0.10621625185012817, 0.05470104143023491, 0.03126294165849686, 0.07701993733644485, -0.02846951223909855, 0.0746634304523468, 0.01002051867544651, -0.0850096121430397, -0.1272277683019638, 0.015217535197734833, -0.10649837553501129, -0.004191380459815264, -0.08523700386285782, -0.0015737697249278426, -0.12802091240882874, 0.05826076865196228, -0.016465239226818085, 0.0539434514939785, -0.055182818323373795, -0.04337453469634056, -0.044662054628133774, -0.022007398307323456, 0.0482511967420578, -0.033139705657958984, -0.06687536835670471, 0.16832175850868225, -0.15395553410053253, 0.2592274248600006, 0.1313537061214447, -0.0889907032251358, 0.002020547864958644, -0.07812081277370453, -0.04194976016879082, -0.012868959456682205, 0.07527336478233337, -0.03700125962495804, 0.15495356917381287, -0.03386903926730156, 0.17382068932056427, -0.099679134786129, -0.0334031768143177, 0.02144831046462059, -0.10981054604053497, 0.057656705379486084, 0.08051177859306335, 0.04427298903465271, -0.159133642911911, 0.08837400376796722, 0.19756358861923218, 0.05472150072455406, 0.20321963727474213, -0.006869805511087179, -0.06112205237150192, -0.05358194187283516, -0.0808696523308754, -0.052568696439266205, 0.056259434670209885, -0.09903126955032349, -0.004000484477728605, 0.06423190236091614, 0.08783505111932755, 0.11237549781799316, -0.10904275625944138, -0.046180129051208496, 0.05125856027007103, -0.004819708876311779, -0.051060013473033905, 0.07006146013736725, -0.0659489631652832, 0.13217470049858093, 0.014598124660551548, -0.07049204409122467, 0.0036125897895544767, -0.004913401324301958, -0.11891388893127441, 0.20653130114078522, -0.08047540485858917, -0.27306002378463745, -0.16792123019695282, -0.16288253664970398, 0.07165426760911942, 0.038431257009506226, 0.033738572150468826, -0.08776884526014328, -0.020982403308153152, 0.004409478977322578, 0.11553267389535904, -0.09698133170604706, 0.013121976517140865, 0.008159824647009373, -0.018650712445378304, -0.07579360157251358, -0.09033482521772385, -0.0241270512342453, -0.02461584471166134, 0.020020704716444016, 0.03998296707868576, -0.11154978722333908, 0.06758414953947067, 0.2167699933052063, -0.015538511797785759, 0.06870997697114944, 0.00025148785789497197, 0.26176807284355164, -0.08426473289728165, 0.040830448269844055, 0.11926601082086563, -0.08760137856006622, 0.05199241638183594, 0.07132956385612488, 0.03210015222430229, -0.014074578881263733, 0.016441889107227325, -0.11233895272016525, -0.12864868342876434, -0.1923626959323883, -0.06961654871702194, -0.028241310268640518, 0.13464264571666718, 0.031150488182902336, 0.04321796074509621, 0.10346641391515732, 0.07471037656068802, 0.06701335310935974, 0.03259968012571335, -0.0005120337591506541, 0.0647427961230278, 0.024594781920313835, -0.05812343955039978, 0.054217349737882614, -0.04845457896590233, -0.0797470211982727, 0.08279551565647125, -0.011098933406174183, 0.0927528515458107, 0.06928195804357529, 0.02340286411345005, 0.018686039373278618, 0.04218229651451111, 0.15593960881233215, 0.22442668676376343, -0.012412761338055134, -0.041085485368967056, -0.05078154057264328, -0.040494389832019806, -0.01600850187242031, 0.015044075436890125, -0.05785144492983818, -0.033252447843551636, -0.0728597640991211, -0.015066487714648247, 0.011195010505616665, 0.015441779047250748, 0.07578693330287933, -0.22024130821228027, -0.038240667432546616, 0.042616840451955795, -0.013794191181659698, -0.10639895498752594, 0.05872863903641701, 0.016779562458395958, -0.17391349375247955, -0.07854076474905014, -0.016605399549007416, 0.1603294163942337, -0.030760308727622032, 0.0619782954454422, 0.005449770484119654, 0.02271227352321148, -0.013140208087861538, 0.11191333085298538, -0.27346712350845337, 0.1954270750284195, 0.001131516881287098, -0.04876048117876053, -0.016439033672213554, -0.04243995249271393, 0.0009058643481694162, 0.14556926488876343, 0.09718295931816101, 0.0028763783629983664, 0.0669604167342186, -0.07678256928920746, -0.11943262070417404, 0.05284353718161583, 0.08068333566188812, -0.07738065719604492, 0.029960619285702705, -0.029798466712236404, 0.027152907103300095, -0.007555682212114334, -0.030231619253754616, 0.002119861776009202, -0.11661309748888016, 0.02936525270342827, -0.08075195550918579, 0.06012337654829025, 0.02433968149125576, -0.02529163844883442, -0.012048180215060711, 0.1316436529159546, -0.013300766237080097, -0.08264251798391342, -0.08976204693317413, -0.02328740619122982, 0.09523095935583115, -0.05599937587976456, 0.03358715400099754, -0.08175740391016006, -0.04073614999651909, 0.005860272329300642, -0.16970814764499664, 0.06983034312725067, -0.10846570879220963, -0.09971687942743301, -0.050264790654182434, 0.15346404910087585, 0.013677009381353855, 0.025709833949804306, 0.03220117464661598, -0.04211581498384476, -0.18150363862514496, -0.15989434719085693, -0.007562890648841858, 0.0717545747756958, -0.04433317109942436, 0.03638565540313721, 0.007171243894845247, 0.10013602674007416, 0.004198792390525341, 0.07230839878320694, 0.2026015669107437, 0.16423118114471436, -0.08760133385658264, 0.17723721265792847, 0.16266676783561707, -0.12243213504552841, -0.2722402811050415, -0.09522651135921478, -0.05925937369465828, 0.03468820080161095, 0.02297091670334339, -0.13072867691516876, 0.06184706464409828, -0.011241482570767403, -0.004976592492312193, 0.13391432166099548, -0.2790721356868744, -0.07025358080863953, 0.13864430785179138, -0.012145180255174637, 0.2560276985168457, -0.042459286749362946, -0.08155408501625061, -0.060940731316804886, -0.2339130938053131, 0.1595010906457901, -0.12908293306827545, 0.030256805941462517, -0.06380902975797653, 0.1317017376422882, 0.04475972056388855, -0.051817599684000015, 0.13714583218097687, -0.0770399421453476, 0.03692200407385826, -0.1231972947716713, -0.01437266543507576, 0.05212629213929176, -0.014681367203593254, 0.10554680228233337, -0.053141020238399506, 0.10400939732789993, -0.12106935679912567, -0.052672889083623886, -0.054288461804389954, 0.017598338425159454, -0.023758167400956154, -0.05668776109814644, -0.039483629167079926, -0.05230721831321716, 0.00942184031009674, -0.024894973263144493, -0.008981208316981792, -0.02189256064593792, 0.08200293034315109, 0.10853444039821625, 0.1416669338941574, -0.04508063197135925, -0.02666328102350235, -0.029412275180220604, -0.043095141649246216, 0.07755832374095917, -0.1675589680671692, -0.020979177206754684, 0.15767353773117065, 0.008264025673270226, 0.08081416040658951, 0.07994852215051651, -0.043529048562049866, -0.04116993397474289, 0.09435915946960449, -0.23738352954387665, -0.032961416989564896, -0.07289689034223557, -0.032304681837558746, 0.05143286660313606, 0.06389017403125763, 0.11233682930469513, -0.055076416581869125, -0.015500548295676708, 0.038369257003068924, -0.013473432511091232, -0.10457789897918701, 0.12659704685211182, 0.07594829052686691, 0.04931824654340744, -0.13000807166099548, 0.03979043290019035, -0.02080575004220009, -0.024042857810854912, -0.009190280921757221, 0.09610513597726822, -0.13868926465511322, -0.061987441033124924, 0.01100219041109085, 0.1624082624912262, -0.08940329402685165, -0.054934311658144, -0.00678250240162015, -0.07782098650932312, 0.06215988099575043, 0.06269455701112747, 0.039047662168741226, 0.10006190836429596, -0.08492296934127808, -0.004345493856817484, -0.04427671059966087, 0.02742549031972885, 0.04004936292767525, -0.01839151792228222, -0.11644710600376129, 0.050648268312215805, 0.01261399406939745, 0.21786263585090637, -0.12195943295955658, -0.07748695462942123, -0.13975368440151215, 0.03579137846827507, -0.1441981941461563, -0.02782432734966278, -0.09455464035272598, -0.0542730838060379, -0.024786408990621567, -0.02354593575000763, -0.05044161155819893, -0.03595460206270218, -0.06568260490894318, 0.04963921010494232, -0.01889806240797043, -0.04201965406537056, -0.018809955567121506, 0.04780932888388634, 0.10624072700738907, -0.0022816911805421114, 0.11582330614328384, 0.10476028919219971, -0.06149300932884216, 0.06964143365621567, -0.08975338935852051, 0.049342647194862366, 0.010800108313560486, -0.03639211133122444, 0.07890737056732178, 0.033158838748931885, 0.011678727343678474, -0.02014644630253315, -0.05248590186238289, 0.015699470415711403, 0.019494805485010147, -0.09001129865646362, 0.04338252544403076, 0.03427375108003616, -0.07128193974494934, -0.06945458799600601, -0.02831537090241909, -0.04915383830666542, 0.10966338962316513, 0.09227382391691208, 0.01580313965678215, 0.11524862796068192, -0.09982031583786011, -0.0043287696316838264, 0.0288130734115839, -0.08074736595153809, -0.01706261746585369, -0.10044533759355545, -0.01304725930094719, -0.02274717018008232, 0.2554529011249542, 0.12089171260595322, -0.025309232994914055, -0.03230812028050423, 0.07114472985267639, 0.08105676621198654, -0.0211230106651783, 0.14824873208999634, 0.03444083034992218, -0.0007331980159506202, -0.1400776505470276, 0.10673409700393677, -0.060156434774398804, -0.010151425376534462, 0.09550673514604568, -0.08319920301437378, 0.048856139183044434, 0.07468824833631516, -0.01950058713555336, 0.05372466519474983, -0.11716536432504654, -0.2690386474132538, 0.023945249617099762, 0.027653370052576065, -0.0441947840154171, 0.07253700494766235, 0.145015150308609, 0.00042942073196172714, 0.05244648456573486, 0.061493102461099625, -0.05709811672568321, -0.17804701626300812, -0.19115881621837616, -0.0384756401181221, -0.11082857847213745, -0.023826930671930313, -0.10639674216508865, 0.04148538038134575, -0.02072913944721222, 0.05925795063376427, -0.09639845043420792, 0.12447383254766464, 0.06843417137861252, -0.11577396094799042, 0.05810433253645897, -0.008805959485471249, 0.048459235578775406, -0.07387776672840118, 0.08210063725709915, -0.10721065104007721, -0.026499031111598015, -0.016933415085077286, 0.03711435943841934, -0.05858420953154564, 0.0011270071845501661, -0.10357651859521866, -0.06808403134346008, -0.056935109198093414, 0.09072309732437134, -0.024477418512105942, 0.03998230770230293, -0.014557241462171078, -0.061277762055397034, -0.025446701794862747, 0.2273169606924057, -0.018587565049529076, -0.043939489871263504, -0.0661960318684578, 0.2851298749446869, -0.06544138491153717, 0.07253559678792953, -0.032977886497974396, -0.001274158013984561, -0.07127615064382553, 0.2931469976902008, 0.36314713954925537, -0.14264726638793945, 0.011796033009886742, -0.018389053642749786, 0.03556118905544281, 0.07535336911678314, 0.18024654686450958, 0.07291083037853241, 0.3107033371925354, -0.04080776497721672, -0.01225926261395216, -0.10546047985553741, -0.03835856914520264, 0.014304363168776035, 0.02947218343615532, 0.08378855139017105, -0.05586446449160576, -0.06808875501155853, 0.1039084792137146, -0.26703301072120667, -0.02056516334414482, -0.16380304098129272, -0.061613935977220535, -0.04166705906391144, 0.0007227687747217715, 0.07237391918897629, 0.028740311041474342, 0.05115301162004471, -0.039005450904369354, -0.047156207263469696, 0.057444483041763306, -0.02154913917183876, -0.12674635648727417, 0.0002557095722295344, 0.143532857298851, -0.07906237244606018, -0.0018181405030190945, 0.0032308290246874094, 0.060348983854055405, 0.044118594378232956, 0.04119637981057167, -0.10164451599121094, 0.02608482725918293, 0.01246592216193676, -0.03363148868083954, -0.028164468705654144, 0.008156497962772846, 0.07835527509450912, -0.21697945892810822, 0.0020338469184935093, -0.14078554511070251, 0.011757226660847664, -0.07641053944826126, -0.006896127946674824, -0.08222074061632156, 0.03242125362157822, 0.004625517874956131, 0.1118803396821022, 0.11125602573156357, -0.03202005848288536, -0.0006144302315078676, -0.06265610456466675, 0.06727221608161926, -0.06884542852640152, -0.02960195019841194, -0.025150567293167114, -0.09257599711418152, -0.09335606545209885, 0.09815482050180435, -0.022339481860399246, -0.1427105814218521, 0.007601875811815262, -0.09401176869869232, -0.04369132220745087, -0.021486658602952957, 0.09382037818431854, 0.11086808145046234, 0.09180203825235367, -0.007599277421832085, 0.047748953104019165, 0.03120456263422966, 0.07436691224575043, -0.12886843085289001, -0.10148585587739944 ]
null
null
transformers
<div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1377643512540364800/DkedSo33_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">naomi 🍄 🌙 🤖 AI Bot </div> <div style="font-size: 15px">@gr1my_w41fu bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@gr1my_w41fu's tweets](https://twitter.com/gr1my_w41fu). | Data | Quantity | | --- | --- | | Tweets downloaded | 3228 | | Retweets | 603 | | Short tweets | 619 | | Tweets kept | 2006 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/3neoafnn/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @gr1my_w41fu's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/yds64f47) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/yds64f47/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/gr1my_w41fu') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/gr1my_w41fu/1617756086013/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/gr1my_w41fu
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
naomi AI Bot @gr1my\_w41fu bot I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on @gr1my\_w41fu's tweets. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @gr1my\_w41fu'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 57 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 0.004547144751995802, -0.006708405911922455, -0.007013476919382811, 0.01947171241044998, 0.15818242728710175, 0.03448796644806862, 0.08709780126810074, 0.15389476716518402, -0.019877297803759575, -0.022431448101997375, 0.18047170341014862, 0.173692986369133, -0.012988686561584473, 0.09047263860702515, -0.05271327868103981, -0.2622397541999817, 0.03682216629385948, 0.05513067543506622, -0.007422737777233124, 0.14252057671546936, 0.07580838352441788, -0.023790201172232628, 0.11380083113908768, -0.02966974675655365, -0.202972412109375, 0.03197307139635086, 0.0615268237888813, -0.09518525749444962, 0.11083168536424637, 0.04628797993063927, 0.08698221296072006, 0.022143812850117683, -0.07331052422523499, -0.120787613093853, 0.04532235115766525, 0.045263588428497314, -0.06358368694782257, 0.06480421870946884, 0.08820623904466629, -0.1065920814871788, 0.1416475921869278, 0.07373794168233871, -0.01588049717247486, 0.07824484258890152, -0.17789237201213837, -0.03725104406476021, -0.036331940442323685, 0.007741300854831934, 0.07058489322662354, 0.0750737413764, -0.019116664305329323, 0.1746976524591446, -0.06598041951656342, 0.09777773916721344, 0.17528840899467468, -0.2887236773967743, -0.018040433526039124, 0.0492081381380558, 0.0887371376156807, 0.04900359362363815, -0.024227341637015343, 0.08339477330446243, 0.06365471333265305, 0.01686069741845131, 0.014271941967308521, -0.06960906833410263, -0.09346919506788254, 0.03645368665456772, -0.06932124495506287, -0.05699722096323967, 0.22001419961452484, -0.0334535576403141, 0.04674676060676575, -0.03953840583562851, -0.09316058456897736, -0.028927378356456757, -0.027232296764850616, -0.00907184462994337, -0.05413005128502846, 0.08754174411296844, -0.015151693485677242, -0.06331931799650192, -0.1435878872871399, -0.012912428006529808, -0.15805892646312714, 0.13816505670547485, 0.004333257209509611, 0.04586424678564072, -0.22094038128852844, 0.1012546569108963, 0.022817784920334816, -0.08995530754327774, 0.04930093511939049, -0.09425957500934601, 0.0717538446187973, 0.0007676240638829768, -0.04885277524590492, -0.02944779396057129, 0.08848895877599716, 0.14690880477428436, -0.02718975953757763, 0.005980455316603184, -0.01338018849492073, 0.0733228251338005, 0.059399042278528214, 0.028748195618391037, -0.006081049330532551, -0.052236080169677734, 0.05618719011545181, -0.1417204737663269, -0.010511515662074089, -0.07227712869644165, -0.10605388879776001, -0.04232237488031387, 0.03443120792508125, 0.060671232640743256, 0.042230576276779175, 0.11220116913318634, -0.04771716892719269, -0.01857093721628189, 0.05281376466155052, -0.03979083523154259, -0.008994937874376774, -0.01990325190126896, 0.018122754991054535, 0.13074275851249695, -0.019943278282880783, 0.03407962992787361, -0.10256942361593246, 0.05431444197893143, -0.10281401127576828, -0.01971535198390484, -0.014149561524391174, -0.04367954283952713, 0.031883664429187775, -0.12165860831737518, 0.016123656183481216, -0.16833168268203735, -0.14714312553405762, 0.002859292319044471, -0.016588665544986725, -0.017911825329065323, -0.07954888790845871, -0.04400517791509628, -0.02466505579650402, 0.06924423575401306, -0.04276731237769127, -0.00935916043817997, -0.05846982076764107, 0.11090090870857239, -0.05349889397621155, 0.07203050702810287, -0.1194647029042244, 0.0557217076420784, -0.14930842816829681, -0.013004516251385212, -0.04842504858970642, 0.07119924575090408, 0.015398351475596428, 0.1813964694738388, -0.006925920024514198, -0.003623353084549308, -0.09382472932338715, 0.06455672532320023, -0.02733452245593071, 0.24096953868865967, -0.0756828561425209, -0.14226967096328735, 0.21630549430847168, -0.06334739923477173, -0.14993034303188324, 0.1314547061920166, 0.01843975856900215, 0.08251222223043442, 0.10434340685606003, 0.19023460149765015, 0.01808990351855755, -0.007808534894138575, 0.054424818605184555, 0.07603957504034042, -0.1683882623910904, -0.033340878784656525, 0.0012923459289595485, -0.00014291972911451012, -0.1366809904575348, 0.04632483050227165, 0.1230006217956543, 0.09730340540409088, -0.07249721139669418, -0.018487868830561638, -0.030607668682932854, 0.0016078021144494414, 0.04144361615180969, -0.0005212334799580276, 0.09951234608888626, -0.1033509373664856, -0.04366454482078552, -0.06751791387796402, -0.002970147645100951, 0.011176802217960358, 0.03924661502242088, -0.04455869272351265, 0.09700342267751694, -0.007412149105221033, 0.0545678474009037, -0.13708296418190002, -0.07981666922569275, -0.016090448945760727, 0.1597585678100586, 0.040224816650152206, 0.04663374274969101, 0.0566885769367218, -0.05624469742178917, -0.015493324026465416, -0.010199432261288166, 0.16243304312229156, -0.04404180869460106, -0.07694169133901596, -0.07860849797725677, 0.10474636405706406, -0.06389671564102173, 0.026263169944286346, -0.051667314022779465, 0.024654213339090347, 0.04686986654996872, 0.1110762283205986, 0.004046999383717775, 0.026442723348736763, -0.012835992500185966, -0.007690808270126581, -0.07657550275325775, -0.01617686077952385, 0.1077079176902771, -0.0017721779877319932, -0.06809886544942856, 0.2437063455581665, -0.16884316504001617, 0.21163912117481232, 0.20976658165454865, -0.2492678016424179, -0.02882898785173893, -0.04848965257406235, -0.04766342043876648, -0.0012878701090812683, 0.06041788309812546, -0.034700244665145874, 0.09027024358510971, -0.03288675472140312, 0.16564396023750305, -0.051203593611717224, -0.07646744698286057, 0.019007064402103424, -0.05823178589344025, -0.05114857107400894, 0.07018019258975983, 0.08213616907596588, -0.1630844622850418, 0.18756183981895447, 0.21879082918167114, 0.06839460134506226, 0.2044064849615097, 0.00858453568071127, -0.010656360536813736, 0.07200875878334045, -0.04608747735619545, -0.03843220695853233, -0.06601633131504059, -0.15238076448440552, -0.03009703755378723, 0.06625645607709885, 0.030863380059599876, 0.09900964051485062, -0.09019728004932404, -0.08104760944843292, -0.017665131017565727, 0.004776675254106522, 0.00156646769028157, 0.11991100758314133, 0.03676433861255646, 0.13820022344589233, -0.01955524832010269, 0.022415857762098312, 0.08040772378444672, 0.016582515090703964, -0.10843544453382492, 0.16101348400115967, -0.13329310715198517, -0.3788211941719055, -0.14546175301074982, -0.13134250044822693, -0.020925991237163544, 0.03777816519141197, 0.1120775043964386, -0.1329103261232376, 0.005511005409061909, -0.007893978618085384, 0.10391844809055328, -0.08707519620656967, 0.039245378226041794, -0.07586963474750519, 0.0314689576625824, -0.060405436903238297, -0.07552991807460785, -0.03722400963306427, -0.028465405106544495, -0.09132689982652664, 0.16675986349582672, -0.11130212247371674, 0.06035055220127106, 0.16001324355602264, 0.021197395399212837, 0.03523072600364685, -0.05174810439348221, 0.18330632150173187, -0.112345851957798, 0.020098978653550148, 0.15624848008155823, -0.013005592860281467, 0.08254575729370117, 0.08188403397798538, -0.013132697902619839, -0.10316278785467148, 0.05240294709801674, 0.001463406952098012, -0.10209372639656067, -0.1950312703847885, -0.10119245946407318, -0.08230090886354446, 0.15922248363494873, 0.06361804902553558, 0.058937788009643555, 0.17968137562274933, 0.07578518986701965, -0.038606274873018265, -0.00038743947516195476, -0.00239798822440207, 0.08808282762765884, 0.13635766506195068, -0.01442645862698555, 0.1225903332233429, -0.04975935071706772, -0.10913994163274765, 0.12899059057235718, 0.01750512234866619, 0.03937286511063576, 0.051435839384794235, 0.021011192351579666, -0.011281835846602917, 0.11866551637649536, 0.13484057784080505, 0.10447502881288528, -0.015693627297878265, -0.0293489471077919, -0.04774824157357216, -0.01359935849905014, -0.033305928111076355, 0.03640862926840782, 0.008061517030000687, -0.14140670001506805, -0.06158366799354553, -0.11537835001945496, 0.08758961409330368, 0.10668005049228668, 0.07567808032035828, -0.21108253300189972, -0.003950516227632761, 0.07933880388736725, -0.03630997985601425, -0.11126025766134262, 0.08416172116994858, 0.03095286712050438, -0.1277567446231842, 0.07218055427074432, -0.03519461303949356, 0.12458370625972748, -0.0032897875644266605, 0.09583556652069092, -0.03598680719733238, -0.027483470737934113, -0.013308011926710606, 0.09818253666162491, -0.3191508650779724, 0.1621316522359848, -0.017933005467057228, -0.0618131123483181, -0.06667962670326233, -0.02528184838593006, 0.015994107350707054, 0.07729468494653702, 0.10861869156360626, 0.021759910508990288, 0.01640525460243225, -0.07345785945653915, -0.042352862656116486, 0.038021303713321686, 0.12403716146945953, -0.06827268749475479, -0.012903391383588314, -0.04523605480790138, 0.00796645786613226, -0.017124788835644722, -0.008793274872004986, 0.006911922711879015, -0.14962191879749298, 0.05182485654950142, 0.014736213721334934, 0.07058768719434738, 0.0436982735991478, -0.014969068579375744, -0.09180716425180435, 0.18274778127670288, -0.015714606270194054, -0.07271543145179749, -0.12616917490959167, -0.05262751132249832, 0.030376195907592773, -0.05518756061792374, 0.021047864109277725, -0.06501689553260803, -0.0035362408962100744, -0.06755607575178146, -0.22007296979427338, 0.1278373897075653, -0.08437205106019974, -0.07192739844322205, -0.04912353679537773, 0.2010866105556488, -0.051223888993263245, 0.003238252131268382, 0.010222852230072021, 0.021994104608893394, -0.11474784463644028, -0.09469719231128693, 0.07112357765436172, -0.03247172012925148, 0.03123478777706623, 0.0022505864035338163, -0.04091062396764755, 0.016593176871538162, -0.06314414739608765, -0.011381587944924831, 0.27866554260253906, 0.23951324820518494, -0.040407944470644, 0.1904350072145462, 0.11012271791696548, -0.08163551241159439, -0.3069863021373749, -0.10166139155626297, -0.12140648066997528, -0.02996143139898777, -0.017288926988840103, -0.16865339875221252, 0.06477722525596619, 0.038930367678403854, 0.009261871688067913, 0.13778774440288544, -0.20730599761009216, -0.08823523670434952, 0.09138026833534241, -0.02557477355003357, 0.43079736828804016, -0.1257614940404892, -0.08959750831127167, -0.051866497844457626, -0.16516901552677155, 0.2173919379711151, -0.021592965349555016, 0.07857322692871094, -0.029561417177319527, 0.11770006269216537, 0.04697660356760025, -0.010707763023674488, 0.08040876686573029, -0.00884756539016962, 0.008373050950467587, -0.12410011142492294, -0.02768467366695404, 0.04874192550778389, 0.012378438375890255, 0.0013600040692836046, -0.09389680624008179, 0.020313434302806854, -0.15990203619003296, -0.018549781292676926, -0.11233476549386978, 0.07682323455810547, 0.025788001716136932, -0.06466120481491089, -0.003637736663222313, -0.04986237734556198, -0.015892893075942993, -0.01400828268378973, 0.1717434972524643, -0.04862768203020096, 0.19366511702537537, 0.03501616790890694, 0.11570870876312256, -0.1362973153591156, 0.06143493950366974, -0.06429426372051239, -0.07528600096702576, 0.07427702099084854, -0.1537967324256897, 0.05111055448651314, 0.09430045634508133, -0.030276626348495483, 0.05380253866314888, 0.08795086294412613, -0.003969982732087374, 0.004800081253051758, 0.15867236256599426, -0.2786487936973572, 0.01320126373320818, -0.07396841049194336, -0.06665283441543579, 0.10506758838891983, 0.06261139363050461, 0.17162823677062988, 0.011681869626045227, -0.056615445762872696, 0.01595049723982811, 0.02499506063759327, -0.04915530979633331, 0.04529924690723419, 0.008104361593723297, -0.010991688817739487, -0.13640300929546356, 0.08699746429920197, 0.0042801909148693085, -0.1531187742948532, 0.024680746719241142, 0.2155698835849762, -0.1260155886411667, -0.10237220674753189, -0.03444112092256546, 0.08444061875343323, -0.11519137024879456, 0.01753072999417782, -0.030764780938625336, -0.09109894186258316, 0.07448896765708923, 0.15248911082744598, 0.049206193536520004, 0.11775100976228714, -0.015379221178591251, -0.011753370985388756, -0.05147303268313408, -0.0317845419049263, 0.025745956227183342, 0.017857374623417854, -0.08257177472114563, 0.06648801267147064, -0.022109810262918472, 0.14559012651443481, -0.09791336953639984, -0.06602771580219269, -0.1468091756105423, -0.009785634465515614, -0.0695481076836586, -0.09207163751125336, -0.08133620768785477, -0.062133077532052994, 0.0010387726360931993, -0.03962359577417374, -0.04795864596962929, -0.0791037380695343, -0.10289866477251053, 0.009435068815946579, -0.02305566892027855, 0.03256045654416084, -0.06115729361772537, 0.007872066460549831, 0.12092912197113037, -0.028174830600619316, 0.16686207056045532, 0.1458095908164978, -0.09536580741405487, 0.10568815469741821, -0.16346460580825806, -0.08964221179485321, 0.0939340740442276, -0.01729099079966545, 0.027899714186787605, 0.11666940152645111, 0.014932696707546711, 0.04195788502693176, 0.035977672785520554, 0.06045130267739296, 0.03587699308991432, -0.11899011582136154, 0.07665140181779861, 0.009481414221227169, -0.1612047255039215, -0.06303887814283371, -0.08555969595909119, 0.030386725440621376, 0.021575886756181717, 0.12225193530321121, -0.045776769518852234, 0.0887017622590065, -0.07972796261310577, 0.027257539331912994, 0.02293219044804573, -0.181223064661026, -0.047844018787145615, -0.053065262734889984, 0.032686229795217514, 0.018960151821374893, 0.1893557906150818, 0.027213018387556076, -0.03697650134563446, 0.04549255222082138, 0.1042066365480423, 0.005313898902386427, 0.004829791374504566, 0.16259528696537018, 0.09423433989286423, -0.07654286175966263, -0.12226779758930206, 0.07556461542844772, 0.019673259928822517, -0.044067107141017914, 0.10607215762138367, -0.002448870101943612, 0.020163848996162415, 0.06910120695829391, -0.014892932027578354, 0.034322552382946014, -0.044286008924245834, -0.10698256641626358, -0.023580113425850868, 0.046367425471544266, 0.00669879000633955, 0.12847968935966492, 0.177873894572258, -0.002574790036305785, 0.025011489167809486, -0.0363602340221405, -0.024931130930781364, -0.13864666223526, -0.1558164656162262, -0.06855984032154083, -0.14875617623329163, 0.012976853176951408, -0.0915176048874855, 0.04695429280400276, 0.028682325035333633, 0.06887643784284592, -0.07052405923604965, 0.04384735971689224, 0.06974220275878906, -0.12065785378217697, 0.09397104382514954, -0.028081456199288368, 0.03704333305358887, -0.006730496883392334, -0.012833851389586926, -0.10013298690319061, 0.035936567932367325, -0.01747855544090271, 0.045271266251802444, -0.04546798765659332, 0.030429324135184288, -0.1703072488307953, -0.124412901699543, -0.04034453630447388, 0.06420420855283737, -0.06510858237743378, 0.03512151539325714, 0.019115818664431572, 0.013339218683540821, 0.03305599465966225, 0.23020225763320923, -0.03704051673412323, -0.02329315058887005, -0.042310282588005066, 0.16692522168159485, -0.014016710221767426, 0.08088304847478867, -0.03037172369658947, 0.0002500463742762804, -0.08417443931102753, 0.3385351300239563, 0.3027777075767517, -0.09020252525806427, 0.019915465265512466, -0.030905582010746002, 0.03936264291405678, 0.11892254650592804, 0.13376617431640625, 0.09784641861915588, 0.2282467782497406, -0.07217609137296677, -0.03032243251800537, -0.020507147535681725, -0.011079044081270695, -0.06650827825069427, 0.0879674032330513, 0.02507801540195942, -0.05553486570715904, -0.031693898141384125, 0.0812700018286705, -0.2327648252248764, 0.10665327310562134, -0.11289316415786743, -0.1636168211698532, -0.039189815521240234, 0.0042042857967317104, 0.08908319473266602, 0.015396242961287498, 0.11228121817111969, 0.009163780137896538, -0.07585213333368301, 0.017798418179154396, 0.028085503727197647, -0.24201616644859314, -0.008133855648338795, 0.060310713946819305, -0.12939085066318512, -0.004324504639953375, -0.027167800813913345, 0.007199867628514767, 0.059822265058755875, 0.029368450865149498, -0.04319324716925621, -0.001257759635336697, -0.010450302623212337, -0.008644461631774902, -0.011618612334132195, 0.07065588980913162, 0.046958792954683304, -0.13329142332077026, 0.06869500875473022, -0.11774353682994843, 0.033477768301963806, -0.05866728723049164, -0.015255378559231758, 0.000037100471672602, 0.03460683673620224, -0.04829782620072365, 0.07058211416006088, 0.07688362896442413, -0.015606098808348179, 0.000610517687164247, -0.0802936851978302, -0.036274004727602005, -0.019796574488282204, -0.09252054989337921, -0.08371094614267349, -0.13031646609306335, -0.11573562026023865, 0.1029667928814888, -0.02224794402718544, -0.19213621318340302, 0.03111329674720764, -0.12165344506502151, 0.045619383454322815, -0.1751558482646942, 0.11076030135154724, 0.08046020567417145, 0.01831907220184803, 0.011516088619828224, -0.02576824277639389, 0.08821021765470505, 0.11728470027446747, -0.07783648371696472, -0.08528783172369003 ]
null
null
transformers
<div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1362578535244648451/QGyOr2Y6_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">🌈ISⒶ//TED🃏🪳🍋 🤖 AI Bot </div> <div style="font-size: 15px">@gr8ful_ted bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://app.wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-model-to-generate-tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@gr8ful_ted's tweets](https://twitter.com/gr8ful_ted). | Data | Quantity | | --- | --- | | Tweets downloaded | 3192 | | Retweets | 347 | | Short tweets | 657 | | Tweets kept | 2188 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/2pvs8733/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @gr8ful_ted's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/evv8duo0) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/evv8duo0/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/gr8ful_ted') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/gr8ful_ted/1614111887321/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/gr8ful_ted
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
ISⒶ//TED🃏 AI Bot @gr8ful\_ted bot I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on @gr8ful\_ted's tweets. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @gr8ful\_ted'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 57 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 0.004547144751995802, -0.006708405911922455, -0.007013476919382811, 0.01947171241044998, 0.15818242728710175, 0.03448796644806862, 0.08709780126810074, 0.15389476716518402, -0.019877297803759575, -0.022431448101997375, 0.18047170341014862, 0.173692986369133, -0.012988686561584473, 0.09047263860702515, -0.05271327868103981, -0.2622397541999817, 0.03682216629385948, 0.05513067543506622, -0.007422737777233124, 0.14252057671546936, 0.07580838352441788, -0.023790201172232628, 0.11380083113908768, -0.02966974675655365, -0.202972412109375, 0.03197307139635086, 0.0615268237888813, -0.09518525749444962, 0.11083168536424637, 0.04628797993063927, 0.08698221296072006, 0.022143812850117683, -0.07331052422523499, -0.120787613093853, 0.04532235115766525, 0.045263588428497314, -0.06358368694782257, 0.06480421870946884, 0.08820623904466629, -0.1065920814871788, 0.1416475921869278, 0.07373794168233871, -0.01588049717247486, 0.07824484258890152, -0.17789237201213837, -0.03725104406476021, -0.036331940442323685, 0.007741300854831934, 0.07058489322662354, 0.0750737413764, -0.019116664305329323, 0.1746976524591446, -0.06598041951656342, 0.09777773916721344, 0.17528840899467468, -0.2887236773967743, -0.018040433526039124, 0.0492081381380558, 0.0887371376156807, 0.04900359362363815, -0.024227341637015343, 0.08339477330446243, 0.06365471333265305, 0.01686069741845131, 0.014271941967308521, -0.06960906833410263, -0.09346919506788254, 0.03645368665456772, -0.06932124495506287, -0.05699722096323967, 0.22001419961452484, -0.0334535576403141, 0.04674676060676575, -0.03953840583562851, -0.09316058456897736, -0.028927378356456757, -0.027232296764850616, -0.00907184462994337, -0.05413005128502846, 0.08754174411296844, -0.015151693485677242, -0.06331931799650192, -0.1435878872871399, -0.012912428006529808, -0.15805892646312714, 0.13816505670547485, 0.004333257209509611, 0.04586424678564072, -0.22094038128852844, 0.1012546569108963, 0.022817784920334816, -0.08995530754327774, 0.04930093511939049, -0.09425957500934601, 0.0717538446187973, 0.0007676240638829768, -0.04885277524590492, -0.02944779396057129, 0.08848895877599716, 0.14690880477428436, -0.02718975953757763, 0.005980455316603184, -0.01338018849492073, 0.0733228251338005, 0.059399042278528214, 0.028748195618391037, -0.006081049330532551, -0.052236080169677734, 0.05618719011545181, -0.1417204737663269, -0.010511515662074089, -0.07227712869644165, -0.10605388879776001, -0.04232237488031387, 0.03443120792508125, 0.060671232640743256, 0.042230576276779175, 0.11220116913318634, -0.04771716892719269, -0.01857093721628189, 0.05281376466155052, -0.03979083523154259, -0.008994937874376774, -0.01990325190126896, 0.018122754991054535, 0.13074275851249695, -0.019943278282880783, 0.03407962992787361, -0.10256942361593246, 0.05431444197893143, -0.10281401127576828, -0.01971535198390484, -0.014149561524391174, -0.04367954283952713, 0.031883664429187775, -0.12165860831737518, 0.016123656183481216, -0.16833168268203735, -0.14714312553405762, 0.002859292319044471, -0.016588665544986725, -0.017911825329065323, -0.07954888790845871, -0.04400517791509628, -0.02466505579650402, 0.06924423575401306, -0.04276731237769127, -0.00935916043817997, -0.05846982076764107, 0.11090090870857239, -0.05349889397621155, 0.07203050702810287, -0.1194647029042244, 0.0557217076420784, -0.14930842816829681, -0.013004516251385212, -0.04842504858970642, 0.07119924575090408, 0.015398351475596428, 0.1813964694738388, -0.006925920024514198, -0.003623353084549308, -0.09382472932338715, 0.06455672532320023, -0.02733452245593071, 0.24096953868865967, -0.0756828561425209, -0.14226967096328735, 0.21630549430847168, -0.06334739923477173, -0.14993034303188324, 0.1314547061920166, 0.01843975856900215, 0.08251222223043442, 0.10434340685606003, 0.19023460149765015, 0.01808990351855755, -0.007808534894138575, 0.054424818605184555, 0.07603957504034042, -0.1683882623910904, -0.033340878784656525, 0.0012923459289595485, -0.00014291972911451012, -0.1366809904575348, 0.04632483050227165, 0.1230006217956543, 0.09730340540409088, -0.07249721139669418, -0.018487868830561638, -0.030607668682932854, 0.0016078021144494414, 0.04144361615180969, -0.0005212334799580276, 0.09951234608888626, -0.1033509373664856, -0.04366454482078552, -0.06751791387796402, -0.002970147645100951, 0.011176802217960358, 0.03924661502242088, -0.04455869272351265, 0.09700342267751694, -0.007412149105221033, 0.0545678474009037, -0.13708296418190002, -0.07981666922569275, -0.016090448945760727, 0.1597585678100586, 0.040224816650152206, 0.04663374274969101, 0.0566885769367218, -0.05624469742178917, -0.015493324026465416, -0.010199432261288166, 0.16243304312229156, -0.04404180869460106, -0.07694169133901596, -0.07860849797725677, 0.10474636405706406, -0.06389671564102173, 0.026263169944286346, -0.051667314022779465, 0.024654213339090347, 0.04686986654996872, 0.1110762283205986, 0.004046999383717775, 0.026442723348736763, -0.012835992500185966, -0.007690808270126581, -0.07657550275325775, -0.01617686077952385, 0.1077079176902771, -0.0017721779877319932, -0.06809886544942856, 0.2437063455581665, -0.16884316504001617, 0.21163912117481232, 0.20976658165454865, -0.2492678016424179, -0.02882898785173893, -0.04848965257406235, -0.04766342043876648, -0.0012878701090812683, 0.06041788309812546, -0.034700244665145874, 0.09027024358510971, -0.03288675472140312, 0.16564396023750305, -0.051203593611717224, -0.07646744698286057, 0.019007064402103424, -0.05823178589344025, -0.05114857107400894, 0.07018019258975983, 0.08213616907596588, -0.1630844622850418, 0.18756183981895447, 0.21879082918167114, 0.06839460134506226, 0.2044064849615097, 0.00858453568071127, -0.010656360536813736, 0.07200875878334045, -0.04608747735619545, -0.03843220695853233, -0.06601633131504059, -0.15238076448440552, -0.03009703755378723, 0.06625645607709885, 0.030863380059599876, 0.09900964051485062, -0.09019728004932404, -0.08104760944843292, -0.017665131017565727, 0.004776675254106522, 0.00156646769028157, 0.11991100758314133, 0.03676433861255646, 0.13820022344589233, -0.01955524832010269, 0.022415857762098312, 0.08040772378444672, 0.016582515090703964, -0.10843544453382492, 0.16101348400115967, -0.13329310715198517, -0.3788211941719055, -0.14546175301074982, -0.13134250044822693, -0.020925991237163544, 0.03777816519141197, 0.1120775043964386, -0.1329103261232376, 0.005511005409061909, -0.007893978618085384, 0.10391844809055328, -0.08707519620656967, 0.039245378226041794, -0.07586963474750519, 0.0314689576625824, -0.060405436903238297, -0.07552991807460785, -0.03722400963306427, -0.028465405106544495, -0.09132689982652664, 0.16675986349582672, -0.11130212247371674, 0.06035055220127106, 0.16001324355602264, 0.021197395399212837, 0.03523072600364685, -0.05174810439348221, 0.18330632150173187, -0.112345851957798, 0.020098978653550148, 0.15624848008155823, -0.013005592860281467, 0.08254575729370117, 0.08188403397798538, -0.013132697902619839, -0.10316278785467148, 0.05240294709801674, 0.001463406952098012, -0.10209372639656067, -0.1950312703847885, -0.10119245946407318, -0.08230090886354446, 0.15922248363494873, 0.06361804902553558, 0.058937788009643555, 0.17968137562274933, 0.07578518986701965, -0.038606274873018265, -0.00038743947516195476, -0.00239798822440207, 0.08808282762765884, 0.13635766506195068, -0.01442645862698555, 0.1225903332233429, -0.04975935071706772, -0.10913994163274765, 0.12899059057235718, 0.01750512234866619, 0.03937286511063576, 0.051435839384794235, 0.021011192351579666, -0.011281835846602917, 0.11866551637649536, 0.13484057784080505, 0.10447502881288528, -0.015693627297878265, -0.0293489471077919, -0.04774824157357216, -0.01359935849905014, -0.033305928111076355, 0.03640862926840782, 0.008061517030000687, -0.14140670001506805, -0.06158366799354553, -0.11537835001945496, 0.08758961409330368, 0.10668005049228668, 0.07567808032035828, -0.21108253300189972, -0.003950516227632761, 0.07933880388736725, -0.03630997985601425, -0.11126025766134262, 0.08416172116994858, 0.03095286712050438, -0.1277567446231842, 0.07218055427074432, -0.03519461303949356, 0.12458370625972748, -0.0032897875644266605, 0.09583556652069092, -0.03598680719733238, -0.027483470737934113, -0.013308011926710606, 0.09818253666162491, -0.3191508650779724, 0.1621316522359848, -0.017933005467057228, -0.0618131123483181, -0.06667962670326233, -0.02528184838593006, 0.015994107350707054, 0.07729468494653702, 0.10861869156360626, 0.021759910508990288, 0.01640525460243225, -0.07345785945653915, -0.042352862656116486, 0.038021303713321686, 0.12403716146945953, -0.06827268749475479, -0.012903391383588314, -0.04523605480790138, 0.00796645786613226, -0.017124788835644722, -0.008793274872004986, 0.006911922711879015, -0.14962191879749298, 0.05182485654950142, 0.014736213721334934, 0.07058768719434738, 0.0436982735991478, -0.014969068579375744, -0.09180716425180435, 0.18274778127670288, -0.015714606270194054, -0.07271543145179749, -0.12616917490959167, -0.05262751132249832, 0.030376195907592773, -0.05518756061792374, 0.021047864109277725, -0.06501689553260803, -0.0035362408962100744, -0.06755607575178146, -0.22007296979427338, 0.1278373897075653, -0.08437205106019974, -0.07192739844322205, -0.04912353679537773, 0.2010866105556488, -0.051223888993263245, 0.003238252131268382, 0.010222852230072021, 0.021994104608893394, -0.11474784463644028, -0.09469719231128693, 0.07112357765436172, -0.03247172012925148, 0.03123478777706623, 0.0022505864035338163, -0.04091062396764755, 0.016593176871538162, -0.06314414739608765, -0.011381587944924831, 0.27866554260253906, 0.23951324820518494, -0.040407944470644, 0.1904350072145462, 0.11012271791696548, -0.08163551241159439, -0.3069863021373749, -0.10166139155626297, -0.12140648066997528, -0.02996143139898777, -0.017288926988840103, -0.16865339875221252, 0.06477722525596619, 0.038930367678403854, 0.009261871688067913, 0.13778774440288544, -0.20730599761009216, -0.08823523670434952, 0.09138026833534241, -0.02557477355003357, 0.43079736828804016, -0.1257614940404892, -0.08959750831127167, -0.051866497844457626, -0.16516901552677155, 0.2173919379711151, -0.021592965349555016, 0.07857322692871094, -0.029561417177319527, 0.11770006269216537, 0.04697660356760025, -0.010707763023674488, 0.08040876686573029, -0.00884756539016962, 0.008373050950467587, -0.12410011142492294, -0.02768467366695404, 0.04874192550778389, 0.012378438375890255, 0.0013600040692836046, -0.09389680624008179, 0.020313434302806854, -0.15990203619003296, -0.018549781292676926, -0.11233476549386978, 0.07682323455810547, 0.025788001716136932, -0.06466120481491089, -0.003637736663222313, -0.04986237734556198, -0.015892893075942993, -0.01400828268378973, 0.1717434972524643, -0.04862768203020096, 0.19366511702537537, 0.03501616790890694, 0.11570870876312256, -0.1362973153591156, 0.06143493950366974, -0.06429426372051239, -0.07528600096702576, 0.07427702099084854, -0.1537967324256897, 0.05111055448651314, 0.09430045634508133, -0.030276626348495483, 0.05380253866314888, 0.08795086294412613, -0.003969982732087374, 0.004800081253051758, 0.15867236256599426, -0.2786487936973572, 0.01320126373320818, -0.07396841049194336, -0.06665283441543579, 0.10506758838891983, 0.06261139363050461, 0.17162823677062988, 0.011681869626045227, -0.056615445762872696, 0.01595049723982811, 0.02499506063759327, -0.04915530979633331, 0.04529924690723419, 0.008104361593723297, -0.010991688817739487, -0.13640300929546356, 0.08699746429920197, 0.0042801909148693085, -0.1531187742948532, 0.024680746719241142, 0.2155698835849762, -0.1260155886411667, -0.10237220674753189, -0.03444112092256546, 0.08444061875343323, -0.11519137024879456, 0.01753072999417782, -0.030764780938625336, -0.09109894186258316, 0.07448896765708923, 0.15248911082744598, 0.049206193536520004, 0.11775100976228714, -0.015379221178591251, -0.011753370985388756, -0.05147303268313408, -0.0317845419049263, 0.025745956227183342, 0.017857374623417854, -0.08257177472114563, 0.06648801267147064, -0.022109810262918472, 0.14559012651443481, -0.09791336953639984, -0.06602771580219269, -0.1468091756105423, -0.009785634465515614, -0.0695481076836586, -0.09207163751125336, -0.08133620768785477, -0.062133077532052994, 0.0010387726360931993, -0.03962359577417374, -0.04795864596962929, -0.0791037380695343, -0.10289866477251053, 0.009435068815946579, -0.02305566892027855, 0.03256045654416084, -0.06115729361772537, 0.007872066460549831, 0.12092912197113037, -0.028174830600619316, 0.16686207056045532, 0.1458095908164978, -0.09536580741405487, 0.10568815469741821, -0.16346460580825806, -0.08964221179485321, 0.0939340740442276, -0.01729099079966545, 0.027899714186787605, 0.11666940152645111, 0.014932696707546711, 0.04195788502693176, 0.035977672785520554, 0.06045130267739296, 0.03587699308991432, -0.11899011582136154, 0.07665140181779861, 0.009481414221227169, -0.1612047255039215, -0.06303887814283371, -0.08555969595909119, 0.030386725440621376, 0.021575886756181717, 0.12225193530321121, -0.045776769518852234, 0.0887017622590065, -0.07972796261310577, 0.027257539331912994, 0.02293219044804573, -0.181223064661026, -0.047844018787145615, -0.053065262734889984, 0.032686229795217514, 0.018960151821374893, 0.1893557906150818, 0.027213018387556076, -0.03697650134563446, 0.04549255222082138, 0.1042066365480423, 0.005313898902386427, 0.004829791374504566, 0.16259528696537018, 0.09423433989286423, -0.07654286175966263, -0.12226779758930206, 0.07556461542844772, 0.019673259928822517, -0.044067107141017914, 0.10607215762138367, -0.002448870101943612, 0.020163848996162415, 0.06910120695829391, -0.014892932027578354, 0.034322552382946014, -0.044286008924245834, -0.10698256641626358, -0.023580113425850868, 0.046367425471544266, 0.00669879000633955, 0.12847968935966492, 0.177873894572258, -0.002574790036305785, 0.025011489167809486, -0.0363602340221405, -0.024931130930781364, -0.13864666223526, -0.1558164656162262, -0.06855984032154083, -0.14875617623329163, 0.012976853176951408, -0.0915176048874855, 0.04695429280400276, 0.028682325035333633, 0.06887643784284592, -0.07052405923604965, 0.04384735971689224, 0.06974220275878906, -0.12065785378217697, 0.09397104382514954, -0.028081456199288368, 0.03704333305358887, -0.006730496883392334, -0.012833851389586926, -0.10013298690319061, 0.035936567932367325, -0.01747855544090271, 0.045271266251802444, -0.04546798765659332, 0.030429324135184288, -0.1703072488307953, -0.124412901699543, -0.04034453630447388, 0.06420420855283737, -0.06510858237743378, 0.03512151539325714, 0.019115818664431572, 0.013339218683540821, 0.03305599465966225, 0.23020225763320923, -0.03704051673412323, -0.02329315058887005, -0.042310282588005066, 0.16692522168159485, -0.014016710221767426, 0.08088304847478867, -0.03037172369658947, 0.0002500463742762804, -0.08417443931102753, 0.3385351300239563, 0.3027777075767517, -0.09020252525806427, 0.019915465265512466, -0.030905582010746002, 0.03936264291405678, 0.11892254650592804, 0.13376617431640625, 0.09784641861915588, 0.2282467782497406, -0.07217609137296677, -0.03032243251800537, -0.020507147535681725, -0.011079044081270695, -0.06650827825069427, 0.0879674032330513, 0.02507801540195942, -0.05553486570715904, -0.031693898141384125, 0.0812700018286705, -0.2327648252248764, 0.10665327310562134, -0.11289316415786743, -0.1636168211698532, -0.039189815521240234, 0.0042042857967317104, 0.08908319473266602, 0.015396242961287498, 0.11228121817111969, 0.009163780137896538, -0.07585213333368301, 0.017798418179154396, 0.028085503727197647, -0.24201616644859314, -0.008133855648338795, 0.060310713946819305, -0.12939085066318512, -0.004324504639953375, -0.027167800813913345, 0.007199867628514767, 0.059822265058755875, 0.029368450865149498, -0.04319324716925621, -0.001257759635336697, -0.010450302623212337, -0.008644461631774902, -0.011618612334132195, 0.07065588980913162, 0.046958792954683304, -0.13329142332077026, 0.06869500875473022, -0.11774353682994843, 0.033477768301963806, -0.05866728723049164, -0.015255378559231758, 0.000037100471672602, 0.03460683673620224, -0.04829782620072365, 0.07058211416006088, 0.07688362896442413, -0.015606098808348179, 0.000610517687164247, -0.0802936851978302, -0.036274004727602005, -0.019796574488282204, -0.09252054989337921, -0.08371094614267349, -0.13031646609306335, -0.11573562026023865, 0.1029667928814888, -0.02224794402718544, -0.19213621318340302, 0.03111329674720764, -0.12165344506502151, 0.045619383454322815, -0.1751558482646942, 0.11076030135154724, 0.08046020567417145, 0.01831907220184803, 0.011516088619828224, -0.02576824277639389, 0.08821021765470505, 0.11728470027446747, -0.07783648371696472, -0.08528783172369003 ]
null
null
transformers
<div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1145004233516650501/D9FdtjJ5_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">gracchus strupp 🤖 AI Bot </div> <div style="font-size: 15px">@gracchusstrupp bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@gracchusstrupp's tweets](https://twitter.com/gracchusstrupp). | Data | Quantity | | --- | --- | | Tweets downloaded | 1189 | | Retweets | 690 | | Short tweets | 56 | | Tweets kept | 443 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/1m083rwp/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @gracchusstrupp's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/153lr6i9) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/153lr6i9/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/gracchusstrupp') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/gracchusstrupp/1617828463761/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/gracchusstrupp
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
gracchus strupp AI Bot @gracchusstrupp bot I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on @gracchusstrupp's tweets. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @gracchusstrupp'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 57 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 0.004547144751995802, -0.006708405911922455, -0.007013476919382811, 0.01947171241044998, 0.15818242728710175, 0.03448796644806862, 0.08709780126810074, 0.15389476716518402, -0.019877297803759575, -0.022431448101997375, 0.18047170341014862, 0.173692986369133, -0.012988686561584473, 0.09047263860702515, -0.05271327868103981, -0.2622397541999817, 0.03682216629385948, 0.05513067543506622, -0.007422737777233124, 0.14252057671546936, 0.07580838352441788, -0.023790201172232628, 0.11380083113908768, -0.02966974675655365, -0.202972412109375, 0.03197307139635086, 0.0615268237888813, -0.09518525749444962, 0.11083168536424637, 0.04628797993063927, 0.08698221296072006, 0.022143812850117683, -0.07331052422523499, -0.120787613093853, 0.04532235115766525, 0.045263588428497314, -0.06358368694782257, 0.06480421870946884, 0.08820623904466629, -0.1065920814871788, 0.1416475921869278, 0.07373794168233871, -0.01588049717247486, 0.07824484258890152, -0.17789237201213837, -0.03725104406476021, -0.036331940442323685, 0.007741300854831934, 0.07058489322662354, 0.0750737413764, -0.019116664305329323, 0.1746976524591446, -0.06598041951656342, 0.09777773916721344, 0.17528840899467468, -0.2887236773967743, -0.018040433526039124, 0.0492081381380558, 0.0887371376156807, 0.04900359362363815, -0.024227341637015343, 0.08339477330446243, 0.06365471333265305, 0.01686069741845131, 0.014271941967308521, -0.06960906833410263, -0.09346919506788254, 0.03645368665456772, -0.06932124495506287, -0.05699722096323967, 0.22001419961452484, -0.0334535576403141, 0.04674676060676575, -0.03953840583562851, -0.09316058456897736, -0.028927378356456757, -0.027232296764850616, -0.00907184462994337, -0.05413005128502846, 0.08754174411296844, -0.015151693485677242, -0.06331931799650192, -0.1435878872871399, -0.012912428006529808, -0.15805892646312714, 0.13816505670547485, 0.004333257209509611, 0.04586424678564072, -0.22094038128852844, 0.1012546569108963, 0.022817784920334816, -0.08995530754327774, 0.04930093511939049, -0.09425957500934601, 0.0717538446187973, 0.0007676240638829768, -0.04885277524590492, -0.02944779396057129, 0.08848895877599716, 0.14690880477428436, -0.02718975953757763, 0.005980455316603184, -0.01338018849492073, 0.0733228251338005, 0.059399042278528214, 0.028748195618391037, -0.006081049330532551, -0.052236080169677734, 0.05618719011545181, -0.1417204737663269, -0.010511515662074089, -0.07227712869644165, -0.10605388879776001, -0.04232237488031387, 0.03443120792508125, 0.060671232640743256, 0.042230576276779175, 0.11220116913318634, -0.04771716892719269, -0.01857093721628189, 0.05281376466155052, -0.03979083523154259, -0.008994937874376774, -0.01990325190126896, 0.018122754991054535, 0.13074275851249695, -0.019943278282880783, 0.03407962992787361, -0.10256942361593246, 0.05431444197893143, -0.10281401127576828, -0.01971535198390484, -0.014149561524391174, -0.04367954283952713, 0.031883664429187775, -0.12165860831737518, 0.016123656183481216, -0.16833168268203735, -0.14714312553405762, 0.002859292319044471, -0.016588665544986725, -0.017911825329065323, -0.07954888790845871, -0.04400517791509628, -0.02466505579650402, 0.06924423575401306, -0.04276731237769127, -0.00935916043817997, -0.05846982076764107, 0.11090090870857239, -0.05349889397621155, 0.07203050702810287, -0.1194647029042244, 0.0557217076420784, -0.14930842816829681, -0.013004516251385212, -0.04842504858970642, 0.07119924575090408, 0.015398351475596428, 0.1813964694738388, -0.006925920024514198, -0.003623353084549308, -0.09382472932338715, 0.06455672532320023, -0.02733452245593071, 0.24096953868865967, -0.0756828561425209, -0.14226967096328735, 0.21630549430847168, -0.06334739923477173, -0.14993034303188324, 0.1314547061920166, 0.01843975856900215, 0.08251222223043442, 0.10434340685606003, 0.19023460149765015, 0.01808990351855755, -0.007808534894138575, 0.054424818605184555, 0.07603957504034042, -0.1683882623910904, -0.033340878784656525, 0.0012923459289595485, -0.00014291972911451012, -0.1366809904575348, 0.04632483050227165, 0.1230006217956543, 0.09730340540409088, -0.07249721139669418, -0.018487868830561638, -0.030607668682932854, 0.0016078021144494414, 0.04144361615180969, -0.0005212334799580276, 0.09951234608888626, -0.1033509373664856, -0.04366454482078552, -0.06751791387796402, -0.002970147645100951, 0.011176802217960358, 0.03924661502242088, -0.04455869272351265, 0.09700342267751694, -0.007412149105221033, 0.0545678474009037, -0.13708296418190002, -0.07981666922569275, -0.016090448945760727, 0.1597585678100586, 0.040224816650152206, 0.04663374274969101, 0.0566885769367218, -0.05624469742178917, -0.015493324026465416, -0.010199432261288166, 0.16243304312229156, -0.04404180869460106, -0.07694169133901596, -0.07860849797725677, 0.10474636405706406, -0.06389671564102173, 0.026263169944286346, -0.051667314022779465, 0.024654213339090347, 0.04686986654996872, 0.1110762283205986, 0.004046999383717775, 0.026442723348736763, -0.012835992500185966, -0.007690808270126581, -0.07657550275325775, -0.01617686077952385, 0.1077079176902771, -0.0017721779877319932, -0.06809886544942856, 0.2437063455581665, -0.16884316504001617, 0.21163912117481232, 0.20976658165454865, -0.2492678016424179, -0.02882898785173893, -0.04848965257406235, -0.04766342043876648, -0.0012878701090812683, 0.06041788309812546, -0.034700244665145874, 0.09027024358510971, -0.03288675472140312, 0.16564396023750305, -0.051203593611717224, -0.07646744698286057, 0.019007064402103424, -0.05823178589344025, -0.05114857107400894, 0.07018019258975983, 0.08213616907596588, -0.1630844622850418, 0.18756183981895447, 0.21879082918167114, 0.06839460134506226, 0.2044064849615097, 0.00858453568071127, -0.010656360536813736, 0.07200875878334045, -0.04608747735619545, -0.03843220695853233, -0.06601633131504059, -0.15238076448440552, -0.03009703755378723, 0.06625645607709885, 0.030863380059599876, 0.09900964051485062, -0.09019728004932404, -0.08104760944843292, -0.017665131017565727, 0.004776675254106522, 0.00156646769028157, 0.11991100758314133, 0.03676433861255646, 0.13820022344589233, -0.01955524832010269, 0.022415857762098312, 0.08040772378444672, 0.016582515090703964, -0.10843544453382492, 0.16101348400115967, -0.13329310715198517, -0.3788211941719055, -0.14546175301074982, -0.13134250044822693, -0.020925991237163544, 0.03777816519141197, 0.1120775043964386, -0.1329103261232376, 0.005511005409061909, -0.007893978618085384, 0.10391844809055328, -0.08707519620656967, 0.039245378226041794, -0.07586963474750519, 0.0314689576625824, -0.060405436903238297, -0.07552991807460785, -0.03722400963306427, -0.028465405106544495, -0.09132689982652664, 0.16675986349582672, -0.11130212247371674, 0.06035055220127106, 0.16001324355602264, 0.021197395399212837, 0.03523072600364685, -0.05174810439348221, 0.18330632150173187, -0.112345851957798, 0.020098978653550148, 0.15624848008155823, -0.013005592860281467, 0.08254575729370117, 0.08188403397798538, -0.013132697902619839, -0.10316278785467148, 0.05240294709801674, 0.001463406952098012, -0.10209372639656067, -0.1950312703847885, -0.10119245946407318, -0.08230090886354446, 0.15922248363494873, 0.06361804902553558, 0.058937788009643555, 0.17968137562274933, 0.07578518986701965, -0.038606274873018265, -0.00038743947516195476, -0.00239798822440207, 0.08808282762765884, 0.13635766506195068, -0.01442645862698555, 0.1225903332233429, -0.04975935071706772, -0.10913994163274765, 0.12899059057235718, 0.01750512234866619, 0.03937286511063576, 0.051435839384794235, 0.021011192351579666, -0.011281835846602917, 0.11866551637649536, 0.13484057784080505, 0.10447502881288528, -0.015693627297878265, -0.0293489471077919, -0.04774824157357216, -0.01359935849905014, -0.033305928111076355, 0.03640862926840782, 0.008061517030000687, -0.14140670001506805, -0.06158366799354553, -0.11537835001945496, 0.08758961409330368, 0.10668005049228668, 0.07567808032035828, -0.21108253300189972, -0.003950516227632761, 0.07933880388736725, -0.03630997985601425, -0.11126025766134262, 0.08416172116994858, 0.03095286712050438, -0.1277567446231842, 0.07218055427074432, -0.03519461303949356, 0.12458370625972748, -0.0032897875644266605, 0.09583556652069092, -0.03598680719733238, -0.027483470737934113, -0.013308011926710606, 0.09818253666162491, -0.3191508650779724, 0.1621316522359848, -0.017933005467057228, -0.0618131123483181, -0.06667962670326233, -0.02528184838593006, 0.015994107350707054, 0.07729468494653702, 0.10861869156360626, 0.021759910508990288, 0.01640525460243225, -0.07345785945653915, -0.042352862656116486, 0.038021303713321686, 0.12403716146945953, -0.06827268749475479, -0.012903391383588314, -0.04523605480790138, 0.00796645786613226, -0.017124788835644722, -0.008793274872004986, 0.006911922711879015, -0.14962191879749298, 0.05182485654950142, 0.014736213721334934, 0.07058768719434738, 0.0436982735991478, -0.014969068579375744, -0.09180716425180435, 0.18274778127670288, -0.015714606270194054, -0.07271543145179749, -0.12616917490959167, -0.05262751132249832, 0.030376195907592773, -0.05518756061792374, 0.021047864109277725, -0.06501689553260803, -0.0035362408962100744, -0.06755607575178146, -0.22007296979427338, 0.1278373897075653, -0.08437205106019974, -0.07192739844322205, -0.04912353679537773, 0.2010866105556488, -0.051223888993263245, 0.003238252131268382, 0.010222852230072021, 0.021994104608893394, -0.11474784463644028, -0.09469719231128693, 0.07112357765436172, -0.03247172012925148, 0.03123478777706623, 0.0022505864035338163, -0.04091062396764755, 0.016593176871538162, -0.06314414739608765, -0.011381587944924831, 0.27866554260253906, 0.23951324820518494, -0.040407944470644, 0.1904350072145462, 0.11012271791696548, -0.08163551241159439, -0.3069863021373749, -0.10166139155626297, -0.12140648066997528, -0.02996143139898777, -0.017288926988840103, -0.16865339875221252, 0.06477722525596619, 0.038930367678403854, 0.009261871688067913, 0.13778774440288544, -0.20730599761009216, -0.08823523670434952, 0.09138026833534241, -0.02557477355003357, 0.43079736828804016, -0.1257614940404892, -0.08959750831127167, -0.051866497844457626, -0.16516901552677155, 0.2173919379711151, -0.021592965349555016, 0.07857322692871094, -0.029561417177319527, 0.11770006269216537, 0.04697660356760025, -0.010707763023674488, 0.08040876686573029, -0.00884756539016962, 0.008373050950467587, -0.12410011142492294, -0.02768467366695404, 0.04874192550778389, 0.012378438375890255, 0.0013600040692836046, -0.09389680624008179, 0.020313434302806854, -0.15990203619003296, -0.018549781292676926, -0.11233476549386978, 0.07682323455810547, 0.025788001716136932, -0.06466120481491089, -0.003637736663222313, -0.04986237734556198, -0.015892893075942993, -0.01400828268378973, 0.1717434972524643, -0.04862768203020096, 0.19366511702537537, 0.03501616790890694, 0.11570870876312256, -0.1362973153591156, 0.06143493950366974, -0.06429426372051239, -0.07528600096702576, 0.07427702099084854, -0.1537967324256897, 0.05111055448651314, 0.09430045634508133, -0.030276626348495483, 0.05380253866314888, 0.08795086294412613, -0.003969982732087374, 0.004800081253051758, 0.15867236256599426, -0.2786487936973572, 0.01320126373320818, -0.07396841049194336, -0.06665283441543579, 0.10506758838891983, 0.06261139363050461, 0.17162823677062988, 0.011681869626045227, -0.056615445762872696, 0.01595049723982811, 0.02499506063759327, -0.04915530979633331, 0.04529924690723419, 0.008104361593723297, -0.010991688817739487, -0.13640300929546356, 0.08699746429920197, 0.0042801909148693085, -0.1531187742948532, 0.024680746719241142, 0.2155698835849762, -0.1260155886411667, -0.10237220674753189, -0.03444112092256546, 0.08444061875343323, -0.11519137024879456, 0.01753072999417782, -0.030764780938625336, -0.09109894186258316, 0.07448896765708923, 0.15248911082744598, 0.049206193536520004, 0.11775100976228714, -0.015379221178591251, -0.011753370985388756, -0.05147303268313408, -0.0317845419049263, 0.025745956227183342, 0.017857374623417854, -0.08257177472114563, 0.06648801267147064, -0.022109810262918472, 0.14559012651443481, -0.09791336953639984, -0.06602771580219269, -0.1468091756105423, -0.009785634465515614, -0.0695481076836586, -0.09207163751125336, -0.08133620768785477, -0.062133077532052994, 0.0010387726360931993, -0.03962359577417374, -0.04795864596962929, -0.0791037380695343, -0.10289866477251053, 0.009435068815946579, -0.02305566892027855, 0.03256045654416084, -0.06115729361772537, 0.007872066460549831, 0.12092912197113037, -0.028174830600619316, 0.16686207056045532, 0.1458095908164978, -0.09536580741405487, 0.10568815469741821, -0.16346460580825806, -0.08964221179485321, 0.0939340740442276, -0.01729099079966545, 0.027899714186787605, 0.11666940152645111, 0.014932696707546711, 0.04195788502693176, 0.035977672785520554, 0.06045130267739296, 0.03587699308991432, -0.11899011582136154, 0.07665140181779861, 0.009481414221227169, -0.1612047255039215, -0.06303887814283371, -0.08555969595909119, 0.030386725440621376, 0.021575886756181717, 0.12225193530321121, -0.045776769518852234, 0.0887017622590065, -0.07972796261310577, 0.027257539331912994, 0.02293219044804573, -0.181223064661026, -0.047844018787145615, -0.053065262734889984, 0.032686229795217514, 0.018960151821374893, 0.1893557906150818, 0.027213018387556076, -0.03697650134563446, 0.04549255222082138, 0.1042066365480423, 0.005313898902386427, 0.004829791374504566, 0.16259528696537018, 0.09423433989286423, -0.07654286175966263, -0.12226779758930206, 0.07556461542844772, 0.019673259928822517, -0.044067107141017914, 0.10607215762138367, -0.002448870101943612, 0.020163848996162415, 0.06910120695829391, -0.014892932027578354, 0.034322552382946014, -0.044286008924245834, -0.10698256641626358, -0.023580113425850868, 0.046367425471544266, 0.00669879000633955, 0.12847968935966492, 0.177873894572258, -0.002574790036305785, 0.025011489167809486, -0.0363602340221405, -0.024931130930781364, -0.13864666223526, -0.1558164656162262, -0.06855984032154083, -0.14875617623329163, 0.012976853176951408, -0.0915176048874855, 0.04695429280400276, 0.028682325035333633, 0.06887643784284592, -0.07052405923604965, 0.04384735971689224, 0.06974220275878906, -0.12065785378217697, 0.09397104382514954, -0.028081456199288368, 0.03704333305358887, -0.006730496883392334, -0.012833851389586926, -0.10013298690319061, 0.035936567932367325, -0.01747855544090271, 0.045271266251802444, -0.04546798765659332, 0.030429324135184288, -0.1703072488307953, -0.124412901699543, -0.04034453630447388, 0.06420420855283737, -0.06510858237743378, 0.03512151539325714, 0.019115818664431572, 0.013339218683540821, 0.03305599465966225, 0.23020225763320923, -0.03704051673412323, -0.02329315058887005, -0.042310282588005066, 0.16692522168159485, -0.014016710221767426, 0.08088304847478867, -0.03037172369658947, 0.0002500463742762804, -0.08417443931102753, 0.3385351300239563, 0.3027777075767517, -0.09020252525806427, 0.019915465265512466, -0.030905582010746002, 0.03936264291405678, 0.11892254650592804, 0.13376617431640625, 0.09784641861915588, 0.2282467782497406, -0.07217609137296677, -0.03032243251800537, -0.020507147535681725, -0.011079044081270695, -0.06650827825069427, 0.0879674032330513, 0.02507801540195942, -0.05553486570715904, -0.031693898141384125, 0.0812700018286705, -0.2327648252248764, 0.10665327310562134, -0.11289316415786743, -0.1636168211698532, -0.039189815521240234, 0.0042042857967317104, 0.08908319473266602, 0.015396242961287498, 0.11228121817111969, 0.009163780137896538, -0.07585213333368301, 0.017798418179154396, 0.028085503727197647, -0.24201616644859314, -0.008133855648338795, 0.060310713946819305, -0.12939085066318512, -0.004324504639953375, -0.027167800813913345, 0.007199867628514767, 0.059822265058755875, 0.029368450865149498, -0.04319324716925621, -0.001257759635336697, -0.010450302623212337, -0.008644461631774902, -0.011618612334132195, 0.07065588980913162, 0.046958792954683304, -0.13329142332077026, 0.06869500875473022, -0.11774353682994843, 0.033477768301963806, -0.05866728723049164, -0.015255378559231758, 0.000037100471672602, 0.03460683673620224, -0.04829782620072365, 0.07058211416006088, 0.07688362896442413, -0.015606098808348179, 0.000610517687164247, -0.0802936851978302, -0.036274004727602005, -0.019796574488282204, -0.09252054989337921, -0.08371094614267349, -0.13031646609306335, -0.11573562026023865, 0.1029667928814888, -0.02224794402718544, -0.19213621318340302, 0.03111329674720764, -0.12165344506502151, 0.045619383454322815, -0.1751558482646942, 0.11076030135154724, 0.08046020567417145, 0.01831907220184803, 0.011516088619828224, -0.02576824277639389, 0.08821021765470505, 0.11728470027446747, -0.07783648371696472, -0.08528783172369003 ]
null
null
transformers
<link rel="stylesheet" href="https://unpkg.com/@tailwindcss/[email protected]/dist/typography.min.css"> <style> @media (prefers-color-scheme: dark) { .prose { color: #E2E8F0 !important; } .prose h2, .prose h3, .prose a, .prose thead { color: #F7FAFC !important; } } </style> <section class='prose'> <div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('http://pbs.twimg.com/profile_images/1255141505720672257/flNLLFAC_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">グランブルー EN 🤖 AI Bot </div> <div style="font-size: 15px; color: #657786">@granblue_en bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://app.wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-model-to-generate-tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@granblue_en's tweets](https://twitter.com/granblue_en). <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'>3222</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'>252</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'>59</td> </tr> <tr style='border-width:0'> <td style='border-width:0'>Tweets kept</td> <td style='border-width:0'>2911</td> </tr> </tbody> </table> [Explore the data](https://app.wandb.ai/wandb/huggingtweets/runs/2pwcb5ci/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @granblue_en's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://app.wandb.ai/wandb/huggingtweets/runs/2tq5wz9d) for full transparency and reproducibility. At the end of training, [the final model](https://app.wandb.ai/wandb/huggingtweets/runs/2tq5wz9d/artifacts) is logged and versioned. ## Intended uses & limitations ### How to use 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/granblue_en'</span>) generator(<span style="color:#FF9800">"My dream is"</span>, num_return_sequences=<span style="color:#8BC34A">5</span>)</code></pre> ### Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* </section> [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) <section class='prose'> For more details, visit the project repository. </section> [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "http://www.huggingtweets.com/granblue_en/1600399682930/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/granblue_en
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
<link rel="stylesheet" href="URL <style> @media (prefers-color-scheme: dark) { .prose { color: #E2E8F0 !important; } .prose h2, .prose h3, .prose a, .prose thead { color: #F7FAFC !important; } } </style> <section class='prose'> <div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('URL </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">グランブルー EN AI Bot </div> <div style="font-size: 15px; color: #657786">@granblue_en bot</div> </div> I was made with huggingtweets. Create your own bot based on your favorite user with the demo! ## How does it work? The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. ## Training data The model was trained on @granblue_en'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'>3222</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'>252</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'>59</td> </tr> <tr style='border-width:0'> <td style='border-width:0'>Tweets kept</td> <td style='border-width:0'>2911</td> </tr> </tbody> </table> Explore the data, which is tracked with W&B artifacts at every step of the pipeline. ## Training procedure The model is based on a pre-trained GPT-2 which is fine-tuned on @granblue_en'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. ## Intended uses & limitations ### How to use 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/granblue_en'</span>) generator(<span style="color:#FF9800">"My dream is"</span>, num_return_sequences=<span style="color:#8BC34A">5</span>)</code></pre> ### Limitations and bias 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. ## About *Built by Boris Dayma* </section> ![Follow](URL <section class='prose'> For more details, visit the project repository. </section> ![GitHub stars](URL
[ "## How does it work?\n\nThe model uses the following pipeline.\n\n!pipeline\n\nTo understand how the model was developed, check the W&B report.", "## Training data\n\nThe model was trained on @granblue_en's tweets.\n\n<table style='border-width:0'>\n<thead style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #CBD5E0'>\n<th style='border-width:0'>Data</th>\n<th style='border-width:0'>Quantity</th>\n</tr>\n</thead>\n<tbody style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Tweets downloaded</td>\n<td style='border-width:0'>3222</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Retweets</td>\n<td style='border-width:0'>252</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Short tweets</td>\n<td style='border-width:0'>59</td>\n</tr>\n<tr style='border-width:0'>\n<td style='border-width:0'>Tweets kept</td>\n<td style='border-width:0'>2911</td>\n</tr>\n</tbody>\n</table>\n\nExplore the data, which is tracked with W&B artifacts at every step of the pipeline.", "## Training procedure\n\nThe model is based on a pre-trained GPT-2 which is fine-tuned on @granblue_en's tweets.\n\nHyperparameters and metrics are recorded in the W&B training run for full transparency and reproducibility.\n\nAt the end of training, the final model is logged and versioned.", "## Intended uses & limitations", "### How to use\n\nYou can use this model directly with a pipeline for text generation:\n\n<pre><code><span style=\"color:#03A9F4\">from</span> transformers <span style=\"color:#03A9F4\">import</span> pipeline\ngenerator = pipeline(<span style=\"color:#FF9800\">'text-generation'</span>,\n model=<span style=\"color:#FF9800\">'huggingtweets/granblue_en'</span>)\ngenerator(<span style=\"color:#FF9800\">\"My dream is\"</span>, num_return_sequences=<span style=\"color:#8BC34A\">5</span>)</code></pre>", "### Limitations and bias\n\nThe model suffers from the same limitations and bias as GPT-2.\n\nIn addition, the data present in the user's tweets further affects the text generated by the model.", "## About\n\n*Built by Boris Dayma*\n\n</section>\n\n![Follow](URL\n\n<section class='prose'>\nFor more details, visit the project repository.\n</section>\n\n![GitHub stars](URL" ]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "## How does it work?\n\nThe model uses the following pipeline.\n\n!pipeline\n\nTo understand how the model was developed, check the W&B report.", "## Training data\n\nThe model was trained on @granblue_en's tweets.\n\n<table style='border-width:0'>\n<thead style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #CBD5E0'>\n<th style='border-width:0'>Data</th>\n<th style='border-width:0'>Quantity</th>\n</tr>\n</thead>\n<tbody style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Tweets downloaded</td>\n<td style='border-width:0'>3222</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Retweets</td>\n<td style='border-width:0'>252</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Short tweets</td>\n<td style='border-width:0'>59</td>\n</tr>\n<tr style='border-width:0'>\n<td style='border-width:0'>Tweets kept</td>\n<td style='border-width:0'>2911</td>\n</tr>\n</tbody>\n</table>\n\nExplore the data, which is tracked with W&B artifacts at every step of the pipeline.", "## Training procedure\n\nThe model is based on a pre-trained GPT-2 which is fine-tuned on @granblue_en's tweets.\n\nHyperparameters and metrics are recorded in the W&B training run for full transparency and reproducibility.\n\nAt the end of training, the final model is logged and versioned.", "## Intended uses & limitations", "### How to use\n\nYou can use this model directly with a pipeline for text generation:\n\n<pre><code><span style=\"color:#03A9F4\">from</span> transformers <span style=\"color:#03A9F4\">import</span> pipeline\ngenerator = pipeline(<span style=\"color:#FF9800\">'text-generation'</span>,\n model=<span style=\"color:#FF9800\">'huggingtweets/granblue_en'</span>)\ngenerator(<span style=\"color:#FF9800\">\"My dream is\"</span>, num_return_sequences=<span style=\"color:#8BC34A\">5</span>)</code></pre>", "### Limitations and bias\n\nThe model suffers from the same limitations and bias as GPT-2.\n\nIn addition, the data present in the user's tweets further affects the text generated by the model.", "## About\n\n*Built by Boris Dayma*\n\n</section>\n\n![Follow](URL\n\n<section class='prose'>\nFor more details, visit the project repository.\n</section>\n\n![GitHub stars](URL" ]
[ 57, 34, 431, 76, 9, 168, 48, 58 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n## How does it work?\n\nThe model uses the following pipeline.\n\n!pipeline\n\nTo understand how the model was developed, check the W&B report." ]
[ -0.04084593802690506, 0.035596683621406555, -0.0024457171093672514, 0.04662978649139404, 0.10991521924734116, 0.022836215794086456, 0.12812861800193787, 0.0424627922475338, -0.03746044635772705, -0.03597303107380867, 0.22758877277374268, 0.1009177565574646, 0.03089720755815506, 0.17962171137332916, 0.010350672528147697, -0.2703946828842163, 0.015237200073897839, 0.0647135004401207, -0.07720091193914413, 0.15752871334552765, 0.05562684312462807, -0.049801189452409744, 0.08214939385652542, 0.032038331031799316, -0.165513277053833, -0.004831716418266296, -0.02072383277118206, -0.04504403471946716, 0.09232694655656815, 0.06956911832094193, 0.07011176645755768, 0.034282486885786057, 0.017851393669843674, -0.0714372918009758, 0.06354191154241562, 0.014452377334237099, -0.02349161170423031, 0.13615116477012634, 0.028668763116002083, -0.0002947957837022841, 0.1798527091741562, 0.11815319955348969, 0.016722125932574272, 0.016196802258491516, -0.1166125237941742, -0.0606788769364357, 0.012365915812551975, 0.04470464214682579, 0.10005760192871094, 0.058856748044490814, 0.01943058706820011, 0.13215520977973938, -0.1164829432964325, 0.08512931317090988, 0.1828341782093048, -0.24191047251224518, -0.006823094096034765, 0.061043880879879, 0.08518847078084946, 0.02852868288755417, -0.0027500083670020103, 0.050437480211257935, 0.06484624743461609, 0.021347152069211006, 0.03636380657553673, -0.0638979896903038, 0.05009674280881882, 0.011186900548636913, -0.10215270519256592, -0.07660897821187973, 0.2294245809316635, -0.0602995827794075, 0.004886541981250048, -0.028186868876218796, -0.08490151911973953, -0.06026294082403183, -0.012795685790479183, -0.05738116800785065, -0.01700775697827339, 0.034475523978471756, 0.0214629378169775, -0.10922146588563919, -0.07046429812908173, -0.1146778091788292, -0.09578189998865128, 0.17879855632781982, -0.02900231070816517, 0.08940442651510239, -0.2603394091129303, 0.2254239320755005, 0.07019765675067902, -0.11909467726945877, 0.04757627099752426, -0.11814092099666595, 0.08530338853597641, 0.02207805961370468, 0.041434839367866516, 0.07761925458908081, 0.04161522537469864, 0.11940909177064896, 0.03257475048303604, -0.00314142694696784, 0.05456724017858505, 0.07224375009536743, 0.0941813513636589, 0.1230122447013855, -0.07287998497486115, -0.07873915135860443, 0.08034131675958633, -0.04709449037909508, -0.11787727475166321, -0.06861002743244171, -0.1452382206916809, -0.004202034790068865, -0.0335184708237648, 0.07922724634408951, 0.05637102574110031, 0.09526676684617996, -0.01433930266648531, -0.05777551606297493, 0.04157217592000961, -0.06985066086053848, 0.019995175302028656, -0.011708668433129787, -0.060763102024793625, 0.13121068477630615, 0.04688004031777382, -0.014275136403739452, -0.08673419058322906, 0.07951672375202179, -0.1204570084810257, -0.07978847622871399, -0.08239417523145676, -0.05098734796047211, -0.007686138618737459, -0.11281027644872665, 0.049203939735889435, -0.11458899080753326, -0.22705501317977905, -0.01313747651875019, 0.04550096020102501, -0.016462473198771477, -0.03707117214798927, -0.040630146861076355, -0.009473399259150028, 0.04880702868103981, -0.042894408106803894, 0.039052072912454605, -0.05325083062052727, 0.050018906593322754, -0.09618895500898361, 0.051321301609277725, -0.10470817238092422, 0.041251372545957565, -0.09671807289123535, 0.07595963031053543, 0.0017866486450657248, 0.0454767569899559, 0.010063555091619492, 0.08985432982444763, -0.03214199095964432, -0.044836416840553284, -0.07869677990674973, 0.026561295613646507, 0.02284199558198452, 0.20134314894676208, -0.10196486860513687, -0.0819794163107872, 0.12614667415618896, -0.07252102345228195, -0.1288122832775116, 0.0409054271876812, -0.02831157296895981, 0.17958028614521027, 0.07370224595069885, 0.16096454858779907, 0.12039237469434738, -0.03798284754157066, 0.1263856589794159, 0.14821170270442963, -0.1269366294145584, -0.004153167363256216, 0.039416827261447906, 0.014042570255696774, -0.20559121668338776, 0.04052022844552994, -0.01946125738322735, 0.06584736704826355, -0.10201486945152283, -0.00946728140115738, 0.0031527038663625717, -0.02320384420454502, 0.0023026331327855587, -0.0472555048763752, 0.061078161001205444, 0.038737643510103226, -0.022763127461075783, 0.029682613909244537, 0.06635552644729614, -0.026160234585404396, -0.00823320634663105, -0.04484035447239876, 0.10009831935167313, -0.07260703295469284, 0.06797321885824203, -0.13160665333271027, -0.003086181590333581, -0.012450510635972023, 0.0972909927368164, 0.03811546042561531, 0.10621625185012817, 0.05470104143023491, 0.03126294165849686, 0.07701993733644485, -0.02846951223909855, 0.0746634304523468, 0.01002051867544651, -0.0850096121430397, -0.1272277683019638, 0.015217535197734833, -0.10649837553501129, -0.004191380459815264, -0.08523700386285782, -0.0015737697249278426, -0.12802091240882874, 0.05826076865196228, -0.016465239226818085, 0.0539434514939785, -0.055182818323373795, -0.04337453469634056, -0.044662054628133774, -0.022007398307323456, 0.0482511967420578, -0.033139705657958984, -0.06687536835670471, 0.16832175850868225, -0.15395553410053253, 0.2592274248600006, 0.1313537061214447, -0.0889907032251358, 0.002020547864958644, -0.07812081277370453, -0.04194976016879082, -0.012868959456682205, 0.07527336478233337, -0.03700125962495804, 0.15495356917381287, -0.03386903926730156, 0.17382068932056427, -0.099679134786129, -0.0334031768143177, 0.02144831046462059, -0.10981054604053497, 0.057656705379486084, 0.08051177859306335, 0.04427298903465271, -0.159133642911911, 0.08837400376796722, 0.19756358861923218, 0.05472150072455406, 0.20321963727474213, -0.006869805511087179, -0.06112205237150192, -0.05358194187283516, -0.0808696523308754, -0.052568696439266205, 0.056259434670209885, -0.09903126955032349, -0.004000484477728605, 0.06423190236091614, 0.08783505111932755, 0.11237549781799316, -0.10904275625944138, -0.046180129051208496, 0.05125856027007103, -0.004819708876311779, -0.051060013473033905, 0.07006146013736725, -0.0659489631652832, 0.13217470049858093, 0.014598124660551548, -0.07049204409122467, 0.0036125897895544767, -0.004913401324301958, -0.11891388893127441, 0.20653130114078522, -0.08047540485858917, -0.27306002378463745, -0.16792123019695282, -0.16288253664970398, 0.07165426760911942, 0.038431257009506226, 0.033738572150468826, -0.08776884526014328, -0.020982403308153152, 0.004409478977322578, 0.11553267389535904, -0.09698133170604706, 0.013121976517140865, 0.008159824647009373, -0.018650712445378304, -0.07579360157251358, -0.09033482521772385, -0.0241270512342453, -0.02461584471166134, 0.020020704716444016, 0.03998296707868576, -0.11154978722333908, 0.06758414953947067, 0.2167699933052063, -0.015538511797785759, 0.06870997697114944, 0.00025148785789497197, 0.26176807284355164, -0.08426473289728165, 0.040830448269844055, 0.11926601082086563, -0.08760137856006622, 0.05199241638183594, 0.07132956385612488, 0.03210015222430229, -0.014074578881263733, 0.016441889107227325, -0.11233895272016525, -0.12864868342876434, -0.1923626959323883, -0.06961654871702194, -0.028241310268640518, 0.13464264571666718, 0.031150488182902336, 0.04321796074509621, 0.10346641391515732, 0.07471037656068802, 0.06701335310935974, 0.03259968012571335, -0.0005120337591506541, 0.0647427961230278, 0.024594781920313835, -0.05812343955039978, 0.054217349737882614, -0.04845457896590233, -0.0797470211982727, 0.08279551565647125, -0.011098933406174183, 0.0927528515458107, 0.06928195804357529, 0.02340286411345005, 0.018686039373278618, 0.04218229651451111, 0.15593960881233215, 0.22442668676376343, -0.012412761338055134, -0.041085485368967056, -0.05078154057264328, -0.040494389832019806, -0.01600850187242031, 0.015044075436890125, -0.05785144492983818, -0.033252447843551636, -0.0728597640991211, -0.015066487714648247, 0.011195010505616665, 0.015441779047250748, 0.07578693330287933, -0.22024130821228027, -0.038240667432546616, 0.042616840451955795, -0.013794191181659698, -0.10639895498752594, 0.05872863903641701, 0.016779562458395958, -0.17391349375247955, -0.07854076474905014, -0.016605399549007416, 0.1603294163942337, -0.030760308727622032, 0.0619782954454422, 0.005449770484119654, 0.02271227352321148, -0.013140208087861538, 0.11191333085298538, -0.27346712350845337, 0.1954270750284195, 0.001131516881287098, -0.04876048117876053, -0.016439033672213554, -0.04243995249271393, 0.0009058643481694162, 0.14556926488876343, 0.09718295931816101, 0.0028763783629983664, 0.0669604167342186, -0.07678256928920746, -0.11943262070417404, 0.05284353718161583, 0.08068333566188812, -0.07738065719604492, 0.029960619285702705, -0.029798466712236404, 0.027152907103300095, -0.007555682212114334, -0.030231619253754616, 0.002119861776009202, -0.11661309748888016, 0.02936525270342827, -0.08075195550918579, 0.06012337654829025, 0.02433968149125576, -0.02529163844883442, -0.012048180215060711, 0.1316436529159546, -0.013300766237080097, -0.08264251798391342, -0.08976204693317413, -0.02328740619122982, 0.09523095935583115, -0.05599937587976456, 0.03358715400099754, -0.08175740391016006, -0.04073614999651909, 0.005860272329300642, -0.16970814764499664, 0.06983034312725067, -0.10846570879220963, -0.09971687942743301, -0.050264790654182434, 0.15346404910087585, 0.013677009381353855, 0.025709833949804306, 0.03220117464661598, -0.04211581498384476, -0.18150363862514496, -0.15989434719085693, -0.007562890648841858, 0.0717545747756958, -0.04433317109942436, 0.03638565540313721, 0.007171243894845247, 0.10013602674007416, 0.004198792390525341, 0.07230839878320694, 0.2026015669107437, 0.16423118114471436, -0.08760133385658264, 0.17723721265792847, 0.16266676783561707, -0.12243213504552841, -0.2722402811050415, -0.09522651135921478, -0.05925937369465828, 0.03468820080161095, 0.02297091670334339, -0.13072867691516876, 0.06184706464409828, -0.011241482570767403, -0.004976592492312193, 0.13391432166099548, -0.2790721356868744, -0.07025358080863953, 0.13864430785179138, -0.012145180255174637, 0.2560276985168457, -0.042459286749362946, -0.08155408501625061, -0.060940731316804886, -0.2339130938053131, 0.1595010906457901, -0.12908293306827545, 0.030256805941462517, -0.06380902975797653, 0.1317017376422882, 0.04475972056388855, -0.051817599684000015, 0.13714583218097687, -0.0770399421453476, 0.03692200407385826, -0.1231972947716713, -0.01437266543507576, 0.05212629213929176, -0.014681367203593254, 0.10554680228233337, -0.053141020238399506, 0.10400939732789993, -0.12106935679912567, -0.052672889083623886, -0.054288461804389954, 0.017598338425159454, -0.023758167400956154, -0.05668776109814644, -0.039483629167079926, -0.05230721831321716, 0.00942184031009674, -0.024894973263144493, -0.008981208316981792, -0.02189256064593792, 0.08200293034315109, 0.10853444039821625, 0.1416669338941574, -0.04508063197135925, -0.02666328102350235, -0.029412275180220604, -0.043095141649246216, 0.07755832374095917, -0.1675589680671692, -0.020979177206754684, 0.15767353773117065, 0.008264025673270226, 0.08081416040658951, 0.07994852215051651, -0.043529048562049866, -0.04116993397474289, 0.09435915946960449, -0.23738352954387665, -0.032961416989564896, -0.07289689034223557, -0.032304681837558746, 0.05143286660313606, 0.06389017403125763, 0.11233682930469513, -0.055076416581869125, -0.015500548295676708, 0.038369257003068924, -0.013473432511091232, -0.10457789897918701, 0.12659704685211182, 0.07594829052686691, 0.04931824654340744, -0.13000807166099548, 0.03979043290019035, -0.02080575004220009, -0.024042857810854912, -0.009190280921757221, 0.09610513597726822, -0.13868926465511322, -0.061987441033124924, 0.01100219041109085, 0.1624082624912262, -0.08940329402685165, -0.054934311658144, -0.00678250240162015, -0.07782098650932312, 0.06215988099575043, 0.06269455701112747, 0.039047662168741226, 0.10006190836429596, -0.08492296934127808, -0.004345493856817484, -0.04427671059966087, 0.02742549031972885, 0.04004936292767525, -0.01839151792228222, -0.11644710600376129, 0.050648268312215805, 0.01261399406939745, 0.21786263585090637, -0.12195943295955658, -0.07748695462942123, -0.13975368440151215, 0.03579137846827507, -0.1441981941461563, -0.02782432734966278, -0.09455464035272598, -0.0542730838060379, -0.024786408990621567, -0.02354593575000763, -0.05044161155819893, -0.03595460206270218, -0.06568260490894318, 0.04963921010494232, -0.01889806240797043, -0.04201965406537056, -0.018809955567121506, 0.04780932888388634, 0.10624072700738907, -0.0022816911805421114, 0.11582330614328384, 0.10476028919219971, -0.06149300932884216, 0.06964143365621567, -0.08975338935852051, 0.049342647194862366, 0.010800108313560486, -0.03639211133122444, 0.07890737056732178, 0.033158838748931885, 0.011678727343678474, -0.02014644630253315, -0.05248590186238289, 0.015699470415711403, 0.019494805485010147, -0.09001129865646362, 0.04338252544403076, 0.03427375108003616, -0.07128193974494934, -0.06945458799600601, -0.02831537090241909, -0.04915383830666542, 0.10966338962316513, 0.09227382391691208, 0.01580313965678215, 0.11524862796068192, -0.09982031583786011, -0.0043287696316838264, 0.0288130734115839, -0.08074736595153809, -0.01706261746585369, -0.10044533759355545, -0.01304725930094719, -0.02274717018008232, 0.2554529011249542, 0.12089171260595322, -0.025309232994914055, -0.03230812028050423, 0.07114472985267639, 0.08105676621198654, -0.0211230106651783, 0.14824873208999634, 0.03444083034992218, -0.0007331980159506202, -0.1400776505470276, 0.10673409700393677, -0.060156434774398804, -0.010151425376534462, 0.09550673514604568, -0.08319920301437378, 0.048856139183044434, 0.07468824833631516, -0.01950058713555336, 0.05372466519474983, -0.11716536432504654, -0.2690386474132538, 0.023945249617099762, 0.027653370052576065, -0.0441947840154171, 0.07253700494766235, 0.145015150308609, 0.00042942073196172714, 0.05244648456573486, 0.061493102461099625, -0.05709811672568321, -0.17804701626300812, -0.19115881621837616, -0.0384756401181221, -0.11082857847213745, -0.023826930671930313, -0.10639674216508865, 0.04148538038134575, -0.02072913944721222, 0.05925795063376427, -0.09639845043420792, 0.12447383254766464, 0.06843417137861252, -0.11577396094799042, 0.05810433253645897, -0.008805959485471249, 0.048459235578775406, -0.07387776672840118, 0.08210063725709915, -0.10721065104007721, -0.026499031111598015, -0.016933415085077286, 0.03711435943841934, -0.05858420953154564, 0.0011270071845501661, -0.10357651859521866, -0.06808403134346008, -0.056935109198093414, 0.09072309732437134, -0.024477418512105942, 0.03998230770230293, -0.014557241462171078, -0.061277762055397034, -0.025446701794862747, 0.2273169606924057, -0.018587565049529076, -0.043939489871263504, -0.0661960318684578, 0.2851298749446869, -0.06544138491153717, 0.07253559678792953, -0.032977886497974396, -0.001274158013984561, -0.07127615064382553, 0.2931469976902008, 0.36314713954925537, -0.14264726638793945, 0.011796033009886742, -0.018389053642749786, 0.03556118905544281, 0.07535336911678314, 0.18024654686450958, 0.07291083037853241, 0.3107033371925354, -0.04080776497721672, -0.01225926261395216, -0.10546047985553741, -0.03835856914520264, 0.014304363168776035, 0.02947218343615532, 0.08378855139017105, -0.05586446449160576, -0.06808875501155853, 0.1039084792137146, -0.26703301072120667, -0.02056516334414482, -0.16380304098129272, -0.061613935977220535, -0.04166705906391144, 0.0007227687747217715, 0.07237391918897629, 0.028740311041474342, 0.05115301162004471, -0.039005450904369354, -0.047156207263469696, 0.057444483041763306, -0.02154913917183876, -0.12674635648727417, 0.0002557095722295344, 0.143532857298851, -0.07906237244606018, -0.0018181405030190945, 0.0032308290246874094, 0.060348983854055405, 0.044118594378232956, 0.04119637981057167, -0.10164451599121094, 0.02608482725918293, 0.01246592216193676, -0.03363148868083954, -0.028164468705654144, 0.008156497962772846, 0.07835527509450912, -0.21697945892810822, 0.0020338469184935093, -0.14078554511070251, 0.011757226660847664, -0.07641053944826126, -0.006896127946674824, -0.08222074061632156, 0.03242125362157822, 0.004625517874956131, 0.1118803396821022, 0.11125602573156357, -0.03202005848288536, -0.0006144302315078676, -0.06265610456466675, 0.06727221608161926, -0.06884542852640152, -0.02960195019841194, -0.025150567293167114, -0.09257599711418152, -0.09335606545209885, 0.09815482050180435, -0.022339481860399246, -0.1427105814218521, 0.007601875811815262, -0.09401176869869232, -0.04369132220745087, -0.021486658602952957, 0.09382037818431854, 0.11086808145046234, 0.09180203825235367, -0.007599277421832085, 0.047748953104019165, 0.03120456263422966, 0.07436691224575043, -0.12886843085289001, -0.10148585587739944 ]
null
null
transformers
<div class="inline-flex flex-col" style="line-height: 1.5;"> <div class="flex"> <div style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;https://pbs.twimg.com/profile_images/1392696284549632008/QOl3l-zh_400x400.jpg&#39;)"> </div> <div style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)"> </div> <div style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)"> </div> </div> <div style="text-align: center; margin-top: 3px; font-size: 16px; font-weight: 800">🤖 AI BOT 🤖</div> <div style="text-align: center; font-size: 16px; font-weight: 800">ju1ce💎</div> <div style="text-align: center; font-size: 14px;">@grapefried</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on tweets from ju1ce💎. | Data | ju1ce💎 | | --- | --- | | Tweets downloaded | 2034 | | Retweets | 504 | | Short tweets | 403 | | Tweets kept | 1127 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/1actx5cl/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @grapefried's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/1a1nwhd0) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/1a1nwhd0/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/grapefried') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/grapefried/1626857673378/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/grapefried
[ "transformers", "pytorch", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
AI BOT ju1ce @grapefried I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on tweets from ju1ce. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @grapefried'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 54 ]
[ "passage: TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ -0.0001764487533364445, -0.01891571842133999, -0.0068881697952747345, 0.01242890115827322, 0.16224369406700134, 0.04406825825572014, 0.08452208340167999, 0.14250440895557404, -0.026455026119947433, -0.016114573925733566, 0.17334569990634918, 0.17106501758098602, -0.014037161134183407, 0.08718273043632507, -0.05552244931459427, -0.2646014094352722, 0.044212065637111664, 0.058431971818208694, -0.020032864063978195, 0.14111687242984772, 0.0714879110455513, -0.01828647032380104, 0.10845158249139786, -0.02953636273741722, -0.18877948820590973, 0.03499612212181091, 0.05605728179216385, -0.09992336481809616, 0.11936124414205551, 0.04713086411356926, 0.08659981191158295, 0.015409729443490505, -0.07482189685106277, -0.12249794602394104, 0.03866785019636154, 0.041891295462846756, -0.0629689022898674, 0.05911329388618469, 0.08818957209587097, -0.11120674759149551, 0.1456013321876526, 0.07799911499023438, -0.01863223686814308, 0.07941857725381851, -0.17164963483810425, -0.019008882343769073, -0.036983806639909744, 0.005464354529976845, 0.057414017617702484, 0.07476010918617249, -0.01932354085147381, 0.1732589453458786, -0.0767555758357048, 0.09587065875530243, 0.16117197275161743, -0.2913956344127655, -0.005072304047644138, 0.0498935841023922, 0.06722559779882431, 0.03902119770646095, -0.015738610178232193, 0.08706029504537582, 0.06277379393577576, 0.02536560781300068, -0.0014978112885728478, -0.06339331716299057, -0.0928240567445755, 0.04014677554368973, -0.0745372325181961, -0.06578013300895691, 0.20811960101127625, -0.039430033415555954, 0.050536420196294785, -0.03807967156171799, -0.10491003096103668, -0.02197154052555561, -0.015753688290715218, 0.00720712635666132, -0.06031509116292, 0.08949250727891922, -0.014659170061349869, -0.07363511621952057, -0.15025688707828522, -0.016003666445612907, -0.18369624018669128, 0.1574522852897644, 0.003967532888054848, 0.04864242300391197, -0.2093716263771057, 0.11408322304487228, 0.020872395485639572, -0.08021171391010284, 0.047296058386564255, -0.09546594321727753, 0.07179957628250122, 0.002116252202540636, -0.05267130210995674, -0.02264278009533882, 0.08682441711425781, 0.15258505940437317, -0.026140356436371803, 0.0017382961232215166, -0.027155736461281776, 0.07059825956821442, 0.05281682312488556, 0.040018972009420395, -0.017763059586286545, -0.04289618879556656, 0.045782025903463364, -0.15945611894130707, -0.007582054473459721, -0.06918198615312576, -0.1068587526679039, -0.05112413689494133, 0.022331949323415756, 0.06442617624998093, 0.031878020614385605, 0.11345649510622025, -0.04609488695859909, -0.014168480411171913, 0.06350603699684143, -0.042460083961486816, -0.0172110628336668, -0.016047241166234016, 0.015319211408495903, 0.14095398783683777, -0.018181998282670975, 0.030711950734257698, -0.11251416057348251, 0.0645761713385582, -0.09946728497743607, -0.01914660818874836, -0.0071241967380046844, -0.04078202322125435, 0.029947424307465553, -0.13505136966705322, 0.010975461453199387, -0.1711256355047226, -0.14874492585659027, 0.009897243231534958, -0.02876151353120804, -0.018498392775654793, -0.059200938791036606, -0.03973992541432381, -0.01719699800014496, 0.06084148958325386, -0.04528016224503517, 0.0009662628290243447, -0.05951235070824623, 0.11524756252765656, -0.05245914310216904, 0.06888316571712494, -0.13250301778316498, 0.05976588651537895, -0.15375985205173492, -0.00870948750525713, -0.04503806680440903, 0.08287355303764343, 0.017666861414909363, 0.16653785109519958, -0.006960130762308836, -0.012972959317266941, -0.09847598522901535, 0.06441020965576172, -0.023426895961165428, 0.24133971333503723, -0.06349262595176697, -0.143473818898201, 0.22233937680721283, -0.06944137066602707, -0.1420930027961731, 0.12657590210437775, 0.020838137716054916, 0.07354387640953064, 0.10204131156206131, 0.19502143561840057, 0.014321080408990383, 0.006638950202614069, 0.054760824888944626, 0.0820525735616684, -0.17468082904815674, -0.03090454451739788, -0.00916894432157278, -0.01691337674856186, -0.1358218789100647, 0.043003637343645096, 0.11889315396547318, 0.10293904691934586, -0.07099705934524536, -0.013554582372307777, -0.03317642584443092, -0.004439891315996647, 0.06940841674804688, -0.007896981202065945, 0.09806080162525177, -0.09929461032152176, -0.040301576256752014, -0.058301206678152084, -0.006890235934406519, 0.0024084753822535276, 0.04120192304253578, -0.040066637098789215, 0.10096675902605057, -0.0006905568297952414, 0.05225489288568497, -0.14046427607536316, -0.07798092812299728, -0.020940499380230904, 0.1575685739517212, 0.04120592027902603, 0.04776391014456749, 0.057414863258600235, -0.0481991246342659, -0.0158701092004776, -0.009968787431716919, 0.16312187910079956, -0.0394844189286232, -0.06968989968299866, -0.056453973054885864, 0.10656707733869553, -0.058365050703287125, 0.03222460299730301, -0.04202231392264366, 0.022449776530265808, 0.060929615050554276, 0.12114907056093216, -0.0026538248639553785, 0.029062092304229736, -0.01023187953978777, -0.0038288652431219816, -0.07459788024425507, -0.020947640761733055, 0.10031349956989288, -0.004600553773343563, -0.08327498286962509, 0.23685328662395477, -0.17454755306243896, 0.19663569331169128, 0.2115958034992218, -0.2628093659877777, -0.024321777746081352, -0.06840608268976212, -0.05017746612429619, 0.003011465771123767, 0.05876095965504646, -0.04692309722304344, 0.09809201210737228, -0.02521132305264473, 0.16497591137886047, -0.04652651026844978, -0.07362692058086395, 0.016456644982099533, -0.05898859724402428, -0.0463954322040081, 0.0659271627664566, 0.08106416463851929, -0.15480613708496094, 0.18694530427455902, 0.20838376879692078, 0.07612863928079605, 0.19334357976913452, 0.004058185499161482, -0.014812501147389412, 0.08005014806985855, -0.03805047646164894, -0.04202093929052353, -0.07553261518478394, -0.16944189369678497, -0.01902174763381481, 0.07485251128673553, 0.03750864416360855, 0.11274250596761703, -0.10172852873802185, -0.07372885197401047, -0.016179129481315613, -0.005032413639128208, 0.005167648661881685, 0.1174640879034996, 0.045775800943374634, 0.14043675363063812, -0.019972821697592735, 0.03493902459740639, 0.08747350424528122, 0.02448674477636814, -0.10759711265563965, 0.16407065093517303, -0.14081640541553497, -0.38538745045661926, -0.16212545335292816, -0.13394121825695038, -0.029274288564920425, 0.04825805127620697, 0.11038947850465775, -0.13598975539207458, 0.0011978530092164874, -0.003706524148583412, 0.12342415004968643, -0.0806080624461174, 0.03755999356508255, -0.07838296890258789, 0.026997538283467293, -0.06349453330039978, -0.07917723804712296, -0.036463622003793716, -0.03232228383421898, -0.10000553727149963, 0.1757805496454239, -0.11054177582263947, 0.057571277022361755, 0.1741490364074707, 0.022440658882260323, 0.034390855580568314, -0.0513761006295681, 0.17275545001029968, -0.11779367178678513, 0.02093288116157055, 0.16278521716594696, -0.01799617148935795, 0.08678310364484787, 0.08059167861938477, -0.015366556122899055, -0.10777527838945389, 0.05196633189916611, 0.0019955262541770935, -0.1096891239285469, -0.20052047073841095, -0.12150565534830093, -0.0784008651971817, 0.14483654499053955, 0.05303339660167694, 0.05915789678692818, 0.17167222499847412, 0.08591149002313614, -0.04288473725318909, -0.004711467772722244, -0.012867298908531666, 0.07781979441642761, 0.1684085726737976, -0.017248503863811493, 0.11789125204086304, -0.05446818470954895, -0.11601924896240234, 0.13826869428157806, 0.02504623495042324, 0.050291191786527634, 0.04182872176170349, 0.008374262601137161, -0.009610554203391075, 0.09969738125801086, 0.12988939881324768, 0.118865467607975, -0.008107239380478859, -0.0232877004891634, -0.03601100295782089, -0.00860752072185278, -0.03570752218365669, 0.034572016447782516, 0.011757065542042255, -0.16013272106647491, -0.05726486071944237, -0.12173470109701157, 0.0964120477437973, 0.09787409752607346, 0.08039643615484238, -0.2033146470785141, -0.004589703865349293, 0.07378163933753967, -0.03603411093354225, -0.11624246090650558, 0.086527980864048, 0.033109065145254135, -0.1271866261959076, 0.0817195475101471, -0.03352120518684387, 0.115711510181427, -0.017423994839191437, 0.09427224844694138, -0.04346824064850807, -0.0329415462911129, -0.012381686829030514, 0.10430185496807098, -0.30799204111099243, 0.17485815286636353, -0.019660785794258118, -0.07034741342067719, -0.07672256976366043, -0.025566134601831436, 0.017929747700691223, 0.07530300319194794, 0.09619415551424026, 0.024311896413564682, 0.04642496258020401, -0.09243860840797424, -0.03940937668085098, 0.034113768488168716, 0.13641610741615295, -0.0638844221830368, -0.015862328931689262, -0.04075292870402336, 0.01116214320063591, -0.019626103341579437, -0.027355113998055458, 0.018256209790706635, -0.1504947543144226, 0.05358212813735008, 0.017237937077879906, 0.0753018707036972, 0.03889141231775284, -0.007973386906087399, -0.10224062204360962, 0.18268363177776337, -0.03004412353038788, -0.08521177619695663, -0.127006396651268, -0.04812724515795708, 0.04587927460670471, -0.051474425941705704, 0.034381575882434845, -0.06691597402095795, -0.011345877312123775, -0.06886660307645798, -0.21483656764030457, 0.12495172768831253, -0.0775398537516594, -0.07874035835266113, -0.03474915772676468, 0.20981398224830627, -0.05076101794838905, -0.00018431349599268287, 0.01172169204801321, 0.014822970144450665, -0.1086968258023262, -0.10466268658638, 0.06874550879001617, -0.034708425402641296, 0.02743770368397236, 0.02760813757777214, -0.03700246661901474, 0.02073092758655548, -0.06074898689985275, -0.01314478274434805, 0.2849438786506653, 0.22848764061927795, -0.035804633051157, 0.1875685602426529, 0.10711772739887238, -0.07248730212450027, -0.30828598141670227, -0.0999293103814125, -0.13133330643177032, -0.033457282930612564, -0.02052777260541916, -0.17081500589847565, 0.07089676707983017, 0.04558560997247696, 0.00998434517532587, 0.14900504052639008, -0.21140912175178528, -0.08518896996974945, 0.1092359870672226, -0.03466132655739784, 0.42140644788742065, -0.1164151057600975, -0.09652433544397354, -0.05340435355901718, -0.15239587426185608, 0.20086675882339478, -0.01557826716452837, 0.08761543780565262, -0.031178412958979607, 0.14360429346561432, 0.04995222017168999, -0.01680157333612442, 0.08329997956752777, 0.0014065488940104842, 0.004026432521641254, -0.12653036415576935, -0.022627411410212517, 0.0504734143614769, 0.021120509132742882, 0.0054380460642278194, -0.07736434042453766, 0.028706049546599388, -0.14863882958889008, -0.024921666830778122, -0.10909338295459747, 0.08278775960206985, 0.03857516124844551, -0.07422378659248352, -0.010892878286540508, -0.05615931376814842, -0.023589344695210457, -0.012528443709015846, 0.13453009724617004, -0.050522636622190475, 0.1720355898141861, 0.036824267357587814, 0.11522943526506424, -0.13816054165363312, 0.06146138161420822, -0.07406572997570038, -0.07532623410224915, 0.06773588061332703, -0.13577620685100555, 0.05240122601389885, 0.10075365751981735, -0.03372569754719734, 0.04758675396442413, 0.08927652984857559, 0.000919255951885134, 0.009403540752828121, 0.15953567624092102, -0.2761637568473816, 0.01791755110025406, -0.07046908140182495, -0.07692829519510269, 0.112159863114357, 0.07484955340623856, 0.181244894862175, 0.02791808731853962, -0.0472177192568779, 0.012221097014844418, 0.019269011914730072, -0.05120278522372246, 0.0548672117292881, 0.006578541360795498, -0.011816216632723808, -0.14148055016994476, 0.08790901303291321, -0.0015104453777894378, -0.1429632604122162, 0.02210722118616104, 0.19665491580963135, -0.13288317620754242, -0.10024755448102951, -0.05081937462091446, 0.057288672775030136, -0.13861924409866333, 0.008680099621415138, -0.01990172080695629, -0.09562872350215912, 0.0756591260433197, 0.1573420912027359, 0.05079081282019615, 0.12963363528251648, -0.02916029281914234, -0.008411908522248268, -0.04279141128063202, -0.051675889641046524, 0.02788730151951313, 0.019720058888196945, -0.07752392441034317, 0.08735781908035278, -0.024015765637159348, 0.14329436421394348, -0.10051412135362625, -0.06987810134887695, -0.1344141960144043, -0.005019306670874357, -0.09607285261154175, -0.0959741547703743, -0.08079583197832108, -0.061935000121593475, 0.004180733114480972, -0.039079975336790085, -0.0417400486767292, -0.08063078671693802, -0.10278100520372391, 0.016344387084245682, -0.02737213484942913, 0.028547246009111404, -0.07021904736757278, 0.008450011722743511, 0.12212047725915909, -0.029432062059640884, 0.17478644847869873, 0.15045183897018433, -0.10443241149187088, 0.10585668683052063, -0.17528948187828064, -0.10057486593723297, 0.10386897623538971, -0.01424362976104021, 0.02509693056344986, 0.12928596138954163, 0.018586233258247375, 0.04242280498147011, 0.03278495371341705, 0.06450606882572174, 0.04438134282827377, -0.11879310011863708, 0.08265755325555801, -0.002198860514909029, -0.15595629811286926, -0.061124756932258606, -0.09235648810863495, 0.02707000821828842, 0.02035105973482132, 0.11072126775979996, -0.04177020862698555, 0.08901136368513107, -0.06589431315660477, 0.023006385192275047, 0.025188656523823738, -0.17641755938529968, -0.03692740947008133, -0.05073147267103195, 0.03235582634806633, 0.028527792543172836, 0.22216679155826569, 0.015049049630761147, -0.030550595372915268, 0.0387740358710289, 0.12439186871051788, 0.015807392075657845, -0.0005460345419123769, 0.1709187924861908, 0.10334094613790512, -0.07364179939031601, -0.14011329412460327, 0.0676020160317421, 0.012262817472219467, -0.05599943920969963, 0.11458845436573029, -0.01812131516635418, -0.006866521667689085, 0.0670672059059143, -0.019556820392608643, 0.03449620306491852, -0.06607513129711151, -0.12762659788131714, -0.02478908933699131, 0.04269528388977051, 0.0029638311825692654, 0.12794137001037598, 0.15664103627204895, -0.005168106406927109, 0.026651626452803612, -0.015845872461795807, -0.023246217519044876, -0.13421551883220673, -0.15646639466285706, -0.06222613900899887, -0.14998294413089752, 0.022462334483861923, -0.08663632720708847, 0.047867026180028915, 0.05302877724170685, 0.07266844809055328, -0.06541765481233597, 0.06867647916078568, 0.049353908747434616, -0.11939282715320587, 0.08969518542289734, -0.024748487398028374, 0.04455447196960449, -0.0018985075876116753, -0.03077637031674385, -0.10359742492437363, 0.042003192007541656, -0.01649407483637333, 0.045346152037382126, -0.04421991854906082, 0.022579338401556015, -0.1750071942806244, -0.10995419323444366, -0.04818427562713623, 0.06838665902614594, -0.06683412194252014, 0.04056481271982193, 0.01606888137757778, 0.011690732091665268, 0.030521972104907036, 0.22083373367786407, -0.041100796312093735, -0.04384056478738785, -0.041319385170936584, 0.1635150909423828, -0.014866671524941921, 0.08733032643795013, -0.027159888297319412, -0.008534550666809082, -0.09159335494041443, 0.3551705777645111, 0.29626867175102234, -0.08988689631223679, 0.018322573974728584, -0.023403000086545944, 0.04054094851016998, 0.13749836385250092, 0.13930056989192963, 0.09693139791488647, 0.23870247602462769, -0.069560706615448, -0.05235563591122627, -0.01810343936085701, -0.013992605730891228, -0.06698887050151825, 0.09740167111158371, 0.02308662235736847, -0.05992421507835388, -0.0399320125579834, 0.09157036244869232, -0.2363831102848053, 0.1119081899523735, -0.1049022525548935, -0.15424089133739471, -0.03413557633757591, 0.011207441799342632, 0.07758733630180359, 0.01318280678242445, 0.11218693852424622, 0.013466300442814827, -0.0844072625041008, 0.014990749768912792, 0.034041877835989, -0.25270384550094604, 0.004782035481184721, 0.053680628538131714, -0.12391778826713562, -0.004765757359564304, -0.025234686210751534, 0.013625700026750565, 0.05700398609042168, 0.04094824194908142, -0.03069460764527321, 0.016096249222755432, -0.006652043666690588, -0.020144162699580193, -0.008288858458399773, 0.05953062325716019, 0.04713095352053642, -0.1559005230665207, 0.06380777060985565, -0.13577982783317566, 0.04075455665588379, -0.023885579779744148, -0.012463473714888096, -0.0012933483812958002, 0.01776987873017788, -0.0522073432803154, 0.06581555306911469, 0.07255802303552628, -0.0144086554646492, 0.008549283258616924, -0.08346639573574066, -0.034440234303474426, -0.023841137066483498, -0.10951124131679535, -0.08404874801635742, -0.13158579170703888, -0.12121031433343887, 0.10822955518960953, -0.02819518744945526, -0.18475614488124847, 0.03248962014913559, -0.12301548570394516, 0.05860345810651779, -0.17328192293643951, 0.11332228779792786, 0.07014153152704239, 0.018578365445137024, 0.01264720968902111, -0.007008096668869257, 0.08073210716247559, 0.11507359892129898, -0.0813264548778534, -0.08199906349182129 ]
null
null
transformers
<div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1383140285329334278/LEYj6vPT_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">Gray 🤖 AI Bot </div> <div style="font-size: 15px">@grayvtuber bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@grayvtuber's tweets](https://twitter.com/grayvtuber). | Data | Quantity | | --- | --- | | Tweets downloaded | 363 | | Retweets | 14 | | Short tweets | 52 | | Tweets kept | 297 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/rqb2jnzt/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @grayvtuber's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/3fn16ljs) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/3fn16ljs/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/grayvtuber') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/grayvtuber/1619622413978/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/grayvtuber
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
Gray AI Bot @grayvtuber bot I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on @grayvtuber's tweets. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @grayvtuber'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 57 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 0.004547144751995802, -0.006708405911922455, -0.007013476919382811, 0.01947171241044998, 0.15818242728710175, 0.03448796644806862, 0.08709780126810074, 0.15389476716518402, -0.019877297803759575, -0.022431448101997375, 0.18047170341014862, 0.173692986369133, -0.012988686561584473, 0.09047263860702515, -0.05271327868103981, -0.2622397541999817, 0.03682216629385948, 0.05513067543506622, -0.007422737777233124, 0.14252057671546936, 0.07580838352441788, -0.023790201172232628, 0.11380083113908768, -0.02966974675655365, -0.202972412109375, 0.03197307139635086, 0.0615268237888813, -0.09518525749444962, 0.11083168536424637, 0.04628797993063927, 0.08698221296072006, 0.022143812850117683, -0.07331052422523499, -0.120787613093853, 0.04532235115766525, 0.045263588428497314, -0.06358368694782257, 0.06480421870946884, 0.08820623904466629, -0.1065920814871788, 0.1416475921869278, 0.07373794168233871, -0.01588049717247486, 0.07824484258890152, -0.17789237201213837, -0.03725104406476021, -0.036331940442323685, 0.007741300854831934, 0.07058489322662354, 0.0750737413764, -0.019116664305329323, 0.1746976524591446, -0.06598041951656342, 0.09777773916721344, 0.17528840899467468, -0.2887236773967743, -0.018040433526039124, 0.0492081381380558, 0.0887371376156807, 0.04900359362363815, -0.024227341637015343, 0.08339477330446243, 0.06365471333265305, 0.01686069741845131, 0.014271941967308521, -0.06960906833410263, -0.09346919506788254, 0.03645368665456772, -0.06932124495506287, -0.05699722096323967, 0.22001419961452484, -0.0334535576403141, 0.04674676060676575, -0.03953840583562851, -0.09316058456897736, -0.028927378356456757, -0.027232296764850616, -0.00907184462994337, -0.05413005128502846, 0.08754174411296844, -0.015151693485677242, -0.06331931799650192, -0.1435878872871399, -0.012912428006529808, -0.15805892646312714, 0.13816505670547485, 0.004333257209509611, 0.04586424678564072, -0.22094038128852844, 0.1012546569108963, 0.022817784920334816, -0.08995530754327774, 0.04930093511939049, -0.09425957500934601, 0.0717538446187973, 0.0007676240638829768, -0.04885277524590492, -0.02944779396057129, 0.08848895877599716, 0.14690880477428436, -0.02718975953757763, 0.005980455316603184, -0.01338018849492073, 0.0733228251338005, 0.059399042278528214, 0.028748195618391037, -0.006081049330532551, -0.052236080169677734, 0.05618719011545181, -0.1417204737663269, -0.010511515662074089, -0.07227712869644165, -0.10605388879776001, -0.04232237488031387, 0.03443120792508125, 0.060671232640743256, 0.042230576276779175, 0.11220116913318634, -0.04771716892719269, -0.01857093721628189, 0.05281376466155052, -0.03979083523154259, -0.008994937874376774, -0.01990325190126896, 0.018122754991054535, 0.13074275851249695, -0.019943278282880783, 0.03407962992787361, -0.10256942361593246, 0.05431444197893143, -0.10281401127576828, -0.01971535198390484, -0.014149561524391174, -0.04367954283952713, 0.031883664429187775, -0.12165860831737518, 0.016123656183481216, -0.16833168268203735, -0.14714312553405762, 0.002859292319044471, -0.016588665544986725, -0.017911825329065323, -0.07954888790845871, -0.04400517791509628, -0.02466505579650402, 0.06924423575401306, -0.04276731237769127, -0.00935916043817997, -0.05846982076764107, 0.11090090870857239, -0.05349889397621155, 0.07203050702810287, -0.1194647029042244, 0.0557217076420784, -0.14930842816829681, -0.013004516251385212, -0.04842504858970642, 0.07119924575090408, 0.015398351475596428, 0.1813964694738388, -0.006925920024514198, -0.003623353084549308, -0.09382472932338715, 0.06455672532320023, -0.02733452245593071, 0.24096953868865967, -0.0756828561425209, -0.14226967096328735, 0.21630549430847168, -0.06334739923477173, -0.14993034303188324, 0.1314547061920166, 0.01843975856900215, 0.08251222223043442, 0.10434340685606003, 0.19023460149765015, 0.01808990351855755, -0.007808534894138575, 0.054424818605184555, 0.07603957504034042, -0.1683882623910904, -0.033340878784656525, 0.0012923459289595485, -0.00014291972911451012, -0.1366809904575348, 0.04632483050227165, 0.1230006217956543, 0.09730340540409088, -0.07249721139669418, -0.018487868830561638, -0.030607668682932854, 0.0016078021144494414, 0.04144361615180969, -0.0005212334799580276, 0.09951234608888626, -0.1033509373664856, -0.04366454482078552, -0.06751791387796402, -0.002970147645100951, 0.011176802217960358, 0.03924661502242088, -0.04455869272351265, 0.09700342267751694, -0.007412149105221033, 0.0545678474009037, -0.13708296418190002, -0.07981666922569275, -0.016090448945760727, 0.1597585678100586, 0.040224816650152206, 0.04663374274969101, 0.0566885769367218, -0.05624469742178917, -0.015493324026465416, -0.010199432261288166, 0.16243304312229156, -0.04404180869460106, -0.07694169133901596, -0.07860849797725677, 0.10474636405706406, -0.06389671564102173, 0.026263169944286346, -0.051667314022779465, 0.024654213339090347, 0.04686986654996872, 0.1110762283205986, 0.004046999383717775, 0.026442723348736763, -0.012835992500185966, -0.007690808270126581, -0.07657550275325775, -0.01617686077952385, 0.1077079176902771, -0.0017721779877319932, -0.06809886544942856, 0.2437063455581665, -0.16884316504001617, 0.21163912117481232, 0.20976658165454865, -0.2492678016424179, -0.02882898785173893, -0.04848965257406235, -0.04766342043876648, -0.0012878701090812683, 0.06041788309812546, -0.034700244665145874, 0.09027024358510971, -0.03288675472140312, 0.16564396023750305, -0.051203593611717224, -0.07646744698286057, 0.019007064402103424, -0.05823178589344025, -0.05114857107400894, 0.07018019258975983, 0.08213616907596588, -0.1630844622850418, 0.18756183981895447, 0.21879082918167114, 0.06839460134506226, 0.2044064849615097, 0.00858453568071127, -0.010656360536813736, 0.07200875878334045, -0.04608747735619545, -0.03843220695853233, -0.06601633131504059, -0.15238076448440552, -0.03009703755378723, 0.06625645607709885, 0.030863380059599876, 0.09900964051485062, -0.09019728004932404, -0.08104760944843292, -0.017665131017565727, 0.004776675254106522, 0.00156646769028157, 0.11991100758314133, 0.03676433861255646, 0.13820022344589233, -0.01955524832010269, 0.022415857762098312, 0.08040772378444672, 0.016582515090703964, -0.10843544453382492, 0.16101348400115967, -0.13329310715198517, -0.3788211941719055, -0.14546175301074982, -0.13134250044822693, -0.020925991237163544, 0.03777816519141197, 0.1120775043964386, -0.1329103261232376, 0.005511005409061909, -0.007893978618085384, 0.10391844809055328, -0.08707519620656967, 0.039245378226041794, -0.07586963474750519, 0.0314689576625824, -0.060405436903238297, -0.07552991807460785, -0.03722400963306427, -0.028465405106544495, -0.09132689982652664, 0.16675986349582672, -0.11130212247371674, 0.06035055220127106, 0.16001324355602264, 0.021197395399212837, 0.03523072600364685, -0.05174810439348221, 0.18330632150173187, -0.112345851957798, 0.020098978653550148, 0.15624848008155823, -0.013005592860281467, 0.08254575729370117, 0.08188403397798538, -0.013132697902619839, -0.10316278785467148, 0.05240294709801674, 0.001463406952098012, -0.10209372639656067, -0.1950312703847885, -0.10119245946407318, -0.08230090886354446, 0.15922248363494873, 0.06361804902553558, 0.058937788009643555, 0.17968137562274933, 0.07578518986701965, -0.038606274873018265, -0.00038743947516195476, -0.00239798822440207, 0.08808282762765884, 0.13635766506195068, -0.01442645862698555, 0.1225903332233429, -0.04975935071706772, -0.10913994163274765, 0.12899059057235718, 0.01750512234866619, 0.03937286511063576, 0.051435839384794235, 0.021011192351579666, -0.011281835846602917, 0.11866551637649536, 0.13484057784080505, 0.10447502881288528, -0.015693627297878265, -0.0293489471077919, -0.04774824157357216, -0.01359935849905014, -0.033305928111076355, 0.03640862926840782, 0.008061517030000687, -0.14140670001506805, -0.06158366799354553, -0.11537835001945496, 0.08758961409330368, 0.10668005049228668, 0.07567808032035828, -0.21108253300189972, -0.003950516227632761, 0.07933880388736725, -0.03630997985601425, -0.11126025766134262, 0.08416172116994858, 0.03095286712050438, -0.1277567446231842, 0.07218055427074432, -0.03519461303949356, 0.12458370625972748, -0.0032897875644266605, 0.09583556652069092, -0.03598680719733238, -0.027483470737934113, -0.013308011926710606, 0.09818253666162491, -0.3191508650779724, 0.1621316522359848, -0.017933005467057228, -0.0618131123483181, -0.06667962670326233, -0.02528184838593006, 0.015994107350707054, 0.07729468494653702, 0.10861869156360626, 0.021759910508990288, 0.01640525460243225, -0.07345785945653915, -0.042352862656116486, 0.038021303713321686, 0.12403716146945953, -0.06827268749475479, -0.012903391383588314, -0.04523605480790138, 0.00796645786613226, -0.017124788835644722, -0.008793274872004986, 0.006911922711879015, -0.14962191879749298, 0.05182485654950142, 0.014736213721334934, 0.07058768719434738, 0.0436982735991478, -0.014969068579375744, -0.09180716425180435, 0.18274778127670288, -0.015714606270194054, -0.07271543145179749, -0.12616917490959167, -0.05262751132249832, 0.030376195907592773, -0.05518756061792374, 0.021047864109277725, -0.06501689553260803, -0.0035362408962100744, -0.06755607575178146, -0.22007296979427338, 0.1278373897075653, -0.08437205106019974, -0.07192739844322205, -0.04912353679537773, 0.2010866105556488, -0.051223888993263245, 0.003238252131268382, 0.010222852230072021, 0.021994104608893394, -0.11474784463644028, -0.09469719231128693, 0.07112357765436172, -0.03247172012925148, 0.03123478777706623, 0.0022505864035338163, -0.04091062396764755, 0.016593176871538162, -0.06314414739608765, -0.011381587944924831, 0.27866554260253906, 0.23951324820518494, -0.040407944470644, 0.1904350072145462, 0.11012271791696548, -0.08163551241159439, -0.3069863021373749, -0.10166139155626297, -0.12140648066997528, -0.02996143139898777, -0.017288926988840103, -0.16865339875221252, 0.06477722525596619, 0.038930367678403854, 0.009261871688067913, 0.13778774440288544, -0.20730599761009216, -0.08823523670434952, 0.09138026833534241, -0.02557477355003357, 0.43079736828804016, -0.1257614940404892, -0.08959750831127167, -0.051866497844457626, -0.16516901552677155, 0.2173919379711151, -0.021592965349555016, 0.07857322692871094, -0.029561417177319527, 0.11770006269216537, 0.04697660356760025, -0.010707763023674488, 0.08040876686573029, -0.00884756539016962, 0.008373050950467587, -0.12410011142492294, -0.02768467366695404, 0.04874192550778389, 0.012378438375890255, 0.0013600040692836046, -0.09389680624008179, 0.020313434302806854, -0.15990203619003296, -0.018549781292676926, -0.11233476549386978, 0.07682323455810547, 0.025788001716136932, -0.06466120481491089, -0.003637736663222313, -0.04986237734556198, -0.015892893075942993, -0.01400828268378973, 0.1717434972524643, -0.04862768203020096, 0.19366511702537537, 0.03501616790890694, 0.11570870876312256, -0.1362973153591156, 0.06143493950366974, -0.06429426372051239, -0.07528600096702576, 0.07427702099084854, -0.1537967324256897, 0.05111055448651314, 0.09430045634508133, -0.030276626348495483, 0.05380253866314888, 0.08795086294412613, -0.003969982732087374, 0.004800081253051758, 0.15867236256599426, -0.2786487936973572, 0.01320126373320818, -0.07396841049194336, -0.06665283441543579, 0.10506758838891983, 0.06261139363050461, 0.17162823677062988, 0.011681869626045227, -0.056615445762872696, 0.01595049723982811, 0.02499506063759327, -0.04915530979633331, 0.04529924690723419, 0.008104361593723297, -0.010991688817739487, -0.13640300929546356, 0.08699746429920197, 0.0042801909148693085, -0.1531187742948532, 0.024680746719241142, 0.2155698835849762, -0.1260155886411667, -0.10237220674753189, -0.03444112092256546, 0.08444061875343323, -0.11519137024879456, 0.01753072999417782, -0.030764780938625336, -0.09109894186258316, 0.07448896765708923, 0.15248911082744598, 0.049206193536520004, 0.11775100976228714, -0.015379221178591251, -0.011753370985388756, -0.05147303268313408, -0.0317845419049263, 0.025745956227183342, 0.017857374623417854, -0.08257177472114563, 0.06648801267147064, -0.022109810262918472, 0.14559012651443481, -0.09791336953639984, -0.06602771580219269, -0.1468091756105423, -0.009785634465515614, -0.0695481076836586, -0.09207163751125336, -0.08133620768785477, -0.062133077532052994, 0.0010387726360931993, -0.03962359577417374, -0.04795864596962929, -0.0791037380695343, -0.10289866477251053, 0.009435068815946579, -0.02305566892027855, 0.03256045654416084, -0.06115729361772537, 0.007872066460549831, 0.12092912197113037, -0.028174830600619316, 0.16686207056045532, 0.1458095908164978, -0.09536580741405487, 0.10568815469741821, -0.16346460580825806, -0.08964221179485321, 0.0939340740442276, -0.01729099079966545, 0.027899714186787605, 0.11666940152645111, 0.014932696707546711, 0.04195788502693176, 0.035977672785520554, 0.06045130267739296, 0.03587699308991432, -0.11899011582136154, 0.07665140181779861, 0.009481414221227169, -0.1612047255039215, -0.06303887814283371, -0.08555969595909119, 0.030386725440621376, 0.021575886756181717, 0.12225193530321121, -0.045776769518852234, 0.0887017622590065, -0.07972796261310577, 0.027257539331912994, 0.02293219044804573, -0.181223064661026, -0.047844018787145615, -0.053065262734889984, 0.032686229795217514, 0.018960151821374893, 0.1893557906150818, 0.027213018387556076, -0.03697650134563446, 0.04549255222082138, 0.1042066365480423, 0.005313898902386427, 0.004829791374504566, 0.16259528696537018, 0.09423433989286423, -0.07654286175966263, -0.12226779758930206, 0.07556461542844772, 0.019673259928822517, -0.044067107141017914, 0.10607215762138367, -0.002448870101943612, 0.020163848996162415, 0.06910120695829391, -0.014892932027578354, 0.034322552382946014, -0.044286008924245834, -0.10698256641626358, -0.023580113425850868, 0.046367425471544266, 0.00669879000633955, 0.12847968935966492, 0.177873894572258, -0.002574790036305785, 0.025011489167809486, -0.0363602340221405, -0.024931130930781364, -0.13864666223526, -0.1558164656162262, -0.06855984032154083, -0.14875617623329163, 0.012976853176951408, -0.0915176048874855, 0.04695429280400276, 0.028682325035333633, 0.06887643784284592, -0.07052405923604965, 0.04384735971689224, 0.06974220275878906, -0.12065785378217697, 0.09397104382514954, -0.028081456199288368, 0.03704333305358887, -0.006730496883392334, -0.012833851389586926, -0.10013298690319061, 0.035936567932367325, -0.01747855544090271, 0.045271266251802444, -0.04546798765659332, 0.030429324135184288, -0.1703072488307953, -0.124412901699543, -0.04034453630447388, 0.06420420855283737, -0.06510858237743378, 0.03512151539325714, 0.019115818664431572, 0.013339218683540821, 0.03305599465966225, 0.23020225763320923, -0.03704051673412323, -0.02329315058887005, -0.042310282588005066, 0.16692522168159485, -0.014016710221767426, 0.08088304847478867, -0.03037172369658947, 0.0002500463742762804, -0.08417443931102753, 0.3385351300239563, 0.3027777075767517, -0.09020252525806427, 0.019915465265512466, -0.030905582010746002, 0.03936264291405678, 0.11892254650592804, 0.13376617431640625, 0.09784641861915588, 0.2282467782497406, -0.07217609137296677, -0.03032243251800537, -0.020507147535681725, -0.011079044081270695, -0.06650827825069427, 0.0879674032330513, 0.02507801540195942, -0.05553486570715904, -0.031693898141384125, 0.0812700018286705, -0.2327648252248764, 0.10665327310562134, -0.11289316415786743, -0.1636168211698532, -0.039189815521240234, 0.0042042857967317104, 0.08908319473266602, 0.015396242961287498, 0.11228121817111969, 0.009163780137896538, -0.07585213333368301, 0.017798418179154396, 0.028085503727197647, -0.24201616644859314, -0.008133855648338795, 0.060310713946819305, -0.12939085066318512, -0.004324504639953375, -0.027167800813913345, 0.007199867628514767, 0.059822265058755875, 0.029368450865149498, -0.04319324716925621, -0.001257759635336697, -0.010450302623212337, -0.008644461631774902, -0.011618612334132195, 0.07065588980913162, 0.046958792954683304, -0.13329142332077026, 0.06869500875473022, -0.11774353682994843, 0.033477768301963806, -0.05866728723049164, -0.015255378559231758, 0.000037100471672602, 0.03460683673620224, -0.04829782620072365, 0.07058211416006088, 0.07688362896442413, -0.015606098808348179, 0.000610517687164247, -0.0802936851978302, -0.036274004727602005, -0.019796574488282204, -0.09252054989337921, -0.08371094614267349, -0.13031646609306335, -0.11573562026023865, 0.1029667928814888, -0.02224794402718544, -0.19213621318340302, 0.03111329674720764, -0.12165344506502151, 0.045619383454322815, -0.1751558482646942, 0.11076030135154724, 0.08046020567417145, 0.01831907220184803, 0.011516088619828224, -0.02576824277639389, 0.08821021765470505, 0.11728470027446747, -0.07783648371696472, -0.08528783172369003 ]
null
null
transformers
<link rel="stylesheet" href="https://unpkg.com/@tailwindcss/[email protected]/dist/typography.min.css"> <style> @media (prefers-color-scheme: dark) { .prose { color: #E2E8F0 !important; } .prose h2, .prose h3, .prose a, .prose thead { color: #F7FAFC !important; } } </style> <section class='prose'> <div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/378800000520968918/d38fd96468e9ba14c1f9f022eb0c4e61_400x400.png')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">Great Minds Quotes 🤖 AI Bot </div> <div style="font-size: 15px; color: #657786">@greatestquotes bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://app.wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-model-to-generate-tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@greatestquotes's tweets](https://twitter.com/greatestquotes). <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'>3202</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'>1</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'>0</td> </tr> <tr style='border-width:0'> <td style='border-width:0'>Tweets kept</td> <td style='border-width:0'>3201</td> </tr> </tbody> </table> [Explore the data](https://app.wandb.ai/wandb/huggingtweets/runs/3unqair1/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @greatestquotes's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://app.wandb.ai/wandb/huggingtweets/runs/368rnmms) for full transparency and reproducibility. At the end of training, [the final model](https://app.wandb.ai/wandb/huggingtweets/runs/368rnmms/artifacts) is logged and versioned. ## Intended uses & limitations ### How to use 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/greatestquotes'</span>) generator(<span style="color:#FF9800">"My dream is"</span>, num_return_sequences=<span style="color:#8BC34A">5</span>)</code></pre> ### Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* </section> [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) <section class='prose'> For more details, visit the project repository. </section> [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets) <!--- random size file -->
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/greatestquotes/1603925133471/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/greatestquotes
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
<link rel="stylesheet" href="URL <style> @media (prefers-color-scheme: dark) { .prose { color: #E2E8F0 !important; } .prose h2, .prose h3, .prose a, .prose thead { color: #F7FAFC !important; } } </style> <section class='prose'> <div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('URL </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">Great Minds Quotes AI Bot </div> <div style="font-size: 15px; color: #657786">@greatestquotes bot</div> </div> I was made with huggingtweets. Create your own bot based on your favorite user with the demo! ## How does it work? The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. ## Training data The model was trained on @greatestquotes'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'>3202</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'>1</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'>0</td> </tr> <tr style='border-width:0'> <td style='border-width:0'>Tweets kept</td> <td style='border-width:0'>3201</td> </tr> </tbody> </table> Explore the data, which is tracked with W&B artifacts at every step of the pipeline. ## Training procedure The model is based on a pre-trained GPT-2 which is fine-tuned on @greatestquotes'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. ## Intended uses & limitations ### How to use 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/greatestquotes'</span>) generator(<span style="color:#FF9800">"My dream is"</span>, num_return_sequences=<span style="color:#8BC34A">5</span>)</code></pre> ### Limitations and bias 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. ## About *Built by Boris Dayma* </section> ![Follow](URL <section class='prose'> For more details, visit the project repository. </section> ![GitHub stars](URL
[ "## How does it work?\n\nThe model uses the following pipeline.\n\n!pipeline\n\nTo understand how the model was developed, check the W&B report.", "## Training data\n\nThe model was trained on @greatestquotes's tweets.\n\n<table style='border-width:0'>\n<thead style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #CBD5E0'>\n<th style='border-width:0'>Data</th>\n<th style='border-width:0'>Quantity</th>\n</tr>\n</thead>\n<tbody style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Tweets downloaded</td>\n<td style='border-width:0'>3202</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Retweets</td>\n<td style='border-width:0'>1</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Short tweets</td>\n<td style='border-width:0'>0</td>\n</tr>\n<tr style='border-width:0'>\n<td style='border-width:0'>Tweets kept</td>\n<td style='border-width:0'>3201</td>\n</tr>\n</tbody>\n</table>\n\nExplore the data, which is tracked with W&B artifacts at every step of the pipeline.", "## Training procedure\n\nThe model is based on a pre-trained GPT-2 which is fine-tuned on @greatestquotes's tweets.\n\nHyperparameters and metrics are recorded in the W&B training run for full transparency and reproducibility.\n\nAt the end of training, the final model is logged and versioned.", "## Intended uses & limitations", "### How to use\n\nYou can use this model directly with a pipeline for text generation:\n\n<pre><code><span style=\"color:#03A9F4\">from</span> transformers <span style=\"color:#03A9F4\">import</span> pipeline\ngenerator = pipeline(<span style=\"color:#FF9800\">'text-generation'</span>,\n model=<span style=\"color:#FF9800\">'huggingtweets/greatestquotes'</span>)\ngenerator(<span style=\"color:#FF9800\">\"My dream is\"</span>, num_return_sequences=<span style=\"color:#8BC34A\">5</span>)</code></pre>", "### Limitations and bias\n\nThe model suffers from the same limitations and bias as GPT-2.\n\nIn addition, the data present in the user's tweets further affects the text generated by the model.", "## About\n\n*Built by Boris Dayma*\n\n</section>\n\n![Follow](URL\n\n<section class='prose'>\nFor more details, visit the project repository.\n</section>\n\n![GitHub stars](URL" ]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "## How does it work?\n\nThe model uses the following pipeline.\n\n!pipeline\n\nTo understand how the model was developed, check the W&B report.", "## Training data\n\nThe model was trained on @greatestquotes's tweets.\n\n<table style='border-width:0'>\n<thead style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #CBD5E0'>\n<th style='border-width:0'>Data</th>\n<th style='border-width:0'>Quantity</th>\n</tr>\n</thead>\n<tbody style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Tweets downloaded</td>\n<td style='border-width:0'>3202</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Retweets</td>\n<td style='border-width:0'>1</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Short tweets</td>\n<td style='border-width:0'>0</td>\n</tr>\n<tr style='border-width:0'>\n<td style='border-width:0'>Tweets kept</td>\n<td style='border-width:0'>3201</td>\n</tr>\n</tbody>\n</table>\n\nExplore the data, which is tracked with W&B artifacts at every step of the pipeline.", "## Training procedure\n\nThe model is based on a pre-trained GPT-2 which is fine-tuned on @greatestquotes's tweets.\n\nHyperparameters and metrics are recorded in the W&B training run for full transparency and reproducibility.\n\nAt the end of training, the final model is logged and versioned.", "## Intended uses & limitations", "### How to use\n\nYou can use this model directly with a pipeline for text generation:\n\n<pre><code><span style=\"color:#03A9F4\">from</span> transformers <span style=\"color:#03A9F4\">import</span> pipeline\ngenerator = pipeline(<span style=\"color:#FF9800\">'text-generation'</span>,\n model=<span style=\"color:#FF9800\">'huggingtweets/greatestquotes'</span>)\ngenerator(<span style=\"color:#FF9800\">\"My dream is\"</span>, num_return_sequences=<span style=\"color:#8BC34A\">5</span>)</code></pre>", "### Limitations and bias\n\nThe model suffers from the same limitations and bias as GPT-2.\n\nIn addition, the data present in the user's tweets further affects the text generated by the model.", "## About\n\n*Built by Boris Dayma*\n\n</section>\n\n![Follow](URL\n\n<section class='prose'>\nFor more details, visit the project repository.\n</section>\n\n![GitHub stars](URL" ]
[ 57, 34, 431, 77, 9, 169, 48, 58 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n## How does it work?\n\nThe model uses the following pipeline.\n\n!pipeline\n\nTo understand how the model was developed, check the W&B report." ]
[ -0.04084593802690506, 0.035596683621406555, -0.0024457171093672514, 0.04662978649139404, 0.10991521924734116, 0.022836215794086456, 0.12812861800193787, 0.0424627922475338, -0.03746044635772705, -0.03597303107380867, 0.22758877277374268, 0.1009177565574646, 0.03089720755815506, 0.17962171137332916, 0.010350672528147697, -0.2703946828842163, 0.015237200073897839, 0.0647135004401207, -0.07720091193914413, 0.15752871334552765, 0.05562684312462807, -0.049801189452409744, 0.08214939385652542, 0.032038331031799316, -0.165513277053833, -0.004831716418266296, -0.02072383277118206, -0.04504403471946716, 0.09232694655656815, 0.06956911832094193, 0.07011176645755768, 0.034282486885786057, 0.017851393669843674, -0.0714372918009758, 0.06354191154241562, 0.014452377334237099, -0.02349161170423031, 0.13615116477012634, 0.028668763116002083, -0.0002947957837022841, 0.1798527091741562, 0.11815319955348969, 0.016722125932574272, 0.016196802258491516, -0.1166125237941742, -0.0606788769364357, 0.012365915812551975, 0.04470464214682579, 0.10005760192871094, 0.058856748044490814, 0.01943058706820011, 0.13215520977973938, -0.1164829432964325, 0.08512931317090988, 0.1828341782093048, -0.24191047251224518, -0.006823094096034765, 0.061043880879879, 0.08518847078084946, 0.02852868288755417, -0.0027500083670020103, 0.050437480211257935, 0.06484624743461609, 0.021347152069211006, 0.03636380657553673, -0.0638979896903038, 0.05009674280881882, 0.011186900548636913, -0.10215270519256592, -0.07660897821187973, 0.2294245809316635, -0.0602995827794075, 0.004886541981250048, -0.028186868876218796, -0.08490151911973953, -0.06026294082403183, -0.012795685790479183, -0.05738116800785065, -0.01700775697827339, 0.034475523978471756, 0.0214629378169775, -0.10922146588563919, -0.07046429812908173, -0.1146778091788292, -0.09578189998865128, 0.17879855632781982, -0.02900231070816517, 0.08940442651510239, -0.2603394091129303, 0.2254239320755005, 0.07019765675067902, -0.11909467726945877, 0.04757627099752426, -0.11814092099666595, 0.08530338853597641, 0.02207805961370468, 0.041434839367866516, 0.07761925458908081, 0.04161522537469864, 0.11940909177064896, 0.03257475048303604, -0.00314142694696784, 0.05456724017858505, 0.07224375009536743, 0.0941813513636589, 0.1230122447013855, -0.07287998497486115, -0.07873915135860443, 0.08034131675958633, -0.04709449037909508, -0.11787727475166321, -0.06861002743244171, -0.1452382206916809, -0.004202034790068865, -0.0335184708237648, 0.07922724634408951, 0.05637102574110031, 0.09526676684617996, -0.01433930266648531, -0.05777551606297493, 0.04157217592000961, -0.06985066086053848, 0.019995175302028656, -0.011708668433129787, -0.060763102024793625, 0.13121068477630615, 0.04688004031777382, -0.014275136403739452, -0.08673419058322906, 0.07951672375202179, -0.1204570084810257, -0.07978847622871399, -0.08239417523145676, -0.05098734796047211, -0.007686138618737459, -0.11281027644872665, 0.049203939735889435, -0.11458899080753326, -0.22705501317977905, -0.01313747651875019, 0.04550096020102501, -0.016462473198771477, -0.03707117214798927, -0.040630146861076355, -0.009473399259150028, 0.04880702868103981, -0.042894408106803894, 0.039052072912454605, -0.05325083062052727, 0.050018906593322754, -0.09618895500898361, 0.051321301609277725, -0.10470817238092422, 0.041251372545957565, -0.09671807289123535, 0.07595963031053543, 0.0017866486450657248, 0.0454767569899559, 0.010063555091619492, 0.08985432982444763, -0.03214199095964432, -0.044836416840553284, -0.07869677990674973, 0.026561295613646507, 0.02284199558198452, 0.20134314894676208, -0.10196486860513687, -0.0819794163107872, 0.12614667415618896, -0.07252102345228195, -0.1288122832775116, 0.0409054271876812, -0.02831157296895981, 0.17958028614521027, 0.07370224595069885, 0.16096454858779907, 0.12039237469434738, -0.03798284754157066, 0.1263856589794159, 0.14821170270442963, -0.1269366294145584, -0.004153167363256216, 0.039416827261447906, 0.014042570255696774, -0.20559121668338776, 0.04052022844552994, -0.01946125738322735, 0.06584736704826355, -0.10201486945152283, -0.00946728140115738, 0.0031527038663625717, -0.02320384420454502, 0.0023026331327855587, -0.0472555048763752, 0.061078161001205444, 0.038737643510103226, -0.022763127461075783, 0.029682613909244537, 0.06635552644729614, -0.026160234585404396, -0.00823320634663105, -0.04484035447239876, 0.10009831935167313, -0.07260703295469284, 0.06797321885824203, -0.13160665333271027, -0.003086181590333581, -0.012450510635972023, 0.0972909927368164, 0.03811546042561531, 0.10621625185012817, 0.05470104143023491, 0.03126294165849686, 0.07701993733644485, -0.02846951223909855, 0.0746634304523468, 0.01002051867544651, -0.0850096121430397, -0.1272277683019638, 0.015217535197734833, -0.10649837553501129, -0.004191380459815264, -0.08523700386285782, -0.0015737697249278426, -0.12802091240882874, 0.05826076865196228, -0.016465239226818085, 0.0539434514939785, -0.055182818323373795, -0.04337453469634056, -0.044662054628133774, -0.022007398307323456, 0.0482511967420578, -0.033139705657958984, -0.06687536835670471, 0.16832175850868225, -0.15395553410053253, 0.2592274248600006, 0.1313537061214447, -0.0889907032251358, 0.002020547864958644, -0.07812081277370453, -0.04194976016879082, -0.012868959456682205, 0.07527336478233337, -0.03700125962495804, 0.15495356917381287, -0.03386903926730156, 0.17382068932056427, -0.099679134786129, -0.0334031768143177, 0.02144831046462059, -0.10981054604053497, 0.057656705379486084, 0.08051177859306335, 0.04427298903465271, -0.159133642911911, 0.08837400376796722, 0.19756358861923218, 0.05472150072455406, 0.20321963727474213, -0.006869805511087179, -0.06112205237150192, -0.05358194187283516, -0.0808696523308754, -0.052568696439266205, 0.056259434670209885, -0.09903126955032349, -0.004000484477728605, 0.06423190236091614, 0.08783505111932755, 0.11237549781799316, -0.10904275625944138, -0.046180129051208496, 0.05125856027007103, -0.004819708876311779, -0.051060013473033905, 0.07006146013736725, -0.0659489631652832, 0.13217470049858093, 0.014598124660551548, -0.07049204409122467, 0.0036125897895544767, -0.004913401324301958, -0.11891388893127441, 0.20653130114078522, -0.08047540485858917, -0.27306002378463745, -0.16792123019695282, -0.16288253664970398, 0.07165426760911942, 0.038431257009506226, 0.033738572150468826, -0.08776884526014328, -0.020982403308153152, 0.004409478977322578, 0.11553267389535904, -0.09698133170604706, 0.013121976517140865, 0.008159824647009373, -0.018650712445378304, -0.07579360157251358, -0.09033482521772385, -0.0241270512342453, -0.02461584471166134, 0.020020704716444016, 0.03998296707868576, -0.11154978722333908, 0.06758414953947067, 0.2167699933052063, -0.015538511797785759, 0.06870997697114944, 0.00025148785789497197, 0.26176807284355164, -0.08426473289728165, 0.040830448269844055, 0.11926601082086563, -0.08760137856006622, 0.05199241638183594, 0.07132956385612488, 0.03210015222430229, -0.014074578881263733, 0.016441889107227325, -0.11233895272016525, -0.12864868342876434, -0.1923626959323883, -0.06961654871702194, -0.028241310268640518, 0.13464264571666718, 0.031150488182902336, 0.04321796074509621, 0.10346641391515732, 0.07471037656068802, 0.06701335310935974, 0.03259968012571335, -0.0005120337591506541, 0.0647427961230278, 0.024594781920313835, -0.05812343955039978, 0.054217349737882614, -0.04845457896590233, -0.0797470211982727, 0.08279551565647125, -0.011098933406174183, 0.0927528515458107, 0.06928195804357529, 0.02340286411345005, 0.018686039373278618, 0.04218229651451111, 0.15593960881233215, 0.22442668676376343, -0.012412761338055134, -0.041085485368967056, -0.05078154057264328, -0.040494389832019806, -0.01600850187242031, 0.015044075436890125, -0.05785144492983818, -0.033252447843551636, -0.0728597640991211, -0.015066487714648247, 0.011195010505616665, 0.015441779047250748, 0.07578693330287933, -0.22024130821228027, -0.038240667432546616, 0.042616840451955795, -0.013794191181659698, -0.10639895498752594, 0.05872863903641701, 0.016779562458395958, -0.17391349375247955, -0.07854076474905014, -0.016605399549007416, 0.1603294163942337, -0.030760308727622032, 0.0619782954454422, 0.005449770484119654, 0.02271227352321148, -0.013140208087861538, 0.11191333085298538, -0.27346712350845337, 0.1954270750284195, 0.001131516881287098, -0.04876048117876053, -0.016439033672213554, -0.04243995249271393, 0.0009058643481694162, 0.14556926488876343, 0.09718295931816101, 0.0028763783629983664, 0.0669604167342186, -0.07678256928920746, -0.11943262070417404, 0.05284353718161583, 0.08068333566188812, -0.07738065719604492, 0.029960619285702705, -0.029798466712236404, 0.027152907103300095, -0.007555682212114334, -0.030231619253754616, 0.002119861776009202, -0.11661309748888016, 0.02936525270342827, -0.08075195550918579, 0.06012337654829025, 0.02433968149125576, -0.02529163844883442, -0.012048180215060711, 0.1316436529159546, -0.013300766237080097, -0.08264251798391342, -0.08976204693317413, -0.02328740619122982, 0.09523095935583115, -0.05599937587976456, 0.03358715400099754, -0.08175740391016006, -0.04073614999651909, 0.005860272329300642, -0.16970814764499664, 0.06983034312725067, -0.10846570879220963, -0.09971687942743301, -0.050264790654182434, 0.15346404910087585, 0.013677009381353855, 0.025709833949804306, 0.03220117464661598, -0.04211581498384476, -0.18150363862514496, -0.15989434719085693, -0.007562890648841858, 0.0717545747756958, -0.04433317109942436, 0.03638565540313721, 0.007171243894845247, 0.10013602674007416, 0.004198792390525341, 0.07230839878320694, 0.2026015669107437, 0.16423118114471436, -0.08760133385658264, 0.17723721265792847, 0.16266676783561707, -0.12243213504552841, -0.2722402811050415, -0.09522651135921478, -0.05925937369465828, 0.03468820080161095, 0.02297091670334339, -0.13072867691516876, 0.06184706464409828, -0.011241482570767403, -0.004976592492312193, 0.13391432166099548, -0.2790721356868744, -0.07025358080863953, 0.13864430785179138, -0.012145180255174637, 0.2560276985168457, -0.042459286749362946, -0.08155408501625061, -0.060940731316804886, -0.2339130938053131, 0.1595010906457901, -0.12908293306827545, 0.030256805941462517, -0.06380902975797653, 0.1317017376422882, 0.04475972056388855, -0.051817599684000015, 0.13714583218097687, -0.0770399421453476, 0.03692200407385826, -0.1231972947716713, -0.01437266543507576, 0.05212629213929176, -0.014681367203593254, 0.10554680228233337, -0.053141020238399506, 0.10400939732789993, -0.12106935679912567, -0.052672889083623886, -0.054288461804389954, 0.017598338425159454, -0.023758167400956154, -0.05668776109814644, -0.039483629167079926, -0.05230721831321716, 0.00942184031009674, -0.024894973263144493, -0.008981208316981792, -0.02189256064593792, 0.08200293034315109, 0.10853444039821625, 0.1416669338941574, -0.04508063197135925, -0.02666328102350235, -0.029412275180220604, -0.043095141649246216, 0.07755832374095917, -0.1675589680671692, -0.020979177206754684, 0.15767353773117065, 0.008264025673270226, 0.08081416040658951, 0.07994852215051651, -0.043529048562049866, -0.04116993397474289, 0.09435915946960449, -0.23738352954387665, -0.032961416989564896, -0.07289689034223557, -0.032304681837558746, 0.05143286660313606, 0.06389017403125763, 0.11233682930469513, -0.055076416581869125, -0.015500548295676708, 0.038369257003068924, -0.013473432511091232, -0.10457789897918701, 0.12659704685211182, 0.07594829052686691, 0.04931824654340744, -0.13000807166099548, 0.03979043290019035, -0.02080575004220009, -0.024042857810854912, -0.009190280921757221, 0.09610513597726822, -0.13868926465511322, -0.061987441033124924, 0.01100219041109085, 0.1624082624912262, -0.08940329402685165, -0.054934311658144, -0.00678250240162015, -0.07782098650932312, 0.06215988099575043, 0.06269455701112747, 0.039047662168741226, 0.10006190836429596, -0.08492296934127808, -0.004345493856817484, -0.04427671059966087, 0.02742549031972885, 0.04004936292767525, -0.01839151792228222, -0.11644710600376129, 0.050648268312215805, 0.01261399406939745, 0.21786263585090637, -0.12195943295955658, -0.07748695462942123, -0.13975368440151215, 0.03579137846827507, -0.1441981941461563, -0.02782432734966278, -0.09455464035272598, -0.0542730838060379, -0.024786408990621567, -0.02354593575000763, -0.05044161155819893, -0.03595460206270218, -0.06568260490894318, 0.04963921010494232, -0.01889806240797043, -0.04201965406537056, -0.018809955567121506, 0.04780932888388634, 0.10624072700738907, -0.0022816911805421114, 0.11582330614328384, 0.10476028919219971, -0.06149300932884216, 0.06964143365621567, -0.08975338935852051, 0.049342647194862366, 0.010800108313560486, -0.03639211133122444, 0.07890737056732178, 0.033158838748931885, 0.011678727343678474, -0.02014644630253315, -0.05248590186238289, 0.015699470415711403, 0.019494805485010147, -0.09001129865646362, 0.04338252544403076, 0.03427375108003616, -0.07128193974494934, -0.06945458799600601, -0.02831537090241909, -0.04915383830666542, 0.10966338962316513, 0.09227382391691208, 0.01580313965678215, 0.11524862796068192, -0.09982031583786011, -0.0043287696316838264, 0.0288130734115839, -0.08074736595153809, -0.01706261746585369, -0.10044533759355545, -0.01304725930094719, -0.02274717018008232, 0.2554529011249542, 0.12089171260595322, -0.025309232994914055, -0.03230812028050423, 0.07114472985267639, 0.08105676621198654, -0.0211230106651783, 0.14824873208999634, 0.03444083034992218, -0.0007331980159506202, -0.1400776505470276, 0.10673409700393677, -0.060156434774398804, -0.010151425376534462, 0.09550673514604568, -0.08319920301437378, 0.048856139183044434, 0.07468824833631516, -0.01950058713555336, 0.05372466519474983, -0.11716536432504654, -0.2690386474132538, 0.023945249617099762, 0.027653370052576065, -0.0441947840154171, 0.07253700494766235, 0.145015150308609, 0.00042942073196172714, 0.05244648456573486, 0.061493102461099625, -0.05709811672568321, -0.17804701626300812, -0.19115881621837616, -0.0384756401181221, -0.11082857847213745, -0.023826930671930313, -0.10639674216508865, 0.04148538038134575, -0.02072913944721222, 0.05925795063376427, -0.09639845043420792, 0.12447383254766464, 0.06843417137861252, -0.11577396094799042, 0.05810433253645897, -0.008805959485471249, 0.048459235578775406, -0.07387776672840118, 0.08210063725709915, -0.10721065104007721, -0.026499031111598015, -0.016933415085077286, 0.03711435943841934, -0.05858420953154564, 0.0011270071845501661, -0.10357651859521866, -0.06808403134346008, -0.056935109198093414, 0.09072309732437134, -0.024477418512105942, 0.03998230770230293, -0.014557241462171078, -0.061277762055397034, -0.025446701794862747, 0.2273169606924057, -0.018587565049529076, -0.043939489871263504, -0.0661960318684578, 0.2851298749446869, -0.06544138491153717, 0.07253559678792953, -0.032977886497974396, -0.001274158013984561, -0.07127615064382553, 0.2931469976902008, 0.36314713954925537, -0.14264726638793945, 0.011796033009886742, -0.018389053642749786, 0.03556118905544281, 0.07535336911678314, 0.18024654686450958, 0.07291083037853241, 0.3107033371925354, -0.04080776497721672, -0.01225926261395216, -0.10546047985553741, -0.03835856914520264, 0.014304363168776035, 0.02947218343615532, 0.08378855139017105, -0.05586446449160576, -0.06808875501155853, 0.1039084792137146, -0.26703301072120667, -0.02056516334414482, -0.16380304098129272, -0.061613935977220535, -0.04166705906391144, 0.0007227687747217715, 0.07237391918897629, 0.028740311041474342, 0.05115301162004471, -0.039005450904369354, -0.047156207263469696, 0.057444483041763306, -0.02154913917183876, -0.12674635648727417, 0.0002557095722295344, 0.143532857298851, -0.07906237244606018, -0.0018181405030190945, 0.0032308290246874094, 0.060348983854055405, 0.044118594378232956, 0.04119637981057167, -0.10164451599121094, 0.02608482725918293, 0.01246592216193676, -0.03363148868083954, -0.028164468705654144, 0.008156497962772846, 0.07835527509450912, -0.21697945892810822, 0.0020338469184935093, -0.14078554511070251, 0.011757226660847664, -0.07641053944826126, -0.006896127946674824, -0.08222074061632156, 0.03242125362157822, 0.004625517874956131, 0.1118803396821022, 0.11125602573156357, -0.03202005848288536, -0.0006144302315078676, -0.06265610456466675, 0.06727221608161926, -0.06884542852640152, -0.02960195019841194, -0.025150567293167114, -0.09257599711418152, -0.09335606545209885, 0.09815482050180435, -0.022339481860399246, -0.1427105814218521, 0.007601875811815262, -0.09401176869869232, -0.04369132220745087, -0.021486658602952957, 0.09382037818431854, 0.11086808145046234, 0.09180203825235367, -0.007599277421832085, 0.047748953104019165, 0.03120456263422966, 0.07436691224575043, -0.12886843085289001, -0.10148585587739944 ]
null
null
transformers
<link rel="stylesheet" href="https://unpkg.com/@tailwindcss/[email protected]/dist/typography.min.css"> <style> @media (prefers-color-scheme: dark) { .prose { color: #E2E8F0 !important; } .prose h2, .prose h3, .prose a, .prose thead { color: #F7FAFC !important; } } </style> <section class='prose'> <div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1182443074963857408/PH0SGZfK_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">Ray Greene 🤖 AI Bot </div> <div style="font-size: 15px; color: #657786">@greene_ray bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://app.wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-model-to-generate-tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@greene_ray's tweets](https://twitter.com/greene_ray). <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'>3187</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'>867</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'>334</td> </tr> <tr style='border-width:0'> <td style='border-width:0'>Tweets kept</td> <td style='border-width:0'>1986</td> </tr> </tbody> </table> [Explore the data](https://app.wandb.ai/wandb/huggingtweets/runs/1njnu788/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @greene_ray's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://app.wandb.ai/wandb/huggingtweets/runs/1cwalrjv) for full transparency and reproducibility. At the end of training, [the final model](https://app.wandb.ai/wandb/huggingtweets/runs/1cwalrjv/artifacts) is logged and versioned. ## Intended uses & limitations ### How to use 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/greene_ray'</span>) generator(<span style="color:#FF9800">"My dream is"</span>, num_return_sequences=<span style="color:#8BC34A">5</span>)</code></pre> ### Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* </section> [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) <section class='prose'> For more details, visit the project repository. </section> [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets) <!--- random size file -->
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/greene_ray/1604420107211/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/greene_ray
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
<link rel="stylesheet" href="URL <style> @media (prefers-color-scheme: dark) { .prose { color: #E2E8F0 !important; } .prose h2, .prose h3, .prose a, .prose thead { color: #F7FAFC !important; } } </style> <section class='prose'> <div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('URL </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">Ray Greene AI Bot </div> <div style="font-size: 15px; color: #657786">@greene_ray bot</div> </div> I was made with huggingtweets. Create your own bot based on your favorite user with the demo! ## How does it work? The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. ## Training data The model was trained on @greene_ray'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'>3187</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'>867</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'>334</td> </tr> <tr style='border-width:0'> <td style='border-width:0'>Tweets kept</td> <td style='border-width:0'>1986</td> </tr> </tbody> </table> Explore the data, which is tracked with W&B artifacts at every step of the pipeline. ## Training procedure The model is based on a pre-trained GPT-2 which is fine-tuned on @greene_ray'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. ## Intended uses & limitations ### How to use 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/greene_ray'</span>) generator(<span style="color:#FF9800">"My dream is"</span>, num_return_sequences=<span style="color:#8BC34A">5</span>)</code></pre> ### Limitations and bias 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. ## About *Built by Boris Dayma* </section> ![Follow](URL <section class='prose'> For more details, visit the project repository. </section> ![GitHub stars](URL
[ "## How does it work?\n\nThe model uses the following pipeline.\n\n!pipeline\n\nTo understand how the model was developed, check the W&B report.", "## Training data\n\nThe model was trained on @greene_ray's tweets.\n\n<table style='border-width:0'>\n<thead style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #CBD5E0'>\n<th style='border-width:0'>Data</th>\n<th style='border-width:0'>Quantity</th>\n</tr>\n</thead>\n<tbody style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Tweets downloaded</td>\n<td style='border-width:0'>3187</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Retweets</td>\n<td style='border-width:0'>867</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Short tweets</td>\n<td style='border-width:0'>334</td>\n</tr>\n<tr style='border-width:0'>\n<td style='border-width:0'>Tweets kept</td>\n<td style='border-width:0'>1986</td>\n</tr>\n</tbody>\n</table>\n\nExplore the data, which is tracked with W&B artifacts at every step of the pipeline.", "## Training procedure\n\nThe model is based on a pre-trained GPT-2 which is fine-tuned on @greene_ray's tweets.\n\nHyperparameters and metrics are recorded in the W&B training run for full transparency and reproducibility.\n\nAt the end of training, the final model is logged and versioned.", "## Intended uses & limitations", "### How to use\n\nYou can use this model directly with a pipeline for text generation:\n\n<pre><code><span style=\"color:#03A9F4\">from</span> transformers <span style=\"color:#03A9F4\">import</span> pipeline\ngenerator = pipeline(<span style=\"color:#FF9800\">'text-generation'</span>,\n model=<span style=\"color:#FF9800\">'huggingtweets/greene_ray'</span>)\ngenerator(<span style=\"color:#FF9800\">\"My dream is\"</span>, num_return_sequences=<span style=\"color:#8BC34A\">5</span>)</code></pre>", "### Limitations and bias\n\nThe model suffers from the same limitations and bias as GPT-2.\n\nIn addition, the data present in the user's tweets further affects the text generated by the model.", "## About\n\n*Built by Boris Dayma*\n\n</section>\n\n![Follow](URL\n\n<section class='prose'>\nFor more details, visit the project repository.\n</section>\n\n![GitHub stars](URL" ]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "## How does it work?\n\nThe model uses the following pipeline.\n\n!pipeline\n\nTo understand how the model was developed, check the W&B report.", "## Training data\n\nThe model was trained on @greene_ray's tweets.\n\n<table style='border-width:0'>\n<thead style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #CBD5E0'>\n<th style='border-width:0'>Data</th>\n<th style='border-width:0'>Quantity</th>\n</tr>\n</thead>\n<tbody style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Tweets downloaded</td>\n<td style='border-width:0'>3187</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Retweets</td>\n<td style='border-width:0'>867</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Short tweets</td>\n<td style='border-width:0'>334</td>\n</tr>\n<tr style='border-width:0'>\n<td style='border-width:0'>Tweets kept</td>\n<td style='border-width:0'>1986</td>\n</tr>\n</tbody>\n</table>\n\nExplore the data, which is tracked with W&B artifacts at every step of the pipeline.", "## Training procedure\n\nThe model is based on a pre-trained GPT-2 which is fine-tuned on @greene_ray's tweets.\n\nHyperparameters and metrics are recorded in the W&B training run for full transparency and reproducibility.\n\nAt the end of training, the final model is logged and versioned.", "## Intended uses & limitations", "### How to use\n\nYou can use this model directly with a pipeline for text generation:\n\n<pre><code><span style=\"color:#03A9F4\">from</span> transformers <span style=\"color:#03A9F4\">import</span> pipeline\ngenerator = pipeline(<span style=\"color:#FF9800\">'text-generation'</span>,\n model=<span style=\"color:#FF9800\">'huggingtweets/greene_ray'</span>)\ngenerator(<span style=\"color:#FF9800\">\"My dream is\"</span>, num_return_sequences=<span style=\"color:#8BC34A\">5</span>)</code></pre>", "### Limitations and bias\n\nThe model suffers from the same limitations and bias as GPT-2.\n\nIn addition, the data present in the user's tweets further affects the text generated by the model.", "## About\n\n*Built by Boris Dayma*\n\n</section>\n\n![Follow](URL\n\n<section class='prose'>\nFor more details, visit the project repository.\n</section>\n\n![GitHub stars](URL" ]
[ 57, 34, 429, 76, 9, 168, 48, 58 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n## How does it work?\n\nThe model uses the following pipeline.\n\n!pipeline\n\nTo understand how the model was developed, check the W&B report." ]
[ -0.04084593802690506, 0.035596683621406555, -0.0024457171093672514, 0.04662978649139404, 0.10991521924734116, 0.022836215794086456, 0.12812861800193787, 0.0424627922475338, -0.03746044635772705, -0.03597303107380867, 0.22758877277374268, 0.1009177565574646, 0.03089720755815506, 0.17962171137332916, 0.010350672528147697, -0.2703946828842163, 0.015237200073897839, 0.0647135004401207, -0.07720091193914413, 0.15752871334552765, 0.05562684312462807, -0.049801189452409744, 0.08214939385652542, 0.032038331031799316, -0.165513277053833, -0.004831716418266296, -0.02072383277118206, -0.04504403471946716, 0.09232694655656815, 0.06956911832094193, 0.07011176645755768, 0.034282486885786057, 0.017851393669843674, -0.0714372918009758, 0.06354191154241562, 0.014452377334237099, -0.02349161170423031, 0.13615116477012634, 0.028668763116002083, -0.0002947957837022841, 0.1798527091741562, 0.11815319955348969, 0.016722125932574272, 0.016196802258491516, -0.1166125237941742, -0.0606788769364357, 0.012365915812551975, 0.04470464214682579, 0.10005760192871094, 0.058856748044490814, 0.01943058706820011, 0.13215520977973938, -0.1164829432964325, 0.08512931317090988, 0.1828341782093048, -0.24191047251224518, -0.006823094096034765, 0.061043880879879, 0.08518847078084946, 0.02852868288755417, -0.0027500083670020103, 0.050437480211257935, 0.06484624743461609, 0.021347152069211006, 0.03636380657553673, -0.0638979896903038, 0.05009674280881882, 0.011186900548636913, -0.10215270519256592, -0.07660897821187973, 0.2294245809316635, -0.0602995827794075, 0.004886541981250048, -0.028186868876218796, -0.08490151911973953, -0.06026294082403183, -0.012795685790479183, -0.05738116800785065, -0.01700775697827339, 0.034475523978471756, 0.0214629378169775, -0.10922146588563919, -0.07046429812908173, -0.1146778091788292, -0.09578189998865128, 0.17879855632781982, -0.02900231070816517, 0.08940442651510239, -0.2603394091129303, 0.2254239320755005, 0.07019765675067902, -0.11909467726945877, 0.04757627099752426, -0.11814092099666595, 0.08530338853597641, 0.02207805961370468, 0.041434839367866516, 0.07761925458908081, 0.04161522537469864, 0.11940909177064896, 0.03257475048303604, -0.00314142694696784, 0.05456724017858505, 0.07224375009536743, 0.0941813513636589, 0.1230122447013855, -0.07287998497486115, -0.07873915135860443, 0.08034131675958633, -0.04709449037909508, -0.11787727475166321, -0.06861002743244171, -0.1452382206916809, -0.004202034790068865, -0.0335184708237648, 0.07922724634408951, 0.05637102574110031, 0.09526676684617996, -0.01433930266648531, -0.05777551606297493, 0.04157217592000961, -0.06985066086053848, 0.019995175302028656, -0.011708668433129787, -0.060763102024793625, 0.13121068477630615, 0.04688004031777382, -0.014275136403739452, -0.08673419058322906, 0.07951672375202179, -0.1204570084810257, -0.07978847622871399, -0.08239417523145676, -0.05098734796047211, -0.007686138618737459, -0.11281027644872665, 0.049203939735889435, -0.11458899080753326, -0.22705501317977905, -0.01313747651875019, 0.04550096020102501, -0.016462473198771477, -0.03707117214798927, -0.040630146861076355, -0.009473399259150028, 0.04880702868103981, -0.042894408106803894, 0.039052072912454605, -0.05325083062052727, 0.050018906593322754, -0.09618895500898361, 0.051321301609277725, -0.10470817238092422, 0.041251372545957565, -0.09671807289123535, 0.07595963031053543, 0.0017866486450657248, 0.0454767569899559, 0.010063555091619492, 0.08985432982444763, -0.03214199095964432, -0.044836416840553284, -0.07869677990674973, 0.026561295613646507, 0.02284199558198452, 0.20134314894676208, -0.10196486860513687, -0.0819794163107872, 0.12614667415618896, -0.07252102345228195, -0.1288122832775116, 0.0409054271876812, -0.02831157296895981, 0.17958028614521027, 0.07370224595069885, 0.16096454858779907, 0.12039237469434738, -0.03798284754157066, 0.1263856589794159, 0.14821170270442963, -0.1269366294145584, -0.004153167363256216, 0.039416827261447906, 0.014042570255696774, -0.20559121668338776, 0.04052022844552994, -0.01946125738322735, 0.06584736704826355, -0.10201486945152283, -0.00946728140115738, 0.0031527038663625717, -0.02320384420454502, 0.0023026331327855587, -0.0472555048763752, 0.061078161001205444, 0.038737643510103226, -0.022763127461075783, 0.029682613909244537, 0.06635552644729614, -0.026160234585404396, -0.00823320634663105, -0.04484035447239876, 0.10009831935167313, -0.07260703295469284, 0.06797321885824203, -0.13160665333271027, -0.003086181590333581, -0.012450510635972023, 0.0972909927368164, 0.03811546042561531, 0.10621625185012817, 0.05470104143023491, 0.03126294165849686, 0.07701993733644485, -0.02846951223909855, 0.0746634304523468, 0.01002051867544651, -0.0850096121430397, -0.1272277683019638, 0.015217535197734833, -0.10649837553501129, -0.004191380459815264, -0.08523700386285782, -0.0015737697249278426, -0.12802091240882874, 0.05826076865196228, -0.016465239226818085, 0.0539434514939785, -0.055182818323373795, -0.04337453469634056, -0.044662054628133774, -0.022007398307323456, 0.0482511967420578, -0.033139705657958984, -0.06687536835670471, 0.16832175850868225, -0.15395553410053253, 0.2592274248600006, 0.1313537061214447, -0.0889907032251358, 0.002020547864958644, -0.07812081277370453, -0.04194976016879082, -0.012868959456682205, 0.07527336478233337, -0.03700125962495804, 0.15495356917381287, -0.03386903926730156, 0.17382068932056427, -0.099679134786129, -0.0334031768143177, 0.02144831046462059, -0.10981054604053497, 0.057656705379486084, 0.08051177859306335, 0.04427298903465271, -0.159133642911911, 0.08837400376796722, 0.19756358861923218, 0.05472150072455406, 0.20321963727474213, -0.006869805511087179, -0.06112205237150192, -0.05358194187283516, -0.0808696523308754, -0.052568696439266205, 0.056259434670209885, -0.09903126955032349, -0.004000484477728605, 0.06423190236091614, 0.08783505111932755, 0.11237549781799316, -0.10904275625944138, -0.046180129051208496, 0.05125856027007103, -0.004819708876311779, -0.051060013473033905, 0.07006146013736725, -0.0659489631652832, 0.13217470049858093, 0.014598124660551548, -0.07049204409122467, 0.0036125897895544767, -0.004913401324301958, -0.11891388893127441, 0.20653130114078522, -0.08047540485858917, -0.27306002378463745, -0.16792123019695282, -0.16288253664970398, 0.07165426760911942, 0.038431257009506226, 0.033738572150468826, -0.08776884526014328, -0.020982403308153152, 0.004409478977322578, 0.11553267389535904, -0.09698133170604706, 0.013121976517140865, 0.008159824647009373, -0.018650712445378304, -0.07579360157251358, -0.09033482521772385, -0.0241270512342453, -0.02461584471166134, 0.020020704716444016, 0.03998296707868576, -0.11154978722333908, 0.06758414953947067, 0.2167699933052063, -0.015538511797785759, 0.06870997697114944, 0.00025148785789497197, 0.26176807284355164, -0.08426473289728165, 0.040830448269844055, 0.11926601082086563, -0.08760137856006622, 0.05199241638183594, 0.07132956385612488, 0.03210015222430229, -0.014074578881263733, 0.016441889107227325, -0.11233895272016525, -0.12864868342876434, -0.1923626959323883, -0.06961654871702194, -0.028241310268640518, 0.13464264571666718, 0.031150488182902336, 0.04321796074509621, 0.10346641391515732, 0.07471037656068802, 0.06701335310935974, 0.03259968012571335, -0.0005120337591506541, 0.0647427961230278, 0.024594781920313835, -0.05812343955039978, 0.054217349737882614, -0.04845457896590233, -0.0797470211982727, 0.08279551565647125, -0.011098933406174183, 0.0927528515458107, 0.06928195804357529, 0.02340286411345005, 0.018686039373278618, 0.04218229651451111, 0.15593960881233215, 0.22442668676376343, -0.012412761338055134, -0.041085485368967056, -0.05078154057264328, -0.040494389832019806, -0.01600850187242031, 0.015044075436890125, -0.05785144492983818, -0.033252447843551636, -0.0728597640991211, -0.015066487714648247, 0.011195010505616665, 0.015441779047250748, 0.07578693330287933, -0.22024130821228027, -0.038240667432546616, 0.042616840451955795, -0.013794191181659698, -0.10639895498752594, 0.05872863903641701, 0.016779562458395958, -0.17391349375247955, -0.07854076474905014, -0.016605399549007416, 0.1603294163942337, -0.030760308727622032, 0.0619782954454422, 0.005449770484119654, 0.02271227352321148, -0.013140208087861538, 0.11191333085298538, -0.27346712350845337, 0.1954270750284195, 0.001131516881287098, -0.04876048117876053, -0.016439033672213554, -0.04243995249271393, 0.0009058643481694162, 0.14556926488876343, 0.09718295931816101, 0.0028763783629983664, 0.0669604167342186, -0.07678256928920746, -0.11943262070417404, 0.05284353718161583, 0.08068333566188812, -0.07738065719604492, 0.029960619285702705, -0.029798466712236404, 0.027152907103300095, -0.007555682212114334, -0.030231619253754616, 0.002119861776009202, -0.11661309748888016, 0.02936525270342827, -0.08075195550918579, 0.06012337654829025, 0.02433968149125576, -0.02529163844883442, -0.012048180215060711, 0.1316436529159546, -0.013300766237080097, -0.08264251798391342, -0.08976204693317413, -0.02328740619122982, 0.09523095935583115, -0.05599937587976456, 0.03358715400099754, -0.08175740391016006, -0.04073614999651909, 0.005860272329300642, -0.16970814764499664, 0.06983034312725067, -0.10846570879220963, -0.09971687942743301, -0.050264790654182434, 0.15346404910087585, 0.013677009381353855, 0.025709833949804306, 0.03220117464661598, -0.04211581498384476, -0.18150363862514496, -0.15989434719085693, -0.007562890648841858, 0.0717545747756958, -0.04433317109942436, 0.03638565540313721, 0.007171243894845247, 0.10013602674007416, 0.004198792390525341, 0.07230839878320694, 0.2026015669107437, 0.16423118114471436, -0.08760133385658264, 0.17723721265792847, 0.16266676783561707, -0.12243213504552841, -0.2722402811050415, -0.09522651135921478, -0.05925937369465828, 0.03468820080161095, 0.02297091670334339, -0.13072867691516876, 0.06184706464409828, -0.011241482570767403, -0.004976592492312193, 0.13391432166099548, -0.2790721356868744, -0.07025358080863953, 0.13864430785179138, -0.012145180255174637, 0.2560276985168457, -0.042459286749362946, -0.08155408501625061, -0.060940731316804886, -0.2339130938053131, 0.1595010906457901, -0.12908293306827545, 0.030256805941462517, -0.06380902975797653, 0.1317017376422882, 0.04475972056388855, -0.051817599684000015, 0.13714583218097687, -0.0770399421453476, 0.03692200407385826, -0.1231972947716713, -0.01437266543507576, 0.05212629213929176, -0.014681367203593254, 0.10554680228233337, -0.053141020238399506, 0.10400939732789993, -0.12106935679912567, -0.052672889083623886, -0.054288461804389954, 0.017598338425159454, -0.023758167400956154, -0.05668776109814644, -0.039483629167079926, -0.05230721831321716, 0.00942184031009674, -0.024894973263144493, -0.008981208316981792, -0.02189256064593792, 0.08200293034315109, 0.10853444039821625, 0.1416669338941574, -0.04508063197135925, -0.02666328102350235, -0.029412275180220604, -0.043095141649246216, 0.07755832374095917, -0.1675589680671692, -0.020979177206754684, 0.15767353773117065, 0.008264025673270226, 0.08081416040658951, 0.07994852215051651, -0.043529048562049866, -0.04116993397474289, 0.09435915946960449, -0.23738352954387665, -0.032961416989564896, -0.07289689034223557, -0.032304681837558746, 0.05143286660313606, 0.06389017403125763, 0.11233682930469513, -0.055076416581869125, -0.015500548295676708, 0.038369257003068924, -0.013473432511091232, -0.10457789897918701, 0.12659704685211182, 0.07594829052686691, 0.04931824654340744, -0.13000807166099548, 0.03979043290019035, -0.02080575004220009, -0.024042857810854912, -0.009190280921757221, 0.09610513597726822, -0.13868926465511322, -0.061987441033124924, 0.01100219041109085, 0.1624082624912262, -0.08940329402685165, -0.054934311658144, -0.00678250240162015, -0.07782098650932312, 0.06215988099575043, 0.06269455701112747, 0.039047662168741226, 0.10006190836429596, -0.08492296934127808, -0.004345493856817484, -0.04427671059966087, 0.02742549031972885, 0.04004936292767525, -0.01839151792228222, -0.11644710600376129, 0.050648268312215805, 0.01261399406939745, 0.21786263585090637, -0.12195943295955658, -0.07748695462942123, -0.13975368440151215, 0.03579137846827507, -0.1441981941461563, -0.02782432734966278, -0.09455464035272598, -0.0542730838060379, -0.024786408990621567, -0.02354593575000763, -0.05044161155819893, -0.03595460206270218, -0.06568260490894318, 0.04963921010494232, -0.01889806240797043, -0.04201965406537056, -0.018809955567121506, 0.04780932888388634, 0.10624072700738907, -0.0022816911805421114, 0.11582330614328384, 0.10476028919219971, -0.06149300932884216, 0.06964143365621567, -0.08975338935852051, 0.049342647194862366, 0.010800108313560486, -0.03639211133122444, 0.07890737056732178, 0.033158838748931885, 0.011678727343678474, -0.02014644630253315, -0.05248590186238289, 0.015699470415711403, 0.019494805485010147, -0.09001129865646362, 0.04338252544403076, 0.03427375108003616, -0.07128193974494934, -0.06945458799600601, -0.02831537090241909, -0.04915383830666542, 0.10966338962316513, 0.09227382391691208, 0.01580313965678215, 0.11524862796068192, -0.09982031583786011, -0.0043287696316838264, 0.0288130734115839, -0.08074736595153809, -0.01706261746585369, -0.10044533759355545, -0.01304725930094719, -0.02274717018008232, 0.2554529011249542, 0.12089171260595322, -0.025309232994914055, -0.03230812028050423, 0.07114472985267639, 0.08105676621198654, -0.0211230106651783, 0.14824873208999634, 0.03444083034992218, -0.0007331980159506202, -0.1400776505470276, 0.10673409700393677, -0.060156434774398804, -0.010151425376534462, 0.09550673514604568, -0.08319920301437378, 0.048856139183044434, 0.07468824833631516, -0.01950058713555336, 0.05372466519474983, -0.11716536432504654, -0.2690386474132538, 0.023945249617099762, 0.027653370052576065, -0.0441947840154171, 0.07253700494766235, 0.145015150308609, 0.00042942073196172714, 0.05244648456573486, 0.061493102461099625, -0.05709811672568321, -0.17804701626300812, -0.19115881621837616, -0.0384756401181221, -0.11082857847213745, -0.023826930671930313, -0.10639674216508865, 0.04148538038134575, -0.02072913944721222, 0.05925795063376427, -0.09639845043420792, 0.12447383254766464, 0.06843417137861252, -0.11577396094799042, 0.05810433253645897, -0.008805959485471249, 0.048459235578775406, -0.07387776672840118, 0.08210063725709915, -0.10721065104007721, -0.026499031111598015, -0.016933415085077286, 0.03711435943841934, -0.05858420953154564, 0.0011270071845501661, -0.10357651859521866, -0.06808403134346008, -0.056935109198093414, 0.09072309732437134, -0.024477418512105942, 0.03998230770230293, -0.014557241462171078, -0.061277762055397034, -0.025446701794862747, 0.2273169606924057, -0.018587565049529076, -0.043939489871263504, -0.0661960318684578, 0.2851298749446869, -0.06544138491153717, 0.07253559678792953, -0.032977886497974396, -0.001274158013984561, -0.07127615064382553, 0.2931469976902008, 0.36314713954925537, -0.14264726638793945, 0.011796033009886742, -0.018389053642749786, 0.03556118905544281, 0.07535336911678314, 0.18024654686450958, 0.07291083037853241, 0.3107033371925354, -0.04080776497721672, -0.01225926261395216, -0.10546047985553741, -0.03835856914520264, 0.014304363168776035, 0.02947218343615532, 0.08378855139017105, -0.05586446449160576, -0.06808875501155853, 0.1039084792137146, -0.26703301072120667, -0.02056516334414482, -0.16380304098129272, -0.061613935977220535, -0.04166705906391144, 0.0007227687747217715, 0.07237391918897629, 0.028740311041474342, 0.05115301162004471, -0.039005450904369354, -0.047156207263469696, 0.057444483041763306, -0.02154913917183876, -0.12674635648727417, 0.0002557095722295344, 0.143532857298851, -0.07906237244606018, -0.0018181405030190945, 0.0032308290246874094, 0.060348983854055405, 0.044118594378232956, 0.04119637981057167, -0.10164451599121094, 0.02608482725918293, 0.01246592216193676, -0.03363148868083954, -0.028164468705654144, 0.008156497962772846, 0.07835527509450912, -0.21697945892810822, 0.0020338469184935093, -0.14078554511070251, 0.011757226660847664, -0.07641053944826126, -0.006896127946674824, -0.08222074061632156, 0.03242125362157822, 0.004625517874956131, 0.1118803396821022, 0.11125602573156357, -0.03202005848288536, -0.0006144302315078676, -0.06265610456466675, 0.06727221608161926, -0.06884542852640152, -0.02960195019841194, -0.025150567293167114, -0.09257599711418152, -0.09335606545209885, 0.09815482050180435, -0.022339481860399246, -0.1427105814218521, 0.007601875811815262, -0.09401176869869232, -0.04369132220745087, -0.021486658602952957, 0.09382037818431854, 0.11086808145046234, 0.09180203825235367, -0.007599277421832085, 0.047748953104019165, 0.03120456263422966, 0.07436691224575043, -0.12886843085289001, -0.10148585587739944 ]
null
null
transformers
<div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1344698078671024128/Sk9cAYSu_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">Gremlin ☭ 🤖 AI Bot </div> <div style="font-size: 15px">@gremlimbs bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://app.wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-model-to-generate-tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@gremlimbs's tweets](https://twitter.com/gremlimbs). | Data | Quantity | | --- | --- | | Tweets downloaded | 2223 | | Retweets | 448 | | Short tweets | 324 | | Tweets kept | 1451 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/2d7pcd3r/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @gremlimbs's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/1egm6qyj) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/1egm6qyj/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/gremlimbs') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/gremlimbs/1614107802037/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/gremlimbs
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
Gremlin AI Bot @gremlimbs bot I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on @gremlimbs's tweets. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @gremlimbs'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 57 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 0.004547144751995802, -0.006708405911922455, -0.007013476919382811, 0.01947171241044998, 0.15818242728710175, 0.03448796644806862, 0.08709780126810074, 0.15389476716518402, -0.019877297803759575, -0.022431448101997375, 0.18047170341014862, 0.173692986369133, -0.012988686561584473, 0.09047263860702515, -0.05271327868103981, -0.2622397541999817, 0.03682216629385948, 0.05513067543506622, -0.007422737777233124, 0.14252057671546936, 0.07580838352441788, -0.023790201172232628, 0.11380083113908768, -0.02966974675655365, -0.202972412109375, 0.03197307139635086, 0.0615268237888813, -0.09518525749444962, 0.11083168536424637, 0.04628797993063927, 0.08698221296072006, 0.022143812850117683, -0.07331052422523499, -0.120787613093853, 0.04532235115766525, 0.045263588428497314, -0.06358368694782257, 0.06480421870946884, 0.08820623904466629, -0.1065920814871788, 0.1416475921869278, 0.07373794168233871, -0.01588049717247486, 0.07824484258890152, -0.17789237201213837, -0.03725104406476021, -0.036331940442323685, 0.007741300854831934, 0.07058489322662354, 0.0750737413764, -0.019116664305329323, 0.1746976524591446, -0.06598041951656342, 0.09777773916721344, 0.17528840899467468, -0.2887236773967743, -0.018040433526039124, 0.0492081381380558, 0.0887371376156807, 0.04900359362363815, -0.024227341637015343, 0.08339477330446243, 0.06365471333265305, 0.01686069741845131, 0.014271941967308521, -0.06960906833410263, -0.09346919506788254, 0.03645368665456772, -0.06932124495506287, -0.05699722096323967, 0.22001419961452484, -0.0334535576403141, 0.04674676060676575, -0.03953840583562851, -0.09316058456897736, -0.028927378356456757, -0.027232296764850616, -0.00907184462994337, -0.05413005128502846, 0.08754174411296844, -0.015151693485677242, -0.06331931799650192, -0.1435878872871399, -0.012912428006529808, -0.15805892646312714, 0.13816505670547485, 0.004333257209509611, 0.04586424678564072, -0.22094038128852844, 0.1012546569108963, 0.022817784920334816, -0.08995530754327774, 0.04930093511939049, -0.09425957500934601, 0.0717538446187973, 0.0007676240638829768, -0.04885277524590492, -0.02944779396057129, 0.08848895877599716, 0.14690880477428436, -0.02718975953757763, 0.005980455316603184, -0.01338018849492073, 0.0733228251338005, 0.059399042278528214, 0.028748195618391037, -0.006081049330532551, -0.052236080169677734, 0.05618719011545181, -0.1417204737663269, -0.010511515662074089, -0.07227712869644165, -0.10605388879776001, -0.04232237488031387, 0.03443120792508125, 0.060671232640743256, 0.042230576276779175, 0.11220116913318634, -0.04771716892719269, -0.01857093721628189, 0.05281376466155052, -0.03979083523154259, -0.008994937874376774, -0.01990325190126896, 0.018122754991054535, 0.13074275851249695, -0.019943278282880783, 0.03407962992787361, -0.10256942361593246, 0.05431444197893143, -0.10281401127576828, -0.01971535198390484, -0.014149561524391174, -0.04367954283952713, 0.031883664429187775, -0.12165860831737518, 0.016123656183481216, -0.16833168268203735, -0.14714312553405762, 0.002859292319044471, -0.016588665544986725, -0.017911825329065323, -0.07954888790845871, -0.04400517791509628, -0.02466505579650402, 0.06924423575401306, -0.04276731237769127, -0.00935916043817997, -0.05846982076764107, 0.11090090870857239, -0.05349889397621155, 0.07203050702810287, -0.1194647029042244, 0.0557217076420784, -0.14930842816829681, -0.013004516251385212, -0.04842504858970642, 0.07119924575090408, 0.015398351475596428, 0.1813964694738388, -0.006925920024514198, -0.003623353084549308, -0.09382472932338715, 0.06455672532320023, -0.02733452245593071, 0.24096953868865967, -0.0756828561425209, -0.14226967096328735, 0.21630549430847168, -0.06334739923477173, -0.14993034303188324, 0.1314547061920166, 0.01843975856900215, 0.08251222223043442, 0.10434340685606003, 0.19023460149765015, 0.01808990351855755, -0.007808534894138575, 0.054424818605184555, 0.07603957504034042, -0.1683882623910904, -0.033340878784656525, 0.0012923459289595485, -0.00014291972911451012, -0.1366809904575348, 0.04632483050227165, 0.1230006217956543, 0.09730340540409088, -0.07249721139669418, -0.018487868830561638, -0.030607668682932854, 0.0016078021144494414, 0.04144361615180969, -0.0005212334799580276, 0.09951234608888626, -0.1033509373664856, -0.04366454482078552, -0.06751791387796402, -0.002970147645100951, 0.011176802217960358, 0.03924661502242088, -0.04455869272351265, 0.09700342267751694, -0.007412149105221033, 0.0545678474009037, -0.13708296418190002, -0.07981666922569275, -0.016090448945760727, 0.1597585678100586, 0.040224816650152206, 0.04663374274969101, 0.0566885769367218, -0.05624469742178917, -0.015493324026465416, -0.010199432261288166, 0.16243304312229156, -0.04404180869460106, -0.07694169133901596, -0.07860849797725677, 0.10474636405706406, -0.06389671564102173, 0.026263169944286346, -0.051667314022779465, 0.024654213339090347, 0.04686986654996872, 0.1110762283205986, 0.004046999383717775, 0.026442723348736763, -0.012835992500185966, -0.007690808270126581, -0.07657550275325775, -0.01617686077952385, 0.1077079176902771, -0.0017721779877319932, -0.06809886544942856, 0.2437063455581665, -0.16884316504001617, 0.21163912117481232, 0.20976658165454865, -0.2492678016424179, -0.02882898785173893, -0.04848965257406235, -0.04766342043876648, -0.0012878701090812683, 0.06041788309812546, -0.034700244665145874, 0.09027024358510971, -0.03288675472140312, 0.16564396023750305, -0.051203593611717224, -0.07646744698286057, 0.019007064402103424, -0.05823178589344025, -0.05114857107400894, 0.07018019258975983, 0.08213616907596588, -0.1630844622850418, 0.18756183981895447, 0.21879082918167114, 0.06839460134506226, 0.2044064849615097, 0.00858453568071127, -0.010656360536813736, 0.07200875878334045, -0.04608747735619545, -0.03843220695853233, -0.06601633131504059, -0.15238076448440552, -0.03009703755378723, 0.06625645607709885, 0.030863380059599876, 0.09900964051485062, -0.09019728004932404, -0.08104760944843292, -0.017665131017565727, 0.004776675254106522, 0.00156646769028157, 0.11991100758314133, 0.03676433861255646, 0.13820022344589233, -0.01955524832010269, 0.022415857762098312, 0.08040772378444672, 0.016582515090703964, -0.10843544453382492, 0.16101348400115967, -0.13329310715198517, -0.3788211941719055, -0.14546175301074982, -0.13134250044822693, -0.020925991237163544, 0.03777816519141197, 0.1120775043964386, -0.1329103261232376, 0.005511005409061909, -0.007893978618085384, 0.10391844809055328, -0.08707519620656967, 0.039245378226041794, -0.07586963474750519, 0.0314689576625824, -0.060405436903238297, -0.07552991807460785, -0.03722400963306427, -0.028465405106544495, -0.09132689982652664, 0.16675986349582672, -0.11130212247371674, 0.06035055220127106, 0.16001324355602264, 0.021197395399212837, 0.03523072600364685, -0.05174810439348221, 0.18330632150173187, -0.112345851957798, 0.020098978653550148, 0.15624848008155823, -0.013005592860281467, 0.08254575729370117, 0.08188403397798538, -0.013132697902619839, -0.10316278785467148, 0.05240294709801674, 0.001463406952098012, -0.10209372639656067, -0.1950312703847885, -0.10119245946407318, -0.08230090886354446, 0.15922248363494873, 0.06361804902553558, 0.058937788009643555, 0.17968137562274933, 0.07578518986701965, -0.038606274873018265, -0.00038743947516195476, -0.00239798822440207, 0.08808282762765884, 0.13635766506195068, -0.01442645862698555, 0.1225903332233429, -0.04975935071706772, -0.10913994163274765, 0.12899059057235718, 0.01750512234866619, 0.03937286511063576, 0.051435839384794235, 0.021011192351579666, -0.011281835846602917, 0.11866551637649536, 0.13484057784080505, 0.10447502881288528, -0.015693627297878265, -0.0293489471077919, -0.04774824157357216, -0.01359935849905014, -0.033305928111076355, 0.03640862926840782, 0.008061517030000687, -0.14140670001506805, -0.06158366799354553, -0.11537835001945496, 0.08758961409330368, 0.10668005049228668, 0.07567808032035828, -0.21108253300189972, -0.003950516227632761, 0.07933880388736725, -0.03630997985601425, -0.11126025766134262, 0.08416172116994858, 0.03095286712050438, -0.1277567446231842, 0.07218055427074432, -0.03519461303949356, 0.12458370625972748, -0.0032897875644266605, 0.09583556652069092, -0.03598680719733238, -0.027483470737934113, -0.013308011926710606, 0.09818253666162491, -0.3191508650779724, 0.1621316522359848, -0.017933005467057228, -0.0618131123483181, -0.06667962670326233, -0.02528184838593006, 0.015994107350707054, 0.07729468494653702, 0.10861869156360626, 0.021759910508990288, 0.01640525460243225, -0.07345785945653915, -0.042352862656116486, 0.038021303713321686, 0.12403716146945953, -0.06827268749475479, -0.012903391383588314, -0.04523605480790138, 0.00796645786613226, -0.017124788835644722, -0.008793274872004986, 0.006911922711879015, -0.14962191879749298, 0.05182485654950142, 0.014736213721334934, 0.07058768719434738, 0.0436982735991478, -0.014969068579375744, -0.09180716425180435, 0.18274778127670288, -0.015714606270194054, -0.07271543145179749, -0.12616917490959167, -0.05262751132249832, 0.030376195907592773, -0.05518756061792374, 0.021047864109277725, -0.06501689553260803, -0.0035362408962100744, -0.06755607575178146, -0.22007296979427338, 0.1278373897075653, -0.08437205106019974, -0.07192739844322205, -0.04912353679537773, 0.2010866105556488, -0.051223888993263245, 0.003238252131268382, 0.010222852230072021, 0.021994104608893394, -0.11474784463644028, -0.09469719231128693, 0.07112357765436172, -0.03247172012925148, 0.03123478777706623, 0.0022505864035338163, -0.04091062396764755, 0.016593176871538162, -0.06314414739608765, -0.011381587944924831, 0.27866554260253906, 0.23951324820518494, -0.040407944470644, 0.1904350072145462, 0.11012271791696548, -0.08163551241159439, -0.3069863021373749, -0.10166139155626297, -0.12140648066997528, -0.02996143139898777, -0.017288926988840103, -0.16865339875221252, 0.06477722525596619, 0.038930367678403854, 0.009261871688067913, 0.13778774440288544, -0.20730599761009216, -0.08823523670434952, 0.09138026833534241, -0.02557477355003357, 0.43079736828804016, -0.1257614940404892, -0.08959750831127167, -0.051866497844457626, -0.16516901552677155, 0.2173919379711151, -0.021592965349555016, 0.07857322692871094, -0.029561417177319527, 0.11770006269216537, 0.04697660356760025, -0.010707763023674488, 0.08040876686573029, -0.00884756539016962, 0.008373050950467587, -0.12410011142492294, -0.02768467366695404, 0.04874192550778389, 0.012378438375890255, 0.0013600040692836046, -0.09389680624008179, 0.020313434302806854, -0.15990203619003296, -0.018549781292676926, -0.11233476549386978, 0.07682323455810547, 0.025788001716136932, -0.06466120481491089, -0.003637736663222313, -0.04986237734556198, -0.015892893075942993, -0.01400828268378973, 0.1717434972524643, -0.04862768203020096, 0.19366511702537537, 0.03501616790890694, 0.11570870876312256, -0.1362973153591156, 0.06143493950366974, -0.06429426372051239, -0.07528600096702576, 0.07427702099084854, -0.1537967324256897, 0.05111055448651314, 0.09430045634508133, -0.030276626348495483, 0.05380253866314888, 0.08795086294412613, -0.003969982732087374, 0.004800081253051758, 0.15867236256599426, -0.2786487936973572, 0.01320126373320818, -0.07396841049194336, -0.06665283441543579, 0.10506758838891983, 0.06261139363050461, 0.17162823677062988, 0.011681869626045227, -0.056615445762872696, 0.01595049723982811, 0.02499506063759327, -0.04915530979633331, 0.04529924690723419, 0.008104361593723297, -0.010991688817739487, -0.13640300929546356, 0.08699746429920197, 0.0042801909148693085, -0.1531187742948532, 0.024680746719241142, 0.2155698835849762, -0.1260155886411667, -0.10237220674753189, -0.03444112092256546, 0.08444061875343323, -0.11519137024879456, 0.01753072999417782, -0.030764780938625336, -0.09109894186258316, 0.07448896765708923, 0.15248911082744598, 0.049206193536520004, 0.11775100976228714, -0.015379221178591251, -0.011753370985388756, -0.05147303268313408, -0.0317845419049263, 0.025745956227183342, 0.017857374623417854, -0.08257177472114563, 0.06648801267147064, -0.022109810262918472, 0.14559012651443481, -0.09791336953639984, -0.06602771580219269, -0.1468091756105423, -0.009785634465515614, -0.0695481076836586, -0.09207163751125336, -0.08133620768785477, -0.062133077532052994, 0.0010387726360931993, -0.03962359577417374, -0.04795864596962929, -0.0791037380695343, -0.10289866477251053, 0.009435068815946579, -0.02305566892027855, 0.03256045654416084, -0.06115729361772537, 0.007872066460549831, 0.12092912197113037, -0.028174830600619316, 0.16686207056045532, 0.1458095908164978, -0.09536580741405487, 0.10568815469741821, -0.16346460580825806, -0.08964221179485321, 0.0939340740442276, -0.01729099079966545, 0.027899714186787605, 0.11666940152645111, 0.014932696707546711, 0.04195788502693176, 0.035977672785520554, 0.06045130267739296, 0.03587699308991432, -0.11899011582136154, 0.07665140181779861, 0.009481414221227169, -0.1612047255039215, -0.06303887814283371, -0.08555969595909119, 0.030386725440621376, 0.021575886756181717, 0.12225193530321121, -0.045776769518852234, 0.0887017622590065, -0.07972796261310577, 0.027257539331912994, 0.02293219044804573, -0.181223064661026, -0.047844018787145615, -0.053065262734889984, 0.032686229795217514, 0.018960151821374893, 0.1893557906150818, 0.027213018387556076, -0.03697650134563446, 0.04549255222082138, 0.1042066365480423, 0.005313898902386427, 0.004829791374504566, 0.16259528696537018, 0.09423433989286423, -0.07654286175966263, -0.12226779758930206, 0.07556461542844772, 0.019673259928822517, -0.044067107141017914, 0.10607215762138367, -0.002448870101943612, 0.020163848996162415, 0.06910120695829391, -0.014892932027578354, 0.034322552382946014, -0.044286008924245834, -0.10698256641626358, -0.023580113425850868, 0.046367425471544266, 0.00669879000633955, 0.12847968935966492, 0.177873894572258, -0.002574790036305785, 0.025011489167809486, -0.0363602340221405, -0.024931130930781364, -0.13864666223526, -0.1558164656162262, -0.06855984032154083, -0.14875617623329163, 0.012976853176951408, -0.0915176048874855, 0.04695429280400276, 0.028682325035333633, 0.06887643784284592, -0.07052405923604965, 0.04384735971689224, 0.06974220275878906, -0.12065785378217697, 0.09397104382514954, -0.028081456199288368, 0.03704333305358887, -0.006730496883392334, -0.012833851389586926, -0.10013298690319061, 0.035936567932367325, -0.01747855544090271, 0.045271266251802444, -0.04546798765659332, 0.030429324135184288, -0.1703072488307953, -0.124412901699543, -0.04034453630447388, 0.06420420855283737, -0.06510858237743378, 0.03512151539325714, 0.019115818664431572, 0.013339218683540821, 0.03305599465966225, 0.23020225763320923, -0.03704051673412323, -0.02329315058887005, -0.042310282588005066, 0.16692522168159485, -0.014016710221767426, 0.08088304847478867, -0.03037172369658947, 0.0002500463742762804, -0.08417443931102753, 0.3385351300239563, 0.3027777075767517, -0.09020252525806427, 0.019915465265512466, -0.030905582010746002, 0.03936264291405678, 0.11892254650592804, 0.13376617431640625, 0.09784641861915588, 0.2282467782497406, -0.07217609137296677, -0.03032243251800537, -0.020507147535681725, -0.011079044081270695, -0.06650827825069427, 0.0879674032330513, 0.02507801540195942, -0.05553486570715904, -0.031693898141384125, 0.0812700018286705, -0.2327648252248764, 0.10665327310562134, -0.11289316415786743, -0.1636168211698532, -0.039189815521240234, 0.0042042857967317104, 0.08908319473266602, 0.015396242961287498, 0.11228121817111969, 0.009163780137896538, -0.07585213333368301, 0.017798418179154396, 0.028085503727197647, -0.24201616644859314, -0.008133855648338795, 0.060310713946819305, -0.12939085066318512, -0.004324504639953375, -0.027167800813913345, 0.007199867628514767, 0.059822265058755875, 0.029368450865149498, -0.04319324716925621, -0.001257759635336697, -0.010450302623212337, -0.008644461631774902, -0.011618612334132195, 0.07065588980913162, 0.046958792954683304, -0.13329142332077026, 0.06869500875473022, -0.11774353682994843, 0.033477768301963806, -0.05866728723049164, -0.015255378559231758, 0.000037100471672602, 0.03460683673620224, -0.04829782620072365, 0.07058211416006088, 0.07688362896442413, -0.015606098808348179, 0.000610517687164247, -0.0802936851978302, -0.036274004727602005, -0.019796574488282204, -0.09252054989337921, -0.08371094614267349, -0.13031646609306335, -0.11573562026023865, 0.1029667928814888, -0.02224794402718544, -0.19213621318340302, 0.03111329674720764, -0.12165344506502151, 0.045619383454322815, -0.1751558482646942, 0.11076030135154724, 0.08046020567417145, 0.01831907220184803, 0.011516088619828224, -0.02576824277639389, 0.08821021765470505, 0.11728470027446747, -0.07783648371696472, -0.08528783172369003 ]
null
null
transformers
<div class="inline-flex flex-col" style="line-height: 1.5;"> <div class="flex"> <div style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;https://pbs.twimg.com/profile_images/1286445572795305990/SPf0WZuT_400x400.jpg&#39;)"> </div> <div style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)"> </div> <div style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)"> </div> </div> <div style="text-align: center; margin-top: 3px; font-size: 16px; font-weight: 800">🤖 AI BOT 🤖</div> <div style="text-align: center; font-size: 16px; font-weight: 800">BON</div> <div style="text-align: center; font-size: 14px;">@gresham2x</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on tweets from BON. | Data | BON | | --- | --- | | Tweets downloaded | 3235 | | Retweets | 172 | | Short tweets | 708 | | Tweets kept | 2355 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/1mb1dknt/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @gresham2x's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/kgizc73h) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/kgizc73h/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/gresham2x') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/gresham2x/1623806625441/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/gresham2x
[ "transformers", "pytorch", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
AI BOT BON @gresham2x I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on tweets from BON. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @gresham2x'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 54 ]
[ "passage: TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ -0.0001764487533364445, -0.01891571842133999, -0.0068881697952747345, 0.01242890115827322, 0.16224369406700134, 0.04406825825572014, 0.08452208340167999, 0.14250440895557404, -0.026455026119947433, -0.016114573925733566, 0.17334569990634918, 0.17106501758098602, -0.014037161134183407, 0.08718273043632507, -0.05552244931459427, -0.2646014094352722, 0.044212065637111664, 0.058431971818208694, -0.020032864063978195, 0.14111687242984772, 0.0714879110455513, -0.01828647032380104, 0.10845158249139786, -0.02953636273741722, -0.18877948820590973, 0.03499612212181091, 0.05605728179216385, -0.09992336481809616, 0.11936124414205551, 0.04713086411356926, 0.08659981191158295, 0.015409729443490505, -0.07482189685106277, -0.12249794602394104, 0.03866785019636154, 0.041891295462846756, -0.0629689022898674, 0.05911329388618469, 0.08818957209587097, -0.11120674759149551, 0.1456013321876526, 0.07799911499023438, -0.01863223686814308, 0.07941857725381851, -0.17164963483810425, -0.019008882343769073, -0.036983806639909744, 0.005464354529976845, 0.057414017617702484, 0.07476010918617249, -0.01932354085147381, 0.1732589453458786, -0.0767555758357048, 0.09587065875530243, 0.16117197275161743, -0.2913956344127655, -0.005072304047644138, 0.0498935841023922, 0.06722559779882431, 0.03902119770646095, -0.015738610178232193, 0.08706029504537582, 0.06277379393577576, 0.02536560781300068, -0.0014978112885728478, -0.06339331716299057, -0.0928240567445755, 0.04014677554368973, -0.0745372325181961, -0.06578013300895691, 0.20811960101127625, -0.039430033415555954, 0.050536420196294785, -0.03807967156171799, -0.10491003096103668, -0.02197154052555561, -0.015753688290715218, 0.00720712635666132, -0.06031509116292, 0.08949250727891922, -0.014659170061349869, -0.07363511621952057, -0.15025688707828522, -0.016003666445612907, -0.18369624018669128, 0.1574522852897644, 0.003967532888054848, 0.04864242300391197, -0.2093716263771057, 0.11408322304487228, 0.020872395485639572, -0.08021171391010284, 0.047296058386564255, -0.09546594321727753, 0.07179957628250122, 0.002116252202540636, -0.05267130210995674, -0.02264278009533882, 0.08682441711425781, 0.15258505940437317, -0.026140356436371803, 0.0017382961232215166, -0.027155736461281776, 0.07059825956821442, 0.05281682312488556, 0.040018972009420395, -0.017763059586286545, -0.04289618879556656, 0.045782025903463364, -0.15945611894130707, -0.007582054473459721, -0.06918198615312576, -0.1068587526679039, -0.05112413689494133, 0.022331949323415756, 0.06442617624998093, 0.031878020614385605, 0.11345649510622025, -0.04609488695859909, -0.014168480411171913, 0.06350603699684143, -0.042460083961486816, -0.0172110628336668, -0.016047241166234016, 0.015319211408495903, 0.14095398783683777, -0.018181998282670975, 0.030711950734257698, -0.11251416057348251, 0.0645761713385582, -0.09946728497743607, -0.01914660818874836, -0.0071241967380046844, -0.04078202322125435, 0.029947424307465553, -0.13505136966705322, 0.010975461453199387, -0.1711256355047226, -0.14874492585659027, 0.009897243231534958, -0.02876151353120804, -0.018498392775654793, -0.059200938791036606, -0.03973992541432381, -0.01719699800014496, 0.06084148958325386, -0.04528016224503517, 0.0009662628290243447, -0.05951235070824623, 0.11524756252765656, -0.05245914310216904, 0.06888316571712494, -0.13250301778316498, 0.05976588651537895, -0.15375985205173492, -0.00870948750525713, -0.04503806680440903, 0.08287355303764343, 0.017666861414909363, 0.16653785109519958, -0.006960130762308836, -0.012972959317266941, -0.09847598522901535, 0.06441020965576172, -0.023426895961165428, 0.24133971333503723, -0.06349262595176697, -0.143473818898201, 0.22233937680721283, -0.06944137066602707, -0.1420930027961731, 0.12657590210437775, 0.020838137716054916, 0.07354387640953064, 0.10204131156206131, 0.19502143561840057, 0.014321080408990383, 0.006638950202614069, 0.054760824888944626, 0.0820525735616684, -0.17468082904815674, -0.03090454451739788, -0.00916894432157278, -0.01691337674856186, -0.1358218789100647, 0.043003637343645096, 0.11889315396547318, 0.10293904691934586, -0.07099705934524536, -0.013554582372307777, -0.03317642584443092, -0.004439891315996647, 0.06940841674804688, -0.007896981202065945, 0.09806080162525177, -0.09929461032152176, -0.040301576256752014, -0.058301206678152084, -0.006890235934406519, 0.0024084753822535276, 0.04120192304253578, -0.040066637098789215, 0.10096675902605057, -0.0006905568297952414, 0.05225489288568497, -0.14046427607536316, -0.07798092812299728, -0.020940499380230904, 0.1575685739517212, 0.04120592027902603, 0.04776391014456749, 0.057414863258600235, -0.0481991246342659, -0.0158701092004776, -0.009968787431716919, 0.16312187910079956, -0.0394844189286232, -0.06968989968299866, -0.056453973054885864, 0.10656707733869553, -0.058365050703287125, 0.03222460299730301, -0.04202231392264366, 0.022449776530265808, 0.060929615050554276, 0.12114907056093216, -0.0026538248639553785, 0.029062092304229736, -0.01023187953978777, -0.0038288652431219816, -0.07459788024425507, -0.020947640761733055, 0.10031349956989288, -0.004600553773343563, -0.08327498286962509, 0.23685328662395477, -0.17454755306243896, 0.19663569331169128, 0.2115958034992218, -0.2628093659877777, -0.024321777746081352, -0.06840608268976212, -0.05017746612429619, 0.003011465771123767, 0.05876095965504646, -0.04692309722304344, 0.09809201210737228, -0.02521132305264473, 0.16497591137886047, -0.04652651026844978, -0.07362692058086395, 0.016456644982099533, -0.05898859724402428, -0.0463954322040081, 0.0659271627664566, 0.08106416463851929, -0.15480613708496094, 0.18694530427455902, 0.20838376879692078, 0.07612863928079605, 0.19334357976913452, 0.004058185499161482, -0.014812501147389412, 0.08005014806985855, -0.03805047646164894, -0.04202093929052353, -0.07553261518478394, -0.16944189369678497, -0.01902174763381481, 0.07485251128673553, 0.03750864416360855, 0.11274250596761703, -0.10172852873802185, -0.07372885197401047, -0.016179129481315613, -0.005032413639128208, 0.005167648661881685, 0.1174640879034996, 0.045775800943374634, 0.14043675363063812, -0.019972821697592735, 0.03493902459740639, 0.08747350424528122, 0.02448674477636814, -0.10759711265563965, 0.16407065093517303, -0.14081640541553497, -0.38538745045661926, -0.16212545335292816, -0.13394121825695038, -0.029274288564920425, 0.04825805127620697, 0.11038947850465775, -0.13598975539207458, 0.0011978530092164874, -0.003706524148583412, 0.12342415004968643, -0.0806080624461174, 0.03755999356508255, -0.07838296890258789, 0.026997538283467293, -0.06349453330039978, -0.07917723804712296, -0.036463622003793716, -0.03232228383421898, -0.10000553727149963, 0.1757805496454239, -0.11054177582263947, 0.057571277022361755, 0.1741490364074707, 0.022440658882260323, 0.034390855580568314, -0.0513761006295681, 0.17275545001029968, -0.11779367178678513, 0.02093288116157055, 0.16278521716594696, -0.01799617148935795, 0.08678310364484787, 0.08059167861938477, -0.015366556122899055, -0.10777527838945389, 0.05196633189916611, 0.0019955262541770935, -0.1096891239285469, -0.20052047073841095, -0.12150565534830093, -0.0784008651971817, 0.14483654499053955, 0.05303339660167694, 0.05915789678692818, 0.17167222499847412, 0.08591149002313614, -0.04288473725318909, -0.004711467772722244, -0.012867298908531666, 0.07781979441642761, 0.1684085726737976, -0.017248503863811493, 0.11789125204086304, -0.05446818470954895, -0.11601924896240234, 0.13826869428157806, 0.02504623495042324, 0.050291191786527634, 0.04182872176170349, 0.008374262601137161, -0.009610554203391075, 0.09969738125801086, 0.12988939881324768, 0.118865467607975, -0.008107239380478859, -0.0232877004891634, -0.03601100295782089, -0.00860752072185278, -0.03570752218365669, 0.034572016447782516, 0.011757065542042255, -0.16013272106647491, -0.05726486071944237, -0.12173470109701157, 0.0964120477437973, 0.09787409752607346, 0.08039643615484238, -0.2033146470785141, -0.004589703865349293, 0.07378163933753967, -0.03603411093354225, -0.11624246090650558, 0.086527980864048, 0.033109065145254135, -0.1271866261959076, 0.0817195475101471, -0.03352120518684387, 0.115711510181427, -0.017423994839191437, 0.09427224844694138, -0.04346824064850807, -0.0329415462911129, -0.012381686829030514, 0.10430185496807098, -0.30799204111099243, 0.17485815286636353, -0.019660785794258118, -0.07034741342067719, -0.07672256976366043, -0.025566134601831436, 0.017929747700691223, 0.07530300319194794, 0.09619415551424026, 0.024311896413564682, 0.04642496258020401, -0.09243860840797424, -0.03940937668085098, 0.034113768488168716, 0.13641610741615295, -0.0638844221830368, -0.015862328931689262, -0.04075292870402336, 0.01116214320063591, -0.019626103341579437, -0.027355113998055458, 0.018256209790706635, -0.1504947543144226, 0.05358212813735008, 0.017237937077879906, 0.0753018707036972, 0.03889141231775284, -0.007973386906087399, -0.10224062204360962, 0.18268363177776337, -0.03004412353038788, -0.08521177619695663, -0.127006396651268, -0.04812724515795708, 0.04587927460670471, -0.051474425941705704, 0.034381575882434845, -0.06691597402095795, -0.011345877312123775, -0.06886660307645798, -0.21483656764030457, 0.12495172768831253, -0.0775398537516594, -0.07874035835266113, -0.03474915772676468, 0.20981398224830627, -0.05076101794838905, -0.00018431349599268287, 0.01172169204801321, 0.014822970144450665, -0.1086968258023262, -0.10466268658638, 0.06874550879001617, -0.034708425402641296, 0.02743770368397236, 0.02760813757777214, -0.03700246661901474, 0.02073092758655548, -0.06074898689985275, -0.01314478274434805, 0.2849438786506653, 0.22848764061927795, -0.035804633051157, 0.1875685602426529, 0.10711772739887238, -0.07248730212450027, -0.30828598141670227, -0.0999293103814125, -0.13133330643177032, -0.033457282930612564, -0.02052777260541916, -0.17081500589847565, 0.07089676707983017, 0.04558560997247696, 0.00998434517532587, 0.14900504052639008, -0.21140912175178528, -0.08518896996974945, 0.1092359870672226, -0.03466132655739784, 0.42140644788742065, -0.1164151057600975, -0.09652433544397354, -0.05340435355901718, -0.15239587426185608, 0.20086675882339478, -0.01557826716452837, 0.08761543780565262, -0.031178412958979607, 0.14360429346561432, 0.04995222017168999, -0.01680157333612442, 0.08329997956752777, 0.0014065488940104842, 0.004026432521641254, -0.12653036415576935, -0.022627411410212517, 0.0504734143614769, 0.021120509132742882, 0.0054380460642278194, -0.07736434042453766, 0.028706049546599388, -0.14863882958889008, -0.024921666830778122, -0.10909338295459747, 0.08278775960206985, 0.03857516124844551, -0.07422378659248352, -0.010892878286540508, -0.05615931376814842, -0.023589344695210457, -0.012528443709015846, 0.13453009724617004, -0.050522636622190475, 0.1720355898141861, 0.036824267357587814, 0.11522943526506424, -0.13816054165363312, 0.06146138161420822, -0.07406572997570038, -0.07532623410224915, 0.06773588061332703, -0.13577620685100555, 0.05240122601389885, 0.10075365751981735, -0.03372569754719734, 0.04758675396442413, 0.08927652984857559, 0.000919255951885134, 0.009403540752828121, 0.15953567624092102, -0.2761637568473816, 0.01791755110025406, -0.07046908140182495, -0.07692829519510269, 0.112159863114357, 0.07484955340623856, 0.181244894862175, 0.02791808731853962, -0.0472177192568779, 0.012221097014844418, 0.019269011914730072, -0.05120278522372246, 0.0548672117292881, 0.006578541360795498, -0.011816216632723808, -0.14148055016994476, 0.08790901303291321, -0.0015104453777894378, -0.1429632604122162, 0.02210722118616104, 0.19665491580963135, -0.13288317620754242, -0.10024755448102951, -0.05081937462091446, 0.057288672775030136, -0.13861924409866333, 0.008680099621415138, -0.01990172080695629, -0.09562872350215912, 0.0756591260433197, 0.1573420912027359, 0.05079081282019615, 0.12963363528251648, -0.02916029281914234, -0.008411908522248268, -0.04279141128063202, -0.051675889641046524, 0.02788730151951313, 0.019720058888196945, -0.07752392441034317, 0.08735781908035278, -0.024015765637159348, 0.14329436421394348, -0.10051412135362625, -0.06987810134887695, -0.1344141960144043, -0.005019306670874357, -0.09607285261154175, -0.0959741547703743, -0.08079583197832108, -0.061935000121593475, 0.004180733114480972, -0.039079975336790085, -0.0417400486767292, -0.08063078671693802, -0.10278100520372391, 0.016344387084245682, -0.02737213484942913, 0.028547246009111404, -0.07021904736757278, 0.008450011722743511, 0.12212047725915909, -0.029432062059640884, 0.17478644847869873, 0.15045183897018433, -0.10443241149187088, 0.10585668683052063, -0.17528948187828064, -0.10057486593723297, 0.10386897623538971, -0.01424362976104021, 0.02509693056344986, 0.12928596138954163, 0.018586233258247375, 0.04242280498147011, 0.03278495371341705, 0.06450606882572174, 0.04438134282827377, -0.11879310011863708, 0.08265755325555801, -0.002198860514909029, -0.15595629811286926, -0.061124756932258606, -0.09235648810863495, 0.02707000821828842, 0.02035105973482132, 0.11072126775979996, -0.04177020862698555, 0.08901136368513107, -0.06589431315660477, 0.023006385192275047, 0.025188656523823738, -0.17641755938529968, -0.03692740947008133, -0.05073147267103195, 0.03235582634806633, 0.028527792543172836, 0.22216679155826569, 0.015049049630761147, -0.030550595372915268, 0.0387740358710289, 0.12439186871051788, 0.015807392075657845, -0.0005460345419123769, 0.1709187924861908, 0.10334094613790512, -0.07364179939031601, -0.14011329412460327, 0.0676020160317421, 0.012262817472219467, -0.05599943920969963, 0.11458845436573029, -0.01812131516635418, -0.006866521667689085, 0.0670672059059143, -0.019556820392608643, 0.03449620306491852, -0.06607513129711151, -0.12762659788131714, -0.02478908933699131, 0.04269528388977051, 0.0029638311825692654, 0.12794137001037598, 0.15664103627204895, -0.005168106406927109, 0.026651626452803612, -0.015845872461795807, -0.023246217519044876, -0.13421551883220673, -0.15646639466285706, -0.06222613900899887, -0.14998294413089752, 0.022462334483861923, -0.08663632720708847, 0.047867026180028915, 0.05302877724170685, 0.07266844809055328, -0.06541765481233597, 0.06867647916078568, 0.049353908747434616, -0.11939282715320587, 0.08969518542289734, -0.024748487398028374, 0.04455447196960449, -0.0018985075876116753, -0.03077637031674385, -0.10359742492437363, 0.042003192007541656, -0.01649407483637333, 0.045346152037382126, -0.04421991854906082, 0.022579338401556015, -0.1750071942806244, -0.10995419323444366, -0.04818427562713623, 0.06838665902614594, -0.06683412194252014, 0.04056481271982193, 0.01606888137757778, 0.011690732091665268, 0.030521972104907036, 0.22083373367786407, -0.041100796312093735, -0.04384056478738785, -0.041319385170936584, 0.1635150909423828, -0.014866671524941921, 0.08733032643795013, -0.027159888297319412, -0.008534550666809082, -0.09159335494041443, 0.3551705777645111, 0.29626867175102234, -0.08988689631223679, 0.018322573974728584, -0.023403000086545944, 0.04054094851016998, 0.13749836385250092, 0.13930056989192963, 0.09693139791488647, 0.23870247602462769, -0.069560706615448, -0.05235563591122627, -0.01810343936085701, -0.013992605730891228, -0.06698887050151825, 0.09740167111158371, 0.02308662235736847, -0.05992421507835388, -0.0399320125579834, 0.09157036244869232, -0.2363831102848053, 0.1119081899523735, -0.1049022525548935, -0.15424089133739471, -0.03413557633757591, 0.011207441799342632, 0.07758733630180359, 0.01318280678242445, 0.11218693852424622, 0.013466300442814827, -0.0844072625041008, 0.014990749768912792, 0.034041877835989, -0.25270384550094604, 0.004782035481184721, 0.053680628538131714, -0.12391778826713562, -0.004765757359564304, -0.025234686210751534, 0.013625700026750565, 0.05700398609042168, 0.04094824194908142, -0.03069460764527321, 0.016096249222755432, -0.006652043666690588, -0.020144162699580193, -0.008288858458399773, 0.05953062325716019, 0.04713095352053642, -0.1559005230665207, 0.06380777060985565, -0.13577982783317566, 0.04075455665588379, -0.023885579779744148, -0.012463473714888096, -0.0012933483812958002, 0.01776987873017788, -0.0522073432803154, 0.06581555306911469, 0.07255802303552628, -0.0144086554646492, 0.008549283258616924, -0.08346639573574066, -0.034440234303474426, -0.023841137066483498, -0.10951124131679535, -0.08404874801635742, -0.13158579170703888, -0.12121031433343887, 0.10822955518960953, -0.02819518744945526, -0.18475614488124847, 0.03248962014913559, -0.12301548570394516, 0.05860345810651779, -0.17328192293643951, 0.11332228779792786, 0.07014153152704239, 0.018578365445137024, 0.01264720968902111, -0.007008096668869257, 0.08073210716247559, 0.11507359892129898, -0.0813264548778534, -0.08199906349182129 ]
null
null
transformers
<div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1373428284655042565/PsisqZUi_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">mal shah 🤖 AI Bot </div> <div style="font-size: 15px">@griceposting bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@griceposting's tweets](https://twitter.com/griceposting). | Data | Quantity | | --- | --- | | Tweets downloaded | 3240 | | Retweets | 247 | | Short tweets | 357 | | Tweets kept | 2636 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/25trxjkq/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @griceposting's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/q9yoq7u8) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/q9yoq7u8/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/griceposting') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/griceposting/1616682203001/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/griceposting
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
mal shah AI Bot @griceposting bot I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on @griceposting's tweets. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @griceposting'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 57 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 0.004547144751995802, -0.006708405911922455, -0.007013476919382811, 0.01947171241044998, 0.15818242728710175, 0.03448796644806862, 0.08709780126810074, 0.15389476716518402, -0.019877297803759575, -0.022431448101997375, 0.18047170341014862, 0.173692986369133, -0.012988686561584473, 0.09047263860702515, -0.05271327868103981, -0.2622397541999817, 0.03682216629385948, 0.05513067543506622, -0.007422737777233124, 0.14252057671546936, 0.07580838352441788, -0.023790201172232628, 0.11380083113908768, -0.02966974675655365, -0.202972412109375, 0.03197307139635086, 0.0615268237888813, -0.09518525749444962, 0.11083168536424637, 0.04628797993063927, 0.08698221296072006, 0.022143812850117683, -0.07331052422523499, -0.120787613093853, 0.04532235115766525, 0.045263588428497314, -0.06358368694782257, 0.06480421870946884, 0.08820623904466629, -0.1065920814871788, 0.1416475921869278, 0.07373794168233871, -0.01588049717247486, 0.07824484258890152, -0.17789237201213837, -0.03725104406476021, -0.036331940442323685, 0.007741300854831934, 0.07058489322662354, 0.0750737413764, -0.019116664305329323, 0.1746976524591446, -0.06598041951656342, 0.09777773916721344, 0.17528840899467468, -0.2887236773967743, -0.018040433526039124, 0.0492081381380558, 0.0887371376156807, 0.04900359362363815, -0.024227341637015343, 0.08339477330446243, 0.06365471333265305, 0.01686069741845131, 0.014271941967308521, -0.06960906833410263, -0.09346919506788254, 0.03645368665456772, -0.06932124495506287, -0.05699722096323967, 0.22001419961452484, -0.0334535576403141, 0.04674676060676575, -0.03953840583562851, -0.09316058456897736, -0.028927378356456757, -0.027232296764850616, -0.00907184462994337, -0.05413005128502846, 0.08754174411296844, -0.015151693485677242, -0.06331931799650192, -0.1435878872871399, -0.012912428006529808, -0.15805892646312714, 0.13816505670547485, 0.004333257209509611, 0.04586424678564072, -0.22094038128852844, 0.1012546569108963, 0.022817784920334816, -0.08995530754327774, 0.04930093511939049, -0.09425957500934601, 0.0717538446187973, 0.0007676240638829768, -0.04885277524590492, -0.02944779396057129, 0.08848895877599716, 0.14690880477428436, -0.02718975953757763, 0.005980455316603184, -0.01338018849492073, 0.0733228251338005, 0.059399042278528214, 0.028748195618391037, -0.006081049330532551, -0.052236080169677734, 0.05618719011545181, -0.1417204737663269, -0.010511515662074089, -0.07227712869644165, -0.10605388879776001, -0.04232237488031387, 0.03443120792508125, 0.060671232640743256, 0.042230576276779175, 0.11220116913318634, -0.04771716892719269, -0.01857093721628189, 0.05281376466155052, -0.03979083523154259, -0.008994937874376774, -0.01990325190126896, 0.018122754991054535, 0.13074275851249695, -0.019943278282880783, 0.03407962992787361, -0.10256942361593246, 0.05431444197893143, -0.10281401127576828, -0.01971535198390484, -0.014149561524391174, -0.04367954283952713, 0.031883664429187775, -0.12165860831737518, 0.016123656183481216, -0.16833168268203735, -0.14714312553405762, 0.002859292319044471, -0.016588665544986725, -0.017911825329065323, -0.07954888790845871, -0.04400517791509628, -0.02466505579650402, 0.06924423575401306, -0.04276731237769127, -0.00935916043817997, -0.05846982076764107, 0.11090090870857239, -0.05349889397621155, 0.07203050702810287, -0.1194647029042244, 0.0557217076420784, -0.14930842816829681, -0.013004516251385212, -0.04842504858970642, 0.07119924575090408, 0.015398351475596428, 0.1813964694738388, -0.006925920024514198, -0.003623353084549308, -0.09382472932338715, 0.06455672532320023, -0.02733452245593071, 0.24096953868865967, -0.0756828561425209, -0.14226967096328735, 0.21630549430847168, -0.06334739923477173, -0.14993034303188324, 0.1314547061920166, 0.01843975856900215, 0.08251222223043442, 0.10434340685606003, 0.19023460149765015, 0.01808990351855755, -0.007808534894138575, 0.054424818605184555, 0.07603957504034042, -0.1683882623910904, -0.033340878784656525, 0.0012923459289595485, -0.00014291972911451012, -0.1366809904575348, 0.04632483050227165, 0.1230006217956543, 0.09730340540409088, -0.07249721139669418, -0.018487868830561638, -0.030607668682932854, 0.0016078021144494414, 0.04144361615180969, -0.0005212334799580276, 0.09951234608888626, -0.1033509373664856, -0.04366454482078552, -0.06751791387796402, -0.002970147645100951, 0.011176802217960358, 0.03924661502242088, -0.04455869272351265, 0.09700342267751694, -0.007412149105221033, 0.0545678474009037, -0.13708296418190002, -0.07981666922569275, -0.016090448945760727, 0.1597585678100586, 0.040224816650152206, 0.04663374274969101, 0.0566885769367218, -0.05624469742178917, -0.015493324026465416, -0.010199432261288166, 0.16243304312229156, -0.04404180869460106, -0.07694169133901596, -0.07860849797725677, 0.10474636405706406, -0.06389671564102173, 0.026263169944286346, -0.051667314022779465, 0.024654213339090347, 0.04686986654996872, 0.1110762283205986, 0.004046999383717775, 0.026442723348736763, -0.012835992500185966, -0.007690808270126581, -0.07657550275325775, -0.01617686077952385, 0.1077079176902771, -0.0017721779877319932, -0.06809886544942856, 0.2437063455581665, -0.16884316504001617, 0.21163912117481232, 0.20976658165454865, -0.2492678016424179, -0.02882898785173893, -0.04848965257406235, -0.04766342043876648, -0.0012878701090812683, 0.06041788309812546, -0.034700244665145874, 0.09027024358510971, -0.03288675472140312, 0.16564396023750305, -0.051203593611717224, -0.07646744698286057, 0.019007064402103424, -0.05823178589344025, -0.05114857107400894, 0.07018019258975983, 0.08213616907596588, -0.1630844622850418, 0.18756183981895447, 0.21879082918167114, 0.06839460134506226, 0.2044064849615097, 0.00858453568071127, -0.010656360536813736, 0.07200875878334045, -0.04608747735619545, -0.03843220695853233, -0.06601633131504059, -0.15238076448440552, -0.03009703755378723, 0.06625645607709885, 0.030863380059599876, 0.09900964051485062, -0.09019728004932404, -0.08104760944843292, -0.017665131017565727, 0.004776675254106522, 0.00156646769028157, 0.11991100758314133, 0.03676433861255646, 0.13820022344589233, -0.01955524832010269, 0.022415857762098312, 0.08040772378444672, 0.016582515090703964, -0.10843544453382492, 0.16101348400115967, -0.13329310715198517, -0.3788211941719055, -0.14546175301074982, -0.13134250044822693, -0.020925991237163544, 0.03777816519141197, 0.1120775043964386, -0.1329103261232376, 0.005511005409061909, -0.007893978618085384, 0.10391844809055328, -0.08707519620656967, 0.039245378226041794, -0.07586963474750519, 0.0314689576625824, -0.060405436903238297, -0.07552991807460785, -0.03722400963306427, -0.028465405106544495, -0.09132689982652664, 0.16675986349582672, -0.11130212247371674, 0.06035055220127106, 0.16001324355602264, 0.021197395399212837, 0.03523072600364685, -0.05174810439348221, 0.18330632150173187, -0.112345851957798, 0.020098978653550148, 0.15624848008155823, -0.013005592860281467, 0.08254575729370117, 0.08188403397798538, -0.013132697902619839, -0.10316278785467148, 0.05240294709801674, 0.001463406952098012, -0.10209372639656067, -0.1950312703847885, -0.10119245946407318, -0.08230090886354446, 0.15922248363494873, 0.06361804902553558, 0.058937788009643555, 0.17968137562274933, 0.07578518986701965, -0.038606274873018265, -0.00038743947516195476, -0.00239798822440207, 0.08808282762765884, 0.13635766506195068, -0.01442645862698555, 0.1225903332233429, -0.04975935071706772, -0.10913994163274765, 0.12899059057235718, 0.01750512234866619, 0.03937286511063576, 0.051435839384794235, 0.021011192351579666, -0.011281835846602917, 0.11866551637649536, 0.13484057784080505, 0.10447502881288528, -0.015693627297878265, -0.0293489471077919, -0.04774824157357216, -0.01359935849905014, -0.033305928111076355, 0.03640862926840782, 0.008061517030000687, -0.14140670001506805, -0.06158366799354553, -0.11537835001945496, 0.08758961409330368, 0.10668005049228668, 0.07567808032035828, -0.21108253300189972, -0.003950516227632761, 0.07933880388736725, -0.03630997985601425, -0.11126025766134262, 0.08416172116994858, 0.03095286712050438, -0.1277567446231842, 0.07218055427074432, -0.03519461303949356, 0.12458370625972748, -0.0032897875644266605, 0.09583556652069092, -0.03598680719733238, -0.027483470737934113, -0.013308011926710606, 0.09818253666162491, -0.3191508650779724, 0.1621316522359848, -0.017933005467057228, -0.0618131123483181, -0.06667962670326233, -0.02528184838593006, 0.015994107350707054, 0.07729468494653702, 0.10861869156360626, 0.021759910508990288, 0.01640525460243225, -0.07345785945653915, -0.042352862656116486, 0.038021303713321686, 0.12403716146945953, -0.06827268749475479, -0.012903391383588314, -0.04523605480790138, 0.00796645786613226, -0.017124788835644722, -0.008793274872004986, 0.006911922711879015, -0.14962191879749298, 0.05182485654950142, 0.014736213721334934, 0.07058768719434738, 0.0436982735991478, -0.014969068579375744, -0.09180716425180435, 0.18274778127670288, -0.015714606270194054, -0.07271543145179749, -0.12616917490959167, -0.05262751132249832, 0.030376195907592773, -0.05518756061792374, 0.021047864109277725, -0.06501689553260803, -0.0035362408962100744, -0.06755607575178146, -0.22007296979427338, 0.1278373897075653, -0.08437205106019974, -0.07192739844322205, -0.04912353679537773, 0.2010866105556488, -0.051223888993263245, 0.003238252131268382, 0.010222852230072021, 0.021994104608893394, -0.11474784463644028, -0.09469719231128693, 0.07112357765436172, -0.03247172012925148, 0.03123478777706623, 0.0022505864035338163, -0.04091062396764755, 0.016593176871538162, -0.06314414739608765, -0.011381587944924831, 0.27866554260253906, 0.23951324820518494, -0.040407944470644, 0.1904350072145462, 0.11012271791696548, -0.08163551241159439, -0.3069863021373749, -0.10166139155626297, -0.12140648066997528, -0.02996143139898777, -0.017288926988840103, -0.16865339875221252, 0.06477722525596619, 0.038930367678403854, 0.009261871688067913, 0.13778774440288544, -0.20730599761009216, -0.08823523670434952, 0.09138026833534241, -0.02557477355003357, 0.43079736828804016, -0.1257614940404892, -0.08959750831127167, -0.051866497844457626, -0.16516901552677155, 0.2173919379711151, -0.021592965349555016, 0.07857322692871094, -0.029561417177319527, 0.11770006269216537, 0.04697660356760025, -0.010707763023674488, 0.08040876686573029, -0.00884756539016962, 0.008373050950467587, -0.12410011142492294, -0.02768467366695404, 0.04874192550778389, 0.012378438375890255, 0.0013600040692836046, -0.09389680624008179, 0.020313434302806854, -0.15990203619003296, -0.018549781292676926, -0.11233476549386978, 0.07682323455810547, 0.025788001716136932, -0.06466120481491089, -0.003637736663222313, -0.04986237734556198, -0.015892893075942993, -0.01400828268378973, 0.1717434972524643, -0.04862768203020096, 0.19366511702537537, 0.03501616790890694, 0.11570870876312256, -0.1362973153591156, 0.06143493950366974, -0.06429426372051239, -0.07528600096702576, 0.07427702099084854, -0.1537967324256897, 0.05111055448651314, 0.09430045634508133, -0.030276626348495483, 0.05380253866314888, 0.08795086294412613, -0.003969982732087374, 0.004800081253051758, 0.15867236256599426, -0.2786487936973572, 0.01320126373320818, -0.07396841049194336, -0.06665283441543579, 0.10506758838891983, 0.06261139363050461, 0.17162823677062988, 0.011681869626045227, -0.056615445762872696, 0.01595049723982811, 0.02499506063759327, -0.04915530979633331, 0.04529924690723419, 0.008104361593723297, -0.010991688817739487, -0.13640300929546356, 0.08699746429920197, 0.0042801909148693085, -0.1531187742948532, 0.024680746719241142, 0.2155698835849762, -0.1260155886411667, -0.10237220674753189, -0.03444112092256546, 0.08444061875343323, -0.11519137024879456, 0.01753072999417782, -0.030764780938625336, -0.09109894186258316, 0.07448896765708923, 0.15248911082744598, 0.049206193536520004, 0.11775100976228714, -0.015379221178591251, -0.011753370985388756, -0.05147303268313408, -0.0317845419049263, 0.025745956227183342, 0.017857374623417854, -0.08257177472114563, 0.06648801267147064, -0.022109810262918472, 0.14559012651443481, -0.09791336953639984, -0.06602771580219269, -0.1468091756105423, -0.009785634465515614, -0.0695481076836586, -0.09207163751125336, -0.08133620768785477, -0.062133077532052994, 0.0010387726360931993, -0.03962359577417374, -0.04795864596962929, -0.0791037380695343, -0.10289866477251053, 0.009435068815946579, -0.02305566892027855, 0.03256045654416084, -0.06115729361772537, 0.007872066460549831, 0.12092912197113037, -0.028174830600619316, 0.16686207056045532, 0.1458095908164978, -0.09536580741405487, 0.10568815469741821, -0.16346460580825806, -0.08964221179485321, 0.0939340740442276, -0.01729099079966545, 0.027899714186787605, 0.11666940152645111, 0.014932696707546711, 0.04195788502693176, 0.035977672785520554, 0.06045130267739296, 0.03587699308991432, -0.11899011582136154, 0.07665140181779861, 0.009481414221227169, -0.1612047255039215, -0.06303887814283371, -0.08555969595909119, 0.030386725440621376, 0.021575886756181717, 0.12225193530321121, -0.045776769518852234, 0.0887017622590065, -0.07972796261310577, 0.027257539331912994, 0.02293219044804573, -0.181223064661026, -0.047844018787145615, -0.053065262734889984, 0.032686229795217514, 0.018960151821374893, 0.1893557906150818, 0.027213018387556076, -0.03697650134563446, 0.04549255222082138, 0.1042066365480423, 0.005313898902386427, 0.004829791374504566, 0.16259528696537018, 0.09423433989286423, -0.07654286175966263, -0.12226779758930206, 0.07556461542844772, 0.019673259928822517, -0.044067107141017914, 0.10607215762138367, -0.002448870101943612, 0.020163848996162415, 0.06910120695829391, -0.014892932027578354, 0.034322552382946014, -0.044286008924245834, -0.10698256641626358, -0.023580113425850868, 0.046367425471544266, 0.00669879000633955, 0.12847968935966492, 0.177873894572258, -0.002574790036305785, 0.025011489167809486, -0.0363602340221405, -0.024931130930781364, -0.13864666223526, -0.1558164656162262, -0.06855984032154083, -0.14875617623329163, 0.012976853176951408, -0.0915176048874855, 0.04695429280400276, 0.028682325035333633, 0.06887643784284592, -0.07052405923604965, 0.04384735971689224, 0.06974220275878906, -0.12065785378217697, 0.09397104382514954, -0.028081456199288368, 0.03704333305358887, -0.006730496883392334, -0.012833851389586926, -0.10013298690319061, 0.035936567932367325, -0.01747855544090271, 0.045271266251802444, -0.04546798765659332, 0.030429324135184288, -0.1703072488307953, -0.124412901699543, -0.04034453630447388, 0.06420420855283737, -0.06510858237743378, 0.03512151539325714, 0.019115818664431572, 0.013339218683540821, 0.03305599465966225, 0.23020225763320923, -0.03704051673412323, -0.02329315058887005, -0.042310282588005066, 0.16692522168159485, -0.014016710221767426, 0.08088304847478867, -0.03037172369658947, 0.0002500463742762804, -0.08417443931102753, 0.3385351300239563, 0.3027777075767517, -0.09020252525806427, 0.019915465265512466, -0.030905582010746002, 0.03936264291405678, 0.11892254650592804, 0.13376617431640625, 0.09784641861915588, 0.2282467782497406, -0.07217609137296677, -0.03032243251800537, -0.020507147535681725, -0.011079044081270695, -0.06650827825069427, 0.0879674032330513, 0.02507801540195942, -0.05553486570715904, -0.031693898141384125, 0.0812700018286705, -0.2327648252248764, 0.10665327310562134, -0.11289316415786743, -0.1636168211698532, -0.039189815521240234, 0.0042042857967317104, 0.08908319473266602, 0.015396242961287498, 0.11228121817111969, 0.009163780137896538, -0.07585213333368301, 0.017798418179154396, 0.028085503727197647, -0.24201616644859314, -0.008133855648338795, 0.060310713946819305, -0.12939085066318512, -0.004324504639953375, -0.027167800813913345, 0.007199867628514767, 0.059822265058755875, 0.029368450865149498, -0.04319324716925621, -0.001257759635336697, -0.010450302623212337, -0.008644461631774902, -0.011618612334132195, 0.07065588980913162, 0.046958792954683304, -0.13329142332077026, 0.06869500875473022, -0.11774353682994843, 0.033477768301963806, -0.05866728723049164, -0.015255378559231758, 0.000037100471672602, 0.03460683673620224, -0.04829782620072365, 0.07058211416006088, 0.07688362896442413, -0.015606098808348179, 0.000610517687164247, -0.0802936851978302, -0.036274004727602005, -0.019796574488282204, -0.09252054989337921, -0.08371094614267349, -0.13031646609306335, -0.11573562026023865, 0.1029667928814888, -0.02224794402718544, -0.19213621318340302, 0.03111329674720764, -0.12165344506502151, 0.045619383454322815, -0.1751558482646942, 0.11076030135154724, 0.08046020567417145, 0.01831907220184803, 0.011516088619828224, -0.02576824277639389, 0.08821021765470505, 0.11728470027446747, -0.07783648371696472, -0.08528783172369003 ]
null
null
transformers
<div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1359943297322655748/_3lUePeP_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">🩸𝕮𝖚𝖑𝖙𝖘𝖚𝖑𝖙𝖆𝖓𝖙🩸 🤖 AI Bot </div> <div style="font-size: 15px">@gritcult bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@gritcult's tweets](https://twitter.com/gritcult). | Data | Quantity | | --- | --- | | Tweets downloaded | 3244 | | Retweets | 554 | | Short tweets | 558 | | Tweets kept | 2132 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/1nikyb7z/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @gritcult's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/13st5rcg) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/13st5rcg/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/gritcult') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/gritcult/1616928724478/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/gritcult
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
𝕮𝖚𝖑𝖙𝖘𝖚𝖑𝖙𝖆𝖓𝖙 AI Bot @gritcult bot I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on @gritcult's tweets. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @gritcult'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 57 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 0.004547144751995802, -0.006708405911922455, -0.007013476919382811, 0.01947171241044998, 0.15818242728710175, 0.03448796644806862, 0.08709780126810074, 0.15389476716518402, -0.019877297803759575, -0.022431448101997375, 0.18047170341014862, 0.173692986369133, -0.012988686561584473, 0.09047263860702515, -0.05271327868103981, -0.2622397541999817, 0.03682216629385948, 0.05513067543506622, -0.007422737777233124, 0.14252057671546936, 0.07580838352441788, -0.023790201172232628, 0.11380083113908768, -0.02966974675655365, -0.202972412109375, 0.03197307139635086, 0.0615268237888813, -0.09518525749444962, 0.11083168536424637, 0.04628797993063927, 0.08698221296072006, 0.022143812850117683, -0.07331052422523499, -0.120787613093853, 0.04532235115766525, 0.045263588428497314, -0.06358368694782257, 0.06480421870946884, 0.08820623904466629, -0.1065920814871788, 0.1416475921869278, 0.07373794168233871, -0.01588049717247486, 0.07824484258890152, -0.17789237201213837, -0.03725104406476021, -0.036331940442323685, 0.007741300854831934, 0.07058489322662354, 0.0750737413764, -0.019116664305329323, 0.1746976524591446, -0.06598041951656342, 0.09777773916721344, 0.17528840899467468, -0.2887236773967743, -0.018040433526039124, 0.0492081381380558, 0.0887371376156807, 0.04900359362363815, -0.024227341637015343, 0.08339477330446243, 0.06365471333265305, 0.01686069741845131, 0.014271941967308521, -0.06960906833410263, -0.09346919506788254, 0.03645368665456772, -0.06932124495506287, -0.05699722096323967, 0.22001419961452484, -0.0334535576403141, 0.04674676060676575, -0.03953840583562851, -0.09316058456897736, -0.028927378356456757, -0.027232296764850616, -0.00907184462994337, -0.05413005128502846, 0.08754174411296844, -0.015151693485677242, -0.06331931799650192, -0.1435878872871399, -0.012912428006529808, -0.15805892646312714, 0.13816505670547485, 0.004333257209509611, 0.04586424678564072, -0.22094038128852844, 0.1012546569108963, 0.022817784920334816, -0.08995530754327774, 0.04930093511939049, -0.09425957500934601, 0.0717538446187973, 0.0007676240638829768, -0.04885277524590492, -0.02944779396057129, 0.08848895877599716, 0.14690880477428436, -0.02718975953757763, 0.005980455316603184, -0.01338018849492073, 0.0733228251338005, 0.059399042278528214, 0.028748195618391037, -0.006081049330532551, -0.052236080169677734, 0.05618719011545181, -0.1417204737663269, -0.010511515662074089, -0.07227712869644165, -0.10605388879776001, -0.04232237488031387, 0.03443120792508125, 0.060671232640743256, 0.042230576276779175, 0.11220116913318634, -0.04771716892719269, -0.01857093721628189, 0.05281376466155052, -0.03979083523154259, -0.008994937874376774, -0.01990325190126896, 0.018122754991054535, 0.13074275851249695, -0.019943278282880783, 0.03407962992787361, -0.10256942361593246, 0.05431444197893143, -0.10281401127576828, -0.01971535198390484, -0.014149561524391174, -0.04367954283952713, 0.031883664429187775, -0.12165860831737518, 0.016123656183481216, -0.16833168268203735, -0.14714312553405762, 0.002859292319044471, -0.016588665544986725, -0.017911825329065323, -0.07954888790845871, -0.04400517791509628, -0.02466505579650402, 0.06924423575401306, -0.04276731237769127, -0.00935916043817997, -0.05846982076764107, 0.11090090870857239, -0.05349889397621155, 0.07203050702810287, -0.1194647029042244, 0.0557217076420784, -0.14930842816829681, -0.013004516251385212, -0.04842504858970642, 0.07119924575090408, 0.015398351475596428, 0.1813964694738388, -0.006925920024514198, -0.003623353084549308, -0.09382472932338715, 0.06455672532320023, -0.02733452245593071, 0.24096953868865967, -0.0756828561425209, -0.14226967096328735, 0.21630549430847168, -0.06334739923477173, -0.14993034303188324, 0.1314547061920166, 0.01843975856900215, 0.08251222223043442, 0.10434340685606003, 0.19023460149765015, 0.01808990351855755, -0.007808534894138575, 0.054424818605184555, 0.07603957504034042, -0.1683882623910904, -0.033340878784656525, 0.0012923459289595485, -0.00014291972911451012, -0.1366809904575348, 0.04632483050227165, 0.1230006217956543, 0.09730340540409088, -0.07249721139669418, -0.018487868830561638, -0.030607668682932854, 0.0016078021144494414, 0.04144361615180969, -0.0005212334799580276, 0.09951234608888626, -0.1033509373664856, -0.04366454482078552, -0.06751791387796402, -0.002970147645100951, 0.011176802217960358, 0.03924661502242088, -0.04455869272351265, 0.09700342267751694, -0.007412149105221033, 0.0545678474009037, -0.13708296418190002, -0.07981666922569275, -0.016090448945760727, 0.1597585678100586, 0.040224816650152206, 0.04663374274969101, 0.0566885769367218, -0.05624469742178917, -0.015493324026465416, -0.010199432261288166, 0.16243304312229156, -0.04404180869460106, -0.07694169133901596, -0.07860849797725677, 0.10474636405706406, -0.06389671564102173, 0.026263169944286346, -0.051667314022779465, 0.024654213339090347, 0.04686986654996872, 0.1110762283205986, 0.004046999383717775, 0.026442723348736763, -0.012835992500185966, -0.007690808270126581, -0.07657550275325775, -0.01617686077952385, 0.1077079176902771, -0.0017721779877319932, -0.06809886544942856, 0.2437063455581665, -0.16884316504001617, 0.21163912117481232, 0.20976658165454865, -0.2492678016424179, -0.02882898785173893, -0.04848965257406235, -0.04766342043876648, -0.0012878701090812683, 0.06041788309812546, -0.034700244665145874, 0.09027024358510971, -0.03288675472140312, 0.16564396023750305, -0.051203593611717224, -0.07646744698286057, 0.019007064402103424, -0.05823178589344025, -0.05114857107400894, 0.07018019258975983, 0.08213616907596588, -0.1630844622850418, 0.18756183981895447, 0.21879082918167114, 0.06839460134506226, 0.2044064849615097, 0.00858453568071127, -0.010656360536813736, 0.07200875878334045, -0.04608747735619545, -0.03843220695853233, -0.06601633131504059, -0.15238076448440552, -0.03009703755378723, 0.06625645607709885, 0.030863380059599876, 0.09900964051485062, -0.09019728004932404, -0.08104760944843292, -0.017665131017565727, 0.004776675254106522, 0.00156646769028157, 0.11991100758314133, 0.03676433861255646, 0.13820022344589233, -0.01955524832010269, 0.022415857762098312, 0.08040772378444672, 0.016582515090703964, -0.10843544453382492, 0.16101348400115967, -0.13329310715198517, -0.3788211941719055, -0.14546175301074982, -0.13134250044822693, -0.020925991237163544, 0.03777816519141197, 0.1120775043964386, -0.1329103261232376, 0.005511005409061909, -0.007893978618085384, 0.10391844809055328, -0.08707519620656967, 0.039245378226041794, -0.07586963474750519, 0.0314689576625824, -0.060405436903238297, -0.07552991807460785, -0.03722400963306427, -0.028465405106544495, -0.09132689982652664, 0.16675986349582672, -0.11130212247371674, 0.06035055220127106, 0.16001324355602264, 0.021197395399212837, 0.03523072600364685, -0.05174810439348221, 0.18330632150173187, -0.112345851957798, 0.020098978653550148, 0.15624848008155823, -0.013005592860281467, 0.08254575729370117, 0.08188403397798538, -0.013132697902619839, -0.10316278785467148, 0.05240294709801674, 0.001463406952098012, -0.10209372639656067, -0.1950312703847885, -0.10119245946407318, -0.08230090886354446, 0.15922248363494873, 0.06361804902553558, 0.058937788009643555, 0.17968137562274933, 0.07578518986701965, -0.038606274873018265, -0.00038743947516195476, -0.00239798822440207, 0.08808282762765884, 0.13635766506195068, -0.01442645862698555, 0.1225903332233429, -0.04975935071706772, -0.10913994163274765, 0.12899059057235718, 0.01750512234866619, 0.03937286511063576, 0.051435839384794235, 0.021011192351579666, -0.011281835846602917, 0.11866551637649536, 0.13484057784080505, 0.10447502881288528, -0.015693627297878265, -0.0293489471077919, -0.04774824157357216, -0.01359935849905014, -0.033305928111076355, 0.03640862926840782, 0.008061517030000687, -0.14140670001506805, -0.06158366799354553, -0.11537835001945496, 0.08758961409330368, 0.10668005049228668, 0.07567808032035828, -0.21108253300189972, -0.003950516227632761, 0.07933880388736725, -0.03630997985601425, -0.11126025766134262, 0.08416172116994858, 0.03095286712050438, -0.1277567446231842, 0.07218055427074432, -0.03519461303949356, 0.12458370625972748, -0.0032897875644266605, 0.09583556652069092, -0.03598680719733238, -0.027483470737934113, -0.013308011926710606, 0.09818253666162491, -0.3191508650779724, 0.1621316522359848, -0.017933005467057228, -0.0618131123483181, -0.06667962670326233, -0.02528184838593006, 0.015994107350707054, 0.07729468494653702, 0.10861869156360626, 0.021759910508990288, 0.01640525460243225, -0.07345785945653915, -0.042352862656116486, 0.038021303713321686, 0.12403716146945953, -0.06827268749475479, -0.012903391383588314, -0.04523605480790138, 0.00796645786613226, -0.017124788835644722, -0.008793274872004986, 0.006911922711879015, -0.14962191879749298, 0.05182485654950142, 0.014736213721334934, 0.07058768719434738, 0.0436982735991478, -0.014969068579375744, -0.09180716425180435, 0.18274778127670288, -0.015714606270194054, -0.07271543145179749, -0.12616917490959167, -0.05262751132249832, 0.030376195907592773, -0.05518756061792374, 0.021047864109277725, -0.06501689553260803, -0.0035362408962100744, -0.06755607575178146, -0.22007296979427338, 0.1278373897075653, -0.08437205106019974, -0.07192739844322205, -0.04912353679537773, 0.2010866105556488, -0.051223888993263245, 0.003238252131268382, 0.010222852230072021, 0.021994104608893394, -0.11474784463644028, -0.09469719231128693, 0.07112357765436172, -0.03247172012925148, 0.03123478777706623, 0.0022505864035338163, -0.04091062396764755, 0.016593176871538162, -0.06314414739608765, -0.011381587944924831, 0.27866554260253906, 0.23951324820518494, -0.040407944470644, 0.1904350072145462, 0.11012271791696548, -0.08163551241159439, -0.3069863021373749, -0.10166139155626297, -0.12140648066997528, -0.02996143139898777, -0.017288926988840103, -0.16865339875221252, 0.06477722525596619, 0.038930367678403854, 0.009261871688067913, 0.13778774440288544, -0.20730599761009216, -0.08823523670434952, 0.09138026833534241, -0.02557477355003357, 0.43079736828804016, -0.1257614940404892, -0.08959750831127167, -0.051866497844457626, -0.16516901552677155, 0.2173919379711151, -0.021592965349555016, 0.07857322692871094, -0.029561417177319527, 0.11770006269216537, 0.04697660356760025, -0.010707763023674488, 0.08040876686573029, -0.00884756539016962, 0.008373050950467587, -0.12410011142492294, -0.02768467366695404, 0.04874192550778389, 0.012378438375890255, 0.0013600040692836046, -0.09389680624008179, 0.020313434302806854, -0.15990203619003296, -0.018549781292676926, -0.11233476549386978, 0.07682323455810547, 0.025788001716136932, -0.06466120481491089, -0.003637736663222313, -0.04986237734556198, -0.015892893075942993, -0.01400828268378973, 0.1717434972524643, -0.04862768203020096, 0.19366511702537537, 0.03501616790890694, 0.11570870876312256, -0.1362973153591156, 0.06143493950366974, -0.06429426372051239, -0.07528600096702576, 0.07427702099084854, -0.1537967324256897, 0.05111055448651314, 0.09430045634508133, -0.030276626348495483, 0.05380253866314888, 0.08795086294412613, -0.003969982732087374, 0.004800081253051758, 0.15867236256599426, -0.2786487936973572, 0.01320126373320818, -0.07396841049194336, -0.06665283441543579, 0.10506758838891983, 0.06261139363050461, 0.17162823677062988, 0.011681869626045227, -0.056615445762872696, 0.01595049723982811, 0.02499506063759327, -0.04915530979633331, 0.04529924690723419, 0.008104361593723297, -0.010991688817739487, -0.13640300929546356, 0.08699746429920197, 0.0042801909148693085, -0.1531187742948532, 0.024680746719241142, 0.2155698835849762, -0.1260155886411667, -0.10237220674753189, -0.03444112092256546, 0.08444061875343323, -0.11519137024879456, 0.01753072999417782, -0.030764780938625336, -0.09109894186258316, 0.07448896765708923, 0.15248911082744598, 0.049206193536520004, 0.11775100976228714, -0.015379221178591251, -0.011753370985388756, -0.05147303268313408, -0.0317845419049263, 0.025745956227183342, 0.017857374623417854, -0.08257177472114563, 0.06648801267147064, -0.022109810262918472, 0.14559012651443481, -0.09791336953639984, -0.06602771580219269, -0.1468091756105423, -0.009785634465515614, -0.0695481076836586, -0.09207163751125336, -0.08133620768785477, -0.062133077532052994, 0.0010387726360931993, -0.03962359577417374, -0.04795864596962929, -0.0791037380695343, -0.10289866477251053, 0.009435068815946579, -0.02305566892027855, 0.03256045654416084, -0.06115729361772537, 0.007872066460549831, 0.12092912197113037, -0.028174830600619316, 0.16686207056045532, 0.1458095908164978, -0.09536580741405487, 0.10568815469741821, -0.16346460580825806, -0.08964221179485321, 0.0939340740442276, -0.01729099079966545, 0.027899714186787605, 0.11666940152645111, 0.014932696707546711, 0.04195788502693176, 0.035977672785520554, 0.06045130267739296, 0.03587699308991432, -0.11899011582136154, 0.07665140181779861, 0.009481414221227169, -0.1612047255039215, -0.06303887814283371, -0.08555969595909119, 0.030386725440621376, 0.021575886756181717, 0.12225193530321121, -0.045776769518852234, 0.0887017622590065, -0.07972796261310577, 0.027257539331912994, 0.02293219044804573, -0.181223064661026, -0.047844018787145615, -0.053065262734889984, 0.032686229795217514, 0.018960151821374893, 0.1893557906150818, 0.027213018387556076, -0.03697650134563446, 0.04549255222082138, 0.1042066365480423, 0.005313898902386427, 0.004829791374504566, 0.16259528696537018, 0.09423433989286423, -0.07654286175966263, -0.12226779758930206, 0.07556461542844772, 0.019673259928822517, -0.044067107141017914, 0.10607215762138367, -0.002448870101943612, 0.020163848996162415, 0.06910120695829391, -0.014892932027578354, 0.034322552382946014, -0.044286008924245834, -0.10698256641626358, -0.023580113425850868, 0.046367425471544266, 0.00669879000633955, 0.12847968935966492, 0.177873894572258, -0.002574790036305785, 0.025011489167809486, -0.0363602340221405, -0.024931130930781364, -0.13864666223526, -0.1558164656162262, -0.06855984032154083, -0.14875617623329163, 0.012976853176951408, -0.0915176048874855, 0.04695429280400276, 0.028682325035333633, 0.06887643784284592, -0.07052405923604965, 0.04384735971689224, 0.06974220275878906, -0.12065785378217697, 0.09397104382514954, -0.028081456199288368, 0.03704333305358887, -0.006730496883392334, -0.012833851389586926, -0.10013298690319061, 0.035936567932367325, -0.01747855544090271, 0.045271266251802444, -0.04546798765659332, 0.030429324135184288, -0.1703072488307953, -0.124412901699543, -0.04034453630447388, 0.06420420855283737, -0.06510858237743378, 0.03512151539325714, 0.019115818664431572, 0.013339218683540821, 0.03305599465966225, 0.23020225763320923, -0.03704051673412323, -0.02329315058887005, -0.042310282588005066, 0.16692522168159485, -0.014016710221767426, 0.08088304847478867, -0.03037172369658947, 0.0002500463742762804, -0.08417443931102753, 0.3385351300239563, 0.3027777075767517, -0.09020252525806427, 0.019915465265512466, -0.030905582010746002, 0.03936264291405678, 0.11892254650592804, 0.13376617431640625, 0.09784641861915588, 0.2282467782497406, -0.07217609137296677, -0.03032243251800537, -0.020507147535681725, -0.011079044081270695, -0.06650827825069427, 0.0879674032330513, 0.02507801540195942, -0.05553486570715904, -0.031693898141384125, 0.0812700018286705, -0.2327648252248764, 0.10665327310562134, -0.11289316415786743, -0.1636168211698532, -0.039189815521240234, 0.0042042857967317104, 0.08908319473266602, 0.015396242961287498, 0.11228121817111969, 0.009163780137896538, -0.07585213333368301, 0.017798418179154396, 0.028085503727197647, -0.24201616644859314, -0.008133855648338795, 0.060310713946819305, -0.12939085066318512, -0.004324504639953375, -0.027167800813913345, 0.007199867628514767, 0.059822265058755875, 0.029368450865149498, -0.04319324716925621, -0.001257759635336697, -0.010450302623212337, -0.008644461631774902, -0.011618612334132195, 0.07065588980913162, 0.046958792954683304, -0.13329142332077026, 0.06869500875473022, -0.11774353682994843, 0.033477768301963806, -0.05866728723049164, -0.015255378559231758, 0.000037100471672602, 0.03460683673620224, -0.04829782620072365, 0.07058211416006088, 0.07688362896442413, -0.015606098808348179, 0.000610517687164247, -0.0802936851978302, -0.036274004727602005, -0.019796574488282204, -0.09252054989337921, -0.08371094614267349, -0.13031646609306335, -0.11573562026023865, 0.1029667928814888, -0.02224794402718544, -0.19213621318340302, 0.03111329674720764, -0.12165344506502151, 0.045619383454322815, -0.1751558482646942, 0.11076030135154724, 0.08046020567417145, 0.01831907220184803, 0.011516088619828224, -0.02576824277639389, 0.08821021765470505, 0.11728470027446747, -0.07783648371696472, -0.08528783172369003 ]
null
null
transformers
<div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/899018577302441984/Tf9qt4q2_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">B.S.E. Guillotine Engineering 🤖 AI Bot </div> <div style="font-size: 15px">@grubadubflub bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://app.wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-model-to-generate-tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@grubadubflub's tweets](https://twitter.com/grubadubflub). | Data | Quantity | | --- | --- | | Tweets downloaded | 2543 | | Retweets | 559 | | Short tweets | 143 | | Tweets kept | 1841 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/1axfr66g/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @grubadubflub's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/3vt3dbdy) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/3vt3dbdy/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/grubadubflub') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/grubadubflub/1614098423599/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/grubadubflub
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
B.S.E. Guillotine Engineering AI Bot @grubadubflub bot I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on @grubadubflub's tweets. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @grubadubflub'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 57 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 0.004547144751995802, -0.006708405911922455, -0.007013476919382811, 0.01947171241044998, 0.15818242728710175, 0.03448796644806862, 0.08709780126810074, 0.15389476716518402, -0.019877297803759575, -0.022431448101997375, 0.18047170341014862, 0.173692986369133, -0.012988686561584473, 0.09047263860702515, -0.05271327868103981, -0.2622397541999817, 0.03682216629385948, 0.05513067543506622, -0.007422737777233124, 0.14252057671546936, 0.07580838352441788, -0.023790201172232628, 0.11380083113908768, -0.02966974675655365, -0.202972412109375, 0.03197307139635086, 0.0615268237888813, -0.09518525749444962, 0.11083168536424637, 0.04628797993063927, 0.08698221296072006, 0.022143812850117683, -0.07331052422523499, -0.120787613093853, 0.04532235115766525, 0.045263588428497314, -0.06358368694782257, 0.06480421870946884, 0.08820623904466629, -0.1065920814871788, 0.1416475921869278, 0.07373794168233871, -0.01588049717247486, 0.07824484258890152, -0.17789237201213837, -0.03725104406476021, -0.036331940442323685, 0.007741300854831934, 0.07058489322662354, 0.0750737413764, -0.019116664305329323, 0.1746976524591446, -0.06598041951656342, 0.09777773916721344, 0.17528840899467468, -0.2887236773967743, -0.018040433526039124, 0.0492081381380558, 0.0887371376156807, 0.04900359362363815, -0.024227341637015343, 0.08339477330446243, 0.06365471333265305, 0.01686069741845131, 0.014271941967308521, -0.06960906833410263, -0.09346919506788254, 0.03645368665456772, -0.06932124495506287, -0.05699722096323967, 0.22001419961452484, -0.0334535576403141, 0.04674676060676575, -0.03953840583562851, -0.09316058456897736, -0.028927378356456757, -0.027232296764850616, -0.00907184462994337, -0.05413005128502846, 0.08754174411296844, -0.015151693485677242, -0.06331931799650192, -0.1435878872871399, -0.012912428006529808, -0.15805892646312714, 0.13816505670547485, 0.004333257209509611, 0.04586424678564072, -0.22094038128852844, 0.1012546569108963, 0.022817784920334816, -0.08995530754327774, 0.04930093511939049, -0.09425957500934601, 0.0717538446187973, 0.0007676240638829768, -0.04885277524590492, -0.02944779396057129, 0.08848895877599716, 0.14690880477428436, -0.02718975953757763, 0.005980455316603184, -0.01338018849492073, 0.0733228251338005, 0.059399042278528214, 0.028748195618391037, -0.006081049330532551, -0.052236080169677734, 0.05618719011545181, -0.1417204737663269, -0.010511515662074089, -0.07227712869644165, -0.10605388879776001, -0.04232237488031387, 0.03443120792508125, 0.060671232640743256, 0.042230576276779175, 0.11220116913318634, -0.04771716892719269, -0.01857093721628189, 0.05281376466155052, -0.03979083523154259, -0.008994937874376774, -0.01990325190126896, 0.018122754991054535, 0.13074275851249695, -0.019943278282880783, 0.03407962992787361, -0.10256942361593246, 0.05431444197893143, -0.10281401127576828, -0.01971535198390484, -0.014149561524391174, -0.04367954283952713, 0.031883664429187775, -0.12165860831737518, 0.016123656183481216, -0.16833168268203735, -0.14714312553405762, 0.002859292319044471, -0.016588665544986725, -0.017911825329065323, -0.07954888790845871, -0.04400517791509628, -0.02466505579650402, 0.06924423575401306, -0.04276731237769127, -0.00935916043817997, -0.05846982076764107, 0.11090090870857239, -0.05349889397621155, 0.07203050702810287, -0.1194647029042244, 0.0557217076420784, -0.14930842816829681, -0.013004516251385212, -0.04842504858970642, 0.07119924575090408, 0.015398351475596428, 0.1813964694738388, -0.006925920024514198, -0.003623353084549308, -0.09382472932338715, 0.06455672532320023, -0.02733452245593071, 0.24096953868865967, -0.0756828561425209, -0.14226967096328735, 0.21630549430847168, -0.06334739923477173, -0.14993034303188324, 0.1314547061920166, 0.01843975856900215, 0.08251222223043442, 0.10434340685606003, 0.19023460149765015, 0.01808990351855755, -0.007808534894138575, 0.054424818605184555, 0.07603957504034042, -0.1683882623910904, -0.033340878784656525, 0.0012923459289595485, -0.00014291972911451012, -0.1366809904575348, 0.04632483050227165, 0.1230006217956543, 0.09730340540409088, -0.07249721139669418, -0.018487868830561638, -0.030607668682932854, 0.0016078021144494414, 0.04144361615180969, -0.0005212334799580276, 0.09951234608888626, -0.1033509373664856, -0.04366454482078552, -0.06751791387796402, -0.002970147645100951, 0.011176802217960358, 0.03924661502242088, -0.04455869272351265, 0.09700342267751694, -0.007412149105221033, 0.0545678474009037, -0.13708296418190002, -0.07981666922569275, -0.016090448945760727, 0.1597585678100586, 0.040224816650152206, 0.04663374274969101, 0.0566885769367218, -0.05624469742178917, -0.015493324026465416, -0.010199432261288166, 0.16243304312229156, -0.04404180869460106, -0.07694169133901596, -0.07860849797725677, 0.10474636405706406, -0.06389671564102173, 0.026263169944286346, -0.051667314022779465, 0.024654213339090347, 0.04686986654996872, 0.1110762283205986, 0.004046999383717775, 0.026442723348736763, -0.012835992500185966, -0.007690808270126581, -0.07657550275325775, -0.01617686077952385, 0.1077079176902771, -0.0017721779877319932, -0.06809886544942856, 0.2437063455581665, -0.16884316504001617, 0.21163912117481232, 0.20976658165454865, -0.2492678016424179, -0.02882898785173893, -0.04848965257406235, -0.04766342043876648, -0.0012878701090812683, 0.06041788309812546, -0.034700244665145874, 0.09027024358510971, -0.03288675472140312, 0.16564396023750305, -0.051203593611717224, -0.07646744698286057, 0.019007064402103424, -0.05823178589344025, -0.05114857107400894, 0.07018019258975983, 0.08213616907596588, -0.1630844622850418, 0.18756183981895447, 0.21879082918167114, 0.06839460134506226, 0.2044064849615097, 0.00858453568071127, -0.010656360536813736, 0.07200875878334045, -0.04608747735619545, -0.03843220695853233, -0.06601633131504059, -0.15238076448440552, -0.03009703755378723, 0.06625645607709885, 0.030863380059599876, 0.09900964051485062, -0.09019728004932404, -0.08104760944843292, -0.017665131017565727, 0.004776675254106522, 0.00156646769028157, 0.11991100758314133, 0.03676433861255646, 0.13820022344589233, -0.01955524832010269, 0.022415857762098312, 0.08040772378444672, 0.016582515090703964, -0.10843544453382492, 0.16101348400115967, -0.13329310715198517, -0.3788211941719055, -0.14546175301074982, -0.13134250044822693, -0.020925991237163544, 0.03777816519141197, 0.1120775043964386, -0.1329103261232376, 0.005511005409061909, -0.007893978618085384, 0.10391844809055328, -0.08707519620656967, 0.039245378226041794, -0.07586963474750519, 0.0314689576625824, -0.060405436903238297, -0.07552991807460785, -0.03722400963306427, -0.028465405106544495, -0.09132689982652664, 0.16675986349582672, -0.11130212247371674, 0.06035055220127106, 0.16001324355602264, 0.021197395399212837, 0.03523072600364685, -0.05174810439348221, 0.18330632150173187, -0.112345851957798, 0.020098978653550148, 0.15624848008155823, -0.013005592860281467, 0.08254575729370117, 0.08188403397798538, -0.013132697902619839, -0.10316278785467148, 0.05240294709801674, 0.001463406952098012, -0.10209372639656067, -0.1950312703847885, -0.10119245946407318, -0.08230090886354446, 0.15922248363494873, 0.06361804902553558, 0.058937788009643555, 0.17968137562274933, 0.07578518986701965, -0.038606274873018265, -0.00038743947516195476, -0.00239798822440207, 0.08808282762765884, 0.13635766506195068, -0.01442645862698555, 0.1225903332233429, -0.04975935071706772, -0.10913994163274765, 0.12899059057235718, 0.01750512234866619, 0.03937286511063576, 0.051435839384794235, 0.021011192351579666, -0.011281835846602917, 0.11866551637649536, 0.13484057784080505, 0.10447502881288528, -0.015693627297878265, -0.0293489471077919, -0.04774824157357216, -0.01359935849905014, -0.033305928111076355, 0.03640862926840782, 0.008061517030000687, -0.14140670001506805, -0.06158366799354553, -0.11537835001945496, 0.08758961409330368, 0.10668005049228668, 0.07567808032035828, -0.21108253300189972, -0.003950516227632761, 0.07933880388736725, -0.03630997985601425, -0.11126025766134262, 0.08416172116994858, 0.03095286712050438, -0.1277567446231842, 0.07218055427074432, -0.03519461303949356, 0.12458370625972748, -0.0032897875644266605, 0.09583556652069092, -0.03598680719733238, -0.027483470737934113, -0.013308011926710606, 0.09818253666162491, -0.3191508650779724, 0.1621316522359848, -0.017933005467057228, -0.0618131123483181, -0.06667962670326233, -0.02528184838593006, 0.015994107350707054, 0.07729468494653702, 0.10861869156360626, 0.021759910508990288, 0.01640525460243225, -0.07345785945653915, -0.042352862656116486, 0.038021303713321686, 0.12403716146945953, -0.06827268749475479, -0.012903391383588314, -0.04523605480790138, 0.00796645786613226, -0.017124788835644722, -0.008793274872004986, 0.006911922711879015, -0.14962191879749298, 0.05182485654950142, 0.014736213721334934, 0.07058768719434738, 0.0436982735991478, -0.014969068579375744, -0.09180716425180435, 0.18274778127670288, -0.015714606270194054, -0.07271543145179749, -0.12616917490959167, -0.05262751132249832, 0.030376195907592773, -0.05518756061792374, 0.021047864109277725, -0.06501689553260803, -0.0035362408962100744, -0.06755607575178146, -0.22007296979427338, 0.1278373897075653, -0.08437205106019974, -0.07192739844322205, -0.04912353679537773, 0.2010866105556488, -0.051223888993263245, 0.003238252131268382, 0.010222852230072021, 0.021994104608893394, -0.11474784463644028, -0.09469719231128693, 0.07112357765436172, -0.03247172012925148, 0.03123478777706623, 0.0022505864035338163, -0.04091062396764755, 0.016593176871538162, -0.06314414739608765, -0.011381587944924831, 0.27866554260253906, 0.23951324820518494, -0.040407944470644, 0.1904350072145462, 0.11012271791696548, -0.08163551241159439, -0.3069863021373749, -0.10166139155626297, -0.12140648066997528, -0.02996143139898777, -0.017288926988840103, -0.16865339875221252, 0.06477722525596619, 0.038930367678403854, 0.009261871688067913, 0.13778774440288544, -0.20730599761009216, -0.08823523670434952, 0.09138026833534241, -0.02557477355003357, 0.43079736828804016, -0.1257614940404892, -0.08959750831127167, -0.051866497844457626, -0.16516901552677155, 0.2173919379711151, -0.021592965349555016, 0.07857322692871094, -0.029561417177319527, 0.11770006269216537, 0.04697660356760025, -0.010707763023674488, 0.08040876686573029, -0.00884756539016962, 0.008373050950467587, -0.12410011142492294, -0.02768467366695404, 0.04874192550778389, 0.012378438375890255, 0.0013600040692836046, -0.09389680624008179, 0.020313434302806854, -0.15990203619003296, -0.018549781292676926, -0.11233476549386978, 0.07682323455810547, 0.025788001716136932, -0.06466120481491089, -0.003637736663222313, -0.04986237734556198, -0.015892893075942993, -0.01400828268378973, 0.1717434972524643, -0.04862768203020096, 0.19366511702537537, 0.03501616790890694, 0.11570870876312256, -0.1362973153591156, 0.06143493950366974, -0.06429426372051239, -0.07528600096702576, 0.07427702099084854, -0.1537967324256897, 0.05111055448651314, 0.09430045634508133, -0.030276626348495483, 0.05380253866314888, 0.08795086294412613, -0.003969982732087374, 0.004800081253051758, 0.15867236256599426, -0.2786487936973572, 0.01320126373320818, -0.07396841049194336, -0.06665283441543579, 0.10506758838891983, 0.06261139363050461, 0.17162823677062988, 0.011681869626045227, -0.056615445762872696, 0.01595049723982811, 0.02499506063759327, -0.04915530979633331, 0.04529924690723419, 0.008104361593723297, -0.010991688817739487, -0.13640300929546356, 0.08699746429920197, 0.0042801909148693085, -0.1531187742948532, 0.024680746719241142, 0.2155698835849762, -0.1260155886411667, -0.10237220674753189, -0.03444112092256546, 0.08444061875343323, -0.11519137024879456, 0.01753072999417782, -0.030764780938625336, -0.09109894186258316, 0.07448896765708923, 0.15248911082744598, 0.049206193536520004, 0.11775100976228714, -0.015379221178591251, -0.011753370985388756, -0.05147303268313408, -0.0317845419049263, 0.025745956227183342, 0.017857374623417854, -0.08257177472114563, 0.06648801267147064, -0.022109810262918472, 0.14559012651443481, -0.09791336953639984, -0.06602771580219269, -0.1468091756105423, -0.009785634465515614, -0.0695481076836586, -0.09207163751125336, -0.08133620768785477, -0.062133077532052994, 0.0010387726360931993, -0.03962359577417374, -0.04795864596962929, -0.0791037380695343, -0.10289866477251053, 0.009435068815946579, -0.02305566892027855, 0.03256045654416084, -0.06115729361772537, 0.007872066460549831, 0.12092912197113037, -0.028174830600619316, 0.16686207056045532, 0.1458095908164978, -0.09536580741405487, 0.10568815469741821, -0.16346460580825806, -0.08964221179485321, 0.0939340740442276, -0.01729099079966545, 0.027899714186787605, 0.11666940152645111, 0.014932696707546711, 0.04195788502693176, 0.035977672785520554, 0.06045130267739296, 0.03587699308991432, -0.11899011582136154, 0.07665140181779861, 0.009481414221227169, -0.1612047255039215, -0.06303887814283371, -0.08555969595909119, 0.030386725440621376, 0.021575886756181717, 0.12225193530321121, -0.045776769518852234, 0.0887017622590065, -0.07972796261310577, 0.027257539331912994, 0.02293219044804573, -0.181223064661026, -0.047844018787145615, -0.053065262734889984, 0.032686229795217514, 0.018960151821374893, 0.1893557906150818, 0.027213018387556076, -0.03697650134563446, 0.04549255222082138, 0.1042066365480423, 0.005313898902386427, 0.004829791374504566, 0.16259528696537018, 0.09423433989286423, -0.07654286175966263, -0.12226779758930206, 0.07556461542844772, 0.019673259928822517, -0.044067107141017914, 0.10607215762138367, -0.002448870101943612, 0.020163848996162415, 0.06910120695829391, -0.014892932027578354, 0.034322552382946014, -0.044286008924245834, -0.10698256641626358, -0.023580113425850868, 0.046367425471544266, 0.00669879000633955, 0.12847968935966492, 0.177873894572258, -0.002574790036305785, 0.025011489167809486, -0.0363602340221405, -0.024931130930781364, -0.13864666223526, -0.1558164656162262, -0.06855984032154083, -0.14875617623329163, 0.012976853176951408, -0.0915176048874855, 0.04695429280400276, 0.028682325035333633, 0.06887643784284592, -0.07052405923604965, 0.04384735971689224, 0.06974220275878906, -0.12065785378217697, 0.09397104382514954, -0.028081456199288368, 0.03704333305358887, -0.006730496883392334, -0.012833851389586926, -0.10013298690319061, 0.035936567932367325, -0.01747855544090271, 0.045271266251802444, -0.04546798765659332, 0.030429324135184288, -0.1703072488307953, -0.124412901699543, -0.04034453630447388, 0.06420420855283737, -0.06510858237743378, 0.03512151539325714, 0.019115818664431572, 0.013339218683540821, 0.03305599465966225, 0.23020225763320923, -0.03704051673412323, -0.02329315058887005, -0.042310282588005066, 0.16692522168159485, -0.014016710221767426, 0.08088304847478867, -0.03037172369658947, 0.0002500463742762804, -0.08417443931102753, 0.3385351300239563, 0.3027777075767517, -0.09020252525806427, 0.019915465265512466, -0.030905582010746002, 0.03936264291405678, 0.11892254650592804, 0.13376617431640625, 0.09784641861915588, 0.2282467782497406, -0.07217609137296677, -0.03032243251800537, -0.020507147535681725, -0.011079044081270695, -0.06650827825069427, 0.0879674032330513, 0.02507801540195942, -0.05553486570715904, -0.031693898141384125, 0.0812700018286705, -0.2327648252248764, 0.10665327310562134, -0.11289316415786743, -0.1636168211698532, -0.039189815521240234, 0.0042042857967317104, 0.08908319473266602, 0.015396242961287498, 0.11228121817111969, 0.009163780137896538, -0.07585213333368301, 0.017798418179154396, 0.028085503727197647, -0.24201616644859314, -0.008133855648338795, 0.060310713946819305, -0.12939085066318512, -0.004324504639953375, -0.027167800813913345, 0.007199867628514767, 0.059822265058755875, 0.029368450865149498, -0.04319324716925621, -0.001257759635336697, -0.010450302623212337, -0.008644461631774902, -0.011618612334132195, 0.07065588980913162, 0.046958792954683304, -0.13329142332077026, 0.06869500875473022, -0.11774353682994843, 0.033477768301963806, -0.05866728723049164, -0.015255378559231758, 0.000037100471672602, 0.03460683673620224, -0.04829782620072365, 0.07058211416006088, 0.07688362896442413, -0.015606098808348179, 0.000610517687164247, -0.0802936851978302, -0.036274004727602005, -0.019796574488282204, -0.09252054989337921, -0.08371094614267349, -0.13031646609306335, -0.11573562026023865, 0.1029667928814888, -0.02224794402718544, -0.19213621318340302, 0.03111329674720764, -0.12165344506502151, 0.045619383454322815, -0.1751558482646942, 0.11076030135154724, 0.08046020567417145, 0.01831907220184803, 0.011516088619828224, -0.02576824277639389, 0.08821021765470505, 0.11728470027446747, -0.07783648371696472, -0.08528783172369003 ]
null
null
transformers
<div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1282964688070795264/e5WQYNcH_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">George Siemens 🤖 AI Bot </div> <div style="font-size: 15px">@gsiemens bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@gsiemens's tweets](https://twitter.com/gsiemens). | Data | Quantity | | --- | --- | | Tweets downloaded | 1291 | | Retweets | 84 | | Short tweets | 79 | | Tweets kept | 1128 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/39omc3b3/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @gsiemens's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/3ifsl362) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/3ifsl362/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/gsiemens') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/gsiemens/1617219776300/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/gsiemens
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
George Siemens AI Bot @gsiemens bot I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on @gsiemens's tweets. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @gsiemens'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 57 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 0.004547144751995802, -0.006708405911922455, -0.007013476919382811, 0.01947171241044998, 0.15818242728710175, 0.03448796644806862, 0.08709780126810074, 0.15389476716518402, -0.019877297803759575, -0.022431448101997375, 0.18047170341014862, 0.173692986369133, -0.012988686561584473, 0.09047263860702515, -0.05271327868103981, -0.2622397541999817, 0.03682216629385948, 0.05513067543506622, -0.007422737777233124, 0.14252057671546936, 0.07580838352441788, -0.023790201172232628, 0.11380083113908768, -0.02966974675655365, -0.202972412109375, 0.03197307139635086, 0.0615268237888813, -0.09518525749444962, 0.11083168536424637, 0.04628797993063927, 0.08698221296072006, 0.022143812850117683, -0.07331052422523499, -0.120787613093853, 0.04532235115766525, 0.045263588428497314, -0.06358368694782257, 0.06480421870946884, 0.08820623904466629, -0.1065920814871788, 0.1416475921869278, 0.07373794168233871, -0.01588049717247486, 0.07824484258890152, -0.17789237201213837, -0.03725104406476021, -0.036331940442323685, 0.007741300854831934, 0.07058489322662354, 0.0750737413764, -0.019116664305329323, 0.1746976524591446, -0.06598041951656342, 0.09777773916721344, 0.17528840899467468, -0.2887236773967743, -0.018040433526039124, 0.0492081381380558, 0.0887371376156807, 0.04900359362363815, -0.024227341637015343, 0.08339477330446243, 0.06365471333265305, 0.01686069741845131, 0.014271941967308521, -0.06960906833410263, -0.09346919506788254, 0.03645368665456772, -0.06932124495506287, -0.05699722096323967, 0.22001419961452484, -0.0334535576403141, 0.04674676060676575, -0.03953840583562851, -0.09316058456897736, -0.028927378356456757, -0.027232296764850616, -0.00907184462994337, -0.05413005128502846, 0.08754174411296844, -0.015151693485677242, -0.06331931799650192, -0.1435878872871399, -0.012912428006529808, -0.15805892646312714, 0.13816505670547485, 0.004333257209509611, 0.04586424678564072, -0.22094038128852844, 0.1012546569108963, 0.022817784920334816, -0.08995530754327774, 0.04930093511939049, -0.09425957500934601, 0.0717538446187973, 0.0007676240638829768, -0.04885277524590492, -0.02944779396057129, 0.08848895877599716, 0.14690880477428436, -0.02718975953757763, 0.005980455316603184, -0.01338018849492073, 0.0733228251338005, 0.059399042278528214, 0.028748195618391037, -0.006081049330532551, -0.052236080169677734, 0.05618719011545181, -0.1417204737663269, -0.010511515662074089, -0.07227712869644165, -0.10605388879776001, -0.04232237488031387, 0.03443120792508125, 0.060671232640743256, 0.042230576276779175, 0.11220116913318634, -0.04771716892719269, -0.01857093721628189, 0.05281376466155052, -0.03979083523154259, -0.008994937874376774, -0.01990325190126896, 0.018122754991054535, 0.13074275851249695, -0.019943278282880783, 0.03407962992787361, -0.10256942361593246, 0.05431444197893143, -0.10281401127576828, -0.01971535198390484, -0.014149561524391174, -0.04367954283952713, 0.031883664429187775, -0.12165860831737518, 0.016123656183481216, -0.16833168268203735, -0.14714312553405762, 0.002859292319044471, -0.016588665544986725, -0.017911825329065323, -0.07954888790845871, -0.04400517791509628, -0.02466505579650402, 0.06924423575401306, -0.04276731237769127, -0.00935916043817997, -0.05846982076764107, 0.11090090870857239, -0.05349889397621155, 0.07203050702810287, -0.1194647029042244, 0.0557217076420784, -0.14930842816829681, -0.013004516251385212, -0.04842504858970642, 0.07119924575090408, 0.015398351475596428, 0.1813964694738388, -0.006925920024514198, -0.003623353084549308, -0.09382472932338715, 0.06455672532320023, -0.02733452245593071, 0.24096953868865967, -0.0756828561425209, -0.14226967096328735, 0.21630549430847168, -0.06334739923477173, -0.14993034303188324, 0.1314547061920166, 0.01843975856900215, 0.08251222223043442, 0.10434340685606003, 0.19023460149765015, 0.01808990351855755, -0.007808534894138575, 0.054424818605184555, 0.07603957504034042, -0.1683882623910904, -0.033340878784656525, 0.0012923459289595485, -0.00014291972911451012, -0.1366809904575348, 0.04632483050227165, 0.1230006217956543, 0.09730340540409088, -0.07249721139669418, -0.018487868830561638, -0.030607668682932854, 0.0016078021144494414, 0.04144361615180969, -0.0005212334799580276, 0.09951234608888626, -0.1033509373664856, -0.04366454482078552, -0.06751791387796402, -0.002970147645100951, 0.011176802217960358, 0.03924661502242088, -0.04455869272351265, 0.09700342267751694, -0.007412149105221033, 0.0545678474009037, -0.13708296418190002, -0.07981666922569275, -0.016090448945760727, 0.1597585678100586, 0.040224816650152206, 0.04663374274969101, 0.0566885769367218, -0.05624469742178917, -0.015493324026465416, -0.010199432261288166, 0.16243304312229156, -0.04404180869460106, -0.07694169133901596, -0.07860849797725677, 0.10474636405706406, -0.06389671564102173, 0.026263169944286346, -0.051667314022779465, 0.024654213339090347, 0.04686986654996872, 0.1110762283205986, 0.004046999383717775, 0.026442723348736763, -0.012835992500185966, -0.007690808270126581, -0.07657550275325775, -0.01617686077952385, 0.1077079176902771, -0.0017721779877319932, -0.06809886544942856, 0.2437063455581665, -0.16884316504001617, 0.21163912117481232, 0.20976658165454865, -0.2492678016424179, -0.02882898785173893, -0.04848965257406235, -0.04766342043876648, -0.0012878701090812683, 0.06041788309812546, -0.034700244665145874, 0.09027024358510971, -0.03288675472140312, 0.16564396023750305, -0.051203593611717224, -0.07646744698286057, 0.019007064402103424, -0.05823178589344025, -0.05114857107400894, 0.07018019258975983, 0.08213616907596588, -0.1630844622850418, 0.18756183981895447, 0.21879082918167114, 0.06839460134506226, 0.2044064849615097, 0.00858453568071127, -0.010656360536813736, 0.07200875878334045, -0.04608747735619545, -0.03843220695853233, -0.06601633131504059, -0.15238076448440552, -0.03009703755378723, 0.06625645607709885, 0.030863380059599876, 0.09900964051485062, -0.09019728004932404, -0.08104760944843292, -0.017665131017565727, 0.004776675254106522, 0.00156646769028157, 0.11991100758314133, 0.03676433861255646, 0.13820022344589233, -0.01955524832010269, 0.022415857762098312, 0.08040772378444672, 0.016582515090703964, -0.10843544453382492, 0.16101348400115967, -0.13329310715198517, -0.3788211941719055, -0.14546175301074982, -0.13134250044822693, -0.020925991237163544, 0.03777816519141197, 0.1120775043964386, -0.1329103261232376, 0.005511005409061909, -0.007893978618085384, 0.10391844809055328, -0.08707519620656967, 0.039245378226041794, -0.07586963474750519, 0.0314689576625824, -0.060405436903238297, -0.07552991807460785, -0.03722400963306427, -0.028465405106544495, -0.09132689982652664, 0.16675986349582672, -0.11130212247371674, 0.06035055220127106, 0.16001324355602264, 0.021197395399212837, 0.03523072600364685, -0.05174810439348221, 0.18330632150173187, -0.112345851957798, 0.020098978653550148, 0.15624848008155823, -0.013005592860281467, 0.08254575729370117, 0.08188403397798538, -0.013132697902619839, -0.10316278785467148, 0.05240294709801674, 0.001463406952098012, -0.10209372639656067, -0.1950312703847885, -0.10119245946407318, -0.08230090886354446, 0.15922248363494873, 0.06361804902553558, 0.058937788009643555, 0.17968137562274933, 0.07578518986701965, -0.038606274873018265, -0.00038743947516195476, -0.00239798822440207, 0.08808282762765884, 0.13635766506195068, -0.01442645862698555, 0.1225903332233429, -0.04975935071706772, -0.10913994163274765, 0.12899059057235718, 0.01750512234866619, 0.03937286511063576, 0.051435839384794235, 0.021011192351579666, -0.011281835846602917, 0.11866551637649536, 0.13484057784080505, 0.10447502881288528, -0.015693627297878265, -0.0293489471077919, -0.04774824157357216, -0.01359935849905014, -0.033305928111076355, 0.03640862926840782, 0.008061517030000687, -0.14140670001506805, -0.06158366799354553, -0.11537835001945496, 0.08758961409330368, 0.10668005049228668, 0.07567808032035828, -0.21108253300189972, -0.003950516227632761, 0.07933880388736725, -0.03630997985601425, -0.11126025766134262, 0.08416172116994858, 0.03095286712050438, -0.1277567446231842, 0.07218055427074432, -0.03519461303949356, 0.12458370625972748, -0.0032897875644266605, 0.09583556652069092, -0.03598680719733238, -0.027483470737934113, -0.013308011926710606, 0.09818253666162491, -0.3191508650779724, 0.1621316522359848, -0.017933005467057228, -0.0618131123483181, -0.06667962670326233, -0.02528184838593006, 0.015994107350707054, 0.07729468494653702, 0.10861869156360626, 0.021759910508990288, 0.01640525460243225, -0.07345785945653915, -0.042352862656116486, 0.038021303713321686, 0.12403716146945953, -0.06827268749475479, -0.012903391383588314, -0.04523605480790138, 0.00796645786613226, -0.017124788835644722, -0.008793274872004986, 0.006911922711879015, -0.14962191879749298, 0.05182485654950142, 0.014736213721334934, 0.07058768719434738, 0.0436982735991478, -0.014969068579375744, -0.09180716425180435, 0.18274778127670288, -0.015714606270194054, -0.07271543145179749, -0.12616917490959167, -0.05262751132249832, 0.030376195907592773, -0.05518756061792374, 0.021047864109277725, -0.06501689553260803, -0.0035362408962100744, -0.06755607575178146, -0.22007296979427338, 0.1278373897075653, -0.08437205106019974, -0.07192739844322205, -0.04912353679537773, 0.2010866105556488, -0.051223888993263245, 0.003238252131268382, 0.010222852230072021, 0.021994104608893394, -0.11474784463644028, -0.09469719231128693, 0.07112357765436172, -0.03247172012925148, 0.03123478777706623, 0.0022505864035338163, -0.04091062396764755, 0.016593176871538162, -0.06314414739608765, -0.011381587944924831, 0.27866554260253906, 0.23951324820518494, -0.040407944470644, 0.1904350072145462, 0.11012271791696548, -0.08163551241159439, -0.3069863021373749, -0.10166139155626297, -0.12140648066997528, -0.02996143139898777, -0.017288926988840103, -0.16865339875221252, 0.06477722525596619, 0.038930367678403854, 0.009261871688067913, 0.13778774440288544, -0.20730599761009216, -0.08823523670434952, 0.09138026833534241, -0.02557477355003357, 0.43079736828804016, -0.1257614940404892, -0.08959750831127167, -0.051866497844457626, -0.16516901552677155, 0.2173919379711151, -0.021592965349555016, 0.07857322692871094, -0.029561417177319527, 0.11770006269216537, 0.04697660356760025, -0.010707763023674488, 0.08040876686573029, -0.00884756539016962, 0.008373050950467587, -0.12410011142492294, -0.02768467366695404, 0.04874192550778389, 0.012378438375890255, 0.0013600040692836046, -0.09389680624008179, 0.020313434302806854, -0.15990203619003296, -0.018549781292676926, -0.11233476549386978, 0.07682323455810547, 0.025788001716136932, -0.06466120481491089, -0.003637736663222313, -0.04986237734556198, -0.015892893075942993, -0.01400828268378973, 0.1717434972524643, -0.04862768203020096, 0.19366511702537537, 0.03501616790890694, 0.11570870876312256, -0.1362973153591156, 0.06143493950366974, -0.06429426372051239, -0.07528600096702576, 0.07427702099084854, -0.1537967324256897, 0.05111055448651314, 0.09430045634508133, -0.030276626348495483, 0.05380253866314888, 0.08795086294412613, -0.003969982732087374, 0.004800081253051758, 0.15867236256599426, -0.2786487936973572, 0.01320126373320818, -0.07396841049194336, -0.06665283441543579, 0.10506758838891983, 0.06261139363050461, 0.17162823677062988, 0.011681869626045227, -0.056615445762872696, 0.01595049723982811, 0.02499506063759327, -0.04915530979633331, 0.04529924690723419, 0.008104361593723297, -0.010991688817739487, -0.13640300929546356, 0.08699746429920197, 0.0042801909148693085, -0.1531187742948532, 0.024680746719241142, 0.2155698835849762, -0.1260155886411667, -0.10237220674753189, -0.03444112092256546, 0.08444061875343323, -0.11519137024879456, 0.01753072999417782, -0.030764780938625336, -0.09109894186258316, 0.07448896765708923, 0.15248911082744598, 0.049206193536520004, 0.11775100976228714, -0.015379221178591251, -0.011753370985388756, -0.05147303268313408, -0.0317845419049263, 0.025745956227183342, 0.017857374623417854, -0.08257177472114563, 0.06648801267147064, -0.022109810262918472, 0.14559012651443481, -0.09791336953639984, -0.06602771580219269, -0.1468091756105423, -0.009785634465515614, -0.0695481076836586, -0.09207163751125336, -0.08133620768785477, -0.062133077532052994, 0.0010387726360931993, -0.03962359577417374, -0.04795864596962929, -0.0791037380695343, -0.10289866477251053, 0.009435068815946579, -0.02305566892027855, 0.03256045654416084, -0.06115729361772537, 0.007872066460549831, 0.12092912197113037, -0.028174830600619316, 0.16686207056045532, 0.1458095908164978, -0.09536580741405487, 0.10568815469741821, -0.16346460580825806, -0.08964221179485321, 0.0939340740442276, -0.01729099079966545, 0.027899714186787605, 0.11666940152645111, 0.014932696707546711, 0.04195788502693176, 0.035977672785520554, 0.06045130267739296, 0.03587699308991432, -0.11899011582136154, 0.07665140181779861, 0.009481414221227169, -0.1612047255039215, -0.06303887814283371, -0.08555969595909119, 0.030386725440621376, 0.021575886756181717, 0.12225193530321121, -0.045776769518852234, 0.0887017622590065, -0.07972796261310577, 0.027257539331912994, 0.02293219044804573, -0.181223064661026, -0.047844018787145615, -0.053065262734889984, 0.032686229795217514, 0.018960151821374893, 0.1893557906150818, 0.027213018387556076, -0.03697650134563446, 0.04549255222082138, 0.1042066365480423, 0.005313898902386427, 0.004829791374504566, 0.16259528696537018, 0.09423433989286423, -0.07654286175966263, -0.12226779758930206, 0.07556461542844772, 0.019673259928822517, -0.044067107141017914, 0.10607215762138367, -0.002448870101943612, 0.020163848996162415, 0.06910120695829391, -0.014892932027578354, 0.034322552382946014, -0.044286008924245834, -0.10698256641626358, -0.023580113425850868, 0.046367425471544266, 0.00669879000633955, 0.12847968935966492, 0.177873894572258, -0.002574790036305785, 0.025011489167809486, -0.0363602340221405, -0.024931130930781364, -0.13864666223526, -0.1558164656162262, -0.06855984032154083, -0.14875617623329163, 0.012976853176951408, -0.0915176048874855, 0.04695429280400276, 0.028682325035333633, 0.06887643784284592, -0.07052405923604965, 0.04384735971689224, 0.06974220275878906, -0.12065785378217697, 0.09397104382514954, -0.028081456199288368, 0.03704333305358887, -0.006730496883392334, -0.012833851389586926, -0.10013298690319061, 0.035936567932367325, -0.01747855544090271, 0.045271266251802444, -0.04546798765659332, 0.030429324135184288, -0.1703072488307953, -0.124412901699543, -0.04034453630447388, 0.06420420855283737, -0.06510858237743378, 0.03512151539325714, 0.019115818664431572, 0.013339218683540821, 0.03305599465966225, 0.23020225763320923, -0.03704051673412323, -0.02329315058887005, -0.042310282588005066, 0.16692522168159485, -0.014016710221767426, 0.08088304847478867, -0.03037172369658947, 0.0002500463742762804, -0.08417443931102753, 0.3385351300239563, 0.3027777075767517, -0.09020252525806427, 0.019915465265512466, -0.030905582010746002, 0.03936264291405678, 0.11892254650592804, 0.13376617431640625, 0.09784641861915588, 0.2282467782497406, -0.07217609137296677, -0.03032243251800537, -0.020507147535681725, -0.011079044081270695, -0.06650827825069427, 0.0879674032330513, 0.02507801540195942, -0.05553486570715904, -0.031693898141384125, 0.0812700018286705, -0.2327648252248764, 0.10665327310562134, -0.11289316415786743, -0.1636168211698532, -0.039189815521240234, 0.0042042857967317104, 0.08908319473266602, 0.015396242961287498, 0.11228121817111969, 0.009163780137896538, -0.07585213333368301, 0.017798418179154396, 0.028085503727197647, -0.24201616644859314, -0.008133855648338795, 0.060310713946819305, -0.12939085066318512, -0.004324504639953375, -0.027167800813913345, 0.007199867628514767, 0.059822265058755875, 0.029368450865149498, -0.04319324716925621, -0.001257759635336697, -0.010450302623212337, -0.008644461631774902, -0.011618612334132195, 0.07065588980913162, 0.046958792954683304, -0.13329142332077026, 0.06869500875473022, -0.11774353682994843, 0.033477768301963806, -0.05866728723049164, -0.015255378559231758, 0.000037100471672602, 0.03460683673620224, -0.04829782620072365, 0.07058211416006088, 0.07688362896442413, -0.015606098808348179, 0.000610517687164247, -0.0802936851978302, -0.036274004727602005, -0.019796574488282204, -0.09252054989337921, -0.08371094614267349, -0.13031646609306335, -0.11573562026023865, 0.1029667928814888, -0.02224794402718544, -0.19213621318340302, 0.03111329674720764, -0.12165344506502151, 0.045619383454322815, -0.1751558482646942, 0.11076030135154724, 0.08046020567417145, 0.01831907220184803, 0.011516088619828224, -0.02576824277639389, 0.08821021765470505, 0.11728470027446747, -0.07783648371696472, -0.08528783172369003 ]
null
null
transformers
<div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1329756149629915141/0N5P4E9R_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">gudapoyo 🤖 AI Bot </div> <div style="font-size: 15px">@gudapoyo2 bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://app.wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-model-to-generate-tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@gudapoyo2's tweets](https://twitter.com/gudapoyo2). | Data | Quantity | | --- | --- | | Tweets downloaded | 3207 | | Retweets | 32 | | Short tweets | 468 | | Tweets kept | 2707 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/1duxqzag/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @gudapoyo2's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/22equxej) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/22equxej/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/gudapoyo2') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/gudapoyo2/1614096751603/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/gudapoyo2
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
gudapoyo AI Bot @gudapoyo2 bot I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on @gudapoyo2's tweets. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @gudapoyo2'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 57 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 0.004547144751995802, -0.006708405911922455, -0.007013476919382811, 0.01947171241044998, 0.15818242728710175, 0.03448796644806862, 0.08709780126810074, 0.15389476716518402, -0.019877297803759575, -0.022431448101997375, 0.18047170341014862, 0.173692986369133, -0.012988686561584473, 0.09047263860702515, -0.05271327868103981, -0.2622397541999817, 0.03682216629385948, 0.05513067543506622, -0.007422737777233124, 0.14252057671546936, 0.07580838352441788, -0.023790201172232628, 0.11380083113908768, -0.02966974675655365, -0.202972412109375, 0.03197307139635086, 0.0615268237888813, -0.09518525749444962, 0.11083168536424637, 0.04628797993063927, 0.08698221296072006, 0.022143812850117683, -0.07331052422523499, -0.120787613093853, 0.04532235115766525, 0.045263588428497314, -0.06358368694782257, 0.06480421870946884, 0.08820623904466629, -0.1065920814871788, 0.1416475921869278, 0.07373794168233871, -0.01588049717247486, 0.07824484258890152, -0.17789237201213837, -0.03725104406476021, -0.036331940442323685, 0.007741300854831934, 0.07058489322662354, 0.0750737413764, -0.019116664305329323, 0.1746976524591446, -0.06598041951656342, 0.09777773916721344, 0.17528840899467468, -0.2887236773967743, -0.018040433526039124, 0.0492081381380558, 0.0887371376156807, 0.04900359362363815, -0.024227341637015343, 0.08339477330446243, 0.06365471333265305, 0.01686069741845131, 0.014271941967308521, -0.06960906833410263, -0.09346919506788254, 0.03645368665456772, -0.06932124495506287, -0.05699722096323967, 0.22001419961452484, -0.0334535576403141, 0.04674676060676575, -0.03953840583562851, -0.09316058456897736, -0.028927378356456757, -0.027232296764850616, -0.00907184462994337, -0.05413005128502846, 0.08754174411296844, -0.015151693485677242, -0.06331931799650192, -0.1435878872871399, -0.012912428006529808, -0.15805892646312714, 0.13816505670547485, 0.004333257209509611, 0.04586424678564072, -0.22094038128852844, 0.1012546569108963, 0.022817784920334816, -0.08995530754327774, 0.04930093511939049, -0.09425957500934601, 0.0717538446187973, 0.0007676240638829768, -0.04885277524590492, -0.02944779396057129, 0.08848895877599716, 0.14690880477428436, -0.02718975953757763, 0.005980455316603184, -0.01338018849492073, 0.0733228251338005, 0.059399042278528214, 0.028748195618391037, -0.006081049330532551, -0.052236080169677734, 0.05618719011545181, -0.1417204737663269, -0.010511515662074089, -0.07227712869644165, -0.10605388879776001, -0.04232237488031387, 0.03443120792508125, 0.060671232640743256, 0.042230576276779175, 0.11220116913318634, -0.04771716892719269, -0.01857093721628189, 0.05281376466155052, -0.03979083523154259, -0.008994937874376774, -0.01990325190126896, 0.018122754991054535, 0.13074275851249695, -0.019943278282880783, 0.03407962992787361, -0.10256942361593246, 0.05431444197893143, -0.10281401127576828, -0.01971535198390484, -0.014149561524391174, -0.04367954283952713, 0.031883664429187775, -0.12165860831737518, 0.016123656183481216, -0.16833168268203735, -0.14714312553405762, 0.002859292319044471, -0.016588665544986725, -0.017911825329065323, -0.07954888790845871, -0.04400517791509628, -0.02466505579650402, 0.06924423575401306, -0.04276731237769127, -0.00935916043817997, -0.05846982076764107, 0.11090090870857239, -0.05349889397621155, 0.07203050702810287, -0.1194647029042244, 0.0557217076420784, -0.14930842816829681, -0.013004516251385212, -0.04842504858970642, 0.07119924575090408, 0.015398351475596428, 0.1813964694738388, -0.006925920024514198, -0.003623353084549308, -0.09382472932338715, 0.06455672532320023, -0.02733452245593071, 0.24096953868865967, -0.0756828561425209, -0.14226967096328735, 0.21630549430847168, -0.06334739923477173, -0.14993034303188324, 0.1314547061920166, 0.01843975856900215, 0.08251222223043442, 0.10434340685606003, 0.19023460149765015, 0.01808990351855755, -0.007808534894138575, 0.054424818605184555, 0.07603957504034042, -0.1683882623910904, -0.033340878784656525, 0.0012923459289595485, -0.00014291972911451012, -0.1366809904575348, 0.04632483050227165, 0.1230006217956543, 0.09730340540409088, -0.07249721139669418, -0.018487868830561638, -0.030607668682932854, 0.0016078021144494414, 0.04144361615180969, -0.0005212334799580276, 0.09951234608888626, -0.1033509373664856, -0.04366454482078552, -0.06751791387796402, -0.002970147645100951, 0.011176802217960358, 0.03924661502242088, -0.04455869272351265, 0.09700342267751694, -0.007412149105221033, 0.0545678474009037, -0.13708296418190002, -0.07981666922569275, -0.016090448945760727, 0.1597585678100586, 0.040224816650152206, 0.04663374274969101, 0.0566885769367218, -0.05624469742178917, -0.015493324026465416, -0.010199432261288166, 0.16243304312229156, -0.04404180869460106, -0.07694169133901596, -0.07860849797725677, 0.10474636405706406, -0.06389671564102173, 0.026263169944286346, -0.051667314022779465, 0.024654213339090347, 0.04686986654996872, 0.1110762283205986, 0.004046999383717775, 0.026442723348736763, -0.012835992500185966, -0.007690808270126581, -0.07657550275325775, -0.01617686077952385, 0.1077079176902771, -0.0017721779877319932, -0.06809886544942856, 0.2437063455581665, -0.16884316504001617, 0.21163912117481232, 0.20976658165454865, -0.2492678016424179, -0.02882898785173893, -0.04848965257406235, -0.04766342043876648, -0.0012878701090812683, 0.06041788309812546, -0.034700244665145874, 0.09027024358510971, -0.03288675472140312, 0.16564396023750305, -0.051203593611717224, -0.07646744698286057, 0.019007064402103424, -0.05823178589344025, -0.05114857107400894, 0.07018019258975983, 0.08213616907596588, -0.1630844622850418, 0.18756183981895447, 0.21879082918167114, 0.06839460134506226, 0.2044064849615097, 0.00858453568071127, -0.010656360536813736, 0.07200875878334045, -0.04608747735619545, -0.03843220695853233, -0.06601633131504059, -0.15238076448440552, -0.03009703755378723, 0.06625645607709885, 0.030863380059599876, 0.09900964051485062, -0.09019728004932404, -0.08104760944843292, -0.017665131017565727, 0.004776675254106522, 0.00156646769028157, 0.11991100758314133, 0.03676433861255646, 0.13820022344589233, -0.01955524832010269, 0.022415857762098312, 0.08040772378444672, 0.016582515090703964, -0.10843544453382492, 0.16101348400115967, -0.13329310715198517, -0.3788211941719055, -0.14546175301074982, -0.13134250044822693, -0.020925991237163544, 0.03777816519141197, 0.1120775043964386, -0.1329103261232376, 0.005511005409061909, -0.007893978618085384, 0.10391844809055328, -0.08707519620656967, 0.039245378226041794, -0.07586963474750519, 0.0314689576625824, -0.060405436903238297, -0.07552991807460785, -0.03722400963306427, -0.028465405106544495, -0.09132689982652664, 0.16675986349582672, -0.11130212247371674, 0.06035055220127106, 0.16001324355602264, 0.021197395399212837, 0.03523072600364685, -0.05174810439348221, 0.18330632150173187, -0.112345851957798, 0.020098978653550148, 0.15624848008155823, -0.013005592860281467, 0.08254575729370117, 0.08188403397798538, -0.013132697902619839, -0.10316278785467148, 0.05240294709801674, 0.001463406952098012, -0.10209372639656067, -0.1950312703847885, -0.10119245946407318, -0.08230090886354446, 0.15922248363494873, 0.06361804902553558, 0.058937788009643555, 0.17968137562274933, 0.07578518986701965, -0.038606274873018265, -0.00038743947516195476, -0.00239798822440207, 0.08808282762765884, 0.13635766506195068, -0.01442645862698555, 0.1225903332233429, -0.04975935071706772, -0.10913994163274765, 0.12899059057235718, 0.01750512234866619, 0.03937286511063576, 0.051435839384794235, 0.021011192351579666, -0.011281835846602917, 0.11866551637649536, 0.13484057784080505, 0.10447502881288528, -0.015693627297878265, -0.0293489471077919, -0.04774824157357216, -0.01359935849905014, -0.033305928111076355, 0.03640862926840782, 0.008061517030000687, -0.14140670001506805, -0.06158366799354553, -0.11537835001945496, 0.08758961409330368, 0.10668005049228668, 0.07567808032035828, -0.21108253300189972, -0.003950516227632761, 0.07933880388736725, -0.03630997985601425, -0.11126025766134262, 0.08416172116994858, 0.03095286712050438, -0.1277567446231842, 0.07218055427074432, -0.03519461303949356, 0.12458370625972748, -0.0032897875644266605, 0.09583556652069092, -0.03598680719733238, -0.027483470737934113, -0.013308011926710606, 0.09818253666162491, -0.3191508650779724, 0.1621316522359848, -0.017933005467057228, -0.0618131123483181, -0.06667962670326233, -0.02528184838593006, 0.015994107350707054, 0.07729468494653702, 0.10861869156360626, 0.021759910508990288, 0.01640525460243225, -0.07345785945653915, -0.042352862656116486, 0.038021303713321686, 0.12403716146945953, -0.06827268749475479, -0.012903391383588314, -0.04523605480790138, 0.00796645786613226, -0.017124788835644722, -0.008793274872004986, 0.006911922711879015, -0.14962191879749298, 0.05182485654950142, 0.014736213721334934, 0.07058768719434738, 0.0436982735991478, -0.014969068579375744, -0.09180716425180435, 0.18274778127670288, -0.015714606270194054, -0.07271543145179749, -0.12616917490959167, -0.05262751132249832, 0.030376195907592773, -0.05518756061792374, 0.021047864109277725, -0.06501689553260803, -0.0035362408962100744, -0.06755607575178146, -0.22007296979427338, 0.1278373897075653, -0.08437205106019974, -0.07192739844322205, -0.04912353679537773, 0.2010866105556488, -0.051223888993263245, 0.003238252131268382, 0.010222852230072021, 0.021994104608893394, -0.11474784463644028, -0.09469719231128693, 0.07112357765436172, -0.03247172012925148, 0.03123478777706623, 0.0022505864035338163, -0.04091062396764755, 0.016593176871538162, -0.06314414739608765, -0.011381587944924831, 0.27866554260253906, 0.23951324820518494, -0.040407944470644, 0.1904350072145462, 0.11012271791696548, -0.08163551241159439, -0.3069863021373749, -0.10166139155626297, -0.12140648066997528, -0.02996143139898777, -0.017288926988840103, -0.16865339875221252, 0.06477722525596619, 0.038930367678403854, 0.009261871688067913, 0.13778774440288544, -0.20730599761009216, -0.08823523670434952, 0.09138026833534241, -0.02557477355003357, 0.43079736828804016, -0.1257614940404892, -0.08959750831127167, -0.051866497844457626, -0.16516901552677155, 0.2173919379711151, -0.021592965349555016, 0.07857322692871094, -0.029561417177319527, 0.11770006269216537, 0.04697660356760025, -0.010707763023674488, 0.08040876686573029, -0.00884756539016962, 0.008373050950467587, -0.12410011142492294, -0.02768467366695404, 0.04874192550778389, 0.012378438375890255, 0.0013600040692836046, -0.09389680624008179, 0.020313434302806854, -0.15990203619003296, -0.018549781292676926, -0.11233476549386978, 0.07682323455810547, 0.025788001716136932, -0.06466120481491089, -0.003637736663222313, -0.04986237734556198, -0.015892893075942993, -0.01400828268378973, 0.1717434972524643, -0.04862768203020096, 0.19366511702537537, 0.03501616790890694, 0.11570870876312256, -0.1362973153591156, 0.06143493950366974, -0.06429426372051239, -0.07528600096702576, 0.07427702099084854, -0.1537967324256897, 0.05111055448651314, 0.09430045634508133, -0.030276626348495483, 0.05380253866314888, 0.08795086294412613, -0.003969982732087374, 0.004800081253051758, 0.15867236256599426, -0.2786487936973572, 0.01320126373320818, -0.07396841049194336, -0.06665283441543579, 0.10506758838891983, 0.06261139363050461, 0.17162823677062988, 0.011681869626045227, -0.056615445762872696, 0.01595049723982811, 0.02499506063759327, -0.04915530979633331, 0.04529924690723419, 0.008104361593723297, -0.010991688817739487, -0.13640300929546356, 0.08699746429920197, 0.0042801909148693085, -0.1531187742948532, 0.024680746719241142, 0.2155698835849762, -0.1260155886411667, -0.10237220674753189, -0.03444112092256546, 0.08444061875343323, -0.11519137024879456, 0.01753072999417782, -0.030764780938625336, -0.09109894186258316, 0.07448896765708923, 0.15248911082744598, 0.049206193536520004, 0.11775100976228714, -0.015379221178591251, -0.011753370985388756, -0.05147303268313408, -0.0317845419049263, 0.025745956227183342, 0.017857374623417854, -0.08257177472114563, 0.06648801267147064, -0.022109810262918472, 0.14559012651443481, -0.09791336953639984, -0.06602771580219269, -0.1468091756105423, -0.009785634465515614, -0.0695481076836586, -0.09207163751125336, -0.08133620768785477, -0.062133077532052994, 0.0010387726360931993, -0.03962359577417374, -0.04795864596962929, -0.0791037380695343, -0.10289866477251053, 0.009435068815946579, -0.02305566892027855, 0.03256045654416084, -0.06115729361772537, 0.007872066460549831, 0.12092912197113037, -0.028174830600619316, 0.16686207056045532, 0.1458095908164978, -0.09536580741405487, 0.10568815469741821, -0.16346460580825806, -0.08964221179485321, 0.0939340740442276, -0.01729099079966545, 0.027899714186787605, 0.11666940152645111, 0.014932696707546711, 0.04195788502693176, 0.035977672785520554, 0.06045130267739296, 0.03587699308991432, -0.11899011582136154, 0.07665140181779861, 0.009481414221227169, -0.1612047255039215, -0.06303887814283371, -0.08555969595909119, 0.030386725440621376, 0.021575886756181717, 0.12225193530321121, -0.045776769518852234, 0.0887017622590065, -0.07972796261310577, 0.027257539331912994, 0.02293219044804573, -0.181223064661026, -0.047844018787145615, -0.053065262734889984, 0.032686229795217514, 0.018960151821374893, 0.1893557906150818, 0.027213018387556076, -0.03697650134563446, 0.04549255222082138, 0.1042066365480423, 0.005313898902386427, 0.004829791374504566, 0.16259528696537018, 0.09423433989286423, -0.07654286175966263, -0.12226779758930206, 0.07556461542844772, 0.019673259928822517, -0.044067107141017914, 0.10607215762138367, -0.002448870101943612, 0.020163848996162415, 0.06910120695829391, -0.014892932027578354, 0.034322552382946014, -0.044286008924245834, -0.10698256641626358, -0.023580113425850868, 0.046367425471544266, 0.00669879000633955, 0.12847968935966492, 0.177873894572258, -0.002574790036305785, 0.025011489167809486, -0.0363602340221405, -0.024931130930781364, -0.13864666223526, -0.1558164656162262, -0.06855984032154083, -0.14875617623329163, 0.012976853176951408, -0.0915176048874855, 0.04695429280400276, 0.028682325035333633, 0.06887643784284592, -0.07052405923604965, 0.04384735971689224, 0.06974220275878906, -0.12065785378217697, 0.09397104382514954, -0.028081456199288368, 0.03704333305358887, -0.006730496883392334, -0.012833851389586926, -0.10013298690319061, 0.035936567932367325, -0.01747855544090271, 0.045271266251802444, -0.04546798765659332, 0.030429324135184288, -0.1703072488307953, -0.124412901699543, -0.04034453630447388, 0.06420420855283737, -0.06510858237743378, 0.03512151539325714, 0.019115818664431572, 0.013339218683540821, 0.03305599465966225, 0.23020225763320923, -0.03704051673412323, -0.02329315058887005, -0.042310282588005066, 0.16692522168159485, -0.014016710221767426, 0.08088304847478867, -0.03037172369658947, 0.0002500463742762804, -0.08417443931102753, 0.3385351300239563, 0.3027777075767517, -0.09020252525806427, 0.019915465265512466, -0.030905582010746002, 0.03936264291405678, 0.11892254650592804, 0.13376617431640625, 0.09784641861915588, 0.2282467782497406, -0.07217609137296677, -0.03032243251800537, -0.020507147535681725, -0.011079044081270695, -0.06650827825069427, 0.0879674032330513, 0.02507801540195942, -0.05553486570715904, -0.031693898141384125, 0.0812700018286705, -0.2327648252248764, 0.10665327310562134, -0.11289316415786743, -0.1636168211698532, -0.039189815521240234, 0.0042042857967317104, 0.08908319473266602, 0.015396242961287498, 0.11228121817111969, 0.009163780137896538, -0.07585213333368301, 0.017798418179154396, 0.028085503727197647, -0.24201616644859314, -0.008133855648338795, 0.060310713946819305, -0.12939085066318512, -0.004324504639953375, -0.027167800813913345, 0.007199867628514767, 0.059822265058755875, 0.029368450865149498, -0.04319324716925621, -0.001257759635336697, -0.010450302623212337, -0.008644461631774902, -0.011618612334132195, 0.07065588980913162, 0.046958792954683304, -0.13329142332077026, 0.06869500875473022, -0.11774353682994843, 0.033477768301963806, -0.05866728723049164, -0.015255378559231758, 0.000037100471672602, 0.03460683673620224, -0.04829782620072365, 0.07058211416006088, 0.07688362896442413, -0.015606098808348179, 0.000610517687164247, -0.0802936851978302, -0.036274004727602005, -0.019796574488282204, -0.09252054989337921, -0.08371094614267349, -0.13031646609306335, -0.11573562026023865, 0.1029667928814888, -0.02224794402718544, -0.19213621318340302, 0.03111329674720764, -0.12165344506502151, 0.045619383454322815, -0.1751558482646942, 0.11076030135154724, 0.08046020567417145, 0.01831907220184803, 0.011516088619828224, -0.02576824277639389, 0.08821021765470505, 0.11728470027446747, -0.07783648371696472, -0.08528783172369003 ]
null
null
transformers
<div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1326674278553583616/T79JYB9C_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">Jamie Moffatt 🤖 AI Bot </div> <div style="font-size: 15px">@guestyperson bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://app.wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-model-to-generate-tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@guestyperson's tweets](https://twitter.com/guestyperson). | Data | Quantity | | --- | --- | | Tweets downloaded | 3152 | | Retweets | 1179 | | Short tweets | 192 | | Tweets kept | 1781 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/2pvm3v6e/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @guestyperson's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/1nuca4qh) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/1nuca4qh/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/guestyperson') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/guestyperson/1614136556129/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/guestyperson
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
Jamie Moffatt AI Bot @guestyperson bot I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on @guestyperson's tweets. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @guestyperson'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 57 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 0.004547144751995802, -0.006708405911922455, -0.007013476919382811, 0.01947171241044998, 0.15818242728710175, 0.03448796644806862, 0.08709780126810074, 0.15389476716518402, -0.019877297803759575, -0.022431448101997375, 0.18047170341014862, 0.173692986369133, -0.012988686561584473, 0.09047263860702515, -0.05271327868103981, -0.2622397541999817, 0.03682216629385948, 0.05513067543506622, -0.007422737777233124, 0.14252057671546936, 0.07580838352441788, -0.023790201172232628, 0.11380083113908768, -0.02966974675655365, -0.202972412109375, 0.03197307139635086, 0.0615268237888813, -0.09518525749444962, 0.11083168536424637, 0.04628797993063927, 0.08698221296072006, 0.022143812850117683, -0.07331052422523499, -0.120787613093853, 0.04532235115766525, 0.045263588428497314, -0.06358368694782257, 0.06480421870946884, 0.08820623904466629, -0.1065920814871788, 0.1416475921869278, 0.07373794168233871, -0.01588049717247486, 0.07824484258890152, -0.17789237201213837, -0.03725104406476021, -0.036331940442323685, 0.007741300854831934, 0.07058489322662354, 0.0750737413764, -0.019116664305329323, 0.1746976524591446, -0.06598041951656342, 0.09777773916721344, 0.17528840899467468, -0.2887236773967743, -0.018040433526039124, 0.0492081381380558, 0.0887371376156807, 0.04900359362363815, -0.024227341637015343, 0.08339477330446243, 0.06365471333265305, 0.01686069741845131, 0.014271941967308521, -0.06960906833410263, -0.09346919506788254, 0.03645368665456772, -0.06932124495506287, -0.05699722096323967, 0.22001419961452484, -0.0334535576403141, 0.04674676060676575, -0.03953840583562851, -0.09316058456897736, -0.028927378356456757, -0.027232296764850616, -0.00907184462994337, -0.05413005128502846, 0.08754174411296844, -0.015151693485677242, -0.06331931799650192, -0.1435878872871399, -0.012912428006529808, -0.15805892646312714, 0.13816505670547485, 0.004333257209509611, 0.04586424678564072, -0.22094038128852844, 0.1012546569108963, 0.022817784920334816, -0.08995530754327774, 0.04930093511939049, -0.09425957500934601, 0.0717538446187973, 0.0007676240638829768, -0.04885277524590492, -0.02944779396057129, 0.08848895877599716, 0.14690880477428436, -0.02718975953757763, 0.005980455316603184, -0.01338018849492073, 0.0733228251338005, 0.059399042278528214, 0.028748195618391037, -0.006081049330532551, -0.052236080169677734, 0.05618719011545181, -0.1417204737663269, -0.010511515662074089, -0.07227712869644165, -0.10605388879776001, -0.04232237488031387, 0.03443120792508125, 0.060671232640743256, 0.042230576276779175, 0.11220116913318634, -0.04771716892719269, -0.01857093721628189, 0.05281376466155052, -0.03979083523154259, -0.008994937874376774, -0.01990325190126896, 0.018122754991054535, 0.13074275851249695, -0.019943278282880783, 0.03407962992787361, -0.10256942361593246, 0.05431444197893143, -0.10281401127576828, -0.01971535198390484, -0.014149561524391174, -0.04367954283952713, 0.031883664429187775, -0.12165860831737518, 0.016123656183481216, -0.16833168268203735, -0.14714312553405762, 0.002859292319044471, -0.016588665544986725, -0.017911825329065323, -0.07954888790845871, -0.04400517791509628, -0.02466505579650402, 0.06924423575401306, -0.04276731237769127, -0.00935916043817997, -0.05846982076764107, 0.11090090870857239, -0.05349889397621155, 0.07203050702810287, -0.1194647029042244, 0.0557217076420784, -0.14930842816829681, -0.013004516251385212, -0.04842504858970642, 0.07119924575090408, 0.015398351475596428, 0.1813964694738388, -0.006925920024514198, -0.003623353084549308, -0.09382472932338715, 0.06455672532320023, -0.02733452245593071, 0.24096953868865967, -0.0756828561425209, -0.14226967096328735, 0.21630549430847168, -0.06334739923477173, -0.14993034303188324, 0.1314547061920166, 0.01843975856900215, 0.08251222223043442, 0.10434340685606003, 0.19023460149765015, 0.01808990351855755, -0.007808534894138575, 0.054424818605184555, 0.07603957504034042, -0.1683882623910904, -0.033340878784656525, 0.0012923459289595485, -0.00014291972911451012, -0.1366809904575348, 0.04632483050227165, 0.1230006217956543, 0.09730340540409088, -0.07249721139669418, -0.018487868830561638, -0.030607668682932854, 0.0016078021144494414, 0.04144361615180969, -0.0005212334799580276, 0.09951234608888626, -0.1033509373664856, -0.04366454482078552, -0.06751791387796402, -0.002970147645100951, 0.011176802217960358, 0.03924661502242088, -0.04455869272351265, 0.09700342267751694, -0.007412149105221033, 0.0545678474009037, -0.13708296418190002, -0.07981666922569275, -0.016090448945760727, 0.1597585678100586, 0.040224816650152206, 0.04663374274969101, 0.0566885769367218, -0.05624469742178917, -0.015493324026465416, -0.010199432261288166, 0.16243304312229156, -0.04404180869460106, -0.07694169133901596, -0.07860849797725677, 0.10474636405706406, -0.06389671564102173, 0.026263169944286346, -0.051667314022779465, 0.024654213339090347, 0.04686986654996872, 0.1110762283205986, 0.004046999383717775, 0.026442723348736763, -0.012835992500185966, -0.007690808270126581, -0.07657550275325775, -0.01617686077952385, 0.1077079176902771, -0.0017721779877319932, -0.06809886544942856, 0.2437063455581665, -0.16884316504001617, 0.21163912117481232, 0.20976658165454865, -0.2492678016424179, -0.02882898785173893, -0.04848965257406235, -0.04766342043876648, -0.0012878701090812683, 0.06041788309812546, -0.034700244665145874, 0.09027024358510971, -0.03288675472140312, 0.16564396023750305, -0.051203593611717224, -0.07646744698286057, 0.019007064402103424, -0.05823178589344025, -0.05114857107400894, 0.07018019258975983, 0.08213616907596588, -0.1630844622850418, 0.18756183981895447, 0.21879082918167114, 0.06839460134506226, 0.2044064849615097, 0.00858453568071127, -0.010656360536813736, 0.07200875878334045, -0.04608747735619545, -0.03843220695853233, -0.06601633131504059, -0.15238076448440552, -0.03009703755378723, 0.06625645607709885, 0.030863380059599876, 0.09900964051485062, -0.09019728004932404, -0.08104760944843292, -0.017665131017565727, 0.004776675254106522, 0.00156646769028157, 0.11991100758314133, 0.03676433861255646, 0.13820022344589233, -0.01955524832010269, 0.022415857762098312, 0.08040772378444672, 0.016582515090703964, -0.10843544453382492, 0.16101348400115967, -0.13329310715198517, -0.3788211941719055, -0.14546175301074982, -0.13134250044822693, -0.020925991237163544, 0.03777816519141197, 0.1120775043964386, -0.1329103261232376, 0.005511005409061909, -0.007893978618085384, 0.10391844809055328, -0.08707519620656967, 0.039245378226041794, -0.07586963474750519, 0.0314689576625824, -0.060405436903238297, -0.07552991807460785, -0.03722400963306427, -0.028465405106544495, -0.09132689982652664, 0.16675986349582672, -0.11130212247371674, 0.06035055220127106, 0.16001324355602264, 0.021197395399212837, 0.03523072600364685, -0.05174810439348221, 0.18330632150173187, -0.112345851957798, 0.020098978653550148, 0.15624848008155823, -0.013005592860281467, 0.08254575729370117, 0.08188403397798538, -0.013132697902619839, -0.10316278785467148, 0.05240294709801674, 0.001463406952098012, -0.10209372639656067, -0.1950312703847885, -0.10119245946407318, -0.08230090886354446, 0.15922248363494873, 0.06361804902553558, 0.058937788009643555, 0.17968137562274933, 0.07578518986701965, -0.038606274873018265, -0.00038743947516195476, -0.00239798822440207, 0.08808282762765884, 0.13635766506195068, -0.01442645862698555, 0.1225903332233429, -0.04975935071706772, -0.10913994163274765, 0.12899059057235718, 0.01750512234866619, 0.03937286511063576, 0.051435839384794235, 0.021011192351579666, -0.011281835846602917, 0.11866551637649536, 0.13484057784080505, 0.10447502881288528, -0.015693627297878265, -0.0293489471077919, -0.04774824157357216, -0.01359935849905014, -0.033305928111076355, 0.03640862926840782, 0.008061517030000687, -0.14140670001506805, -0.06158366799354553, -0.11537835001945496, 0.08758961409330368, 0.10668005049228668, 0.07567808032035828, -0.21108253300189972, -0.003950516227632761, 0.07933880388736725, -0.03630997985601425, -0.11126025766134262, 0.08416172116994858, 0.03095286712050438, -0.1277567446231842, 0.07218055427074432, -0.03519461303949356, 0.12458370625972748, -0.0032897875644266605, 0.09583556652069092, -0.03598680719733238, -0.027483470737934113, -0.013308011926710606, 0.09818253666162491, -0.3191508650779724, 0.1621316522359848, -0.017933005467057228, -0.0618131123483181, -0.06667962670326233, -0.02528184838593006, 0.015994107350707054, 0.07729468494653702, 0.10861869156360626, 0.021759910508990288, 0.01640525460243225, -0.07345785945653915, -0.042352862656116486, 0.038021303713321686, 0.12403716146945953, -0.06827268749475479, -0.012903391383588314, -0.04523605480790138, 0.00796645786613226, -0.017124788835644722, -0.008793274872004986, 0.006911922711879015, -0.14962191879749298, 0.05182485654950142, 0.014736213721334934, 0.07058768719434738, 0.0436982735991478, -0.014969068579375744, -0.09180716425180435, 0.18274778127670288, -0.015714606270194054, -0.07271543145179749, -0.12616917490959167, -0.05262751132249832, 0.030376195907592773, -0.05518756061792374, 0.021047864109277725, -0.06501689553260803, -0.0035362408962100744, -0.06755607575178146, -0.22007296979427338, 0.1278373897075653, -0.08437205106019974, -0.07192739844322205, -0.04912353679537773, 0.2010866105556488, -0.051223888993263245, 0.003238252131268382, 0.010222852230072021, 0.021994104608893394, -0.11474784463644028, -0.09469719231128693, 0.07112357765436172, -0.03247172012925148, 0.03123478777706623, 0.0022505864035338163, -0.04091062396764755, 0.016593176871538162, -0.06314414739608765, -0.011381587944924831, 0.27866554260253906, 0.23951324820518494, -0.040407944470644, 0.1904350072145462, 0.11012271791696548, -0.08163551241159439, -0.3069863021373749, -0.10166139155626297, -0.12140648066997528, -0.02996143139898777, -0.017288926988840103, -0.16865339875221252, 0.06477722525596619, 0.038930367678403854, 0.009261871688067913, 0.13778774440288544, -0.20730599761009216, -0.08823523670434952, 0.09138026833534241, -0.02557477355003357, 0.43079736828804016, -0.1257614940404892, -0.08959750831127167, -0.051866497844457626, -0.16516901552677155, 0.2173919379711151, -0.021592965349555016, 0.07857322692871094, -0.029561417177319527, 0.11770006269216537, 0.04697660356760025, -0.010707763023674488, 0.08040876686573029, -0.00884756539016962, 0.008373050950467587, -0.12410011142492294, -0.02768467366695404, 0.04874192550778389, 0.012378438375890255, 0.0013600040692836046, -0.09389680624008179, 0.020313434302806854, -0.15990203619003296, -0.018549781292676926, -0.11233476549386978, 0.07682323455810547, 0.025788001716136932, -0.06466120481491089, -0.003637736663222313, -0.04986237734556198, -0.015892893075942993, -0.01400828268378973, 0.1717434972524643, -0.04862768203020096, 0.19366511702537537, 0.03501616790890694, 0.11570870876312256, -0.1362973153591156, 0.06143493950366974, -0.06429426372051239, -0.07528600096702576, 0.07427702099084854, -0.1537967324256897, 0.05111055448651314, 0.09430045634508133, -0.030276626348495483, 0.05380253866314888, 0.08795086294412613, -0.003969982732087374, 0.004800081253051758, 0.15867236256599426, -0.2786487936973572, 0.01320126373320818, -0.07396841049194336, -0.06665283441543579, 0.10506758838891983, 0.06261139363050461, 0.17162823677062988, 0.011681869626045227, -0.056615445762872696, 0.01595049723982811, 0.02499506063759327, -0.04915530979633331, 0.04529924690723419, 0.008104361593723297, -0.010991688817739487, -0.13640300929546356, 0.08699746429920197, 0.0042801909148693085, -0.1531187742948532, 0.024680746719241142, 0.2155698835849762, -0.1260155886411667, -0.10237220674753189, -0.03444112092256546, 0.08444061875343323, -0.11519137024879456, 0.01753072999417782, -0.030764780938625336, -0.09109894186258316, 0.07448896765708923, 0.15248911082744598, 0.049206193536520004, 0.11775100976228714, -0.015379221178591251, -0.011753370985388756, -0.05147303268313408, -0.0317845419049263, 0.025745956227183342, 0.017857374623417854, -0.08257177472114563, 0.06648801267147064, -0.022109810262918472, 0.14559012651443481, -0.09791336953639984, -0.06602771580219269, -0.1468091756105423, -0.009785634465515614, -0.0695481076836586, -0.09207163751125336, -0.08133620768785477, -0.062133077532052994, 0.0010387726360931993, -0.03962359577417374, -0.04795864596962929, -0.0791037380695343, -0.10289866477251053, 0.009435068815946579, -0.02305566892027855, 0.03256045654416084, -0.06115729361772537, 0.007872066460549831, 0.12092912197113037, -0.028174830600619316, 0.16686207056045532, 0.1458095908164978, -0.09536580741405487, 0.10568815469741821, -0.16346460580825806, -0.08964221179485321, 0.0939340740442276, -0.01729099079966545, 0.027899714186787605, 0.11666940152645111, 0.014932696707546711, 0.04195788502693176, 0.035977672785520554, 0.06045130267739296, 0.03587699308991432, -0.11899011582136154, 0.07665140181779861, 0.009481414221227169, -0.1612047255039215, -0.06303887814283371, -0.08555969595909119, 0.030386725440621376, 0.021575886756181717, 0.12225193530321121, -0.045776769518852234, 0.0887017622590065, -0.07972796261310577, 0.027257539331912994, 0.02293219044804573, -0.181223064661026, -0.047844018787145615, -0.053065262734889984, 0.032686229795217514, 0.018960151821374893, 0.1893557906150818, 0.027213018387556076, -0.03697650134563446, 0.04549255222082138, 0.1042066365480423, 0.005313898902386427, 0.004829791374504566, 0.16259528696537018, 0.09423433989286423, -0.07654286175966263, -0.12226779758930206, 0.07556461542844772, 0.019673259928822517, -0.044067107141017914, 0.10607215762138367, -0.002448870101943612, 0.020163848996162415, 0.06910120695829391, -0.014892932027578354, 0.034322552382946014, -0.044286008924245834, -0.10698256641626358, -0.023580113425850868, 0.046367425471544266, 0.00669879000633955, 0.12847968935966492, 0.177873894572258, -0.002574790036305785, 0.025011489167809486, -0.0363602340221405, -0.024931130930781364, -0.13864666223526, -0.1558164656162262, -0.06855984032154083, -0.14875617623329163, 0.012976853176951408, -0.0915176048874855, 0.04695429280400276, 0.028682325035333633, 0.06887643784284592, -0.07052405923604965, 0.04384735971689224, 0.06974220275878906, -0.12065785378217697, 0.09397104382514954, -0.028081456199288368, 0.03704333305358887, -0.006730496883392334, -0.012833851389586926, -0.10013298690319061, 0.035936567932367325, -0.01747855544090271, 0.045271266251802444, -0.04546798765659332, 0.030429324135184288, -0.1703072488307953, -0.124412901699543, -0.04034453630447388, 0.06420420855283737, -0.06510858237743378, 0.03512151539325714, 0.019115818664431572, 0.013339218683540821, 0.03305599465966225, 0.23020225763320923, -0.03704051673412323, -0.02329315058887005, -0.042310282588005066, 0.16692522168159485, -0.014016710221767426, 0.08088304847478867, -0.03037172369658947, 0.0002500463742762804, -0.08417443931102753, 0.3385351300239563, 0.3027777075767517, -0.09020252525806427, 0.019915465265512466, -0.030905582010746002, 0.03936264291405678, 0.11892254650592804, 0.13376617431640625, 0.09784641861915588, 0.2282467782497406, -0.07217609137296677, -0.03032243251800537, -0.020507147535681725, -0.011079044081270695, -0.06650827825069427, 0.0879674032330513, 0.02507801540195942, -0.05553486570715904, -0.031693898141384125, 0.0812700018286705, -0.2327648252248764, 0.10665327310562134, -0.11289316415786743, -0.1636168211698532, -0.039189815521240234, 0.0042042857967317104, 0.08908319473266602, 0.015396242961287498, 0.11228121817111969, 0.009163780137896538, -0.07585213333368301, 0.017798418179154396, 0.028085503727197647, -0.24201616644859314, -0.008133855648338795, 0.060310713946819305, -0.12939085066318512, -0.004324504639953375, -0.027167800813913345, 0.007199867628514767, 0.059822265058755875, 0.029368450865149498, -0.04319324716925621, -0.001257759635336697, -0.010450302623212337, -0.008644461631774902, -0.011618612334132195, 0.07065588980913162, 0.046958792954683304, -0.13329142332077026, 0.06869500875473022, -0.11774353682994843, 0.033477768301963806, -0.05866728723049164, -0.015255378559231758, 0.000037100471672602, 0.03460683673620224, -0.04829782620072365, 0.07058211416006088, 0.07688362896442413, -0.015606098808348179, 0.000610517687164247, -0.0802936851978302, -0.036274004727602005, -0.019796574488282204, -0.09252054989337921, -0.08371094614267349, -0.13031646609306335, -0.11573562026023865, 0.1029667928814888, -0.02224794402718544, -0.19213621318340302, 0.03111329674720764, -0.12165344506502151, 0.045619383454322815, -0.1751558482646942, 0.11076030135154724, 0.08046020567417145, 0.01831907220184803, 0.011516088619828224, -0.02576824277639389, 0.08821021765470505, 0.11728470027446747, -0.07783648371696472, -0.08528783172369003 ]
null
null
transformers
<link rel="stylesheet" href="https://unpkg.com/@tailwindcss/[email protected]/dist/typography.min.css"> <style> @media (prefers-color-scheme: dark) { .prose { color: #E2E8F0 !important; } .prose h2, .prose h3, .prose a, .prose thead { color: #F7FAFC !important; } } </style> <section class='prose'> <div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('http://pbs.twimg.com/profile_images/976898364901134338/IOR5RTSc_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">Sylvain Gugger 🤖 AI Bot </div> <div style="font-size: 15px; color: #657786">@guggersylvain bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://app.wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-model-to-generate-tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@guggersylvain's tweets](https://twitter.com/guggersylvain). <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'>571</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'>202</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'>31</td> </tr> <tr style='border-width:0'> <td style='border-width:0'>Tweets kept</td> <td style='border-width:0'>338</td> </tr> </tbody> </table> [Explore the data](https://app.wandb.ai/wandb/huggingtweets/runs/32frx4d8/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @guggersylvain's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://app.wandb.ai/wandb/huggingtweets/runs/21uu01o9) for full transparency and reproducibility. At the end of training, [the final model](https://app.wandb.ai/wandb/huggingtweets/runs/21uu01o9/artifacts) is logged and versioned. ## Intended uses & limitations ### How to use 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/guggersylvain'</span>) generator(<span style="color:#FF9800">"My dream is"</span>, num_return_sequences=<span style="color:#8BC34A">5</span>)</code></pre> ### Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* </section> [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/borisdayma) <section class='prose'> For more details, visit the project repository. </section> [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://github.com/borisdayma/huggingtweets/blob/master/img/logo_share.png?raw=true", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/guggersylvain
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
<link rel="stylesheet" href="URL <style> @media (prefers-color-scheme: dark) { .prose { color: #E2E8F0 !important; } .prose h2, .prose h3, .prose a, .prose thead { color: #F7FAFC !important; } } </style> <section class='prose'> <div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('URL </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">Sylvain Gugger AI Bot </div> <div style="font-size: 15px; color: #657786">@guggersylvain bot</div> </div> I was made with huggingtweets. Create your own bot based on your favorite user with the demo! ## How does it work? The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. ## Training data The model was trained on @guggersylvain'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'>571</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'>202</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'>31</td> </tr> <tr style='border-width:0'> <td style='border-width:0'>Tweets kept</td> <td style='border-width:0'>338</td> </tr> </tbody> </table> Explore the data, which is tracked with W&B artifacts at every step of the pipeline. ## Training procedure The model is based on a pre-trained GPT-2 which is fine-tuned on @guggersylvain'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. ## Intended uses & limitations ### How to use 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/guggersylvain'</span>) generator(<span style="color:#FF9800">"My dream is"</span>, num_return_sequences=<span style="color:#8BC34A">5</span>)</code></pre> ### Limitations and bias 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. ## About *Built by Boris Dayma* </section> ![Follow](URL <section class='prose'> For more details, visit the project repository. </section> ![GitHub stars](URL
[ "## How does it work?\n\nThe model uses the following pipeline.\n\n!pipeline\n\nTo understand how the model was developed, check the W&B report.", "## Training data\n\nThe model was trained on @guggersylvain's tweets.\n\n<table style='border-width:0'>\n<thead style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #CBD5E0'>\n<th style='border-width:0'>Data</th>\n<th style='border-width:0'>Quantity</th>\n</tr>\n</thead>\n<tbody style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Tweets downloaded</td>\n<td style='border-width:0'>571</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Retweets</td>\n<td style='border-width:0'>202</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Short tweets</td>\n<td style='border-width:0'>31</td>\n</tr>\n<tr style='border-width:0'>\n<td style='border-width:0'>Tweets kept</td>\n<td style='border-width:0'>338</td>\n</tr>\n</tbody>\n</table>\n\nExplore the data, which is tracked with W&B artifacts at every step of the pipeline.", "## Training procedure\n\nThe model is based on a pre-trained GPT-2 which is fine-tuned on @guggersylvain's tweets.\n\nHyperparameters and metrics are recorded in the W&B training run for full transparency and reproducibility.\n\nAt the end of training, the final model is logged and versioned.", "## Intended uses & limitations", "### How to use\n\nYou can use this model directly with a pipeline for text generation:\n\n<pre><code><span style=\"color:#03A9F4\">from</span> transformers <span style=\"color:#03A9F4\">import</span> pipeline\ngenerator = pipeline(<span style=\"color:#FF9800\">'text-generation'</span>,\n model=<span style=\"color:#FF9800\">'huggingtweets/guggersylvain'</span>)\ngenerator(<span style=\"color:#FF9800\">\"My dream is\"</span>, num_return_sequences=<span style=\"color:#8BC34A\">5</span>)</code></pre>", "### Limitations and bias\n\nThe model suffers from the same limitations and bias as GPT-2.\n\nIn addition, the data present in the user's tweets further affects the text generated by the model.", "## About\n\n*Built by Boris Dayma*\n\n</section>\n\n![Follow](URL\n\n<section class='prose'>\nFor more details, visit the project repository.\n</section>\n\n![GitHub stars](URL" ]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "## How does it work?\n\nThe model uses the following pipeline.\n\n!pipeline\n\nTo understand how the model was developed, check the W&B report.", "## Training data\n\nThe model was trained on @guggersylvain's tweets.\n\n<table style='border-width:0'>\n<thead style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #CBD5E0'>\n<th style='border-width:0'>Data</th>\n<th style='border-width:0'>Quantity</th>\n</tr>\n</thead>\n<tbody style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Tweets downloaded</td>\n<td style='border-width:0'>571</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Retweets</td>\n<td style='border-width:0'>202</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Short tweets</td>\n<td style='border-width:0'>31</td>\n</tr>\n<tr style='border-width:0'>\n<td style='border-width:0'>Tweets kept</td>\n<td style='border-width:0'>338</td>\n</tr>\n</tbody>\n</table>\n\nExplore the data, which is tracked with W&B artifacts at every step of the pipeline.", "## Training procedure\n\nThe model is based on a pre-trained GPT-2 which is fine-tuned on @guggersylvain's tweets.\n\nHyperparameters and metrics are recorded in the W&B training run for full transparency and reproducibility.\n\nAt the end of training, the final model is logged and versioned.", "## Intended uses & limitations", "### How to use\n\nYou can use this model directly with a pipeline for text generation:\n\n<pre><code><span style=\"color:#03A9F4\">from</span> transformers <span style=\"color:#03A9F4\">import</span> pipeline\ngenerator = pipeline(<span style=\"color:#FF9800\">'text-generation'</span>,\n model=<span style=\"color:#FF9800\">'huggingtweets/guggersylvain'</span>)\ngenerator(<span style=\"color:#FF9800\">\"My dream is\"</span>, num_return_sequences=<span style=\"color:#8BC34A\">5</span>)</code></pre>", "### Limitations and bias\n\nThe model suffers from the same limitations and bias as GPT-2.\n\nIn addition, the data present in the user's tweets further affects the text generated by the model.", "## About\n\n*Built by Boris Dayma*\n\n</section>\n\n![Follow](URL\n\n<section class='prose'>\nFor more details, visit the project repository.\n</section>\n\n![GitHub stars](URL" ]
[ 57, 34, 430, 78, 9, 170, 48, 58 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n## How does it work?\n\nThe model uses the following pipeline.\n\n!pipeline\n\nTo understand how the model was developed, check the W&B report." ]
[ -0.04084593802690506, 0.035596683621406555, -0.0024457171093672514, 0.04662978649139404, 0.10991521924734116, 0.022836215794086456, 0.12812861800193787, 0.0424627922475338, -0.03746044635772705, -0.03597303107380867, 0.22758877277374268, 0.1009177565574646, 0.03089720755815506, 0.17962171137332916, 0.010350672528147697, -0.2703946828842163, 0.015237200073897839, 0.0647135004401207, -0.07720091193914413, 0.15752871334552765, 0.05562684312462807, -0.049801189452409744, 0.08214939385652542, 0.032038331031799316, -0.165513277053833, -0.004831716418266296, -0.02072383277118206, -0.04504403471946716, 0.09232694655656815, 0.06956911832094193, 0.07011176645755768, 0.034282486885786057, 0.017851393669843674, -0.0714372918009758, 0.06354191154241562, 0.014452377334237099, -0.02349161170423031, 0.13615116477012634, 0.028668763116002083, -0.0002947957837022841, 0.1798527091741562, 0.11815319955348969, 0.016722125932574272, 0.016196802258491516, -0.1166125237941742, -0.0606788769364357, 0.012365915812551975, 0.04470464214682579, 0.10005760192871094, 0.058856748044490814, 0.01943058706820011, 0.13215520977973938, -0.1164829432964325, 0.08512931317090988, 0.1828341782093048, -0.24191047251224518, -0.006823094096034765, 0.061043880879879, 0.08518847078084946, 0.02852868288755417, -0.0027500083670020103, 0.050437480211257935, 0.06484624743461609, 0.021347152069211006, 0.03636380657553673, -0.0638979896903038, 0.05009674280881882, 0.011186900548636913, -0.10215270519256592, -0.07660897821187973, 0.2294245809316635, -0.0602995827794075, 0.004886541981250048, -0.028186868876218796, -0.08490151911973953, -0.06026294082403183, -0.012795685790479183, -0.05738116800785065, -0.01700775697827339, 0.034475523978471756, 0.0214629378169775, -0.10922146588563919, -0.07046429812908173, -0.1146778091788292, -0.09578189998865128, 0.17879855632781982, -0.02900231070816517, 0.08940442651510239, -0.2603394091129303, 0.2254239320755005, 0.07019765675067902, -0.11909467726945877, 0.04757627099752426, -0.11814092099666595, 0.08530338853597641, 0.02207805961370468, 0.041434839367866516, 0.07761925458908081, 0.04161522537469864, 0.11940909177064896, 0.03257475048303604, -0.00314142694696784, 0.05456724017858505, 0.07224375009536743, 0.0941813513636589, 0.1230122447013855, -0.07287998497486115, -0.07873915135860443, 0.08034131675958633, -0.04709449037909508, -0.11787727475166321, -0.06861002743244171, -0.1452382206916809, -0.004202034790068865, -0.0335184708237648, 0.07922724634408951, 0.05637102574110031, 0.09526676684617996, -0.01433930266648531, -0.05777551606297493, 0.04157217592000961, -0.06985066086053848, 0.019995175302028656, -0.011708668433129787, -0.060763102024793625, 0.13121068477630615, 0.04688004031777382, -0.014275136403739452, -0.08673419058322906, 0.07951672375202179, -0.1204570084810257, -0.07978847622871399, -0.08239417523145676, -0.05098734796047211, -0.007686138618737459, -0.11281027644872665, 0.049203939735889435, -0.11458899080753326, -0.22705501317977905, -0.01313747651875019, 0.04550096020102501, -0.016462473198771477, -0.03707117214798927, -0.040630146861076355, -0.009473399259150028, 0.04880702868103981, -0.042894408106803894, 0.039052072912454605, -0.05325083062052727, 0.050018906593322754, -0.09618895500898361, 0.051321301609277725, -0.10470817238092422, 0.041251372545957565, -0.09671807289123535, 0.07595963031053543, 0.0017866486450657248, 0.0454767569899559, 0.010063555091619492, 0.08985432982444763, -0.03214199095964432, -0.044836416840553284, -0.07869677990674973, 0.026561295613646507, 0.02284199558198452, 0.20134314894676208, -0.10196486860513687, -0.0819794163107872, 0.12614667415618896, -0.07252102345228195, -0.1288122832775116, 0.0409054271876812, -0.02831157296895981, 0.17958028614521027, 0.07370224595069885, 0.16096454858779907, 0.12039237469434738, -0.03798284754157066, 0.1263856589794159, 0.14821170270442963, -0.1269366294145584, -0.004153167363256216, 0.039416827261447906, 0.014042570255696774, -0.20559121668338776, 0.04052022844552994, -0.01946125738322735, 0.06584736704826355, -0.10201486945152283, -0.00946728140115738, 0.0031527038663625717, -0.02320384420454502, 0.0023026331327855587, -0.0472555048763752, 0.061078161001205444, 0.038737643510103226, -0.022763127461075783, 0.029682613909244537, 0.06635552644729614, -0.026160234585404396, -0.00823320634663105, -0.04484035447239876, 0.10009831935167313, -0.07260703295469284, 0.06797321885824203, -0.13160665333271027, -0.003086181590333581, -0.012450510635972023, 0.0972909927368164, 0.03811546042561531, 0.10621625185012817, 0.05470104143023491, 0.03126294165849686, 0.07701993733644485, -0.02846951223909855, 0.0746634304523468, 0.01002051867544651, -0.0850096121430397, -0.1272277683019638, 0.015217535197734833, -0.10649837553501129, -0.004191380459815264, -0.08523700386285782, -0.0015737697249278426, -0.12802091240882874, 0.05826076865196228, -0.016465239226818085, 0.0539434514939785, -0.055182818323373795, -0.04337453469634056, -0.044662054628133774, -0.022007398307323456, 0.0482511967420578, -0.033139705657958984, -0.06687536835670471, 0.16832175850868225, -0.15395553410053253, 0.2592274248600006, 0.1313537061214447, -0.0889907032251358, 0.002020547864958644, -0.07812081277370453, -0.04194976016879082, -0.012868959456682205, 0.07527336478233337, -0.03700125962495804, 0.15495356917381287, -0.03386903926730156, 0.17382068932056427, -0.099679134786129, -0.0334031768143177, 0.02144831046462059, -0.10981054604053497, 0.057656705379486084, 0.08051177859306335, 0.04427298903465271, -0.159133642911911, 0.08837400376796722, 0.19756358861923218, 0.05472150072455406, 0.20321963727474213, -0.006869805511087179, -0.06112205237150192, -0.05358194187283516, -0.0808696523308754, -0.052568696439266205, 0.056259434670209885, -0.09903126955032349, -0.004000484477728605, 0.06423190236091614, 0.08783505111932755, 0.11237549781799316, -0.10904275625944138, -0.046180129051208496, 0.05125856027007103, -0.004819708876311779, -0.051060013473033905, 0.07006146013736725, -0.0659489631652832, 0.13217470049858093, 0.014598124660551548, -0.07049204409122467, 0.0036125897895544767, -0.004913401324301958, -0.11891388893127441, 0.20653130114078522, -0.08047540485858917, -0.27306002378463745, -0.16792123019695282, -0.16288253664970398, 0.07165426760911942, 0.038431257009506226, 0.033738572150468826, -0.08776884526014328, -0.020982403308153152, 0.004409478977322578, 0.11553267389535904, -0.09698133170604706, 0.013121976517140865, 0.008159824647009373, -0.018650712445378304, -0.07579360157251358, -0.09033482521772385, -0.0241270512342453, -0.02461584471166134, 0.020020704716444016, 0.03998296707868576, -0.11154978722333908, 0.06758414953947067, 0.2167699933052063, -0.015538511797785759, 0.06870997697114944, 0.00025148785789497197, 0.26176807284355164, -0.08426473289728165, 0.040830448269844055, 0.11926601082086563, -0.08760137856006622, 0.05199241638183594, 0.07132956385612488, 0.03210015222430229, -0.014074578881263733, 0.016441889107227325, -0.11233895272016525, -0.12864868342876434, -0.1923626959323883, -0.06961654871702194, -0.028241310268640518, 0.13464264571666718, 0.031150488182902336, 0.04321796074509621, 0.10346641391515732, 0.07471037656068802, 0.06701335310935974, 0.03259968012571335, -0.0005120337591506541, 0.0647427961230278, 0.024594781920313835, -0.05812343955039978, 0.054217349737882614, -0.04845457896590233, -0.0797470211982727, 0.08279551565647125, -0.011098933406174183, 0.0927528515458107, 0.06928195804357529, 0.02340286411345005, 0.018686039373278618, 0.04218229651451111, 0.15593960881233215, 0.22442668676376343, -0.012412761338055134, -0.041085485368967056, -0.05078154057264328, -0.040494389832019806, -0.01600850187242031, 0.015044075436890125, -0.05785144492983818, -0.033252447843551636, -0.0728597640991211, -0.015066487714648247, 0.011195010505616665, 0.015441779047250748, 0.07578693330287933, -0.22024130821228027, -0.038240667432546616, 0.042616840451955795, -0.013794191181659698, -0.10639895498752594, 0.05872863903641701, 0.016779562458395958, -0.17391349375247955, -0.07854076474905014, -0.016605399549007416, 0.1603294163942337, -0.030760308727622032, 0.0619782954454422, 0.005449770484119654, 0.02271227352321148, -0.013140208087861538, 0.11191333085298538, -0.27346712350845337, 0.1954270750284195, 0.001131516881287098, -0.04876048117876053, -0.016439033672213554, -0.04243995249271393, 0.0009058643481694162, 0.14556926488876343, 0.09718295931816101, 0.0028763783629983664, 0.0669604167342186, -0.07678256928920746, -0.11943262070417404, 0.05284353718161583, 0.08068333566188812, -0.07738065719604492, 0.029960619285702705, -0.029798466712236404, 0.027152907103300095, -0.007555682212114334, -0.030231619253754616, 0.002119861776009202, -0.11661309748888016, 0.02936525270342827, -0.08075195550918579, 0.06012337654829025, 0.02433968149125576, -0.02529163844883442, -0.012048180215060711, 0.1316436529159546, -0.013300766237080097, -0.08264251798391342, -0.08976204693317413, -0.02328740619122982, 0.09523095935583115, -0.05599937587976456, 0.03358715400099754, -0.08175740391016006, -0.04073614999651909, 0.005860272329300642, -0.16970814764499664, 0.06983034312725067, -0.10846570879220963, -0.09971687942743301, -0.050264790654182434, 0.15346404910087585, 0.013677009381353855, 0.025709833949804306, 0.03220117464661598, -0.04211581498384476, -0.18150363862514496, -0.15989434719085693, -0.007562890648841858, 0.0717545747756958, -0.04433317109942436, 0.03638565540313721, 0.007171243894845247, 0.10013602674007416, 0.004198792390525341, 0.07230839878320694, 0.2026015669107437, 0.16423118114471436, -0.08760133385658264, 0.17723721265792847, 0.16266676783561707, -0.12243213504552841, -0.2722402811050415, -0.09522651135921478, -0.05925937369465828, 0.03468820080161095, 0.02297091670334339, -0.13072867691516876, 0.06184706464409828, -0.011241482570767403, -0.004976592492312193, 0.13391432166099548, -0.2790721356868744, -0.07025358080863953, 0.13864430785179138, -0.012145180255174637, 0.2560276985168457, -0.042459286749362946, -0.08155408501625061, -0.060940731316804886, -0.2339130938053131, 0.1595010906457901, -0.12908293306827545, 0.030256805941462517, -0.06380902975797653, 0.1317017376422882, 0.04475972056388855, -0.051817599684000015, 0.13714583218097687, -0.0770399421453476, 0.03692200407385826, -0.1231972947716713, -0.01437266543507576, 0.05212629213929176, -0.014681367203593254, 0.10554680228233337, -0.053141020238399506, 0.10400939732789993, -0.12106935679912567, -0.052672889083623886, -0.054288461804389954, 0.017598338425159454, -0.023758167400956154, -0.05668776109814644, -0.039483629167079926, -0.05230721831321716, 0.00942184031009674, -0.024894973263144493, -0.008981208316981792, -0.02189256064593792, 0.08200293034315109, 0.10853444039821625, 0.1416669338941574, -0.04508063197135925, -0.02666328102350235, -0.029412275180220604, -0.043095141649246216, 0.07755832374095917, -0.1675589680671692, -0.020979177206754684, 0.15767353773117065, 0.008264025673270226, 0.08081416040658951, 0.07994852215051651, -0.043529048562049866, -0.04116993397474289, 0.09435915946960449, -0.23738352954387665, -0.032961416989564896, -0.07289689034223557, -0.032304681837558746, 0.05143286660313606, 0.06389017403125763, 0.11233682930469513, -0.055076416581869125, -0.015500548295676708, 0.038369257003068924, -0.013473432511091232, -0.10457789897918701, 0.12659704685211182, 0.07594829052686691, 0.04931824654340744, -0.13000807166099548, 0.03979043290019035, -0.02080575004220009, -0.024042857810854912, -0.009190280921757221, 0.09610513597726822, -0.13868926465511322, -0.061987441033124924, 0.01100219041109085, 0.1624082624912262, -0.08940329402685165, -0.054934311658144, -0.00678250240162015, -0.07782098650932312, 0.06215988099575043, 0.06269455701112747, 0.039047662168741226, 0.10006190836429596, -0.08492296934127808, -0.004345493856817484, -0.04427671059966087, 0.02742549031972885, 0.04004936292767525, -0.01839151792228222, -0.11644710600376129, 0.050648268312215805, 0.01261399406939745, 0.21786263585090637, -0.12195943295955658, -0.07748695462942123, -0.13975368440151215, 0.03579137846827507, -0.1441981941461563, -0.02782432734966278, -0.09455464035272598, -0.0542730838060379, -0.024786408990621567, -0.02354593575000763, -0.05044161155819893, -0.03595460206270218, -0.06568260490894318, 0.04963921010494232, -0.01889806240797043, -0.04201965406537056, -0.018809955567121506, 0.04780932888388634, 0.10624072700738907, -0.0022816911805421114, 0.11582330614328384, 0.10476028919219971, -0.06149300932884216, 0.06964143365621567, -0.08975338935852051, 0.049342647194862366, 0.010800108313560486, -0.03639211133122444, 0.07890737056732178, 0.033158838748931885, 0.011678727343678474, -0.02014644630253315, -0.05248590186238289, 0.015699470415711403, 0.019494805485010147, -0.09001129865646362, 0.04338252544403076, 0.03427375108003616, -0.07128193974494934, -0.06945458799600601, -0.02831537090241909, -0.04915383830666542, 0.10966338962316513, 0.09227382391691208, 0.01580313965678215, 0.11524862796068192, -0.09982031583786011, -0.0043287696316838264, 0.0288130734115839, -0.08074736595153809, -0.01706261746585369, -0.10044533759355545, -0.01304725930094719, -0.02274717018008232, 0.2554529011249542, 0.12089171260595322, -0.025309232994914055, -0.03230812028050423, 0.07114472985267639, 0.08105676621198654, -0.0211230106651783, 0.14824873208999634, 0.03444083034992218, -0.0007331980159506202, -0.1400776505470276, 0.10673409700393677, -0.060156434774398804, -0.010151425376534462, 0.09550673514604568, -0.08319920301437378, 0.048856139183044434, 0.07468824833631516, -0.01950058713555336, 0.05372466519474983, -0.11716536432504654, -0.2690386474132538, 0.023945249617099762, 0.027653370052576065, -0.0441947840154171, 0.07253700494766235, 0.145015150308609, 0.00042942073196172714, 0.05244648456573486, 0.061493102461099625, -0.05709811672568321, -0.17804701626300812, -0.19115881621837616, -0.0384756401181221, -0.11082857847213745, -0.023826930671930313, -0.10639674216508865, 0.04148538038134575, -0.02072913944721222, 0.05925795063376427, -0.09639845043420792, 0.12447383254766464, 0.06843417137861252, -0.11577396094799042, 0.05810433253645897, -0.008805959485471249, 0.048459235578775406, -0.07387776672840118, 0.08210063725709915, -0.10721065104007721, -0.026499031111598015, -0.016933415085077286, 0.03711435943841934, -0.05858420953154564, 0.0011270071845501661, -0.10357651859521866, -0.06808403134346008, -0.056935109198093414, 0.09072309732437134, -0.024477418512105942, 0.03998230770230293, -0.014557241462171078, -0.061277762055397034, -0.025446701794862747, 0.2273169606924057, -0.018587565049529076, -0.043939489871263504, -0.0661960318684578, 0.2851298749446869, -0.06544138491153717, 0.07253559678792953, -0.032977886497974396, -0.001274158013984561, -0.07127615064382553, 0.2931469976902008, 0.36314713954925537, -0.14264726638793945, 0.011796033009886742, -0.018389053642749786, 0.03556118905544281, 0.07535336911678314, 0.18024654686450958, 0.07291083037853241, 0.3107033371925354, -0.04080776497721672, -0.01225926261395216, -0.10546047985553741, -0.03835856914520264, 0.014304363168776035, 0.02947218343615532, 0.08378855139017105, -0.05586446449160576, -0.06808875501155853, 0.1039084792137146, -0.26703301072120667, -0.02056516334414482, -0.16380304098129272, -0.061613935977220535, -0.04166705906391144, 0.0007227687747217715, 0.07237391918897629, 0.028740311041474342, 0.05115301162004471, -0.039005450904369354, -0.047156207263469696, 0.057444483041763306, -0.02154913917183876, -0.12674635648727417, 0.0002557095722295344, 0.143532857298851, -0.07906237244606018, -0.0018181405030190945, 0.0032308290246874094, 0.060348983854055405, 0.044118594378232956, 0.04119637981057167, -0.10164451599121094, 0.02608482725918293, 0.01246592216193676, -0.03363148868083954, -0.028164468705654144, 0.008156497962772846, 0.07835527509450912, -0.21697945892810822, 0.0020338469184935093, -0.14078554511070251, 0.011757226660847664, -0.07641053944826126, -0.006896127946674824, -0.08222074061632156, 0.03242125362157822, 0.004625517874956131, 0.1118803396821022, 0.11125602573156357, -0.03202005848288536, -0.0006144302315078676, -0.06265610456466675, 0.06727221608161926, -0.06884542852640152, -0.02960195019841194, -0.025150567293167114, -0.09257599711418152, -0.09335606545209885, 0.09815482050180435, -0.022339481860399246, -0.1427105814218521, 0.007601875811815262, -0.09401176869869232, -0.04369132220745087, -0.021486658602952957, 0.09382037818431854, 0.11086808145046234, 0.09180203825235367, -0.007599277421832085, 0.047748953104019165, 0.03120456263422966, 0.07436691224575043, -0.12886843085289001, -0.10148585587739944 ]
null
null
transformers
<div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1374400679704363008/amonFoGB_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">Guillermo Angeris 🤖 AI Bot </div> <div style="font-size: 15px">@guilleangeris bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://app.wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-model-to-generate-tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@guilleangeris's tweets](https://twitter.com/guilleangeris). | Data | Quantity | | --- | --- | | Tweets downloaded | 3230 | | Retweets | 273 | | Short tweets | 303 | | Tweets kept | 2654 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/1tg19y8a/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @guilleangeris's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/2shp18hb) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/2shp18hb/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/guilleangeris') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/guilleangeris/1616612740170/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/guilleangeris
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
Guillermo Angeris AI Bot @guilleangeris bot I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on @guilleangeris's tweets. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @guilleangeris'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 57 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 0.004547144751995802, -0.006708405911922455, -0.007013476919382811, 0.01947171241044998, 0.15818242728710175, 0.03448796644806862, 0.08709780126810074, 0.15389476716518402, -0.019877297803759575, -0.022431448101997375, 0.18047170341014862, 0.173692986369133, -0.012988686561584473, 0.09047263860702515, -0.05271327868103981, -0.2622397541999817, 0.03682216629385948, 0.05513067543506622, -0.007422737777233124, 0.14252057671546936, 0.07580838352441788, -0.023790201172232628, 0.11380083113908768, -0.02966974675655365, -0.202972412109375, 0.03197307139635086, 0.0615268237888813, -0.09518525749444962, 0.11083168536424637, 0.04628797993063927, 0.08698221296072006, 0.022143812850117683, -0.07331052422523499, -0.120787613093853, 0.04532235115766525, 0.045263588428497314, -0.06358368694782257, 0.06480421870946884, 0.08820623904466629, -0.1065920814871788, 0.1416475921869278, 0.07373794168233871, -0.01588049717247486, 0.07824484258890152, -0.17789237201213837, -0.03725104406476021, -0.036331940442323685, 0.007741300854831934, 0.07058489322662354, 0.0750737413764, -0.019116664305329323, 0.1746976524591446, -0.06598041951656342, 0.09777773916721344, 0.17528840899467468, -0.2887236773967743, -0.018040433526039124, 0.0492081381380558, 0.0887371376156807, 0.04900359362363815, -0.024227341637015343, 0.08339477330446243, 0.06365471333265305, 0.01686069741845131, 0.014271941967308521, -0.06960906833410263, -0.09346919506788254, 0.03645368665456772, -0.06932124495506287, -0.05699722096323967, 0.22001419961452484, -0.0334535576403141, 0.04674676060676575, -0.03953840583562851, -0.09316058456897736, -0.028927378356456757, -0.027232296764850616, -0.00907184462994337, -0.05413005128502846, 0.08754174411296844, -0.015151693485677242, -0.06331931799650192, -0.1435878872871399, -0.012912428006529808, -0.15805892646312714, 0.13816505670547485, 0.004333257209509611, 0.04586424678564072, -0.22094038128852844, 0.1012546569108963, 0.022817784920334816, -0.08995530754327774, 0.04930093511939049, -0.09425957500934601, 0.0717538446187973, 0.0007676240638829768, -0.04885277524590492, -0.02944779396057129, 0.08848895877599716, 0.14690880477428436, -0.02718975953757763, 0.005980455316603184, -0.01338018849492073, 0.0733228251338005, 0.059399042278528214, 0.028748195618391037, -0.006081049330532551, -0.052236080169677734, 0.05618719011545181, -0.1417204737663269, -0.010511515662074089, -0.07227712869644165, -0.10605388879776001, -0.04232237488031387, 0.03443120792508125, 0.060671232640743256, 0.042230576276779175, 0.11220116913318634, -0.04771716892719269, -0.01857093721628189, 0.05281376466155052, -0.03979083523154259, -0.008994937874376774, -0.01990325190126896, 0.018122754991054535, 0.13074275851249695, -0.019943278282880783, 0.03407962992787361, -0.10256942361593246, 0.05431444197893143, -0.10281401127576828, -0.01971535198390484, -0.014149561524391174, -0.04367954283952713, 0.031883664429187775, -0.12165860831737518, 0.016123656183481216, -0.16833168268203735, -0.14714312553405762, 0.002859292319044471, -0.016588665544986725, -0.017911825329065323, -0.07954888790845871, -0.04400517791509628, -0.02466505579650402, 0.06924423575401306, -0.04276731237769127, -0.00935916043817997, -0.05846982076764107, 0.11090090870857239, -0.05349889397621155, 0.07203050702810287, -0.1194647029042244, 0.0557217076420784, -0.14930842816829681, -0.013004516251385212, -0.04842504858970642, 0.07119924575090408, 0.015398351475596428, 0.1813964694738388, -0.006925920024514198, -0.003623353084549308, -0.09382472932338715, 0.06455672532320023, -0.02733452245593071, 0.24096953868865967, -0.0756828561425209, -0.14226967096328735, 0.21630549430847168, -0.06334739923477173, -0.14993034303188324, 0.1314547061920166, 0.01843975856900215, 0.08251222223043442, 0.10434340685606003, 0.19023460149765015, 0.01808990351855755, -0.007808534894138575, 0.054424818605184555, 0.07603957504034042, -0.1683882623910904, -0.033340878784656525, 0.0012923459289595485, -0.00014291972911451012, -0.1366809904575348, 0.04632483050227165, 0.1230006217956543, 0.09730340540409088, -0.07249721139669418, -0.018487868830561638, -0.030607668682932854, 0.0016078021144494414, 0.04144361615180969, -0.0005212334799580276, 0.09951234608888626, -0.1033509373664856, -0.04366454482078552, -0.06751791387796402, -0.002970147645100951, 0.011176802217960358, 0.03924661502242088, -0.04455869272351265, 0.09700342267751694, -0.007412149105221033, 0.0545678474009037, -0.13708296418190002, -0.07981666922569275, -0.016090448945760727, 0.1597585678100586, 0.040224816650152206, 0.04663374274969101, 0.0566885769367218, -0.05624469742178917, -0.015493324026465416, -0.010199432261288166, 0.16243304312229156, -0.04404180869460106, -0.07694169133901596, -0.07860849797725677, 0.10474636405706406, -0.06389671564102173, 0.026263169944286346, -0.051667314022779465, 0.024654213339090347, 0.04686986654996872, 0.1110762283205986, 0.004046999383717775, 0.026442723348736763, -0.012835992500185966, -0.007690808270126581, -0.07657550275325775, -0.01617686077952385, 0.1077079176902771, -0.0017721779877319932, -0.06809886544942856, 0.2437063455581665, -0.16884316504001617, 0.21163912117481232, 0.20976658165454865, -0.2492678016424179, -0.02882898785173893, -0.04848965257406235, -0.04766342043876648, -0.0012878701090812683, 0.06041788309812546, -0.034700244665145874, 0.09027024358510971, -0.03288675472140312, 0.16564396023750305, -0.051203593611717224, -0.07646744698286057, 0.019007064402103424, -0.05823178589344025, -0.05114857107400894, 0.07018019258975983, 0.08213616907596588, -0.1630844622850418, 0.18756183981895447, 0.21879082918167114, 0.06839460134506226, 0.2044064849615097, 0.00858453568071127, -0.010656360536813736, 0.07200875878334045, -0.04608747735619545, -0.03843220695853233, -0.06601633131504059, -0.15238076448440552, -0.03009703755378723, 0.06625645607709885, 0.030863380059599876, 0.09900964051485062, -0.09019728004932404, -0.08104760944843292, -0.017665131017565727, 0.004776675254106522, 0.00156646769028157, 0.11991100758314133, 0.03676433861255646, 0.13820022344589233, -0.01955524832010269, 0.022415857762098312, 0.08040772378444672, 0.016582515090703964, -0.10843544453382492, 0.16101348400115967, -0.13329310715198517, -0.3788211941719055, -0.14546175301074982, -0.13134250044822693, -0.020925991237163544, 0.03777816519141197, 0.1120775043964386, -0.1329103261232376, 0.005511005409061909, -0.007893978618085384, 0.10391844809055328, -0.08707519620656967, 0.039245378226041794, -0.07586963474750519, 0.0314689576625824, -0.060405436903238297, -0.07552991807460785, -0.03722400963306427, -0.028465405106544495, -0.09132689982652664, 0.16675986349582672, -0.11130212247371674, 0.06035055220127106, 0.16001324355602264, 0.021197395399212837, 0.03523072600364685, -0.05174810439348221, 0.18330632150173187, -0.112345851957798, 0.020098978653550148, 0.15624848008155823, -0.013005592860281467, 0.08254575729370117, 0.08188403397798538, -0.013132697902619839, -0.10316278785467148, 0.05240294709801674, 0.001463406952098012, -0.10209372639656067, -0.1950312703847885, -0.10119245946407318, -0.08230090886354446, 0.15922248363494873, 0.06361804902553558, 0.058937788009643555, 0.17968137562274933, 0.07578518986701965, -0.038606274873018265, -0.00038743947516195476, -0.00239798822440207, 0.08808282762765884, 0.13635766506195068, -0.01442645862698555, 0.1225903332233429, -0.04975935071706772, -0.10913994163274765, 0.12899059057235718, 0.01750512234866619, 0.03937286511063576, 0.051435839384794235, 0.021011192351579666, -0.011281835846602917, 0.11866551637649536, 0.13484057784080505, 0.10447502881288528, -0.015693627297878265, -0.0293489471077919, -0.04774824157357216, -0.01359935849905014, -0.033305928111076355, 0.03640862926840782, 0.008061517030000687, -0.14140670001506805, -0.06158366799354553, -0.11537835001945496, 0.08758961409330368, 0.10668005049228668, 0.07567808032035828, -0.21108253300189972, -0.003950516227632761, 0.07933880388736725, -0.03630997985601425, -0.11126025766134262, 0.08416172116994858, 0.03095286712050438, -0.1277567446231842, 0.07218055427074432, -0.03519461303949356, 0.12458370625972748, -0.0032897875644266605, 0.09583556652069092, -0.03598680719733238, -0.027483470737934113, -0.013308011926710606, 0.09818253666162491, -0.3191508650779724, 0.1621316522359848, -0.017933005467057228, -0.0618131123483181, -0.06667962670326233, -0.02528184838593006, 0.015994107350707054, 0.07729468494653702, 0.10861869156360626, 0.021759910508990288, 0.01640525460243225, -0.07345785945653915, -0.042352862656116486, 0.038021303713321686, 0.12403716146945953, -0.06827268749475479, -0.012903391383588314, -0.04523605480790138, 0.00796645786613226, -0.017124788835644722, -0.008793274872004986, 0.006911922711879015, -0.14962191879749298, 0.05182485654950142, 0.014736213721334934, 0.07058768719434738, 0.0436982735991478, -0.014969068579375744, -0.09180716425180435, 0.18274778127670288, -0.015714606270194054, -0.07271543145179749, -0.12616917490959167, -0.05262751132249832, 0.030376195907592773, -0.05518756061792374, 0.021047864109277725, -0.06501689553260803, -0.0035362408962100744, -0.06755607575178146, -0.22007296979427338, 0.1278373897075653, -0.08437205106019974, -0.07192739844322205, -0.04912353679537773, 0.2010866105556488, -0.051223888993263245, 0.003238252131268382, 0.010222852230072021, 0.021994104608893394, -0.11474784463644028, -0.09469719231128693, 0.07112357765436172, -0.03247172012925148, 0.03123478777706623, 0.0022505864035338163, -0.04091062396764755, 0.016593176871538162, -0.06314414739608765, -0.011381587944924831, 0.27866554260253906, 0.23951324820518494, -0.040407944470644, 0.1904350072145462, 0.11012271791696548, -0.08163551241159439, -0.3069863021373749, -0.10166139155626297, -0.12140648066997528, -0.02996143139898777, -0.017288926988840103, -0.16865339875221252, 0.06477722525596619, 0.038930367678403854, 0.009261871688067913, 0.13778774440288544, -0.20730599761009216, -0.08823523670434952, 0.09138026833534241, -0.02557477355003357, 0.43079736828804016, -0.1257614940404892, -0.08959750831127167, -0.051866497844457626, -0.16516901552677155, 0.2173919379711151, -0.021592965349555016, 0.07857322692871094, -0.029561417177319527, 0.11770006269216537, 0.04697660356760025, -0.010707763023674488, 0.08040876686573029, -0.00884756539016962, 0.008373050950467587, -0.12410011142492294, -0.02768467366695404, 0.04874192550778389, 0.012378438375890255, 0.0013600040692836046, -0.09389680624008179, 0.020313434302806854, -0.15990203619003296, -0.018549781292676926, -0.11233476549386978, 0.07682323455810547, 0.025788001716136932, -0.06466120481491089, -0.003637736663222313, -0.04986237734556198, -0.015892893075942993, -0.01400828268378973, 0.1717434972524643, -0.04862768203020096, 0.19366511702537537, 0.03501616790890694, 0.11570870876312256, -0.1362973153591156, 0.06143493950366974, -0.06429426372051239, -0.07528600096702576, 0.07427702099084854, -0.1537967324256897, 0.05111055448651314, 0.09430045634508133, -0.030276626348495483, 0.05380253866314888, 0.08795086294412613, -0.003969982732087374, 0.004800081253051758, 0.15867236256599426, -0.2786487936973572, 0.01320126373320818, -0.07396841049194336, -0.06665283441543579, 0.10506758838891983, 0.06261139363050461, 0.17162823677062988, 0.011681869626045227, -0.056615445762872696, 0.01595049723982811, 0.02499506063759327, -0.04915530979633331, 0.04529924690723419, 0.008104361593723297, -0.010991688817739487, -0.13640300929546356, 0.08699746429920197, 0.0042801909148693085, -0.1531187742948532, 0.024680746719241142, 0.2155698835849762, -0.1260155886411667, -0.10237220674753189, -0.03444112092256546, 0.08444061875343323, -0.11519137024879456, 0.01753072999417782, -0.030764780938625336, -0.09109894186258316, 0.07448896765708923, 0.15248911082744598, 0.049206193536520004, 0.11775100976228714, -0.015379221178591251, -0.011753370985388756, -0.05147303268313408, -0.0317845419049263, 0.025745956227183342, 0.017857374623417854, -0.08257177472114563, 0.06648801267147064, -0.022109810262918472, 0.14559012651443481, -0.09791336953639984, -0.06602771580219269, -0.1468091756105423, -0.009785634465515614, -0.0695481076836586, -0.09207163751125336, -0.08133620768785477, -0.062133077532052994, 0.0010387726360931993, -0.03962359577417374, -0.04795864596962929, -0.0791037380695343, -0.10289866477251053, 0.009435068815946579, -0.02305566892027855, 0.03256045654416084, -0.06115729361772537, 0.007872066460549831, 0.12092912197113037, -0.028174830600619316, 0.16686207056045532, 0.1458095908164978, -0.09536580741405487, 0.10568815469741821, -0.16346460580825806, -0.08964221179485321, 0.0939340740442276, -0.01729099079966545, 0.027899714186787605, 0.11666940152645111, 0.014932696707546711, 0.04195788502693176, 0.035977672785520554, 0.06045130267739296, 0.03587699308991432, -0.11899011582136154, 0.07665140181779861, 0.009481414221227169, -0.1612047255039215, -0.06303887814283371, -0.08555969595909119, 0.030386725440621376, 0.021575886756181717, 0.12225193530321121, -0.045776769518852234, 0.0887017622590065, -0.07972796261310577, 0.027257539331912994, 0.02293219044804573, -0.181223064661026, -0.047844018787145615, -0.053065262734889984, 0.032686229795217514, 0.018960151821374893, 0.1893557906150818, 0.027213018387556076, -0.03697650134563446, 0.04549255222082138, 0.1042066365480423, 0.005313898902386427, 0.004829791374504566, 0.16259528696537018, 0.09423433989286423, -0.07654286175966263, -0.12226779758930206, 0.07556461542844772, 0.019673259928822517, -0.044067107141017914, 0.10607215762138367, -0.002448870101943612, 0.020163848996162415, 0.06910120695829391, -0.014892932027578354, 0.034322552382946014, -0.044286008924245834, -0.10698256641626358, -0.023580113425850868, 0.046367425471544266, 0.00669879000633955, 0.12847968935966492, 0.177873894572258, -0.002574790036305785, 0.025011489167809486, -0.0363602340221405, -0.024931130930781364, -0.13864666223526, -0.1558164656162262, -0.06855984032154083, -0.14875617623329163, 0.012976853176951408, -0.0915176048874855, 0.04695429280400276, 0.028682325035333633, 0.06887643784284592, -0.07052405923604965, 0.04384735971689224, 0.06974220275878906, -0.12065785378217697, 0.09397104382514954, -0.028081456199288368, 0.03704333305358887, -0.006730496883392334, -0.012833851389586926, -0.10013298690319061, 0.035936567932367325, -0.01747855544090271, 0.045271266251802444, -0.04546798765659332, 0.030429324135184288, -0.1703072488307953, -0.124412901699543, -0.04034453630447388, 0.06420420855283737, -0.06510858237743378, 0.03512151539325714, 0.019115818664431572, 0.013339218683540821, 0.03305599465966225, 0.23020225763320923, -0.03704051673412323, -0.02329315058887005, -0.042310282588005066, 0.16692522168159485, -0.014016710221767426, 0.08088304847478867, -0.03037172369658947, 0.0002500463742762804, -0.08417443931102753, 0.3385351300239563, 0.3027777075767517, -0.09020252525806427, 0.019915465265512466, -0.030905582010746002, 0.03936264291405678, 0.11892254650592804, 0.13376617431640625, 0.09784641861915588, 0.2282467782497406, -0.07217609137296677, -0.03032243251800537, -0.020507147535681725, -0.011079044081270695, -0.06650827825069427, 0.0879674032330513, 0.02507801540195942, -0.05553486570715904, -0.031693898141384125, 0.0812700018286705, -0.2327648252248764, 0.10665327310562134, -0.11289316415786743, -0.1636168211698532, -0.039189815521240234, 0.0042042857967317104, 0.08908319473266602, 0.015396242961287498, 0.11228121817111969, 0.009163780137896538, -0.07585213333368301, 0.017798418179154396, 0.028085503727197647, -0.24201616644859314, -0.008133855648338795, 0.060310713946819305, -0.12939085066318512, -0.004324504639953375, -0.027167800813913345, 0.007199867628514767, 0.059822265058755875, 0.029368450865149498, -0.04319324716925621, -0.001257759635336697, -0.010450302623212337, -0.008644461631774902, -0.011618612334132195, 0.07065588980913162, 0.046958792954683304, -0.13329142332077026, 0.06869500875473022, -0.11774353682994843, 0.033477768301963806, -0.05866728723049164, -0.015255378559231758, 0.000037100471672602, 0.03460683673620224, -0.04829782620072365, 0.07058211416006088, 0.07688362896442413, -0.015606098808348179, 0.000610517687164247, -0.0802936851978302, -0.036274004727602005, -0.019796574488282204, -0.09252054989337921, -0.08371094614267349, -0.13031646609306335, -0.11573562026023865, 0.1029667928814888, -0.02224794402718544, -0.19213621318340302, 0.03111329674720764, -0.12165344506502151, 0.045619383454322815, -0.1751558482646942, 0.11076030135154724, 0.08046020567417145, 0.01831907220184803, 0.011516088619828224, -0.02576824277639389, 0.08821021765470505, 0.11728470027446747, -0.07783648371696472, -0.08528783172369003 ]
null
null
transformers
<div class="inline-flex flex-col" style="line-height: 1.5;"> <div class="flex"> <div style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;https://pbs.twimg.com/profile_images/1162445050590183424/WL2lQ7OR_400x400.jpg&#39;)"> </div> <div style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)"> </div> <div style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)"> </div> </div> <div style="text-align: center; margin-top: 3px; font-size: 16px; font-weight: 800">🤖 AI BOT 🤖</div> <div style="text-align: center; font-size: 16px; font-weight: 800">Mayor Guy Fieri</div> <div style="text-align: center; font-size: 14px;">@guyfieri</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on tweets from Mayor Guy Fieri. | Data | Mayor Guy Fieri | | --- | --- | | Tweets downloaded | 3248 | | Retweets | 978 | | Short tweets | 132 | | Tweets kept | 2138 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/19tc6yav/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @guyfieri's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/3nefj2bb) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/3nefj2bb/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/guyfieri') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "http://www.huggingtweets.com/guyfieri/1663110657180/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/guyfieri
[ "transformers", "pytorch", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
AI BOT Mayor Guy Fieri @guyfieri I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on tweets from Mayor Guy Fieri. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @guyfieri'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 54 ]
[ "passage: TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ -0.0001764487533364445, -0.01891571842133999, -0.0068881697952747345, 0.01242890115827322, 0.16224369406700134, 0.04406825825572014, 0.08452208340167999, 0.14250440895557404, -0.026455026119947433, -0.016114573925733566, 0.17334569990634918, 0.17106501758098602, -0.014037161134183407, 0.08718273043632507, -0.05552244931459427, -0.2646014094352722, 0.044212065637111664, 0.058431971818208694, -0.020032864063978195, 0.14111687242984772, 0.0714879110455513, -0.01828647032380104, 0.10845158249139786, -0.02953636273741722, -0.18877948820590973, 0.03499612212181091, 0.05605728179216385, -0.09992336481809616, 0.11936124414205551, 0.04713086411356926, 0.08659981191158295, 0.015409729443490505, -0.07482189685106277, -0.12249794602394104, 0.03866785019636154, 0.041891295462846756, -0.0629689022898674, 0.05911329388618469, 0.08818957209587097, -0.11120674759149551, 0.1456013321876526, 0.07799911499023438, -0.01863223686814308, 0.07941857725381851, -0.17164963483810425, -0.019008882343769073, -0.036983806639909744, 0.005464354529976845, 0.057414017617702484, 0.07476010918617249, -0.01932354085147381, 0.1732589453458786, -0.0767555758357048, 0.09587065875530243, 0.16117197275161743, -0.2913956344127655, -0.005072304047644138, 0.0498935841023922, 0.06722559779882431, 0.03902119770646095, -0.015738610178232193, 0.08706029504537582, 0.06277379393577576, 0.02536560781300068, -0.0014978112885728478, -0.06339331716299057, -0.0928240567445755, 0.04014677554368973, -0.0745372325181961, -0.06578013300895691, 0.20811960101127625, -0.039430033415555954, 0.050536420196294785, -0.03807967156171799, -0.10491003096103668, -0.02197154052555561, -0.015753688290715218, 0.00720712635666132, -0.06031509116292, 0.08949250727891922, -0.014659170061349869, -0.07363511621952057, -0.15025688707828522, -0.016003666445612907, -0.18369624018669128, 0.1574522852897644, 0.003967532888054848, 0.04864242300391197, -0.2093716263771057, 0.11408322304487228, 0.020872395485639572, -0.08021171391010284, 0.047296058386564255, -0.09546594321727753, 0.07179957628250122, 0.002116252202540636, -0.05267130210995674, -0.02264278009533882, 0.08682441711425781, 0.15258505940437317, -0.026140356436371803, 0.0017382961232215166, -0.027155736461281776, 0.07059825956821442, 0.05281682312488556, 0.040018972009420395, -0.017763059586286545, -0.04289618879556656, 0.045782025903463364, -0.15945611894130707, -0.007582054473459721, -0.06918198615312576, -0.1068587526679039, -0.05112413689494133, 0.022331949323415756, 0.06442617624998093, 0.031878020614385605, 0.11345649510622025, -0.04609488695859909, -0.014168480411171913, 0.06350603699684143, -0.042460083961486816, -0.0172110628336668, -0.016047241166234016, 0.015319211408495903, 0.14095398783683777, -0.018181998282670975, 0.030711950734257698, -0.11251416057348251, 0.0645761713385582, -0.09946728497743607, -0.01914660818874836, -0.0071241967380046844, -0.04078202322125435, 0.029947424307465553, -0.13505136966705322, 0.010975461453199387, -0.1711256355047226, -0.14874492585659027, 0.009897243231534958, -0.02876151353120804, -0.018498392775654793, -0.059200938791036606, -0.03973992541432381, -0.01719699800014496, 0.06084148958325386, -0.04528016224503517, 0.0009662628290243447, -0.05951235070824623, 0.11524756252765656, -0.05245914310216904, 0.06888316571712494, -0.13250301778316498, 0.05976588651537895, -0.15375985205173492, -0.00870948750525713, -0.04503806680440903, 0.08287355303764343, 0.017666861414909363, 0.16653785109519958, -0.006960130762308836, -0.012972959317266941, -0.09847598522901535, 0.06441020965576172, -0.023426895961165428, 0.24133971333503723, -0.06349262595176697, -0.143473818898201, 0.22233937680721283, -0.06944137066602707, -0.1420930027961731, 0.12657590210437775, 0.020838137716054916, 0.07354387640953064, 0.10204131156206131, 0.19502143561840057, 0.014321080408990383, 0.006638950202614069, 0.054760824888944626, 0.0820525735616684, -0.17468082904815674, -0.03090454451739788, -0.00916894432157278, -0.01691337674856186, -0.1358218789100647, 0.043003637343645096, 0.11889315396547318, 0.10293904691934586, -0.07099705934524536, -0.013554582372307777, -0.03317642584443092, -0.004439891315996647, 0.06940841674804688, -0.007896981202065945, 0.09806080162525177, -0.09929461032152176, -0.040301576256752014, -0.058301206678152084, -0.006890235934406519, 0.0024084753822535276, 0.04120192304253578, -0.040066637098789215, 0.10096675902605057, -0.0006905568297952414, 0.05225489288568497, -0.14046427607536316, -0.07798092812299728, -0.020940499380230904, 0.1575685739517212, 0.04120592027902603, 0.04776391014456749, 0.057414863258600235, -0.0481991246342659, -0.0158701092004776, -0.009968787431716919, 0.16312187910079956, -0.0394844189286232, -0.06968989968299866, -0.056453973054885864, 0.10656707733869553, -0.058365050703287125, 0.03222460299730301, -0.04202231392264366, 0.022449776530265808, 0.060929615050554276, 0.12114907056093216, -0.0026538248639553785, 0.029062092304229736, -0.01023187953978777, -0.0038288652431219816, -0.07459788024425507, -0.020947640761733055, 0.10031349956989288, -0.004600553773343563, -0.08327498286962509, 0.23685328662395477, -0.17454755306243896, 0.19663569331169128, 0.2115958034992218, -0.2628093659877777, -0.024321777746081352, -0.06840608268976212, -0.05017746612429619, 0.003011465771123767, 0.05876095965504646, -0.04692309722304344, 0.09809201210737228, -0.02521132305264473, 0.16497591137886047, -0.04652651026844978, -0.07362692058086395, 0.016456644982099533, -0.05898859724402428, -0.0463954322040081, 0.0659271627664566, 0.08106416463851929, -0.15480613708496094, 0.18694530427455902, 0.20838376879692078, 0.07612863928079605, 0.19334357976913452, 0.004058185499161482, -0.014812501147389412, 0.08005014806985855, -0.03805047646164894, -0.04202093929052353, -0.07553261518478394, -0.16944189369678497, -0.01902174763381481, 0.07485251128673553, 0.03750864416360855, 0.11274250596761703, -0.10172852873802185, -0.07372885197401047, -0.016179129481315613, -0.005032413639128208, 0.005167648661881685, 0.1174640879034996, 0.045775800943374634, 0.14043675363063812, -0.019972821697592735, 0.03493902459740639, 0.08747350424528122, 0.02448674477636814, -0.10759711265563965, 0.16407065093517303, -0.14081640541553497, -0.38538745045661926, -0.16212545335292816, -0.13394121825695038, -0.029274288564920425, 0.04825805127620697, 0.11038947850465775, -0.13598975539207458, 0.0011978530092164874, -0.003706524148583412, 0.12342415004968643, -0.0806080624461174, 0.03755999356508255, -0.07838296890258789, 0.026997538283467293, -0.06349453330039978, -0.07917723804712296, -0.036463622003793716, -0.03232228383421898, -0.10000553727149963, 0.1757805496454239, -0.11054177582263947, 0.057571277022361755, 0.1741490364074707, 0.022440658882260323, 0.034390855580568314, -0.0513761006295681, 0.17275545001029968, -0.11779367178678513, 0.02093288116157055, 0.16278521716594696, -0.01799617148935795, 0.08678310364484787, 0.08059167861938477, -0.015366556122899055, -0.10777527838945389, 0.05196633189916611, 0.0019955262541770935, -0.1096891239285469, -0.20052047073841095, -0.12150565534830093, -0.0784008651971817, 0.14483654499053955, 0.05303339660167694, 0.05915789678692818, 0.17167222499847412, 0.08591149002313614, -0.04288473725318909, -0.004711467772722244, -0.012867298908531666, 0.07781979441642761, 0.1684085726737976, -0.017248503863811493, 0.11789125204086304, -0.05446818470954895, -0.11601924896240234, 0.13826869428157806, 0.02504623495042324, 0.050291191786527634, 0.04182872176170349, 0.008374262601137161, -0.009610554203391075, 0.09969738125801086, 0.12988939881324768, 0.118865467607975, -0.008107239380478859, -0.0232877004891634, -0.03601100295782089, -0.00860752072185278, -0.03570752218365669, 0.034572016447782516, 0.011757065542042255, -0.16013272106647491, -0.05726486071944237, -0.12173470109701157, 0.0964120477437973, 0.09787409752607346, 0.08039643615484238, -0.2033146470785141, -0.004589703865349293, 0.07378163933753967, -0.03603411093354225, -0.11624246090650558, 0.086527980864048, 0.033109065145254135, -0.1271866261959076, 0.0817195475101471, -0.03352120518684387, 0.115711510181427, -0.017423994839191437, 0.09427224844694138, -0.04346824064850807, -0.0329415462911129, -0.012381686829030514, 0.10430185496807098, -0.30799204111099243, 0.17485815286636353, -0.019660785794258118, -0.07034741342067719, -0.07672256976366043, -0.025566134601831436, 0.017929747700691223, 0.07530300319194794, 0.09619415551424026, 0.024311896413564682, 0.04642496258020401, -0.09243860840797424, -0.03940937668085098, 0.034113768488168716, 0.13641610741615295, -0.0638844221830368, -0.015862328931689262, -0.04075292870402336, 0.01116214320063591, -0.019626103341579437, -0.027355113998055458, 0.018256209790706635, -0.1504947543144226, 0.05358212813735008, 0.017237937077879906, 0.0753018707036972, 0.03889141231775284, -0.007973386906087399, -0.10224062204360962, 0.18268363177776337, -0.03004412353038788, -0.08521177619695663, -0.127006396651268, -0.04812724515795708, 0.04587927460670471, -0.051474425941705704, 0.034381575882434845, -0.06691597402095795, -0.011345877312123775, -0.06886660307645798, -0.21483656764030457, 0.12495172768831253, -0.0775398537516594, -0.07874035835266113, -0.03474915772676468, 0.20981398224830627, -0.05076101794838905, -0.00018431349599268287, 0.01172169204801321, 0.014822970144450665, -0.1086968258023262, -0.10466268658638, 0.06874550879001617, -0.034708425402641296, 0.02743770368397236, 0.02760813757777214, -0.03700246661901474, 0.02073092758655548, -0.06074898689985275, -0.01314478274434805, 0.2849438786506653, 0.22848764061927795, -0.035804633051157, 0.1875685602426529, 0.10711772739887238, -0.07248730212450027, -0.30828598141670227, -0.0999293103814125, -0.13133330643177032, -0.033457282930612564, -0.02052777260541916, -0.17081500589847565, 0.07089676707983017, 0.04558560997247696, 0.00998434517532587, 0.14900504052639008, -0.21140912175178528, -0.08518896996974945, 0.1092359870672226, -0.03466132655739784, 0.42140644788742065, -0.1164151057600975, -0.09652433544397354, -0.05340435355901718, -0.15239587426185608, 0.20086675882339478, -0.01557826716452837, 0.08761543780565262, -0.031178412958979607, 0.14360429346561432, 0.04995222017168999, -0.01680157333612442, 0.08329997956752777, 0.0014065488940104842, 0.004026432521641254, -0.12653036415576935, -0.022627411410212517, 0.0504734143614769, 0.021120509132742882, 0.0054380460642278194, -0.07736434042453766, 0.028706049546599388, -0.14863882958889008, -0.024921666830778122, -0.10909338295459747, 0.08278775960206985, 0.03857516124844551, -0.07422378659248352, -0.010892878286540508, -0.05615931376814842, -0.023589344695210457, -0.012528443709015846, 0.13453009724617004, -0.050522636622190475, 0.1720355898141861, 0.036824267357587814, 0.11522943526506424, -0.13816054165363312, 0.06146138161420822, -0.07406572997570038, -0.07532623410224915, 0.06773588061332703, -0.13577620685100555, 0.05240122601389885, 0.10075365751981735, -0.03372569754719734, 0.04758675396442413, 0.08927652984857559, 0.000919255951885134, 0.009403540752828121, 0.15953567624092102, -0.2761637568473816, 0.01791755110025406, -0.07046908140182495, -0.07692829519510269, 0.112159863114357, 0.07484955340623856, 0.181244894862175, 0.02791808731853962, -0.0472177192568779, 0.012221097014844418, 0.019269011914730072, -0.05120278522372246, 0.0548672117292881, 0.006578541360795498, -0.011816216632723808, -0.14148055016994476, 0.08790901303291321, -0.0015104453777894378, -0.1429632604122162, 0.02210722118616104, 0.19665491580963135, -0.13288317620754242, -0.10024755448102951, -0.05081937462091446, 0.057288672775030136, -0.13861924409866333, 0.008680099621415138, -0.01990172080695629, -0.09562872350215912, 0.0756591260433197, 0.1573420912027359, 0.05079081282019615, 0.12963363528251648, -0.02916029281914234, -0.008411908522248268, -0.04279141128063202, -0.051675889641046524, 0.02788730151951313, 0.019720058888196945, -0.07752392441034317, 0.08735781908035278, -0.024015765637159348, 0.14329436421394348, -0.10051412135362625, -0.06987810134887695, -0.1344141960144043, -0.005019306670874357, -0.09607285261154175, -0.0959741547703743, -0.08079583197832108, -0.061935000121593475, 0.004180733114480972, -0.039079975336790085, -0.0417400486767292, -0.08063078671693802, -0.10278100520372391, 0.016344387084245682, -0.02737213484942913, 0.028547246009111404, -0.07021904736757278, 0.008450011722743511, 0.12212047725915909, -0.029432062059640884, 0.17478644847869873, 0.15045183897018433, -0.10443241149187088, 0.10585668683052063, -0.17528948187828064, -0.10057486593723297, 0.10386897623538971, -0.01424362976104021, 0.02509693056344986, 0.12928596138954163, 0.018586233258247375, 0.04242280498147011, 0.03278495371341705, 0.06450606882572174, 0.04438134282827377, -0.11879310011863708, 0.08265755325555801, -0.002198860514909029, -0.15595629811286926, -0.061124756932258606, -0.09235648810863495, 0.02707000821828842, 0.02035105973482132, 0.11072126775979996, -0.04177020862698555, 0.08901136368513107, -0.06589431315660477, 0.023006385192275047, 0.025188656523823738, -0.17641755938529968, -0.03692740947008133, -0.05073147267103195, 0.03235582634806633, 0.028527792543172836, 0.22216679155826569, 0.015049049630761147, -0.030550595372915268, 0.0387740358710289, 0.12439186871051788, 0.015807392075657845, -0.0005460345419123769, 0.1709187924861908, 0.10334094613790512, -0.07364179939031601, -0.14011329412460327, 0.0676020160317421, 0.012262817472219467, -0.05599943920969963, 0.11458845436573029, -0.01812131516635418, -0.006866521667689085, 0.0670672059059143, -0.019556820392608643, 0.03449620306491852, -0.06607513129711151, -0.12762659788131714, -0.02478908933699131, 0.04269528388977051, 0.0029638311825692654, 0.12794137001037598, 0.15664103627204895, -0.005168106406927109, 0.026651626452803612, -0.015845872461795807, -0.023246217519044876, -0.13421551883220673, -0.15646639466285706, -0.06222613900899887, -0.14998294413089752, 0.022462334483861923, -0.08663632720708847, 0.047867026180028915, 0.05302877724170685, 0.07266844809055328, -0.06541765481233597, 0.06867647916078568, 0.049353908747434616, -0.11939282715320587, 0.08969518542289734, -0.024748487398028374, 0.04455447196960449, -0.0018985075876116753, -0.03077637031674385, -0.10359742492437363, 0.042003192007541656, -0.01649407483637333, 0.045346152037382126, -0.04421991854906082, 0.022579338401556015, -0.1750071942806244, -0.10995419323444366, -0.04818427562713623, 0.06838665902614594, -0.06683412194252014, 0.04056481271982193, 0.01606888137757778, 0.011690732091665268, 0.030521972104907036, 0.22083373367786407, -0.041100796312093735, -0.04384056478738785, -0.041319385170936584, 0.1635150909423828, -0.014866671524941921, 0.08733032643795013, -0.027159888297319412, -0.008534550666809082, -0.09159335494041443, 0.3551705777645111, 0.29626867175102234, -0.08988689631223679, 0.018322573974728584, -0.023403000086545944, 0.04054094851016998, 0.13749836385250092, 0.13930056989192963, 0.09693139791488647, 0.23870247602462769, -0.069560706615448, -0.05235563591122627, -0.01810343936085701, -0.013992605730891228, -0.06698887050151825, 0.09740167111158371, 0.02308662235736847, -0.05992421507835388, -0.0399320125579834, 0.09157036244869232, -0.2363831102848053, 0.1119081899523735, -0.1049022525548935, -0.15424089133739471, -0.03413557633757591, 0.011207441799342632, 0.07758733630180359, 0.01318280678242445, 0.11218693852424622, 0.013466300442814827, -0.0844072625041008, 0.014990749768912792, 0.034041877835989, -0.25270384550094604, 0.004782035481184721, 0.053680628538131714, -0.12391778826713562, -0.004765757359564304, -0.025234686210751534, 0.013625700026750565, 0.05700398609042168, 0.04094824194908142, -0.03069460764527321, 0.016096249222755432, -0.006652043666690588, -0.020144162699580193, -0.008288858458399773, 0.05953062325716019, 0.04713095352053642, -0.1559005230665207, 0.06380777060985565, -0.13577982783317566, 0.04075455665588379, -0.023885579779744148, -0.012463473714888096, -0.0012933483812958002, 0.01776987873017788, -0.0522073432803154, 0.06581555306911469, 0.07255802303552628, -0.0144086554646492, 0.008549283258616924, -0.08346639573574066, -0.034440234303474426, -0.023841137066483498, -0.10951124131679535, -0.08404874801635742, -0.13158579170703888, -0.12121031433343887, 0.10822955518960953, -0.02819518744945526, -0.18475614488124847, 0.03248962014913559, -0.12301548570394516, 0.05860345810651779, -0.17328192293643951, 0.11332228779792786, 0.07014153152704239, 0.018578365445137024, 0.01264720968902111, -0.007008096668869257, 0.08073210716247559, 0.11507359892129898, -0.0813264548778534, -0.08199906349182129 ]
null
null
transformers
<div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1281714306749468672/ksZeHrw5_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">GuyFoxDay 🤖 AI Bot </div> <div style="font-size: 15px">@guyfoxday bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@guyfoxday's tweets](https://twitter.com/guyfoxday). | Data | Quantity | | --- | --- | | Tweets downloaded | 3244 | | Retweets | 561 | | Short tweets | 316 | | Tweets kept | 2367 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/o580jv43/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @guyfoxday's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/3rf94m3w) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/3rf94m3w/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/guyfoxday') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/guyfoxday/1617809504933/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/guyfoxday
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
GuyFoxDay AI Bot @guyfoxday bot I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on @guyfoxday's tweets. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @guyfoxday'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 57 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 0.004547144751995802, -0.006708405911922455, -0.007013476919382811, 0.01947171241044998, 0.15818242728710175, 0.03448796644806862, 0.08709780126810074, 0.15389476716518402, -0.019877297803759575, -0.022431448101997375, 0.18047170341014862, 0.173692986369133, -0.012988686561584473, 0.09047263860702515, -0.05271327868103981, -0.2622397541999817, 0.03682216629385948, 0.05513067543506622, -0.007422737777233124, 0.14252057671546936, 0.07580838352441788, -0.023790201172232628, 0.11380083113908768, -0.02966974675655365, -0.202972412109375, 0.03197307139635086, 0.0615268237888813, -0.09518525749444962, 0.11083168536424637, 0.04628797993063927, 0.08698221296072006, 0.022143812850117683, -0.07331052422523499, -0.120787613093853, 0.04532235115766525, 0.045263588428497314, -0.06358368694782257, 0.06480421870946884, 0.08820623904466629, -0.1065920814871788, 0.1416475921869278, 0.07373794168233871, -0.01588049717247486, 0.07824484258890152, -0.17789237201213837, -0.03725104406476021, -0.036331940442323685, 0.007741300854831934, 0.07058489322662354, 0.0750737413764, -0.019116664305329323, 0.1746976524591446, -0.06598041951656342, 0.09777773916721344, 0.17528840899467468, -0.2887236773967743, -0.018040433526039124, 0.0492081381380558, 0.0887371376156807, 0.04900359362363815, -0.024227341637015343, 0.08339477330446243, 0.06365471333265305, 0.01686069741845131, 0.014271941967308521, -0.06960906833410263, -0.09346919506788254, 0.03645368665456772, -0.06932124495506287, -0.05699722096323967, 0.22001419961452484, -0.0334535576403141, 0.04674676060676575, -0.03953840583562851, -0.09316058456897736, -0.028927378356456757, -0.027232296764850616, -0.00907184462994337, -0.05413005128502846, 0.08754174411296844, -0.015151693485677242, -0.06331931799650192, -0.1435878872871399, -0.012912428006529808, -0.15805892646312714, 0.13816505670547485, 0.004333257209509611, 0.04586424678564072, -0.22094038128852844, 0.1012546569108963, 0.022817784920334816, -0.08995530754327774, 0.04930093511939049, -0.09425957500934601, 0.0717538446187973, 0.0007676240638829768, -0.04885277524590492, -0.02944779396057129, 0.08848895877599716, 0.14690880477428436, -0.02718975953757763, 0.005980455316603184, -0.01338018849492073, 0.0733228251338005, 0.059399042278528214, 0.028748195618391037, -0.006081049330532551, -0.052236080169677734, 0.05618719011545181, -0.1417204737663269, -0.010511515662074089, -0.07227712869644165, -0.10605388879776001, -0.04232237488031387, 0.03443120792508125, 0.060671232640743256, 0.042230576276779175, 0.11220116913318634, -0.04771716892719269, -0.01857093721628189, 0.05281376466155052, -0.03979083523154259, -0.008994937874376774, -0.01990325190126896, 0.018122754991054535, 0.13074275851249695, -0.019943278282880783, 0.03407962992787361, -0.10256942361593246, 0.05431444197893143, -0.10281401127576828, -0.01971535198390484, -0.014149561524391174, -0.04367954283952713, 0.031883664429187775, -0.12165860831737518, 0.016123656183481216, -0.16833168268203735, -0.14714312553405762, 0.002859292319044471, -0.016588665544986725, -0.017911825329065323, -0.07954888790845871, -0.04400517791509628, -0.02466505579650402, 0.06924423575401306, -0.04276731237769127, -0.00935916043817997, -0.05846982076764107, 0.11090090870857239, -0.05349889397621155, 0.07203050702810287, -0.1194647029042244, 0.0557217076420784, -0.14930842816829681, -0.013004516251385212, -0.04842504858970642, 0.07119924575090408, 0.015398351475596428, 0.1813964694738388, -0.006925920024514198, -0.003623353084549308, -0.09382472932338715, 0.06455672532320023, -0.02733452245593071, 0.24096953868865967, -0.0756828561425209, -0.14226967096328735, 0.21630549430847168, -0.06334739923477173, -0.14993034303188324, 0.1314547061920166, 0.01843975856900215, 0.08251222223043442, 0.10434340685606003, 0.19023460149765015, 0.01808990351855755, -0.007808534894138575, 0.054424818605184555, 0.07603957504034042, -0.1683882623910904, -0.033340878784656525, 0.0012923459289595485, -0.00014291972911451012, -0.1366809904575348, 0.04632483050227165, 0.1230006217956543, 0.09730340540409088, -0.07249721139669418, -0.018487868830561638, -0.030607668682932854, 0.0016078021144494414, 0.04144361615180969, -0.0005212334799580276, 0.09951234608888626, -0.1033509373664856, -0.04366454482078552, -0.06751791387796402, -0.002970147645100951, 0.011176802217960358, 0.03924661502242088, -0.04455869272351265, 0.09700342267751694, -0.007412149105221033, 0.0545678474009037, -0.13708296418190002, -0.07981666922569275, -0.016090448945760727, 0.1597585678100586, 0.040224816650152206, 0.04663374274969101, 0.0566885769367218, -0.05624469742178917, -0.015493324026465416, -0.010199432261288166, 0.16243304312229156, -0.04404180869460106, -0.07694169133901596, -0.07860849797725677, 0.10474636405706406, -0.06389671564102173, 0.026263169944286346, -0.051667314022779465, 0.024654213339090347, 0.04686986654996872, 0.1110762283205986, 0.004046999383717775, 0.026442723348736763, -0.012835992500185966, -0.007690808270126581, -0.07657550275325775, -0.01617686077952385, 0.1077079176902771, -0.0017721779877319932, -0.06809886544942856, 0.2437063455581665, -0.16884316504001617, 0.21163912117481232, 0.20976658165454865, -0.2492678016424179, -0.02882898785173893, -0.04848965257406235, -0.04766342043876648, -0.0012878701090812683, 0.06041788309812546, -0.034700244665145874, 0.09027024358510971, -0.03288675472140312, 0.16564396023750305, -0.051203593611717224, -0.07646744698286057, 0.019007064402103424, -0.05823178589344025, -0.05114857107400894, 0.07018019258975983, 0.08213616907596588, -0.1630844622850418, 0.18756183981895447, 0.21879082918167114, 0.06839460134506226, 0.2044064849615097, 0.00858453568071127, -0.010656360536813736, 0.07200875878334045, -0.04608747735619545, -0.03843220695853233, -0.06601633131504059, -0.15238076448440552, -0.03009703755378723, 0.06625645607709885, 0.030863380059599876, 0.09900964051485062, -0.09019728004932404, -0.08104760944843292, -0.017665131017565727, 0.004776675254106522, 0.00156646769028157, 0.11991100758314133, 0.03676433861255646, 0.13820022344589233, -0.01955524832010269, 0.022415857762098312, 0.08040772378444672, 0.016582515090703964, -0.10843544453382492, 0.16101348400115967, -0.13329310715198517, -0.3788211941719055, -0.14546175301074982, -0.13134250044822693, -0.020925991237163544, 0.03777816519141197, 0.1120775043964386, -0.1329103261232376, 0.005511005409061909, -0.007893978618085384, 0.10391844809055328, -0.08707519620656967, 0.039245378226041794, -0.07586963474750519, 0.0314689576625824, -0.060405436903238297, -0.07552991807460785, -0.03722400963306427, -0.028465405106544495, -0.09132689982652664, 0.16675986349582672, -0.11130212247371674, 0.06035055220127106, 0.16001324355602264, 0.021197395399212837, 0.03523072600364685, -0.05174810439348221, 0.18330632150173187, -0.112345851957798, 0.020098978653550148, 0.15624848008155823, -0.013005592860281467, 0.08254575729370117, 0.08188403397798538, -0.013132697902619839, -0.10316278785467148, 0.05240294709801674, 0.001463406952098012, -0.10209372639656067, -0.1950312703847885, -0.10119245946407318, -0.08230090886354446, 0.15922248363494873, 0.06361804902553558, 0.058937788009643555, 0.17968137562274933, 0.07578518986701965, -0.038606274873018265, -0.00038743947516195476, -0.00239798822440207, 0.08808282762765884, 0.13635766506195068, -0.01442645862698555, 0.1225903332233429, -0.04975935071706772, -0.10913994163274765, 0.12899059057235718, 0.01750512234866619, 0.03937286511063576, 0.051435839384794235, 0.021011192351579666, -0.011281835846602917, 0.11866551637649536, 0.13484057784080505, 0.10447502881288528, -0.015693627297878265, -0.0293489471077919, -0.04774824157357216, -0.01359935849905014, -0.033305928111076355, 0.03640862926840782, 0.008061517030000687, -0.14140670001506805, -0.06158366799354553, -0.11537835001945496, 0.08758961409330368, 0.10668005049228668, 0.07567808032035828, -0.21108253300189972, -0.003950516227632761, 0.07933880388736725, -0.03630997985601425, -0.11126025766134262, 0.08416172116994858, 0.03095286712050438, -0.1277567446231842, 0.07218055427074432, -0.03519461303949356, 0.12458370625972748, -0.0032897875644266605, 0.09583556652069092, -0.03598680719733238, -0.027483470737934113, -0.013308011926710606, 0.09818253666162491, -0.3191508650779724, 0.1621316522359848, -0.017933005467057228, -0.0618131123483181, -0.06667962670326233, -0.02528184838593006, 0.015994107350707054, 0.07729468494653702, 0.10861869156360626, 0.021759910508990288, 0.01640525460243225, -0.07345785945653915, -0.042352862656116486, 0.038021303713321686, 0.12403716146945953, -0.06827268749475479, -0.012903391383588314, -0.04523605480790138, 0.00796645786613226, -0.017124788835644722, -0.008793274872004986, 0.006911922711879015, -0.14962191879749298, 0.05182485654950142, 0.014736213721334934, 0.07058768719434738, 0.0436982735991478, -0.014969068579375744, -0.09180716425180435, 0.18274778127670288, -0.015714606270194054, -0.07271543145179749, -0.12616917490959167, -0.05262751132249832, 0.030376195907592773, -0.05518756061792374, 0.021047864109277725, -0.06501689553260803, -0.0035362408962100744, -0.06755607575178146, -0.22007296979427338, 0.1278373897075653, -0.08437205106019974, -0.07192739844322205, -0.04912353679537773, 0.2010866105556488, -0.051223888993263245, 0.003238252131268382, 0.010222852230072021, 0.021994104608893394, -0.11474784463644028, -0.09469719231128693, 0.07112357765436172, -0.03247172012925148, 0.03123478777706623, 0.0022505864035338163, -0.04091062396764755, 0.016593176871538162, -0.06314414739608765, -0.011381587944924831, 0.27866554260253906, 0.23951324820518494, -0.040407944470644, 0.1904350072145462, 0.11012271791696548, -0.08163551241159439, -0.3069863021373749, -0.10166139155626297, -0.12140648066997528, -0.02996143139898777, -0.017288926988840103, -0.16865339875221252, 0.06477722525596619, 0.038930367678403854, 0.009261871688067913, 0.13778774440288544, -0.20730599761009216, -0.08823523670434952, 0.09138026833534241, -0.02557477355003357, 0.43079736828804016, -0.1257614940404892, -0.08959750831127167, -0.051866497844457626, -0.16516901552677155, 0.2173919379711151, -0.021592965349555016, 0.07857322692871094, -0.029561417177319527, 0.11770006269216537, 0.04697660356760025, -0.010707763023674488, 0.08040876686573029, -0.00884756539016962, 0.008373050950467587, -0.12410011142492294, -0.02768467366695404, 0.04874192550778389, 0.012378438375890255, 0.0013600040692836046, -0.09389680624008179, 0.020313434302806854, -0.15990203619003296, -0.018549781292676926, -0.11233476549386978, 0.07682323455810547, 0.025788001716136932, -0.06466120481491089, -0.003637736663222313, -0.04986237734556198, -0.015892893075942993, -0.01400828268378973, 0.1717434972524643, -0.04862768203020096, 0.19366511702537537, 0.03501616790890694, 0.11570870876312256, -0.1362973153591156, 0.06143493950366974, -0.06429426372051239, -0.07528600096702576, 0.07427702099084854, -0.1537967324256897, 0.05111055448651314, 0.09430045634508133, -0.030276626348495483, 0.05380253866314888, 0.08795086294412613, -0.003969982732087374, 0.004800081253051758, 0.15867236256599426, -0.2786487936973572, 0.01320126373320818, -0.07396841049194336, -0.06665283441543579, 0.10506758838891983, 0.06261139363050461, 0.17162823677062988, 0.011681869626045227, -0.056615445762872696, 0.01595049723982811, 0.02499506063759327, -0.04915530979633331, 0.04529924690723419, 0.008104361593723297, -0.010991688817739487, -0.13640300929546356, 0.08699746429920197, 0.0042801909148693085, -0.1531187742948532, 0.024680746719241142, 0.2155698835849762, -0.1260155886411667, -0.10237220674753189, -0.03444112092256546, 0.08444061875343323, -0.11519137024879456, 0.01753072999417782, -0.030764780938625336, -0.09109894186258316, 0.07448896765708923, 0.15248911082744598, 0.049206193536520004, 0.11775100976228714, -0.015379221178591251, -0.011753370985388756, -0.05147303268313408, -0.0317845419049263, 0.025745956227183342, 0.017857374623417854, -0.08257177472114563, 0.06648801267147064, -0.022109810262918472, 0.14559012651443481, -0.09791336953639984, -0.06602771580219269, -0.1468091756105423, -0.009785634465515614, -0.0695481076836586, -0.09207163751125336, -0.08133620768785477, -0.062133077532052994, 0.0010387726360931993, -0.03962359577417374, -0.04795864596962929, -0.0791037380695343, -0.10289866477251053, 0.009435068815946579, -0.02305566892027855, 0.03256045654416084, -0.06115729361772537, 0.007872066460549831, 0.12092912197113037, -0.028174830600619316, 0.16686207056045532, 0.1458095908164978, -0.09536580741405487, 0.10568815469741821, -0.16346460580825806, -0.08964221179485321, 0.0939340740442276, -0.01729099079966545, 0.027899714186787605, 0.11666940152645111, 0.014932696707546711, 0.04195788502693176, 0.035977672785520554, 0.06045130267739296, 0.03587699308991432, -0.11899011582136154, 0.07665140181779861, 0.009481414221227169, -0.1612047255039215, -0.06303887814283371, -0.08555969595909119, 0.030386725440621376, 0.021575886756181717, 0.12225193530321121, -0.045776769518852234, 0.0887017622590065, -0.07972796261310577, 0.027257539331912994, 0.02293219044804573, -0.181223064661026, -0.047844018787145615, -0.053065262734889984, 0.032686229795217514, 0.018960151821374893, 0.1893557906150818, 0.027213018387556076, -0.03697650134563446, 0.04549255222082138, 0.1042066365480423, 0.005313898902386427, 0.004829791374504566, 0.16259528696537018, 0.09423433989286423, -0.07654286175966263, -0.12226779758930206, 0.07556461542844772, 0.019673259928822517, -0.044067107141017914, 0.10607215762138367, -0.002448870101943612, 0.020163848996162415, 0.06910120695829391, -0.014892932027578354, 0.034322552382946014, -0.044286008924245834, -0.10698256641626358, -0.023580113425850868, 0.046367425471544266, 0.00669879000633955, 0.12847968935966492, 0.177873894572258, -0.002574790036305785, 0.025011489167809486, -0.0363602340221405, -0.024931130930781364, -0.13864666223526, -0.1558164656162262, -0.06855984032154083, -0.14875617623329163, 0.012976853176951408, -0.0915176048874855, 0.04695429280400276, 0.028682325035333633, 0.06887643784284592, -0.07052405923604965, 0.04384735971689224, 0.06974220275878906, -0.12065785378217697, 0.09397104382514954, -0.028081456199288368, 0.03704333305358887, -0.006730496883392334, -0.012833851389586926, -0.10013298690319061, 0.035936567932367325, -0.01747855544090271, 0.045271266251802444, -0.04546798765659332, 0.030429324135184288, -0.1703072488307953, -0.124412901699543, -0.04034453630447388, 0.06420420855283737, -0.06510858237743378, 0.03512151539325714, 0.019115818664431572, 0.013339218683540821, 0.03305599465966225, 0.23020225763320923, -0.03704051673412323, -0.02329315058887005, -0.042310282588005066, 0.16692522168159485, -0.014016710221767426, 0.08088304847478867, -0.03037172369658947, 0.0002500463742762804, -0.08417443931102753, 0.3385351300239563, 0.3027777075767517, -0.09020252525806427, 0.019915465265512466, -0.030905582010746002, 0.03936264291405678, 0.11892254650592804, 0.13376617431640625, 0.09784641861915588, 0.2282467782497406, -0.07217609137296677, -0.03032243251800537, -0.020507147535681725, -0.011079044081270695, -0.06650827825069427, 0.0879674032330513, 0.02507801540195942, -0.05553486570715904, -0.031693898141384125, 0.0812700018286705, -0.2327648252248764, 0.10665327310562134, -0.11289316415786743, -0.1636168211698532, -0.039189815521240234, 0.0042042857967317104, 0.08908319473266602, 0.015396242961287498, 0.11228121817111969, 0.009163780137896538, -0.07585213333368301, 0.017798418179154396, 0.028085503727197647, -0.24201616644859314, -0.008133855648338795, 0.060310713946819305, -0.12939085066318512, -0.004324504639953375, -0.027167800813913345, 0.007199867628514767, 0.059822265058755875, 0.029368450865149498, -0.04319324716925621, -0.001257759635336697, -0.010450302623212337, -0.008644461631774902, -0.011618612334132195, 0.07065588980913162, 0.046958792954683304, -0.13329142332077026, 0.06869500875473022, -0.11774353682994843, 0.033477768301963806, -0.05866728723049164, -0.015255378559231758, 0.000037100471672602, 0.03460683673620224, -0.04829782620072365, 0.07058211416006088, 0.07688362896442413, -0.015606098808348179, 0.000610517687164247, -0.0802936851978302, -0.036274004727602005, -0.019796574488282204, -0.09252054989337921, -0.08371094614267349, -0.13031646609306335, -0.11573562026023865, 0.1029667928814888, -0.02224794402718544, -0.19213621318340302, 0.03111329674720764, -0.12165344506502151, 0.045619383454322815, -0.1751558482646942, 0.11076030135154724, 0.08046020567417145, 0.01831907220184803, 0.011516088619828224, -0.02576824277639389, 0.08821021765470505, 0.11728470027446747, -0.07783648371696472, -0.08528783172369003 ]
null
null
transformers
<div class="inline-flex flex-col" style="line-height: 1.5;"> <div class="flex"> <div style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;https://pbs.twimg.com/profile_images/1332093894218182659/-dCbl61O_400x400.jpg&#39;)"> </div> <div style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)"> </div> <div style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)"> </div> </div> <div style="text-align: center; margin-top: 3px; font-size: 16px; font-weight: 800">🤖 AI BOT 🤖</div> <div style="text-align: center; font-size: 16px; font-weight: 800">GuyWithThePie (🎂 in 1 week)</div> <div style="text-align: center; font-size: 14px;">@guywiththepie</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on tweets from GuyWithThePie (🎂 in 1 week). | Data | GuyWithThePie (🎂 in 1 week) | | --- | --- | | Tweets downloaded | 3204 | | Retweets | 445 | | Short tweets | 422 | | Tweets kept | 2337 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/1lir19ia/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @guywiththepie's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/2ru7uv7v) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/2ru7uv7v/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/guywiththepie') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/guywiththepie/1627573203188/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/guywiththepie
[ "transformers", "pytorch", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
AI BOT GuyWithThePie ( in 1 week) @guywiththepie I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on tweets from GuyWithThePie ( in 1 week). Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @guywiththepie'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 54 ]
[ "passage: TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ -0.0001764487533364445, -0.01891571842133999, -0.0068881697952747345, 0.01242890115827322, 0.16224369406700134, 0.04406825825572014, 0.08452208340167999, 0.14250440895557404, -0.026455026119947433, -0.016114573925733566, 0.17334569990634918, 0.17106501758098602, -0.014037161134183407, 0.08718273043632507, -0.05552244931459427, -0.2646014094352722, 0.044212065637111664, 0.058431971818208694, -0.020032864063978195, 0.14111687242984772, 0.0714879110455513, -0.01828647032380104, 0.10845158249139786, -0.02953636273741722, -0.18877948820590973, 0.03499612212181091, 0.05605728179216385, -0.09992336481809616, 0.11936124414205551, 0.04713086411356926, 0.08659981191158295, 0.015409729443490505, -0.07482189685106277, -0.12249794602394104, 0.03866785019636154, 0.041891295462846756, -0.0629689022898674, 0.05911329388618469, 0.08818957209587097, -0.11120674759149551, 0.1456013321876526, 0.07799911499023438, -0.01863223686814308, 0.07941857725381851, -0.17164963483810425, -0.019008882343769073, -0.036983806639909744, 0.005464354529976845, 0.057414017617702484, 0.07476010918617249, -0.01932354085147381, 0.1732589453458786, -0.0767555758357048, 0.09587065875530243, 0.16117197275161743, -0.2913956344127655, -0.005072304047644138, 0.0498935841023922, 0.06722559779882431, 0.03902119770646095, -0.015738610178232193, 0.08706029504537582, 0.06277379393577576, 0.02536560781300068, -0.0014978112885728478, -0.06339331716299057, -0.0928240567445755, 0.04014677554368973, -0.0745372325181961, -0.06578013300895691, 0.20811960101127625, -0.039430033415555954, 0.050536420196294785, -0.03807967156171799, -0.10491003096103668, -0.02197154052555561, -0.015753688290715218, 0.00720712635666132, -0.06031509116292, 0.08949250727891922, -0.014659170061349869, -0.07363511621952057, -0.15025688707828522, -0.016003666445612907, -0.18369624018669128, 0.1574522852897644, 0.003967532888054848, 0.04864242300391197, -0.2093716263771057, 0.11408322304487228, 0.020872395485639572, -0.08021171391010284, 0.047296058386564255, -0.09546594321727753, 0.07179957628250122, 0.002116252202540636, -0.05267130210995674, -0.02264278009533882, 0.08682441711425781, 0.15258505940437317, -0.026140356436371803, 0.0017382961232215166, -0.027155736461281776, 0.07059825956821442, 0.05281682312488556, 0.040018972009420395, -0.017763059586286545, -0.04289618879556656, 0.045782025903463364, -0.15945611894130707, -0.007582054473459721, -0.06918198615312576, -0.1068587526679039, -0.05112413689494133, 0.022331949323415756, 0.06442617624998093, 0.031878020614385605, 0.11345649510622025, -0.04609488695859909, -0.014168480411171913, 0.06350603699684143, -0.042460083961486816, -0.0172110628336668, -0.016047241166234016, 0.015319211408495903, 0.14095398783683777, -0.018181998282670975, 0.030711950734257698, -0.11251416057348251, 0.0645761713385582, -0.09946728497743607, -0.01914660818874836, -0.0071241967380046844, -0.04078202322125435, 0.029947424307465553, -0.13505136966705322, 0.010975461453199387, -0.1711256355047226, -0.14874492585659027, 0.009897243231534958, -0.02876151353120804, -0.018498392775654793, -0.059200938791036606, -0.03973992541432381, -0.01719699800014496, 0.06084148958325386, -0.04528016224503517, 0.0009662628290243447, -0.05951235070824623, 0.11524756252765656, -0.05245914310216904, 0.06888316571712494, -0.13250301778316498, 0.05976588651537895, -0.15375985205173492, -0.00870948750525713, -0.04503806680440903, 0.08287355303764343, 0.017666861414909363, 0.16653785109519958, -0.006960130762308836, -0.012972959317266941, -0.09847598522901535, 0.06441020965576172, -0.023426895961165428, 0.24133971333503723, -0.06349262595176697, -0.143473818898201, 0.22233937680721283, -0.06944137066602707, -0.1420930027961731, 0.12657590210437775, 0.020838137716054916, 0.07354387640953064, 0.10204131156206131, 0.19502143561840057, 0.014321080408990383, 0.006638950202614069, 0.054760824888944626, 0.0820525735616684, -0.17468082904815674, -0.03090454451739788, -0.00916894432157278, -0.01691337674856186, -0.1358218789100647, 0.043003637343645096, 0.11889315396547318, 0.10293904691934586, -0.07099705934524536, -0.013554582372307777, -0.03317642584443092, -0.004439891315996647, 0.06940841674804688, -0.007896981202065945, 0.09806080162525177, -0.09929461032152176, -0.040301576256752014, -0.058301206678152084, -0.006890235934406519, 0.0024084753822535276, 0.04120192304253578, -0.040066637098789215, 0.10096675902605057, -0.0006905568297952414, 0.05225489288568497, -0.14046427607536316, -0.07798092812299728, -0.020940499380230904, 0.1575685739517212, 0.04120592027902603, 0.04776391014456749, 0.057414863258600235, -0.0481991246342659, -0.0158701092004776, -0.009968787431716919, 0.16312187910079956, -0.0394844189286232, -0.06968989968299866, -0.056453973054885864, 0.10656707733869553, -0.058365050703287125, 0.03222460299730301, -0.04202231392264366, 0.022449776530265808, 0.060929615050554276, 0.12114907056093216, -0.0026538248639553785, 0.029062092304229736, -0.01023187953978777, -0.0038288652431219816, -0.07459788024425507, -0.020947640761733055, 0.10031349956989288, -0.004600553773343563, -0.08327498286962509, 0.23685328662395477, -0.17454755306243896, 0.19663569331169128, 0.2115958034992218, -0.2628093659877777, -0.024321777746081352, -0.06840608268976212, -0.05017746612429619, 0.003011465771123767, 0.05876095965504646, -0.04692309722304344, 0.09809201210737228, -0.02521132305264473, 0.16497591137886047, -0.04652651026844978, -0.07362692058086395, 0.016456644982099533, -0.05898859724402428, -0.0463954322040081, 0.0659271627664566, 0.08106416463851929, -0.15480613708496094, 0.18694530427455902, 0.20838376879692078, 0.07612863928079605, 0.19334357976913452, 0.004058185499161482, -0.014812501147389412, 0.08005014806985855, -0.03805047646164894, -0.04202093929052353, -0.07553261518478394, -0.16944189369678497, -0.01902174763381481, 0.07485251128673553, 0.03750864416360855, 0.11274250596761703, -0.10172852873802185, -0.07372885197401047, -0.016179129481315613, -0.005032413639128208, 0.005167648661881685, 0.1174640879034996, 0.045775800943374634, 0.14043675363063812, -0.019972821697592735, 0.03493902459740639, 0.08747350424528122, 0.02448674477636814, -0.10759711265563965, 0.16407065093517303, -0.14081640541553497, -0.38538745045661926, -0.16212545335292816, -0.13394121825695038, -0.029274288564920425, 0.04825805127620697, 0.11038947850465775, -0.13598975539207458, 0.0011978530092164874, -0.003706524148583412, 0.12342415004968643, -0.0806080624461174, 0.03755999356508255, -0.07838296890258789, 0.026997538283467293, -0.06349453330039978, -0.07917723804712296, -0.036463622003793716, -0.03232228383421898, -0.10000553727149963, 0.1757805496454239, -0.11054177582263947, 0.057571277022361755, 0.1741490364074707, 0.022440658882260323, 0.034390855580568314, -0.0513761006295681, 0.17275545001029968, -0.11779367178678513, 0.02093288116157055, 0.16278521716594696, -0.01799617148935795, 0.08678310364484787, 0.08059167861938477, -0.015366556122899055, -0.10777527838945389, 0.05196633189916611, 0.0019955262541770935, -0.1096891239285469, -0.20052047073841095, -0.12150565534830093, -0.0784008651971817, 0.14483654499053955, 0.05303339660167694, 0.05915789678692818, 0.17167222499847412, 0.08591149002313614, -0.04288473725318909, -0.004711467772722244, -0.012867298908531666, 0.07781979441642761, 0.1684085726737976, -0.017248503863811493, 0.11789125204086304, -0.05446818470954895, -0.11601924896240234, 0.13826869428157806, 0.02504623495042324, 0.050291191786527634, 0.04182872176170349, 0.008374262601137161, -0.009610554203391075, 0.09969738125801086, 0.12988939881324768, 0.118865467607975, -0.008107239380478859, -0.0232877004891634, -0.03601100295782089, -0.00860752072185278, -0.03570752218365669, 0.034572016447782516, 0.011757065542042255, -0.16013272106647491, -0.05726486071944237, -0.12173470109701157, 0.0964120477437973, 0.09787409752607346, 0.08039643615484238, -0.2033146470785141, -0.004589703865349293, 0.07378163933753967, -0.03603411093354225, -0.11624246090650558, 0.086527980864048, 0.033109065145254135, -0.1271866261959076, 0.0817195475101471, -0.03352120518684387, 0.115711510181427, -0.017423994839191437, 0.09427224844694138, -0.04346824064850807, -0.0329415462911129, -0.012381686829030514, 0.10430185496807098, -0.30799204111099243, 0.17485815286636353, -0.019660785794258118, -0.07034741342067719, -0.07672256976366043, -0.025566134601831436, 0.017929747700691223, 0.07530300319194794, 0.09619415551424026, 0.024311896413564682, 0.04642496258020401, -0.09243860840797424, -0.03940937668085098, 0.034113768488168716, 0.13641610741615295, -0.0638844221830368, -0.015862328931689262, -0.04075292870402336, 0.01116214320063591, -0.019626103341579437, -0.027355113998055458, 0.018256209790706635, -0.1504947543144226, 0.05358212813735008, 0.017237937077879906, 0.0753018707036972, 0.03889141231775284, -0.007973386906087399, -0.10224062204360962, 0.18268363177776337, -0.03004412353038788, -0.08521177619695663, -0.127006396651268, -0.04812724515795708, 0.04587927460670471, -0.051474425941705704, 0.034381575882434845, -0.06691597402095795, -0.011345877312123775, -0.06886660307645798, -0.21483656764030457, 0.12495172768831253, -0.0775398537516594, -0.07874035835266113, -0.03474915772676468, 0.20981398224830627, -0.05076101794838905, -0.00018431349599268287, 0.01172169204801321, 0.014822970144450665, -0.1086968258023262, -0.10466268658638, 0.06874550879001617, -0.034708425402641296, 0.02743770368397236, 0.02760813757777214, -0.03700246661901474, 0.02073092758655548, -0.06074898689985275, -0.01314478274434805, 0.2849438786506653, 0.22848764061927795, -0.035804633051157, 0.1875685602426529, 0.10711772739887238, -0.07248730212450027, -0.30828598141670227, -0.0999293103814125, -0.13133330643177032, -0.033457282930612564, -0.02052777260541916, -0.17081500589847565, 0.07089676707983017, 0.04558560997247696, 0.00998434517532587, 0.14900504052639008, -0.21140912175178528, -0.08518896996974945, 0.1092359870672226, -0.03466132655739784, 0.42140644788742065, -0.1164151057600975, -0.09652433544397354, -0.05340435355901718, -0.15239587426185608, 0.20086675882339478, -0.01557826716452837, 0.08761543780565262, -0.031178412958979607, 0.14360429346561432, 0.04995222017168999, -0.01680157333612442, 0.08329997956752777, 0.0014065488940104842, 0.004026432521641254, -0.12653036415576935, -0.022627411410212517, 0.0504734143614769, 0.021120509132742882, 0.0054380460642278194, -0.07736434042453766, 0.028706049546599388, -0.14863882958889008, -0.024921666830778122, -0.10909338295459747, 0.08278775960206985, 0.03857516124844551, -0.07422378659248352, -0.010892878286540508, -0.05615931376814842, -0.023589344695210457, -0.012528443709015846, 0.13453009724617004, -0.050522636622190475, 0.1720355898141861, 0.036824267357587814, 0.11522943526506424, -0.13816054165363312, 0.06146138161420822, -0.07406572997570038, -0.07532623410224915, 0.06773588061332703, -0.13577620685100555, 0.05240122601389885, 0.10075365751981735, -0.03372569754719734, 0.04758675396442413, 0.08927652984857559, 0.000919255951885134, 0.009403540752828121, 0.15953567624092102, -0.2761637568473816, 0.01791755110025406, -0.07046908140182495, -0.07692829519510269, 0.112159863114357, 0.07484955340623856, 0.181244894862175, 0.02791808731853962, -0.0472177192568779, 0.012221097014844418, 0.019269011914730072, -0.05120278522372246, 0.0548672117292881, 0.006578541360795498, -0.011816216632723808, -0.14148055016994476, 0.08790901303291321, -0.0015104453777894378, -0.1429632604122162, 0.02210722118616104, 0.19665491580963135, -0.13288317620754242, -0.10024755448102951, -0.05081937462091446, 0.057288672775030136, -0.13861924409866333, 0.008680099621415138, -0.01990172080695629, -0.09562872350215912, 0.0756591260433197, 0.1573420912027359, 0.05079081282019615, 0.12963363528251648, -0.02916029281914234, -0.008411908522248268, -0.04279141128063202, -0.051675889641046524, 0.02788730151951313, 0.019720058888196945, -0.07752392441034317, 0.08735781908035278, -0.024015765637159348, 0.14329436421394348, -0.10051412135362625, -0.06987810134887695, -0.1344141960144043, -0.005019306670874357, -0.09607285261154175, -0.0959741547703743, -0.08079583197832108, -0.061935000121593475, 0.004180733114480972, -0.039079975336790085, -0.0417400486767292, -0.08063078671693802, -0.10278100520372391, 0.016344387084245682, -0.02737213484942913, 0.028547246009111404, -0.07021904736757278, 0.008450011722743511, 0.12212047725915909, -0.029432062059640884, 0.17478644847869873, 0.15045183897018433, -0.10443241149187088, 0.10585668683052063, -0.17528948187828064, -0.10057486593723297, 0.10386897623538971, -0.01424362976104021, 0.02509693056344986, 0.12928596138954163, 0.018586233258247375, 0.04242280498147011, 0.03278495371341705, 0.06450606882572174, 0.04438134282827377, -0.11879310011863708, 0.08265755325555801, -0.002198860514909029, -0.15595629811286926, -0.061124756932258606, -0.09235648810863495, 0.02707000821828842, 0.02035105973482132, 0.11072126775979996, -0.04177020862698555, 0.08901136368513107, -0.06589431315660477, 0.023006385192275047, 0.025188656523823738, -0.17641755938529968, -0.03692740947008133, -0.05073147267103195, 0.03235582634806633, 0.028527792543172836, 0.22216679155826569, 0.015049049630761147, -0.030550595372915268, 0.0387740358710289, 0.12439186871051788, 0.015807392075657845, -0.0005460345419123769, 0.1709187924861908, 0.10334094613790512, -0.07364179939031601, -0.14011329412460327, 0.0676020160317421, 0.012262817472219467, -0.05599943920969963, 0.11458845436573029, -0.01812131516635418, -0.006866521667689085, 0.0670672059059143, -0.019556820392608643, 0.03449620306491852, -0.06607513129711151, -0.12762659788131714, -0.02478908933699131, 0.04269528388977051, 0.0029638311825692654, 0.12794137001037598, 0.15664103627204895, -0.005168106406927109, 0.026651626452803612, -0.015845872461795807, -0.023246217519044876, -0.13421551883220673, -0.15646639466285706, -0.06222613900899887, -0.14998294413089752, 0.022462334483861923, -0.08663632720708847, 0.047867026180028915, 0.05302877724170685, 0.07266844809055328, -0.06541765481233597, 0.06867647916078568, 0.049353908747434616, -0.11939282715320587, 0.08969518542289734, -0.024748487398028374, 0.04455447196960449, -0.0018985075876116753, -0.03077637031674385, -0.10359742492437363, 0.042003192007541656, -0.01649407483637333, 0.045346152037382126, -0.04421991854906082, 0.022579338401556015, -0.1750071942806244, -0.10995419323444366, -0.04818427562713623, 0.06838665902614594, -0.06683412194252014, 0.04056481271982193, 0.01606888137757778, 0.011690732091665268, 0.030521972104907036, 0.22083373367786407, -0.041100796312093735, -0.04384056478738785, -0.041319385170936584, 0.1635150909423828, -0.014866671524941921, 0.08733032643795013, -0.027159888297319412, -0.008534550666809082, -0.09159335494041443, 0.3551705777645111, 0.29626867175102234, -0.08988689631223679, 0.018322573974728584, -0.023403000086545944, 0.04054094851016998, 0.13749836385250092, 0.13930056989192963, 0.09693139791488647, 0.23870247602462769, -0.069560706615448, -0.05235563591122627, -0.01810343936085701, -0.013992605730891228, -0.06698887050151825, 0.09740167111158371, 0.02308662235736847, -0.05992421507835388, -0.0399320125579834, 0.09157036244869232, -0.2363831102848053, 0.1119081899523735, -0.1049022525548935, -0.15424089133739471, -0.03413557633757591, 0.011207441799342632, 0.07758733630180359, 0.01318280678242445, 0.11218693852424622, 0.013466300442814827, -0.0844072625041008, 0.014990749768912792, 0.034041877835989, -0.25270384550094604, 0.004782035481184721, 0.053680628538131714, -0.12391778826713562, -0.004765757359564304, -0.025234686210751534, 0.013625700026750565, 0.05700398609042168, 0.04094824194908142, -0.03069460764527321, 0.016096249222755432, -0.006652043666690588, -0.020144162699580193, -0.008288858458399773, 0.05953062325716019, 0.04713095352053642, -0.1559005230665207, 0.06380777060985565, -0.13577982783317566, 0.04075455665588379, -0.023885579779744148, -0.012463473714888096, -0.0012933483812958002, 0.01776987873017788, -0.0522073432803154, 0.06581555306911469, 0.07255802303552628, -0.0144086554646492, 0.008549283258616924, -0.08346639573574066, -0.034440234303474426, -0.023841137066483498, -0.10951124131679535, -0.08404874801635742, -0.13158579170703888, -0.12121031433343887, 0.10822955518960953, -0.02819518744945526, -0.18475614488124847, 0.03248962014913559, -0.12301548570394516, 0.05860345810651779, -0.17328192293643951, 0.11332228779792786, 0.07014153152704239, 0.018578365445137024, 0.01264720968902111, -0.007008096668869257, 0.08073210716247559, 0.11507359892129898, -0.0813264548778534, -0.08199906349182129 ]
null
null
transformers
<link rel="stylesheet" href="https://unpkg.com/@tailwindcss/[email protected]/dist/typography.min.css"> <style> @media (prefers-color-scheme: dark) { .prose { color: #E2E8F0 !important; } .prose h2, .prose h3, .prose a, .prose thead { color: #F7FAFC !important; } } </style> <section class='prose'> <div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/424495004/GuidoAvatar_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">Guido van Rossum 🤖 AI Bot </div> <div style="font-size: 15px; color: #657786">@gvanrossum bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://app.wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-model-to-generate-tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@gvanrossum's tweets](https://twitter.com/gvanrossum). <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'>3192</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'>166</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'>169</td> </tr> <tr style='border-width:0'> <td style='border-width:0'>Tweets kept</td> <td style='border-width:0'>2857</td> </tr> </tbody> </table> [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/3cyt5kq0/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @gvanrossum's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/rte53sg6) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/rte53sg6/artifacts) is logged and versioned. ## Intended uses & limitations ### How to use 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/gvanrossum'</span>) generator(<span style="color:#FF9800">"My dream is"</span>, num_return_sequences=<span style="color:#8BC34A">5</span>)</code></pre> ### Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* </section> [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) <section class='prose'> For more details, visit the project repository. </section> [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets) <!--- random size file -->
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/gvanrossum/1605218553043/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/gvanrossum
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
<link rel="stylesheet" href="URL <style> @media (prefers-color-scheme: dark) { .prose { color: #E2E8F0 !important; } .prose h2, .prose h3, .prose a, .prose thead { color: #F7FAFC !important; } } </style> <section class='prose'> <div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('URL </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">Guido van Rossum AI Bot </div> <div style="font-size: 15px; color: #657786">@gvanrossum bot</div> </div> I was made with huggingtweets. Create your own bot based on your favorite user with the demo! ## How does it work? The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. ## Training data The model was trained on @gvanrossum'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'>3192</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'>166</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'>169</td> </tr> <tr style='border-width:0'> <td style='border-width:0'>Tweets kept</td> <td style='border-width:0'>2857</td> </tr> </tbody> </table> Explore the data, which is tracked with W&B artifacts at every step of the pipeline. ## Training procedure The model is based on a pre-trained GPT-2 which is fine-tuned on @gvanrossum'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. ## Intended uses & limitations ### How to use 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/gvanrossum'</span>) generator(<span style="color:#FF9800">"My dream is"</span>, num_return_sequences=<span style="color:#8BC34A">5</span>)</code></pre> ### Limitations and bias 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. ## About *Built by Boris Dayma* </section> ![Follow](URL <section class='prose'> For more details, visit the project repository. </section> ![GitHub stars](URL
[ "## How does it work?\n\nThe model uses the following pipeline.\n\n!pipeline\n\nTo understand how the model was developed, check the W&B report.", "## Training data\n\nThe model was trained on @gvanrossum's tweets.\n\n<table style='border-width:0'>\n<thead style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #CBD5E0'>\n<th style='border-width:0'>Data</th>\n<th style='border-width:0'>Quantity</th>\n</tr>\n</thead>\n<tbody style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Tweets downloaded</td>\n<td style='border-width:0'>3192</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Retweets</td>\n<td style='border-width:0'>166</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Short tweets</td>\n<td style='border-width:0'>169</td>\n</tr>\n<tr style='border-width:0'>\n<td style='border-width:0'>Tweets kept</td>\n<td style='border-width:0'>2857</td>\n</tr>\n</tbody>\n</table>\n\nExplore the data, which is tracked with W&B artifacts at every step of the pipeline.", "## Training procedure\n\nThe model is based on a pre-trained GPT-2 which is fine-tuned on @gvanrossum's tweets.\n\nHyperparameters and metrics are recorded in the W&B training run for full transparency and reproducibility.\n\nAt the end of training, the final model is logged and versioned.", "## Intended uses & limitations", "### How to use\n\nYou can use this model directly with a pipeline for text generation:\n\n<pre><code><span style=\"color:#03A9F4\">from</span> transformers <span style=\"color:#03A9F4\">import</span> pipeline\ngenerator = pipeline(<span style=\"color:#FF9800\">'text-generation'</span>,\n model=<span style=\"color:#FF9800\">'huggingtweets/gvanrossum'</span>)\ngenerator(<span style=\"color:#FF9800\">\"My dream is\"</span>, num_return_sequences=<span style=\"color:#8BC34A\">5</span>)</code></pre>", "### Limitations and bias\n\nThe model suffers from the same limitations and bias as GPT-2.\n\nIn addition, the data present in the user's tweets further affects the text generated by the model.", "## About\n\n*Built by Boris Dayma*\n\n</section>\n\n![Follow](URL\n\n<section class='prose'>\nFor more details, visit the project repository.\n</section>\n\n![GitHub stars](URL" ]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "## How does it work?\n\nThe model uses the following pipeline.\n\n!pipeline\n\nTo understand how the model was developed, check the W&B report.", "## Training data\n\nThe model was trained on @gvanrossum's tweets.\n\n<table style='border-width:0'>\n<thead style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #CBD5E0'>\n<th style='border-width:0'>Data</th>\n<th style='border-width:0'>Quantity</th>\n</tr>\n</thead>\n<tbody style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Tweets downloaded</td>\n<td style='border-width:0'>3192</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Retweets</td>\n<td style='border-width:0'>166</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Short tweets</td>\n<td style='border-width:0'>169</td>\n</tr>\n<tr style='border-width:0'>\n<td style='border-width:0'>Tweets kept</td>\n<td style='border-width:0'>2857</td>\n</tr>\n</tbody>\n</table>\n\nExplore the data, which is tracked with W&B artifacts at every step of the pipeline.", "## Training procedure\n\nThe model is based on a pre-trained GPT-2 which is fine-tuned on @gvanrossum's tweets.\n\nHyperparameters and metrics are recorded in the W&B training run for full transparency and reproducibility.\n\nAt the end of training, the final model is logged and versioned.", "## Intended uses & limitations", "### How to use\n\nYou can use this model directly with a pipeline for text generation:\n\n<pre><code><span style=\"color:#03A9F4\">from</span> transformers <span style=\"color:#03A9F4\">import</span> pipeline\ngenerator = pipeline(<span style=\"color:#FF9800\">'text-generation'</span>,\n model=<span style=\"color:#FF9800\">'huggingtweets/gvanrossum'</span>)\ngenerator(<span style=\"color:#FF9800\">\"My dream is\"</span>, num_return_sequences=<span style=\"color:#8BC34A\">5</span>)</code></pre>", "### Limitations and bias\n\nThe model suffers from the same limitations and bias as GPT-2.\n\nIn addition, the data present in the user's tweets further affects the text generated by the model.", "## About\n\n*Built by Boris Dayma*\n\n</section>\n\n![Follow](URL\n\n<section class='prose'>\nFor more details, visit the project repository.\n</section>\n\n![GitHub stars](URL" ]
[ 57, 34, 430, 76, 9, 168, 48, 58 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n## How does it work?\n\nThe model uses the following pipeline.\n\n!pipeline\n\nTo understand how the model was developed, check the W&B report." ]
[ -0.04084593802690506, 0.035596683621406555, -0.0024457171093672514, 0.04662978649139404, 0.10991521924734116, 0.022836215794086456, 0.12812861800193787, 0.0424627922475338, -0.03746044635772705, -0.03597303107380867, 0.22758877277374268, 0.1009177565574646, 0.03089720755815506, 0.17962171137332916, 0.010350672528147697, -0.2703946828842163, 0.015237200073897839, 0.0647135004401207, -0.07720091193914413, 0.15752871334552765, 0.05562684312462807, -0.049801189452409744, 0.08214939385652542, 0.032038331031799316, -0.165513277053833, -0.004831716418266296, -0.02072383277118206, -0.04504403471946716, 0.09232694655656815, 0.06956911832094193, 0.07011176645755768, 0.034282486885786057, 0.017851393669843674, -0.0714372918009758, 0.06354191154241562, 0.014452377334237099, -0.02349161170423031, 0.13615116477012634, 0.028668763116002083, -0.0002947957837022841, 0.1798527091741562, 0.11815319955348969, 0.016722125932574272, 0.016196802258491516, -0.1166125237941742, -0.0606788769364357, 0.012365915812551975, 0.04470464214682579, 0.10005760192871094, 0.058856748044490814, 0.01943058706820011, 0.13215520977973938, -0.1164829432964325, 0.08512931317090988, 0.1828341782093048, -0.24191047251224518, -0.006823094096034765, 0.061043880879879, 0.08518847078084946, 0.02852868288755417, -0.0027500083670020103, 0.050437480211257935, 0.06484624743461609, 0.021347152069211006, 0.03636380657553673, -0.0638979896903038, 0.05009674280881882, 0.011186900548636913, -0.10215270519256592, -0.07660897821187973, 0.2294245809316635, -0.0602995827794075, 0.004886541981250048, -0.028186868876218796, -0.08490151911973953, -0.06026294082403183, -0.012795685790479183, -0.05738116800785065, -0.01700775697827339, 0.034475523978471756, 0.0214629378169775, -0.10922146588563919, -0.07046429812908173, -0.1146778091788292, -0.09578189998865128, 0.17879855632781982, -0.02900231070816517, 0.08940442651510239, -0.2603394091129303, 0.2254239320755005, 0.07019765675067902, -0.11909467726945877, 0.04757627099752426, -0.11814092099666595, 0.08530338853597641, 0.02207805961370468, 0.041434839367866516, 0.07761925458908081, 0.04161522537469864, 0.11940909177064896, 0.03257475048303604, -0.00314142694696784, 0.05456724017858505, 0.07224375009536743, 0.0941813513636589, 0.1230122447013855, -0.07287998497486115, -0.07873915135860443, 0.08034131675958633, -0.04709449037909508, -0.11787727475166321, -0.06861002743244171, -0.1452382206916809, -0.004202034790068865, -0.0335184708237648, 0.07922724634408951, 0.05637102574110031, 0.09526676684617996, -0.01433930266648531, -0.05777551606297493, 0.04157217592000961, -0.06985066086053848, 0.019995175302028656, -0.011708668433129787, -0.060763102024793625, 0.13121068477630615, 0.04688004031777382, -0.014275136403739452, -0.08673419058322906, 0.07951672375202179, -0.1204570084810257, -0.07978847622871399, -0.08239417523145676, -0.05098734796047211, -0.007686138618737459, -0.11281027644872665, 0.049203939735889435, -0.11458899080753326, -0.22705501317977905, -0.01313747651875019, 0.04550096020102501, -0.016462473198771477, -0.03707117214798927, -0.040630146861076355, -0.009473399259150028, 0.04880702868103981, -0.042894408106803894, 0.039052072912454605, -0.05325083062052727, 0.050018906593322754, -0.09618895500898361, 0.051321301609277725, -0.10470817238092422, 0.041251372545957565, -0.09671807289123535, 0.07595963031053543, 0.0017866486450657248, 0.0454767569899559, 0.010063555091619492, 0.08985432982444763, -0.03214199095964432, -0.044836416840553284, -0.07869677990674973, 0.026561295613646507, 0.02284199558198452, 0.20134314894676208, -0.10196486860513687, -0.0819794163107872, 0.12614667415618896, -0.07252102345228195, -0.1288122832775116, 0.0409054271876812, -0.02831157296895981, 0.17958028614521027, 0.07370224595069885, 0.16096454858779907, 0.12039237469434738, -0.03798284754157066, 0.1263856589794159, 0.14821170270442963, -0.1269366294145584, -0.004153167363256216, 0.039416827261447906, 0.014042570255696774, -0.20559121668338776, 0.04052022844552994, -0.01946125738322735, 0.06584736704826355, -0.10201486945152283, -0.00946728140115738, 0.0031527038663625717, -0.02320384420454502, 0.0023026331327855587, -0.0472555048763752, 0.061078161001205444, 0.038737643510103226, -0.022763127461075783, 0.029682613909244537, 0.06635552644729614, -0.026160234585404396, -0.00823320634663105, -0.04484035447239876, 0.10009831935167313, -0.07260703295469284, 0.06797321885824203, -0.13160665333271027, -0.003086181590333581, -0.012450510635972023, 0.0972909927368164, 0.03811546042561531, 0.10621625185012817, 0.05470104143023491, 0.03126294165849686, 0.07701993733644485, -0.02846951223909855, 0.0746634304523468, 0.01002051867544651, -0.0850096121430397, -0.1272277683019638, 0.015217535197734833, -0.10649837553501129, -0.004191380459815264, -0.08523700386285782, -0.0015737697249278426, -0.12802091240882874, 0.05826076865196228, -0.016465239226818085, 0.0539434514939785, -0.055182818323373795, -0.04337453469634056, -0.044662054628133774, -0.022007398307323456, 0.0482511967420578, -0.033139705657958984, -0.06687536835670471, 0.16832175850868225, -0.15395553410053253, 0.2592274248600006, 0.1313537061214447, -0.0889907032251358, 0.002020547864958644, -0.07812081277370453, -0.04194976016879082, -0.012868959456682205, 0.07527336478233337, -0.03700125962495804, 0.15495356917381287, -0.03386903926730156, 0.17382068932056427, -0.099679134786129, -0.0334031768143177, 0.02144831046462059, -0.10981054604053497, 0.057656705379486084, 0.08051177859306335, 0.04427298903465271, -0.159133642911911, 0.08837400376796722, 0.19756358861923218, 0.05472150072455406, 0.20321963727474213, -0.006869805511087179, -0.06112205237150192, -0.05358194187283516, -0.0808696523308754, -0.052568696439266205, 0.056259434670209885, -0.09903126955032349, -0.004000484477728605, 0.06423190236091614, 0.08783505111932755, 0.11237549781799316, -0.10904275625944138, -0.046180129051208496, 0.05125856027007103, -0.004819708876311779, -0.051060013473033905, 0.07006146013736725, -0.0659489631652832, 0.13217470049858093, 0.014598124660551548, -0.07049204409122467, 0.0036125897895544767, -0.004913401324301958, -0.11891388893127441, 0.20653130114078522, -0.08047540485858917, -0.27306002378463745, -0.16792123019695282, -0.16288253664970398, 0.07165426760911942, 0.038431257009506226, 0.033738572150468826, -0.08776884526014328, -0.020982403308153152, 0.004409478977322578, 0.11553267389535904, -0.09698133170604706, 0.013121976517140865, 0.008159824647009373, -0.018650712445378304, -0.07579360157251358, -0.09033482521772385, -0.0241270512342453, -0.02461584471166134, 0.020020704716444016, 0.03998296707868576, -0.11154978722333908, 0.06758414953947067, 0.2167699933052063, -0.015538511797785759, 0.06870997697114944, 0.00025148785789497197, 0.26176807284355164, -0.08426473289728165, 0.040830448269844055, 0.11926601082086563, -0.08760137856006622, 0.05199241638183594, 0.07132956385612488, 0.03210015222430229, -0.014074578881263733, 0.016441889107227325, -0.11233895272016525, -0.12864868342876434, -0.1923626959323883, -0.06961654871702194, -0.028241310268640518, 0.13464264571666718, 0.031150488182902336, 0.04321796074509621, 0.10346641391515732, 0.07471037656068802, 0.06701335310935974, 0.03259968012571335, -0.0005120337591506541, 0.0647427961230278, 0.024594781920313835, -0.05812343955039978, 0.054217349737882614, -0.04845457896590233, -0.0797470211982727, 0.08279551565647125, -0.011098933406174183, 0.0927528515458107, 0.06928195804357529, 0.02340286411345005, 0.018686039373278618, 0.04218229651451111, 0.15593960881233215, 0.22442668676376343, -0.012412761338055134, -0.041085485368967056, -0.05078154057264328, -0.040494389832019806, -0.01600850187242031, 0.015044075436890125, -0.05785144492983818, -0.033252447843551636, -0.0728597640991211, -0.015066487714648247, 0.011195010505616665, 0.015441779047250748, 0.07578693330287933, -0.22024130821228027, -0.038240667432546616, 0.042616840451955795, -0.013794191181659698, -0.10639895498752594, 0.05872863903641701, 0.016779562458395958, -0.17391349375247955, -0.07854076474905014, -0.016605399549007416, 0.1603294163942337, -0.030760308727622032, 0.0619782954454422, 0.005449770484119654, 0.02271227352321148, -0.013140208087861538, 0.11191333085298538, -0.27346712350845337, 0.1954270750284195, 0.001131516881287098, -0.04876048117876053, -0.016439033672213554, -0.04243995249271393, 0.0009058643481694162, 0.14556926488876343, 0.09718295931816101, 0.0028763783629983664, 0.0669604167342186, -0.07678256928920746, -0.11943262070417404, 0.05284353718161583, 0.08068333566188812, -0.07738065719604492, 0.029960619285702705, -0.029798466712236404, 0.027152907103300095, -0.007555682212114334, -0.030231619253754616, 0.002119861776009202, -0.11661309748888016, 0.02936525270342827, -0.08075195550918579, 0.06012337654829025, 0.02433968149125576, -0.02529163844883442, -0.012048180215060711, 0.1316436529159546, -0.013300766237080097, -0.08264251798391342, -0.08976204693317413, -0.02328740619122982, 0.09523095935583115, -0.05599937587976456, 0.03358715400099754, -0.08175740391016006, -0.04073614999651909, 0.005860272329300642, -0.16970814764499664, 0.06983034312725067, -0.10846570879220963, -0.09971687942743301, -0.050264790654182434, 0.15346404910087585, 0.013677009381353855, 0.025709833949804306, 0.03220117464661598, -0.04211581498384476, -0.18150363862514496, -0.15989434719085693, -0.007562890648841858, 0.0717545747756958, -0.04433317109942436, 0.03638565540313721, 0.007171243894845247, 0.10013602674007416, 0.004198792390525341, 0.07230839878320694, 0.2026015669107437, 0.16423118114471436, -0.08760133385658264, 0.17723721265792847, 0.16266676783561707, -0.12243213504552841, -0.2722402811050415, -0.09522651135921478, -0.05925937369465828, 0.03468820080161095, 0.02297091670334339, -0.13072867691516876, 0.06184706464409828, -0.011241482570767403, -0.004976592492312193, 0.13391432166099548, -0.2790721356868744, -0.07025358080863953, 0.13864430785179138, -0.012145180255174637, 0.2560276985168457, -0.042459286749362946, -0.08155408501625061, -0.060940731316804886, -0.2339130938053131, 0.1595010906457901, -0.12908293306827545, 0.030256805941462517, -0.06380902975797653, 0.1317017376422882, 0.04475972056388855, -0.051817599684000015, 0.13714583218097687, -0.0770399421453476, 0.03692200407385826, -0.1231972947716713, -0.01437266543507576, 0.05212629213929176, -0.014681367203593254, 0.10554680228233337, -0.053141020238399506, 0.10400939732789993, -0.12106935679912567, -0.052672889083623886, -0.054288461804389954, 0.017598338425159454, -0.023758167400956154, -0.05668776109814644, -0.039483629167079926, -0.05230721831321716, 0.00942184031009674, -0.024894973263144493, -0.008981208316981792, -0.02189256064593792, 0.08200293034315109, 0.10853444039821625, 0.1416669338941574, -0.04508063197135925, -0.02666328102350235, -0.029412275180220604, -0.043095141649246216, 0.07755832374095917, -0.1675589680671692, -0.020979177206754684, 0.15767353773117065, 0.008264025673270226, 0.08081416040658951, 0.07994852215051651, -0.043529048562049866, -0.04116993397474289, 0.09435915946960449, -0.23738352954387665, -0.032961416989564896, -0.07289689034223557, -0.032304681837558746, 0.05143286660313606, 0.06389017403125763, 0.11233682930469513, -0.055076416581869125, -0.015500548295676708, 0.038369257003068924, -0.013473432511091232, -0.10457789897918701, 0.12659704685211182, 0.07594829052686691, 0.04931824654340744, -0.13000807166099548, 0.03979043290019035, -0.02080575004220009, -0.024042857810854912, -0.009190280921757221, 0.09610513597726822, -0.13868926465511322, -0.061987441033124924, 0.01100219041109085, 0.1624082624912262, -0.08940329402685165, -0.054934311658144, -0.00678250240162015, -0.07782098650932312, 0.06215988099575043, 0.06269455701112747, 0.039047662168741226, 0.10006190836429596, -0.08492296934127808, -0.004345493856817484, -0.04427671059966087, 0.02742549031972885, 0.04004936292767525, -0.01839151792228222, -0.11644710600376129, 0.050648268312215805, 0.01261399406939745, 0.21786263585090637, -0.12195943295955658, -0.07748695462942123, -0.13975368440151215, 0.03579137846827507, -0.1441981941461563, -0.02782432734966278, -0.09455464035272598, -0.0542730838060379, -0.024786408990621567, -0.02354593575000763, -0.05044161155819893, -0.03595460206270218, -0.06568260490894318, 0.04963921010494232, -0.01889806240797043, -0.04201965406537056, -0.018809955567121506, 0.04780932888388634, 0.10624072700738907, -0.0022816911805421114, 0.11582330614328384, 0.10476028919219971, -0.06149300932884216, 0.06964143365621567, -0.08975338935852051, 0.049342647194862366, 0.010800108313560486, -0.03639211133122444, 0.07890737056732178, 0.033158838748931885, 0.011678727343678474, -0.02014644630253315, -0.05248590186238289, 0.015699470415711403, 0.019494805485010147, -0.09001129865646362, 0.04338252544403076, 0.03427375108003616, -0.07128193974494934, -0.06945458799600601, -0.02831537090241909, -0.04915383830666542, 0.10966338962316513, 0.09227382391691208, 0.01580313965678215, 0.11524862796068192, -0.09982031583786011, -0.0043287696316838264, 0.0288130734115839, -0.08074736595153809, -0.01706261746585369, -0.10044533759355545, -0.01304725930094719, -0.02274717018008232, 0.2554529011249542, 0.12089171260595322, -0.025309232994914055, -0.03230812028050423, 0.07114472985267639, 0.08105676621198654, -0.0211230106651783, 0.14824873208999634, 0.03444083034992218, -0.0007331980159506202, -0.1400776505470276, 0.10673409700393677, -0.060156434774398804, -0.010151425376534462, 0.09550673514604568, -0.08319920301437378, 0.048856139183044434, 0.07468824833631516, -0.01950058713555336, 0.05372466519474983, -0.11716536432504654, -0.2690386474132538, 0.023945249617099762, 0.027653370052576065, -0.0441947840154171, 0.07253700494766235, 0.145015150308609, 0.00042942073196172714, 0.05244648456573486, 0.061493102461099625, -0.05709811672568321, -0.17804701626300812, -0.19115881621837616, -0.0384756401181221, -0.11082857847213745, -0.023826930671930313, -0.10639674216508865, 0.04148538038134575, -0.02072913944721222, 0.05925795063376427, -0.09639845043420792, 0.12447383254766464, 0.06843417137861252, -0.11577396094799042, 0.05810433253645897, -0.008805959485471249, 0.048459235578775406, -0.07387776672840118, 0.08210063725709915, -0.10721065104007721, -0.026499031111598015, -0.016933415085077286, 0.03711435943841934, -0.05858420953154564, 0.0011270071845501661, -0.10357651859521866, -0.06808403134346008, -0.056935109198093414, 0.09072309732437134, -0.024477418512105942, 0.03998230770230293, -0.014557241462171078, -0.061277762055397034, -0.025446701794862747, 0.2273169606924057, -0.018587565049529076, -0.043939489871263504, -0.0661960318684578, 0.2851298749446869, -0.06544138491153717, 0.07253559678792953, -0.032977886497974396, -0.001274158013984561, -0.07127615064382553, 0.2931469976902008, 0.36314713954925537, -0.14264726638793945, 0.011796033009886742, -0.018389053642749786, 0.03556118905544281, 0.07535336911678314, 0.18024654686450958, 0.07291083037853241, 0.3107033371925354, -0.04080776497721672, -0.01225926261395216, -0.10546047985553741, -0.03835856914520264, 0.014304363168776035, 0.02947218343615532, 0.08378855139017105, -0.05586446449160576, -0.06808875501155853, 0.1039084792137146, -0.26703301072120667, -0.02056516334414482, -0.16380304098129272, -0.061613935977220535, -0.04166705906391144, 0.0007227687747217715, 0.07237391918897629, 0.028740311041474342, 0.05115301162004471, -0.039005450904369354, -0.047156207263469696, 0.057444483041763306, -0.02154913917183876, -0.12674635648727417, 0.0002557095722295344, 0.143532857298851, -0.07906237244606018, -0.0018181405030190945, 0.0032308290246874094, 0.060348983854055405, 0.044118594378232956, 0.04119637981057167, -0.10164451599121094, 0.02608482725918293, 0.01246592216193676, -0.03363148868083954, -0.028164468705654144, 0.008156497962772846, 0.07835527509450912, -0.21697945892810822, 0.0020338469184935093, -0.14078554511070251, 0.011757226660847664, -0.07641053944826126, -0.006896127946674824, -0.08222074061632156, 0.03242125362157822, 0.004625517874956131, 0.1118803396821022, 0.11125602573156357, -0.03202005848288536, -0.0006144302315078676, -0.06265610456466675, 0.06727221608161926, -0.06884542852640152, -0.02960195019841194, -0.025150567293167114, -0.09257599711418152, -0.09335606545209885, 0.09815482050180435, -0.022339481860399246, -0.1427105814218521, 0.007601875811815262, -0.09401176869869232, -0.04369132220745087, -0.021486658602952957, 0.09382037818431854, 0.11086808145046234, 0.09180203825235367, -0.007599277421832085, 0.047748953104019165, 0.03120456263422966, 0.07436691224575043, -0.12886843085289001, -0.10148585587739944 ]
null
null
transformers
<div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1364599664016691206/NVK2fuwS_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">Anarcho-Gwendolism 🧬 🤖 AI Bot </div> <div style="font-size: 15px">@gwenvara_ bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@gwenvara_'s tweets](https://twitter.com/gwenvara_). | Data | Quantity | | --- | --- | | Tweets downloaded | 3069 | | Retweets | 1831 | | Short tweets | 350 | | Tweets kept | 888 | [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/p9ao8jnc/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @gwenvara_'s tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/l9zed4di) for full transparency and reproducibility. At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/l9zed4di/artifacts) is logged and versioned. ## How to use You can use this model directly with a pipeline for text generation: ```python from transformers import pipeline generator = pipeline('text-generation', model='huggingtweets/gwenvara_') generator("My dream is", num_return_sequences=5) ``` ## Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) For more details, visit the project repository. [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/gwenvara_/1616736053941/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/gwenvara_
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
Anarcho-Gwendolism AI Bot @gwenvara\_ bot I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data ------------- The model was trained on @gwenvara\_'s tweets. Explore the data, which is tracked with W&B artifacts at every step of the pipeline. Training procedure ------------------ The model is based on a pre-trained GPT-2 which is fine-tuned on @gwenvara\_'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. How to use ---------- You can use this model directly with a pipeline for text generation: Limitations and bias -------------------- 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. About ----- *Built by Boris Dayma* ![Follow](URL For more details, visit the project repository. ![GitHub stars](URL
[]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 57 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 0.004547144751995802, -0.006708405911922455, -0.007013476919382811, 0.01947171241044998, 0.15818242728710175, 0.03448796644806862, 0.08709780126810074, 0.15389476716518402, -0.019877297803759575, -0.022431448101997375, 0.18047170341014862, 0.173692986369133, -0.012988686561584473, 0.09047263860702515, -0.05271327868103981, -0.2622397541999817, 0.03682216629385948, 0.05513067543506622, -0.007422737777233124, 0.14252057671546936, 0.07580838352441788, -0.023790201172232628, 0.11380083113908768, -0.02966974675655365, -0.202972412109375, 0.03197307139635086, 0.0615268237888813, -0.09518525749444962, 0.11083168536424637, 0.04628797993063927, 0.08698221296072006, 0.022143812850117683, -0.07331052422523499, -0.120787613093853, 0.04532235115766525, 0.045263588428497314, -0.06358368694782257, 0.06480421870946884, 0.08820623904466629, -0.1065920814871788, 0.1416475921869278, 0.07373794168233871, -0.01588049717247486, 0.07824484258890152, -0.17789237201213837, -0.03725104406476021, -0.036331940442323685, 0.007741300854831934, 0.07058489322662354, 0.0750737413764, -0.019116664305329323, 0.1746976524591446, -0.06598041951656342, 0.09777773916721344, 0.17528840899467468, -0.2887236773967743, -0.018040433526039124, 0.0492081381380558, 0.0887371376156807, 0.04900359362363815, -0.024227341637015343, 0.08339477330446243, 0.06365471333265305, 0.01686069741845131, 0.014271941967308521, -0.06960906833410263, -0.09346919506788254, 0.03645368665456772, -0.06932124495506287, -0.05699722096323967, 0.22001419961452484, -0.0334535576403141, 0.04674676060676575, -0.03953840583562851, -0.09316058456897736, -0.028927378356456757, -0.027232296764850616, -0.00907184462994337, -0.05413005128502846, 0.08754174411296844, -0.015151693485677242, -0.06331931799650192, -0.1435878872871399, -0.012912428006529808, -0.15805892646312714, 0.13816505670547485, 0.004333257209509611, 0.04586424678564072, -0.22094038128852844, 0.1012546569108963, 0.022817784920334816, -0.08995530754327774, 0.04930093511939049, -0.09425957500934601, 0.0717538446187973, 0.0007676240638829768, -0.04885277524590492, -0.02944779396057129, 0.08848895877599716, 0.14690880477428436, -0.02718975953757763, 0.005980455316603184, -0.01338018849492073, 0.0733228251338005, 0.059399042278528214, 0.028748195618391037, -0.006081049330532551, -0.052236080169677734, 0.05618719011545181, -0.1417204737663269, -0.010511515662074089, -0.07227712869644165, -0.10605388879776001, -0.04232237488031387, 0.03443120792508125, 0.060671232640743256, 0.042230576276779175, 0.11220116913318634, -0.04771716892719269, -0.01857093721628189, 0.05281376466155052, -0.03979083523154259, -0.008994937874376774, -0.01990325190126896, 0.018122754991054535, 0.13074275851249695, -0.019943278282880783, 0.03407962992787361, -0.10256942361593246, 0.05431444197893143, -0.10281401127576828, -0.01971535198390484, -0.014149561524391174, -0.04367954283952713, 0.031883664429187775, -0.12165860831737518, 0.016123656183481216, -0.16833168268203735, -0.14714312553405762, 0.002859292319044471, -0.016588665544986725, -0.017911825329065323, -0.07954888790845871, -0.04400517791509628, -0.02466505579650402, 0.06924423575401306, -0.04276731237769127, -0.00935916043817997, -0.05846982076764107, 0.11090090870857239, -0.05349889397621155, 0.07203050702810287, -0.1194647029042244, 0.0557217076420784, -0.14930842816829681, -0.013004516251385212, -0.04842504858970642, 0.07119924575090408, 0.015398351475596428, 0.1813964694738388, -0.006925920024514198, -0.003623353084549308, -0.09382472932338715, 0.06455672532320023, -0.02733452245593071, 0.24096953868865967, -0.0756828561425209, -0.14226967096328735, 0.21630549430847168, -0.06334739923477173, -0.14993034303188324, 0.1314547061920166, 0.01843975856900215, 0.08251222223043442, 0.10434340685606003, 0.19023460149765015, 0.01808990351855755, -0.007808534894138575, 0.054424818605184555, 0.07603957504034042, -0.1683882623910904, -0.033340878784656525, 0.0012923459289595485, -0.00014291972911451012, -0.1366809904575348, 0.04632483050227165, 0.1230006217956543, 0.09730340540409088, -0.07249721139669418, -0.018487868830561638, -0.030607668682932854, 0.0016078021144494414, 0.04144361615180969, -0.0005212334799580276, 0.09951234608888626, -0.1033509373664856, -0.04366454482078552, -0.06751791387796402, -0.002970147645100951, 0.011176802217960358, 0.03924661502242088, -0.04455869272351265, 0.09700342267751694, -0.007412149105221033, 0.0545678474009037, -0.13708296418190002, -0.07981666922569275, -0.016090448945760727, 0.1597585678100586, 0.040224816650152206, 0.04663374274969101, 0.0566885769367218, -0.05624469742178917, -0.015493324026465416, -0.010199432261288166, 0.16243304312229156, -0.04404180869460106, -0.07694169133901596, -0.07860849797725677, 0.10474636405706406, -0.06389671564102173, 0.026263169944286346, -0.051667314022779465, 0.024654213339090347, 0.04686986654996872, 0.1110762283205986, 0.004046999383717775, 0.026442723348736763, -0.012835992500185966, -0.007690808270126581, -0.07657550275325775, -0.01617686077952385, 0.1077079176902771, -0.0017721779877319932, -0.06809886544942856, 0.2437063455581665, -0.16884316504001617, 0.21163912117481232, 0.20976658165454865, -0.2492678016424179, -0.02882898785173893, -0.04848965257406235, -0.04766342043876648, -0.0012878701090812683, 0.06041788309812546, -0.034700244665145874, 0.09027024358510971, -0.03288675472140312, 0.16564396023750305, -0.051203593611717224, -0.07646744698286057, 0.019007064402103424, -0.05823178589344025, -0.05114857107400894, 0.07018019258975983, 0.08213616907596588, -0.1630844622850418, 0.18756183981895447, 0.21879082918167114, 0.06839460134506226, 0.2044064849615097, 0.00858453568071127, -0.010656360536813736, 0.07200875878334045, -0.04608747735619545, -0.03843220695853233, -0.06601633131504059, -0.15238076448440552, -0.03009703755378723, 0.06625645607709885, 0.030863380059599876, 0.09900964051485062, -0.09019728004932404, -0.08104760944843292, -0.017665131017565727, 0.004776675254106522, 0.00156646769028157, 0.11991100758314133, 0.03676433861255646, 0.13820022344589233, -0.01955524832010269, 0.022415857762098312, 0.08040772378444672, 0.016582515090703964, -0.10843544453382492, 0.16101348400115967, -0.13329310715198517, -0.3788211941719055, -0.14546175301074982, -0.13134250044822693, -0.020925991237163544, 0.03777816519141197, 0.1120775043964386, -0.1329103261232376, 0.005511005409061909, -0.007893978618085384, 0.10391844809055328, -0.08707519620656967, 0.039245378226041794, -0.07586963474750519, 0.0314689576625824, -0.060405436903238297, -0.07552991807460785, -0.03722400963306427, -0.028465405106544495, -0.09132689982652664, 0.16675986349582672, -0.11130212247371674, 0.06035055220127106, 0.16001324355602264, 0.021197395399212837, 0.03523072600364685, -0.05174810439348221, 0.18330632150173187, -0.112345851957798, 0.020098978653550148, 0.15624848008155823, -0.013005592860281467, 0.08254575729370117, 0.08188403397798538, -0.013132697902619839, -0.10316278785467148, 0.05240294709801674, 0.001463406952098012, -0.10209372639656067, -0.1950312703847885, -0.10119245946407318, -0.08230090886354446, 0.15922248363494873, 0.06361804902553558, 0.058937788009643555, 0.17968137562274933, 0.07578518986701965, -0.038606274873018265, -0.00038743947516195476, -0.00239798822440207, 0.08808282762765884, 0.13635766506195068, -0.01442645862698555, 0.1225903332233429, -0.04975935071706772, -0.10913994163274765, 0.12899059057235718, 0.01750512234866619, 0.03937286511063576, 0.051435839384794235, 0.021011192351579666, -0.011281835846602917, 0.11866551637649536, 0.13484057784080505, 0.10447502881288528, -0.015693627297878265, -0.0293489471077919, -0.04774824157357216, -0.01359935849905014, -0.033305928111076355, 0.03640862926840782, 0.008061517030000687, -0.14140670001506805, -0.06158366799354553, -0.11537835001945496, 0.08758961409330368, 0.10668005049228668, 0.07567808032035828, -0.21108253300189972, -0.003950516227632761, 0.07933880388736725, -0.03630997985601425, -0.11126025766134262, 0.08416172116994858, 0.03095286712050438, -0.1277567446231842, 0.07218055427074432, -0.03519461303949356, 0.12458370625972748, -0.0032897875644266605, 0.09583556652069092, -0.03598680719733238, -0.027483470737934113, -0.013308011926710606, 0.09818253666162491, -0.3191508650779724, 0.1621316522359848, -0.017933005467057228, -0.0618131123483181, -0.06667962670326233, -0.02528184838593006, 0.015994107350707054, 0.07729468494653702, 0.10861869156360626, 0.021759910508990288, 0.01640525460243225, -0.07345785945653915, -0.042352862656116486, 0.038021303713321686, 0.12403716146945953, -0.06827268749475479, -0.012903391383588314, -0.04523605480790138, 0.00796645786613226, -0.017124788835644722, -0.008793274872004986, 0.006911922711879015, -0.14962191879749298, 0.05182485654950142, 0.014736213721334934, 0.07058768719434738, 0.0436982735991478, -0.014969068579375744, -0.09180716425180435, 0.18274778127670288, -0.015714606270194054, -0.07271543145179749, -0.12616917490959167, -0.05262751132249832, 0.030376195907592773, -0.05518756061792374, 0.021047864109277725, -0.06501689553260803, -0.0035362408962100744, -0.06755607575178146, -0.22007296979427338, 0.1278373897075653, -0.08437205106019974, -0.07192739844322205, -0.04912353679537773, 0.2010866105556488, -0.051223888993263245, 0.003238252131268382, 0.010222852230072021, 0.021994104608893394, -0.11474784463644028, -0.09469719231128693, 0.07112357765436172, -0.03247172012925148, 0.03123478777706623, 0.0022505864035338163, -0.04091062396764755, 0.016593176871538162, -0.06314414739608765, -0.011381587944924831, 0.27866554260253906, 0.23951324820518494, -0.040407944470644, 0.1904350072145462, 0.11012271791696548, -0.08163551241159439, -0.3069863021373749, -0.10166139155626297, -0.12140648066997528, -0.02996143139898777, -0.017288926988840103, -0.16865339875221252, 0.06477722525596619, 0.038930367678403854, 0.009261871688067913, 0.13778774440288544, -0.20730599761009216, -0.08823523670434952, 0.09138026833534241, -0.02557477355003357, 0.43079736828804016, -0.1257614940404892, -0.08959750831127167, -0.051866497844457626, -0.16516901552677155, 0.2173919379711151, -0.021592965349555016, 0.07857322692871094, -0.029561417177319527, 0.11770006269216537, 0.04697660356760025, -0.010707763023674488, 0.08040876686573029, -0.00884756539016962, 0.008373050950467587, -0.12410011142492294, -0.02768467366695404, 0.04874192550778389, 0.012378438375890255, 0.0013600040692836046, -0.09389680624008179, 0.020313434302806854, -0.15990203619003296, -0.018549781292676926, -0.11233476549386978, 0.07682323455810547, 0.025788001716136932, -0.06466120481491089, -0.003637736663222313, -0.04986237734556198, -0.015892893075942993, -0.01400828268378973, 0.1717434972524643, -0.04862768203020096, 0.19366511702537537, 0.03501616790890694, 0.11570870876312256, -0.1362973153591156, 0.06143493950366974, -0.06429426372051239, -0.07528600096702576, 0.07427702099084854, -0.1537967324256897, 0.05111055448651314, 0.09430045634508133, -0.030276626348495483, 0.05380253866314888, 0.08795086294412613, -0.003969982732087374, 0.004800081253051758, 0.15867236256599426, -0.2786487936973572, 0.01320126373320818, -0.07396841049194336, -0.06665283441543579, 0.10506758838891983, 0.06261139363050461, 0.17162823677062988, 0.011681869626045227, -0.056615445762872696, 0.01595049723982811, 0.02499506063759327, -0.04915530979633331, 0.04529924690723419, 0.008104361593723297, -0.010991688817739487, -0.13640300929546356, 0.08699746429920197, 0.0042801909148693085, -0.1531187742948532, 0.024680746719241142, 0.2155698835849762, -0.1260155886411667, -0.10237220674753189, -0.03444112092256546, 0.08444061875343323, -0.11519137024879456, 0.01753072999417782, -0.030764780938625336, -0.09109894186258316, 0.07448896765708923, 0.15248911082744598, 0.049206193536520004, 0.11775100976228714, -0.015379221178591251, -0.011753370985388756, -0.05147303268313408, -0.0317845419049263, 0.025745956227183342, 0.017857374623417854, -0.08257177472114563, 0.06648801267147064, -0.022109810262918472, 0.14559012651443481, -0.09791336953639984, -0.06602771580219269, -0.1468091756105423, -0.009785634465515614, -0.0695481076836586, -0.09207163751125336, -0.08133620768785477, -0.062133077532052994, 0.0010387726360931993, -0.03962359577417374, -0.04795864596962929, -0.0791037380695343, -0.10289866477251053, 0.009435068815946579, -0.02305566892027855, 0.03256045654416084, -0.06115729361772537, 0.007872066460549831, 0.12092912197113037, -0.028174830600619316, 0.16686207056045532, 0.1458095908164978, -0.09536580741405487, 0.10568815469741821, -0.16346460580825806, -0.08964221179485321, 0.0939340740442276, -0.01729099079966545, 0.027899714186787605, 0.11666940152645111, 0.014932696707546711, 0.04195788502693176, 0.035977672785520554, 0.06045130267739296, 0.03587699308991432, -0.11899011582136154, 0.07665140181779861, 0.009481414221227169, -0.1612047255039215, -0.06303887814283371, -0.08555969595909119, 0.030386725440621376, 0.021575886756181717, 0.12225193530321121, -0.045776769518852234, 0.0887017622590065, -0.07972796261310577, 0.027257539331912994, 0.02293219044804573, -0.181223064661026, -0.047844018787145615, -0.053065262734889984, 0.032686229795217514, 0.018960151821374893, 0.1893557906150818, 0.027213018387556076, -0.03697650134563446, 0.04549255222082138, 0.1042066365480423, 0.005313898902386427, 0.004829791374504566, 0.16259528696537018, 0.09423433989286423, -0.07654286175966263, -0.12226779758930206, 0.07556461542844772, 0.019673259928822517, -0.044067107141017914, 0.10607215762138367, -0.002448870101943612, 0.020163848996162415, 0.06910120695829391, -0.014892932027578354, 0.034322552382946014, -0.044286008924245834, -0.10698256641626358, -0.023580113425850868, 0.046367425471544266, 0.00669879000633955, 0.12847968935966492, 0.177873894572258, -0.002574790036305785, 0.025011489167809486, -0.0363602340221405, -0.024931130930781364, -0.13864666223526, -0.1558164656162262, -0.06855984032154083, -0.14875617623329163, 0.012976853176951408, -0.0915176048874855, 0.04695429280400276, 0.028682325035333633, 0.06887643784284592, -0.07052405923604965, 0.04384735971689224, 0.06974220275878906, -0.12065785378217697, 0.09397104382514954, -0.028081456199288368, 0.03704333305358887, -0.006730496883392334, -0.012833851389586926, -0.10013298690319061, 0.035936567932367325, -0.01747855544090271, 0.045271266251802444, -0.04546798765659332, 0.030429324135184288, -0.1703072488307953, -0.124412901699543, -0.04034453630447388, 0.06420420855283737, -0.06510858237743378, 0.03512151539325714, 0.019115818664431572, 0.013339218683540821, 0.03305599465966225, 0.23020225763320923, -0.03704051673412323, -0.02329315058887005, -0.042310282588005066, 0.16692522168159485, -0.014016710221767426, 0.08088304847478867, -0.03037172369658947, 0.0002500463742762804, -0.08417443931102753, 0.3385351300239563, 0.3027777075767517, -0.09020252525806427, 0.019915465265512466, -0.030905582010746002, 0.03936264291405678, 0.11892254650592804, 0.13376617431640625, 0.09784641861915588, 0.2282467782497406, -0.07217609137296677, -0.03032243251800537, -0.020507147535681725, -0.011079044081270695, -0.06650827825069427, 0.0879674032330513, 0.02507801540195942, -0.05553486570715904, -0.031693898141384125, 0.0812700018286705, -0.2327648252248764, 0.10665327310562134, -0.11289316415786743, -0.1636168211698532, -0.039189815521240234, 0.0042042857967317104, 0.08908319473266602, 0.015396242961287498, 0.11228121817111969, 0.009163780137896538, -0.07585213333368301, 0.017798418179154396, 0.028085503727197647, -0.24201616644859314, -0.008133855648338795, 0.060310713946819305, -0.12939085066318512, -0.004324504639953375, -0.027167800813913345, 0.007199867628514767, 0.059822265058755875, 0.029368450865149498, -0.04319324716925621, -0.001257759635336697, -0.010450302623212337, -0.008644461631774902, -0.011618612334132195, 0.07065588980913162, 0.046958792954683304, -0.13329142332077026, 0.06869500875473022, -0.11774353682994843, 0.033477768301963806, -0.05866728723049164, -0.015255378559231758, 0.000037100471672602, 0.03460683673620224, -0.04829782620072365, 0.07058211416006088, 0.07688362896442413, -0.015606098808348179, 0.000610517687164247, -0.0802936851978302, -0.036274004727602005, -0.019796574488282204, -0.09252054989337921, -0.08371094614267349, -0.13031646609306335, -0.11573562026023865, 0.1029667928814888, -0.02224794402718544, -0.19213621318340302, 0.03111329674720764, -0.12165344506502151, 0.045619383454322815, -0.1751558482646942, 0.11076030135154724, 0.08046020567417145, 0.01831907220184803, 0.011516088619828224, -0.02576824277639389, 0.08821021765470505, 0.11728470027446747, -0.07783648371696472, -0.08528783172369003 ]
null
null
transformers
<link rel="stylesheet" href="https://unpkg.com/@tailwindcss/[email protected]/dist/typography.min.css"> <style> @media (prefers-color-scheme: dark) { .prose { color: #E2E8F0 !important; } .prose h2, .prose h3, .prose a, .prose thead { color: #F7FAFC !important; } } </style> <section class='prose'> <div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/993273677386059777/TngqqZck_400x400.jpg')"> </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">Frank Soboczenski 🤖 AI Bot </div> <div style="font-size: 15px; color: #657786">@h21k bot</div> </div> I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets). Create your own bot based on your favorite user with [the demo](https://colab.research.google.com/github/borisdayma/huggingtweets/blob/master/huggingtweets-demo.ipynb)! ## How does it work? The model uses the following pipeline. ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true) To understand how the model was developed, check the [W&B report](https://app.wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-model-to-generate-tweets--VmlldzoxMTY5MjI). ## Training data The model was trained on [@h21k's tweets](https://twitter.com/h21k). <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'>204</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'>14</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'>14</td> </tr> <tr style='border-width:0'> <td style='border-width:0'>Tweets kept</td> <td style='border-width:0'>176</td> </tr> </tbody> </table> [Explore the data](https://app.wandb.ai/wandb/huggingtweets/runs/3vw58heg/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline. ## Training procedure The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @h21k's tweets. Hyperparameters and metrics are recorded in the [W&B training run](https://app.wandb.ai/wandb/huggingtweets/runs/15xkammd) for full transparency and reproducibility. At the end of training, [the final model](https://app.wandb.ai/wandb/huggingtweets/runs/15xkammd/artifacts) is logged and versioned. ## Intended uses & limitations ### How to use 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/h21k'</span>) generator(<span style="color:#FF9800">"My dream is"</span>, num_return_sequences=<span style="color:#8BC34A">5</span>)</code></pre> ### Limitations and bias The model suffers from [the same limitations and bias as GPT-2](https://huggingface.co/gpt2#limitations-and-bias). In addition, the data present in the user's tweets further affects the text generated by the model. ## About *Built by Boris Dayma* </section> [![Follow](https://img.shields.io/twitter/follow/borisdayma?style=social)](https://twitter.com/intent/follow?screen_name=borisdayma) <section class='prose'> For more details, visit the project repository. </section> [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets) <!--- random size file -->
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://www.huggingtweets.com/h21k/1602301931118/predictions.png", "widget": [{"text": "My dream is"}]}
text-generation
huggingtweets/h21k
[ "transformers", "pytorch", "jax", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
<link rel="stylesheet" href="URL <style> @media (prefers-color-scheme: dark) { .prose { color: #E2E8F0 !important; } .prose h2, .prose h3, .prose a, .prose thead { color: #F7FAFC !important; } } </style> <section class='prose'> <div> <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('URL </div> <div style="margin-top: 8px; font-size: 19px; font-weight: 800">Frank Soboczenski AI Bot </div> <div style="font-size: 15px; color: #657786">@h21k bot</div> </div> I was made with huggingtweets. Create your own bot based on your favorite user with the demo! ## How does it work? The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. ## Training data The model was trained on @h21k'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'>204</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'>14</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'>14</td> </tr> <tr style='border-width:0'> <td style='border-width:0'>Tweets kept</td> <td style='border-width:0'>176</td> </tr> </tbody> </table> Explore the data, which is tracked with W&B artifacts at every step of the pipeline. ## Training procedure The model is based on a pre-trained GPT-2 which is fine-tuned on @h21k'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. ## Intended uses & limitations ### How to use 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/h21k'</span>) generator(<span style="color:#FF9800">"My dream is"</span>, num_return_sequences=<span style="color:#8BC34A">5</span>)</code></pre> ### Limitations and bias 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. ## About *Built by Boris Dayma* </section> ![Follow](URL <section class='prose'> For more details, visit the project repository. </section> ![GitHub stars](URL
[ "## How does it work?\n\nThe model uses the following pipeline.\n\n!pipeline\n\nTo understand how the model was developed, check the W&B report.", "## Training data\n\nThe model was trained on @h21k's tweets.\n\n<table style='border-width:0'>\n<thead style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #CBD5E0'>\n<th style='border-width:0'>Data</th>\n<th style='border-width:0'>Quantity</th>\n</tr>\n</thead>\n<tbody style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Tweets downloaded</td>\n<td style='border-width:0'>204</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Retweets</td>\n<td style='border-width:0'>14</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Short tweets</td>\n<td style='border-width:0'>14</td>\n</tr>\n<tr style='border-width:0'>\n<td style='border-width:0'>Tweets kept</td>\n<td style='border-width:0'>176</td>\n</tr>\n</tbody>\n</table>\n\nExplore the data, which is tracked with W&B artifacts at every step of the pipeline.", "## Training procedure\n\nThe model is based on a pre-trained GPT-2 which is fine-tuned on @h21k's tweets.\n\nHyperparameters and metrics are recorded in the W&B training run for full transparency and reproducibility.\n\nAt the end of training, the final model is logged and versioned.", "## Intended uses & limitations", "### How to use\n\nYou can use this model directly with a pipeline for text generation:\n\n<pre><code><span style=\"color:#03A9F4\">from</span> transformers <span style=\"color:#03A9F4\">import</span> pipeline\ngenerator = pipeline(<span style=\"color:#FF9800\">'text-generation'</span>,\n model=<span style=\"color:#FF9800\">'huggingtweets/h21k'</span>)\ngenerator(<span style=\"color:#FF9800\">\"My dream is\"</span>, num_return_sequences=<span style=\"color:#8BC34A\">5</span>)</code></pre>", "### Limitations and bias\n\nThe model suffers from the same limitations and bias as GPT-2.\n\nIn addition, the data present in the user's tweets further affects the text generated by the model.", "## About\n\n*Built by Boris Dayma*\n\n</section>\n\n![Follow](URL\n\n<section class='prose'>\nFor more details, visit the project repository.\n</section>\n\n![GitHub stars](URL" ]
[ "TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "## How does it work?\n\nThe model uses the following pipeline.\n\n!pipeline\n\nTo understand how the model was developed, check the W&B report.", "## Training data\n\nThe model was trained on @h21k's tweets.\n\n<table style='border-width:0'>\n<thead style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #CBD5E0'>\n<th style='border-width:0'>Data</th>\n<th style='border-width:0'>Quantity</th>\n</tr>\n</thead>\n<tbody style='border-width:0'>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Tweets downloaded</td>\n<td style='border-width:0'>204</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Retweets</td>\n<td style='border-width:0'>14</td>\n</tr>\n<tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>\n<td style='border-width:0'>Short tweets</td>\n<td style='border-width:0'>14</td>\n</tr>\n<tr style='border-width:0'>\n<td style='border-width:0'>Tweets kept</td>\n<td style='border-width:0'>176</td>\n</tr>\n</tbody>\n</table>\n\nExplore the data, which is tracked with W&B artifacts at every step of the pipeline.", "## Training procedure\n\nThe model is based on a pre-trained GPT-2 which is fine-tuned on @h21k's tweets.\n\nHyperparameters and metrics are recorded in the W&B training run for full transparency and reproducibility.\n\nAt the end of training, the final model is logged and versioned.", "## Intended uses & limitations", "### How to use\n\nYou can use this model directly with a pipeline for text generation:\n\n<pre><code><span style=\"color:#03A9F4\">from</span> transformers <span style=\"color:#03A9F4\">import</span> pipeline\ngenerator = pipeline(<span style=\"color:#FF9800\">'text-generation'</span>,\n model=<span style=\"color:#FF9800\">'huggingtweets/h21k'</span>)\ngenerator(<span style=\"color:#FF9800\">\"My dream is\"</span>, num_return_sequences=<span style=\"color:#8BC34A\">5</span>)</code></pre>", "### Limitations and bias\n\nThe model suffers from the same limitations and bias as GPT-2.\n\nIn addition, the data present in the user's tweets further affects the text generated by the model.", "## About\n\n*Built by Boris Dayma*\n\n</section>\n\n![Follow](URL\n\n<section class='prose'>\nFor more details, visit the project repository.\n</section>\n\n![GitHub stars](URL" ]
[ 57, 34, 427, 75, 9, 167, 48, 58 ]
[ "passage: TAGS\n#transformers #pytorch #jax #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n## How does it work?\n\nThe model uses the following pipeline.\n\n!pipeline\n\nTo understand how the model was developed, check the W&B report." ]
[ -0.04084593802690506, 0.035596683621406555, -0.0024457171093672514, 0.04662978649139404, 0.10991521924734116, 0.022836215794086456, 0.12812861800193787, 0.0424627922475338, -0.03746044635772705, -0.03597303107380867, 0.22758877277374268, 0.1009177565574646, 0.03089720755815506, 0.17962171137332916, 0.010350672528147697, -0.2703946828842163, 0.015237200073897839, 0.0647135004401207, -0.07720091193914413, 0.15752871334552765, 0.05562684312462807, -0.049801189452409744, 0.08214939385652542, 0.032038331031799316, -0.165513277053833, -0.004831716418266296, -0.02072383277118206, -0.04504403471946716, 0.09232694655656815, 0.06956911832094193, 0.07011176645755768, 0.034282486885786057, 0.017851393669843674, -0.0714372918009758, 0.06354191154241562, 0.014452377334237099, -0.02349161170423031, 0.13615116477012634, 0.028668763116002083, -0.0002947957837022841, 0.1798527091741562, 0.11815319955348969, 0.016722125932574272, 0.016196802258491516, -0.1166125237941742, -0.0606788769364357, 0.012365915812551975, 0.04470464214682579, 0.10005760192871094, 0.058856748044490814, 0.01943058706820011, 0.13215520977973938, -0.1164829432964325, 0.08512931317090988, 0.1828341782093048, -0.24191047251224518, -0.006823094096034765, 0.061043880879879, 0.08518847078084946, 0.02852868288755417, -0.0027500083670020103, 0.050437480211257935, 0.06484624743461609, 0.021347152069211006, 0.03636380657553673, -0.0638979896903038, 0.05009674280881882, 0.011186900548636913, -0.10215270519256592, -0.07660897821187973, 0.2294245809316635, -0.0602995827794075, 0.004886541981250048, -0.028186868876218796, -0.08490151911973953, -0.06026294082403183, -0.012795685790479183, -0.05738116800785065, -0.01700775697827339, 0.034475523978471756, 0.0214629378169775, -0.10922146588563919, -0.07046429812908173, -0.1146778091788292, -0.09578189998865128, 0.17879855632781982, -0.02900231070816517, 0.08940442651510239, -0.2603394091129303, 0.2254239320755005, 0.07019765675067902, -0.11909467726945877, 0.04757627099752426, -0.11814092099666595, 0.08530338853597641, 0.02207805961370468, 0.041434839367866516, 0.07761925458908081, 0.04161522537469864, 0.11940909177064896, 0.03257475048303604, -0.00314142694696784, 0.05456724017858505, 0.07224375009536743, 0.0941813513636589, 0.1230122447013855, -0.07287998497486115, -0.07873915135860443, 0.08034131675958633, -0.04709449037909508, -0.11787727475166321, -0.06861002743244171, -0.1452382206916809, -0.004202034790068865, -0.0335184708237648, 0.07922724634408951, 0.05637102574110031, 0.09526676684617996, -0.01433930266648531, -0.05777551606297493, 0.04157217592000961, -0.06985066086053848, 0.019995175302028656, -0.011708668433129787, -0.060763102024793625, 0.13121068477630615, 0.04688004031777382, -0.014275136403739452, -0.08673419058322906, 0.07951672375202179, -0.1204570084810257, -0.07978847622871399, -0.08239417523145676, -0.05098734796047211, -0.007686138618737459, -0.11281027644872665, 0.049203939735889435, -0.11458899080753326, -0.22705501317977905, -0.01313747651875019, 0.04550096020102501, -0.016462473198771477, -0.03707117214798927, -0.040630146861076355, -0.009473399259150028, 0.04880702868103981, -0.042894408106803894, 0.039052072912454605, -0.05325083062052727, 0.050018906593322754, -0.09618895500898361, 0.051321301609277725, -0.10470817238092422, 0.041251372545957565, -0.09671807289123535, 0.07595963031053543, 0.0017866486450657248, 0.0454767569899559, 0.010063555091619492, 0.08985432982444763, -0.03214199095964432, -0.044836416840553284, -0.07869677990674973, 0.026561295613646507, 0.02284199558198452, 0.20134314894676208, -0.10196486860513687, -0.0819794163107872, 0.12614667415618896, -0.07252102345228195, -0.1288122832775116, 0.0409054271876812, -0.02831157296895981, 0.17958028614521027, 0.07370224595069885, 0.16096454858779907, 0.12039237469434738, -0.03798284754157066, 0.1263856589794159, 0.14821170270442963, -0.1269366294145584, -0.004153167363256216, 0.039416827261447906, 0.014042570255696774, -0.20559121668338776, 0.04052022844552994, -0.01946125738322735, 0.06584736704826355, -0.10201486945152283, -0.00946728140115738, 0.0031527038663625717, -0.02320384420454502, 0.0023026331327855587, -0.0472555048763752, 0.061078161001205444, 0.038737643510103226, -0.022763127461075783, 0.029682613909244537, 0.06635552644729614, -0.026160234585404396, -0.00823320634663105, -0.04484035447239876, 0.10009831935167313, -0.07260703295469284, 0.06797321885824203, -0.13160665333271027, -0.003086181590333581, -0.012450510635972023, 0.0972909927368164, 0.03811546042561531, 0.10621625185012817, 0.05470104143023491, 0.03126294165849686, 0.07701993733644485, -0.02846951223909855, 0.0746634304523468, 0.01002051867544651, -0.0850096121430397, -0.1272277683019638, 0.015217535197734833, -0.10649837553501129, -0.004191380459815264, -0.08523700386285782, -0.0015737697249278426, -0.12802091240882874, 0.05826076865196228, -0.016465239226818085, 0.0539434514939785, -0.055182818323373795, -0.04337453469634056, -0.044662054628133774, -0.022007398307323456, 0.0482511967420578, -0.033139705657958984, -0.06687536835670471, 0.16832175850868225, -0.15395553410053253, 0.2592274248600006, 0.1313537061214447, -0.0889907032251358, 0.002020547864958644, -0.07812081277370453, -0.04194976016879082, -0.012868959456682205, 0.07527336478233337, -0.03700125962495804, 0.15495356917381287, -0.03386903926730156, 0.17382068932056427, -0.099679134786129, -0.0334031768143177, 0.02144831046462059, -0.10981054604053497, 0.057656705379486084, 0.08051177859306335, 0.04427298903465271, -0.159133642911911, 0.08837400376796722, 0.19756358861923218, 0.05472150072455406, 0.20321963727474213, -0.006869805511087179, -0.06112205237150192, -0.05358194187283516, -0.0808696523308754, -0.052568696439266205, 0.056259434670209885, -0.09903126955032349, -0.004000484477728605, 0.06423190236091614, 0.08783505111932755, 0.11237549781799316, -0.10904275625944138, -0.046180129051208496, 0.05125856027007103, -0.004819708876311779, -0.051060013473033905, 0.07006146013736725, -0.0659489631652832, 0.13217470049858093, 0.014598124660551548, -0.07049204409122467, 0.0036125897895544767, -0.004913401324301958, -0.11891388893127441, 0.20653130114078522, -0.08047540485858917, -0.27306002378463745, -0.16792123019695282, -0.16288253664970398, 0.07165426760911942, 0.038431257009506226, 0.033738572150468826, -0.08776884526014328, -0.020982403308153152, 0.004409478977322578, 0.11553267389535904, -0.09698133170604706, 0.013121976517140865, 0.008159824647009373, -0.018650712445378304, -0.07579360157251358, -0.09033482521772385, -0.0241270512342453, -0.02461584471166134, 0.020020704716444016, 0.03998296707868576, -0.11154978722333908, 0.06758414953947067, 0.2167699933052063, -0.015538511797785759, 0.06870997697114944, 0.00025148785789497197, 0.26176807284355164, -0.08426473289728165, 0.040830448269844055, 0.11926601082086563, -0.08760137856006622, 0.05199241638183594, 0.07132956385612488, 0.03210015222430229, -0.014074578881263733, 0.016441889107227325, -0.11233895272016525, -0.12864868342876434, -0.1923626959323883, -0.06961654871702194, -0.028241310268640518, 0.13464264571666718, 0.031150488182902336, 0.04321796074509621, 0.10346641391515732, 0.07471037656068802, 0.06701335310935974, 0.03259968012571335, -0.0005120337591506541, 0.0647427961230278, 0.024594781920313835, -0.05812343955039978, 0.054217349737882614, -0.04845457896590233, -0.0797470211982727, 0.08279551565647125, -0.011098933406174183, 0.0927528515458107, 0.06928195804357529, 0.02340286411345005, 0.018686039373278618, 0.04218229651451111, 0.15593960881233215, 0.22442668676376343, -0.012412761338055134, -0.041085485368967056, -0.05078154057264328, -0.040494389832019806, -0.01600850187242031, 0.015044075436890125, -0.05785144492983818, -0.033252447843551636, -0.0728597640991211, -0.015066487714648247, 0.011195010505616665, 0.015441779047250748, 0.07578693330287933, -0.22024130821228027, -0.038240667432546616, 0.042616840451955795, -0.013794191181659698, -0.10639895498752594, 0.05872863903641701, 0.016779562458395958, -0.17391349375247955, -0.07854076474905014, -0.016605399549007416, 0.1603294163942337, -0.030760308727622032, 0.0619782954454422, 0.005449770484119654, 0.02271227352321148, -0.013140208087861538, 0.11191333085298538, -0.27346712350845337, 0.1954270750284195, 0.001131516881287098, -0.04876048117876053, -0.016439033672213554, -0.04243995249271393, 0.0009058643481694162, 0.14556926488876343, 0.09718295931816101, 0.0028763783629983664, 0.0669604167342186, -0.07678256928920746, -0.11943262070417404, 0.05284353718161583, 0.08068333566188812, -0.07738065719604492, 0.029960619285702705, -0.029798466712236404, 0.027152907103300095, -0.007555682212114334, -0.030231619253754616, 0.002119861776009202, -0.11661309748888016, 0.02936525270342827, -0.08075195550918579, 0.06012337654829025, 0.02433968149125576, -0.02529163844883442, -0.012048180215060711, 0.1316436529159546, -0.013300766237080097, -0.08264251798391342, -0.08976204693317413, -0.02328740619122982, 0.09523095935583115, -0.05599937587976456, 0.03358715400099754, -0.08175740391016006, -0.04073614999651909, 0.005860272329300642, -0.16970814764499664, 0.06983034312725067, -0.10846570879220963, -0.09971687942743301, -0.050264790654182434, 0.15346404910087585, 0.013677009381353855, 0.025709833949804306, 0.03220117464661598, -0.04211581498384476, -0.18150363862514496, -0.15989434719085693, -0.007562890648841858, 0.0717545747756958, -0.04433317109942436, 0.03638565540313721, 0.007171243894845247, 0.10013602674007416, 0.004198792390525341, 0.07230839878320694, 0.2026015669107437, 0.16423118114471436, -0.08760133385658264, 0.17723721265792847, 0.16266676783561707, -0.12243213504552841, -0.2722402811050415, -0.09522651135921478, -0.05925937369465828, 0.03468820080161095, 0.02297091670334339, -0.13072867691516876, 0.06184706464409828, -0.011241482570767403, -0.004976592492312193, 0.13391432166099548, -0.2790721356868744, -0.07025358080863953, 0.13864430785179138, -0.012145180255174637, 0.2560276985168457, -0.042459286749362946, -0.08155408501625061, -0.060940731316804886, -0.2339130938053131, 0.1595010906457901, -0.12908293306827545, 0.030256805941462517, -0.06380902975797653, 0.1317017376422882, 0.04475972056388855, -0.051817599684000015, 0.13714583218097687, -0.0770399421453476, 0.03692200407385826, -0.1231972947716713, -0.01437266543507576, 0.05212629213929176, -0.014681367203593254, 0.10554680228233337, -0.053141020238399506, 0.10400939732789993, -0.12106935679912567, -0.052672889083623886, -0.054288461804389954, 0.017598338425159454, -0.023758167400956154, -0.05668776109814644, -0.039483629167079926, -0.05230721831321716, 0.00942184031009674, -0.024894973263144493, -0.008981208316981792, -0.02189256064593792, 0.08200293034315109, 0.10853444039821625, 0.1416669338941574, -0.04508063197135925, -0.02666328102350235, -0.029412275180220604, -0.043095141649246216, 0.07755832374095917, -0.1675589680671692, -0.020979177206754684, 0.15767353773117065, 0.008264025673270226, 0.08081416040658951, 0.07994852215051651, -0.043529048562049866, -0.04116993397474289, 0.09435915946960449, -0.23738352954387665, -0.032961416989564896, -0.07289689034223557, -0.032304681837558746, 0.05143286660313606, 0.06389017403125763, 0.11233682930469513, -0.055076416581869125, -0.015500548295676708, 0.038369257003068924, -0.013473432511091232, -0.10457789897918701, 0.12659704685211182, 0.07594829052686691, 0.04931824654340744, -0.13000807166099548, 0.03979043290019035, -0.02080575004220009, -0.024042857810854912, -0.009190280921757221, 0.09610513597726822, -0.13868926465511322, -0.061987441033124924, 0.01100219041109085, 0.1624082624912262, -0.08940329402685165, -0.054934311658144, -0.00678250240162015, -0.07782098650932312, 0.06215988099575043, 0.06269455701112747, 0.039047662168741226, 0.10006190836429596, -0.08492296934127808, -0.004345493856817484, -0.04427671059966087, 0.02742549031972885, 0.04004936292767525, -0.01839151792228222, -0.11644710600376129, 0.050648268312215805, 0.01261399406939745, 0.21786263585090637, -0.12195943295955658, -0.07748695462942123, -0.13975368440151215, 0.03579137846827507, -0.1441981941461563, -0.02782432734966278, -0.09455464035272598, -0.0542730838060379, -0.024786408990621567, -0.02354593575000763, -0.05044161155819893, -0.03595460206270218, -0.06568260490894318, 0.04963921010494232, -0.01889806240797043, -0.04201965406537056, -0.018809955567121506, 0.04780932888388634, 0.10624072700738907, -0.0022816911805421114, 0.11582330614328384, 0.10476028919219971, -0.06149300932884216, 0.06964143365621567, -0.08975338935852051, 0.049342647194862366, 0.010800108313560486, -0.03639211133122444, 0.07890737056732178, 0.033158838748931885, 0.011678727343678474, -0.02014644630253315, -0.05248590186238289, 0.015699470415711403, 0.019494805485010147, -0.09001129865646362, 0.04338252544403076, 0.03427375108003616, -0.07128193974494934, -0.06945458799600601, -0.02831537090241909, -0.04915383830666542, 0.10966338962316513, 0.09227382391691208, 0.01580313965678215, 0.11524862796068192, -0.09982031583786011, -0.0043287696316838264, 0.0288130734115839, -0.08074736595153809, -0.01706261746585369, -0.10044533759355545, -0.01304725930094719, -0.02274717018008232, 0.2554529011249542, 0.12089171260595322, -0.025309232994914055, -0.03230812028050423, 0.07114472985267639, 0.08105676621198654, -0.0211230106651783, 0.14824873208999634, 0.03444083034992218, -0.0007331980159506202, -0.1400776505470276, 0.10673409700393677, -0.060156434774398804, -0.010151425376534462, 0.09550673514604568, -0.08319920301437378, 0.048856139183044434, 0.07468824833631516, -0.01950058713555336, 0.05372466519474983, -0.11716536432504654, -0.2690386474132538, 0.023945249617099762, 0.027653370052576065, -0.0441947840154171, 0.07253700494766235, 0.145015150308609, 0.00042942073196172714, 0.05244648456573486, 0.061493102461099625, -0.05709811672568321, -0.17804701626300812, -0.19115881621837616, -0.0384756401181221, -0.11082857847213745, -0.023826930671930313, -0.10639674216508865, 0.04148538038134575, -0.02072913944721222, 0.05925795063376427, -0.09639845043420792, 0.12447383254766464, 0.06843417137861252, -0.11577396094799042, 0.05810433253645897, -0.008805959485471249, 0.048459235578775406, -0.07387776672840118, 0.08210063725709915, -0.10721065104007721, -0.026499031111598015, -0.016933415085077286, 0.03711435943841934, -0.05858420953154564, 0.0011270071845501661, -0.10357651859521866, -0.06808403134346008, -0.056935109198093414, 0.09072309732437134, -0.024477418512105942, 0.03998230770230293, -0.014557241462171078, -0.061277762055397034, -0.025446701794862747, 0.2273169606924057, -0.018587565049529076, -0.043939489871263504, -0.0661960318684578, 0.2851298749446869, -0.06544138491153717, 0.07253559678792953, -0.032977886497974396, -0.001274158013984561, -0.07127615064382553, 0.2931469976902008, 0.36314713954925537, -0.14264726638793945, 0.011796033009886742, -0.018389053642749786, 0.03556118905544281, 0.07535336911678314, 0.18024654686450958, 0.07291083037853241, 0.3107033371925354, -0.04080776497721672, -0.01225926261395216, -0.10546047985553741, -0.03835856914520264, 0.014304363168776035, 0.02947218343615532, 0.08378855139017105, -0.05586446449160576, -0.06808875501155853, 0.1039084792137146, -0.26703301072120667, -0.02056516334414482, -0.16380304098129272, -0.061613935977220535, -0.04166705906391144, 0.0007227687747217715, 0.07237391918897629, 0.028740311041474342, 0.05115301162004471, -0.039005450904369354, -0.047156207263469696, 0.057444483041763306, -0.02154913917183876, -0.12674635648727417, 0.0002557095722295344, 0.143532857298851, -0.07906237244606018, -0.0018181405030190945, 0.0032308290246874094, 0.060348983854055405, 0.044118594378232956, 0.04119637981057167, -0.10164451599121094, 0.02608482725918293, 0.01246592216193676, -0.03363148868083954, -0.028164468705654144, 0.008156497962772846, 0.07835527509450912, -0.21697945892810822, 0.0020338469184935093, -0.14078554511070251, 0.011757226660847664, -0.07641053944826126, -0.006896127946674824, -0.08222074061632156, 0.03242125362157822, 0.004625517874956131, 0.1118803396821022, 0.11125602573156357, -0.03202005848288536, -0.0006144302315078676, -0.06265610456466675, 0.06727221608161926, -0.06884542852640152, -0.02960195019841194, -0.025150567293167114, -0.09257599711418152, -0.09335606545209885, 0.09815482050180435, -0.022339481860399246, -0.1427105814218521, 0.007601875811815262, -0.09401176869869232, -0.04369132220745087, -0.021486658602952957, 0.09382037818431854, 0.11086808145046234, 0.09180203825235367, -0.007599277421832085, 0.047748953104019165, 0.03120456263422966, 0.07436691224575043, -0.12886843085289001, -0.10148585587739944 ]