Guide Labs: Interpretable foundation models Howto

Guide Labs develops interpretable foundation models that can reliably explain their reasoning, are easy to align and steer, and perform as well as standard black-box models.
View More

How to Use Guide Labs: Interpretable foundation models

Sign up for early access: Join the waitlist on Guide Labs' website to get exclusive early access to their interpretable foundation models.
Install the Guide Labs client: Once you have access, install the Guide Labs Python client library.
Initialize the client: Import the Client class and initialize it with your API key: gl = Client(api_key='your_secret_key')
Prepare your prompt: Create a prompt string that you want to use with the model, e.g. prompt_poem = 'Once upon a time there was a pumpkin, '
Call the model: Use gl.chat.create() to generate a response, specifying the model and enabling explanations: response, explanation = gl.chat.create(model='cb-llm-v1', prompt=prompt_poem, prompt_attribution=True, concept_importance=True, influential_points=10)
Analyze explanations: Access different types of explanations from the returned explanation object, such as prompt_attribution, concept_importance, and influential_points.
Fine-tune the model (optional): To customize the model, upload training data using gl.files.create() and then fine-tune using gl.fine_tuning.jobs.create()

Guide Labs: Interpretable foundation models FAQs

Interpretable foundation models are AI models that can explain their reasoning and outputs, unlike traditional 'black box' models. Guide Labs has developed interpretable versions of large language models (LLMs), diffusion models, and large-scale classifiers that can provide explanations for their decisions while maintaining high performance.

Latest AI Tools Similar to Guide Labs: Interpretable foundation models

Athena AI
Athena AI
Athena AI is a versatile AI-powered platform offering personalized study assistance, business solutions, and life coaching through features like document analysis, quiz generation, flashcards, and interactive chat capabilities.
Aguru AI
Aguru AI
Aguru AI is an on-premises software solution that provides comprehensive monitoring, security, and optimization tools for LLM-based applications with features like behavior tracking, anomaly detection, and performance optimization.
GOAT AI
GOAT AI
GOAT AI is an AI-powered platform that provides one-click summarization capabilities for various content types including news articles, research papers, and videos, while also offering advanced AI agent orchestration for domain-specific tasks.
GiGOS
GiGOS
GiGOS is an AI platform that provides access to multiple advanced language models like Gemini, GPT-4, Claude, and Grok with an intuitive interface for users to interact with and compare different AI models.