Monday, May 29, 2023
In
Art,
Artificial Intelligence,
Pictures,
Video,
Videocast,
Видео,
Изкуствен интелект,
Изкуство
by Todor "Tosh" Arnaudov - Twenkid
//
Monday, May 29, 2023
//
Leave a Comment
Genius Beauty in Todor's Boy's Room Part I - Bing Image Creator DALL-E
Wednesday, May 10, 2023
In
Artificial Intelligence,
Machine Learning,
Programming,
Video,
Videocast,
Изкуствен интелект
by Todor "Tosh" Arnaudov - Twenkid
//
Wednesday, May 10, 2023
//
Leave a Comment
2023 Update: Training GPT2-MEDIUM etc. from scratch and unlimited-length generation with hidden direction of the prompt for any generative models
Training GPT2-MEDIUM from scratch on Colab. UPDATE: 6–5–2023: float32 fix (no mixed precision — error) and Chained-generation with unlimited length with directed prompt injection (see the other video from Todor’s youtube channel)
An update for my Youtube tutorial and notebook from 2021, after I discovered the code needed a little tweek to run again. I also added the code for the unlimited-length generation with hidden prompt injection.
The same idea could be applied for any generative model, if you have control of it and can inject prompt in the context when later to be hidden from the output.
GPT2, Collaboratory
#gpt2 #colab #python #promptengineering