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 MoreHow 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.
Popular Articles
Claude 3.5 Haiku: Anthropic's Fastest AI Model Now Available
Dec 13, 2024
Uhmegle vs Chatroulette: The Battle of Random Chat Platforms
Dec 13, 2024
12 Days of OpenAI Content Update 2024
Dec 13, 2024
Best AI Tools for Work in 2024: Elevating Presentations, Recruitment, Resumes, Meetings, Coding, App Development, and Web Build
Dec 13, 2024
View More