grimjim commited on
Commit
6c08875
·
verified ·
1 Parent(s): bcd7f8a

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: gemma
3
+ library_name: transformers
4
+ pipeline_tag: image-text-to-text
5
+ base_model: google/gemma-3-12b-it
6
+ ---
7
+
8
+ # gemma-3-12b-it-projection-abliterated
9
+
10
+ This model was derived from [google/gemma-3-12b-it](https://huggingface.co/google/gemma-3-12b-it).
11
+
12
+ Projection abliteration has been applied; no subsequent fine-tuning was applied.
13
+ The net result is a model that refuses far less often, but still retains awareness of safety and harms.
14
+
15
+ More details to follow.