Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,10 @@
|
|
| 1 |
-
A fine-tune of THUDM/GLM-4-32B-0414 using
|
| 2 |
|
| 3 |
-
The
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
|