MRAGU commited on
Commit
eab98de
·
verified ·
1 Parent(s): 1cf0218

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -9
README.md CHANGED
@@ -8,20 +8,39 @@ base_model:
8
  - sail/Sailor2-8B-Chat
9
  ---
10
 
11
- # Model Card for Model ID
 
 
 
 
12
 
13
- <!-- Provide a quick summary of what the model is/does. -->
14
 
15
- Sailor2-8B-Chat-Uncensored
 
16
 
 
17
 
18
- ## Model Details
19
 
20
- ### Model Description
21
- Abliterated version of [sail/Sailor2-8B-Chat](https://huggingface.co/sail/Sailor2-8B-Chat)
 
22
 
23
- It based on the technique described in the blog post "[Refusal in LLMs is mediated by a single direction](https://www.alignmentforum.org/posts/jGuXSZgv6qfdhMCuJ/refusal-in-llms-is-mediated-by-a-single-direction)".
24
 
25
- ## Quantization
26
 
27
- * **GGUF**: https://huggingface.co/BlossomsAI/Sailor2-8B-Chat-Uncensored-GGUF
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  - sail/Sailor2-8B-Chat
9
  ---
10
 
11
+ <div align="center">
12
+ <img src="https://github.com/bloomifycafe/blossomsAI/blob/main/assets/logo.png?raw=true" alt="Logo"/>
13
+ </div>
14
+ </br>
15
+ <div align="center">
16
 
17
+ # 🎯 Sailor2-8B-Chat-Uncensored
18
 
19
+ ### An optimized version of Sailor2-8B-Chat focused on removing refusal behaviors
20
+ </div>
21
 
22
+ ## 📌 Overview
23
 
24
+ A streamlined implementation that removes refusal behaviors from [sail/Sailor2-8B-Chat](https://huggingface.co/sail/Sailor2-8B-Chat), based on directional intervention techniques.
25
 
26
+ ## 🔍 Key Features
27
+ - Implements directional intervention for behavior modification
28
+ - Fully quantized for resource-efficient deployment
29
 
30
+ ## 🛠️ Implementation
31
 
32
+ Based on research findings from ["Refusal in LLMs is Mediated by a Single Direction"](https://www.alignmentforum.org/posts/jGuXSZgv6qfdhMCuJ/refusal-in-llms-is-mediated-by-a-single-direction)
33
 
34
+ ## 💫 Quantization
35
+
36
+ Pre-quantized models available in [GGFU](https://huggingface.co/BlossomsAI/Sailor2-8B-Chat-Uncensored-GGUF) format:
37
+
38
+ ## 🤝 Contributors
39
+
40
+ Developed with ❤️ by [BlossomAI](https://huggingface.co/BlossomsAI)
41
+
42
+ ---
43
+
44
+ <div align="center">
45
+ <sub>Star ⭐️ this repo if you find it valuable!</sub>
46
+ </div>