andyzoujm commited on
Commit
5b9121d
1 Parent(s): d20b86f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ # Model Details
2
+
3
+ Mistral-7B-Instruct-RR is a Mistral-7B model with circuit breakers inserted using Representation Rerouting (RR).
4
+
5
+ Circuit Breaking is a new approach inspired by [representation engineering](https://ai-transparency.org/), designed to prevent AI systems from generating harmful content by directly altering harmful model representations, with minimal capability degradation. For more information, [please check out our paper](https://arxiv.org/abs/2406.04313).
6
+
7
+ <p align="center">
8
+ <img src="https://github.com/GraySwanAI/circuit-breakers/raw/main/assets/mistral_splash.png" width="800"/>
9
+ </p>