Generative AI
22.8K subscribers
475 photos
2 videos
80 files
247 links
Welcome to Generative AI
👨‍💻 Join us to understand and use the tech
👩‍💻 Learn how to use Open AI & Chatgpt
🤖 The REAL No.1 AI Community

Admin: @coderfun
Download Telegram
LLM Cheatsheet

Introduction to LLMs
- LLMs (Large Language Models) are AI systems that generate text by predicting the next word.
- Prompts are the instructions or text you give to an LLM.
- Personas allow LLMs to take on specific roles or tones.
- Learning types:
- Zero-shot (no examples given)
- One-shot (one example)
- Few-shot (a few examples)

Transformers
- The core architecture behind LLMs, using self-attention to process input sequences.
- Encoder: Understands input.
- Decoder: Generates output.
- Embeddings: Converts words into vectors.

Types of LLMs
- Encoder-only: Great for understanding (like BERT).
- Decoder-only: Best for generating text (like GPT).
- Encoder-decoder: Useful for tasks like translation and summarization (like T5).

Configuration Settings
- Decoding strategies:
- Greedy: Always picks the most likely next word.
- Beam search: Considers multiple possible sequences.
- Random sampling: Adds creativity by picking among top choices.
- Temperature: Controls randomness (higher value = more creative output).
- Top-k and Top-p: Restrict choices to the most likely words.

LLM Instruction Fine-Tuning & Evaluation
- Instruction fine-tuning: Trains LLMs to follow specific instructions.
- Task-specific fine-tuning: Focuses on a single task.
- Multi-task fine-tuning: Trains on multiple tasks for broader skills.

Model Evaluation
- Evaluating LLMs is hard-metrics like BLEU and ROUGE are common, but human judgment is often needed.

Join our WhatsApp Channel: https://whatsapp.com/channel/0029VazaRBY2UPBNj1aCrN0U
3
Python Cheatsheet
6🥰1
A practical guide to building agents by OpenAi

👉 guide
4
𝟲 𝗙𝗿𝗲𝗲 𝗙𝘂𝗹𝗹 𝗧𝗲𝗰𝗵 𝗖𝗼𝘂𝗿𝘀𝗲𝘀 𝗬𝗼𝘂 𝗖𝗮𝗻 𝗪𝗮𝘁𝗰𝗵 𝗥𝗶𝗴𝗵𝘁 𝗡𝗼𝘄😍

Ready to level up your tech game without spending a rupee? These 6 full-length courses are beginner-friendly, 100% free, and packed with practical knowledge📚🧑‍🎓

Whether you want to code in Python, hack ethically, or build your first Android app — these videos are your shortcut to real tech skills📱💻

𝐋𝐢𝐧𝐤👇:-

https://pdlink.in/42V73k4

Save this list and start crushing your tech goals today!✅️
1
Loops in Python
3