1. LLMs for Me - Introduction LLMs & Generative Text
1. LLMs for Me - Introduction LLMs & Generative Text
Myles Harrison,
AI Consultant & Trainer
llmsfor.me
Agenda
04 Conclusion
Manifesto
2
The course will span 6 live sessions of
3 hours each, covering the topics in Fine-tuning LLMs, PEFT and Quantization
the curriculum show on the right.
nlpfromscratch.com/pwyc
Required Tooling
In the first part of the course, we’ll
be working exclusively in Google
Colab, which will make the technical
requirements much easier.
TASKS
BERT GPT T5
Writing Assistants for creativity and copywriting: AI writing assistants have arisen for
improved productivity and content creation for marketing, sales, creative, and numerous
other areas. For example, Google has made this a part of their core offerings with their
announcement of Duet AI and Canva has introduced MagicWrite based upon OpenAI’s
offerings.
Entertainment and Social: Training generative language models on specific datasets has
allowed to give them “personality”. Character.ai was created by developers who previously
worked on Google’s LaMDA model, offers chatbots based upon fictional characters and
famous individuals. It is #2 on Anderssen- Horowitz’s list of top 50 most popular GenAI web
products (Sept 2023).
GPT - The Household name of LLMs
GPT-1
Toronto Book Corpus
115M parameters ~800M words
● Setting a temperature value higher will give the model too much
freedom and can result in random or nonsensical outputs (gibberish)
Low temperature, high top-p: Consider a wider range of tokens but only
select the most probable ones, resulting in less varied output.
<|endoftext|>
tokenize=False)
tokenizer.apply_chat_template(conversation,
tokenize=False))
End of Part 1
LLMsfor.me
PWYC Microcourse in LLMs and Generative AI
January 2025