sam-paech commited on
Commit
cb1ad17
·
verified ·
1 Parent(s): f4c2f9b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -1,6 +1,10 @@
1
- A fine-tune of THUDM/GLM-4-32B-0414 using a new experimental technique for automatic unslopping.
2
 
3
- The intention is to make the most common slop words & phrases much less frequent, with minimal impact to the model otherwise.
 
 
 
 
4
 
5
  It won't remove slop entirely. The technique only targets over-represented words & phrases, not stylistic or thematic slop.
6
 
 
1
+ A fine-tune of THUDM/GLM-4-32B-0414 using the antislop method described in this paper: https://arxiv.org/abs/2510.15061
2
 
3
+ The pipeline identifies the model's unique slop (over-represented words and phrases compared to human writing), generates a preference training set, and trains out the slop with our FTPO training algorithm.
4
+
5
+ https://github.com/sam-paech/auto-antislop
6
+
7
+ This process alters the model to make the most common slop words & phrases much less frequent, with minimal impact or degradation to the model.
8
 
9
  It won't remove slop entirely. The technique only targets over-represented words & phrases, not stylistic or thematic slop.
10