Reports
Created by
Created On
Last edited
Types of reinforcement learning algorithms
Explore how reinforcement learning helps AI learn from trial and error, with key algorithms, methods like RLHF, and real-world applications.
1
2025-06-20
Building an LLM Python debugger agent with the new Claude 3.5 Sonnet
Building a AI powered coding agent with Claude 3.5 Sonnet!
1
2024-10-24
Evaluating LLMs on Amazon Bedrock
Discover how to use Amazon Bedrock in combination with W&B Weave to evaluate and compare Large Language Models (LLMs) for summarization tasks, leveraging Bedrock’s managed infrastructure and Weave’s advanced evaluation features.
2
2024-11-20
Combining open-source PII redaction with closed-model analysis in healthcare using Llama 3.1, MedSpacy and GPT-4o
A guide to PII redaction with AI, covering open-source tools, proprietary models, HIPAA compliance, and how logging supports secure data handling.
1
2024-12-05
Securing your LLM applications against prompt injection attacks
We will focus on understanding prompt injection attacks in AI systems and explore effective strategies to prevent against them!
1
2024-12-02
Comparing GPT Models on Azure AI Foundry with W&B Weave
Learn how to compare and evaluate OpenAI’s GPT models on Azure with W&B Weave on text summarization tasks, leveraging Azure’s managed infrastructure and Weave’s customizable evaluation tools.
1
2024-11-21
LLaVA-o1: Advancing structured reasoning in vision-language models
Discover how LLaVA-o1 tackles reasoning challenges in multimodal AI with structured problem-solving. Learn about its dataset, capabilities, and performance analysis using W&B Weave.
1
2024-11-25
Working with Pixtral Large for visual chart understanding
A battle between Open Source Pixtral Large and closed source foundation models like Claude 3.5 Sonnet and GPT-4o Vision
2
2024-11-19
Building and evaluating a RAG system with DSPy and W&B Weave
A guide to building a RAG system with DSPy, and evaluating it with W&B Weave.
3
2024-10-28
Ensembling and ensemble learning methods
We'll explore how to combine multiple models together in order to create a more powerful AI model with ensemble learning.
1
2024-10-29
Getting started with Apple MLX
A guide to Apple's new deep learning framework. It is faster than Torch on the M1?
1
2024-10-13
How to evaluate a Langchain RAG system with RAGAs
A guide to evaluating a Langchain RAG system with RAGAs and Weights & Biases.
3
2024-10-17
Building reliable apps with GPT-4o and structured outputs
Learn how to enforce consistency on GPT-4o outputs, and build reliable Gen-AI Apps.
1
2024-10-08
PHI and PII for healthcare in the world of AI
A practical guide on working with health data, safely, with multiple approaches for handling PHI
1
2024-10-06
Vision fine-tuning GPT-4o on a custom dataset
Learn to vision fine-tune GPT-4o on a custom dataset, with evaluation and tracking.
2
2024-10-07
Copy of byyoung3's Vision fine-tuning GPT-4o on a custom dataset
Learn to vision fine-tune GPT-4o on a custom dataset, with evaluation and tracking.
0
2024-10-16
How to train and evaluate an LLM router
This tutorial explores LLM routers, inspired by the RouteLLM paper, covering training, evaluation, and practical use cases for managing LLMs effectively.
4
2024-09-04
Knowledge distillation: Teaching LLM's with synthetic data
Unlock the power of knowledge distillation by learning how to efficiently transfer complex model insights from teacher to student models, step by step.
2
2024-08-23