Hackathon Mistral AI

Created
Created
2024 Oct 5 8:48
Creator
Creator
Seonglae ChoSeonglae Cho
Editor
Edited
Edited
2024 Oct 6 17:7
Refs
Refs
pqmKVrIjJjkKQMhvRslPapP7QzNV2A1I
Pixtral vision transofmrer encoder 16x16
  1. SAE modeling
      • mistral → mistral lg2 or pixtral
        • forward activation modifying
        • get activation function
  1. SAE training
      • vision text data → cache the activations, text pairs
        • activation inference
        • sae reconstruction training (train dataset)
  1. Feature naming
      • storing result statistics with sae lens format → mistral api
        • activation text pair generation (test, valiation)
        • LLM api prompt with high low activation pairs
        • save sae as sae lens form
  1. Steering
      • concurrent generation and compare
        • chat, inference cli
        • chat demo with concurrent
Hackathon Mistral AI Notion
 

Related Work

I have written the following articles that provide foundational insights guiding the development of this project:
 
 

Mistral Large 2

mistralai/Mistral-Large-Instruct-2407 · Hugging Face
We’re on a journey to advance and democratize artificial intelligence through open source and open science.
mistralai/Mistral-Large-Instruct-2407 · Hugging Face

Pixtral

Pixtral
We’re on a journey to advance and democratize artificial intelligence through open source and open science.
Pixtral

Neuronpedia

Neuronpedia
Open Interpretability Platform

SAE Mistral

tylercosgrove/mistral-7b-sparse-autoencoder-layer16 · Hugging Face
We’re on a journey to advance and democratize artificial intelligence through open source and open science.
tylercosgrove/mistral-7b-sparse-autoencoder-layer16 · Hugging Face
 
 
 

Recommendations