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