DavidAU commited on
Commit
32b86db
·
verified ·
1 Parent(s): 55d9371

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -63,8 +63,22 @@ The strict goals of this model creation were:
63
  - ZERO "benchmaxing" (it damages the model)
64
  - Maintain and raise all core benchmarks.
65
 
 
 
 
 
 
 
 
 
 
 
66
  Testing and benching was done at each stage (fine tunes, multi-stage fine tunes, and every merge step) to ensure quality.
67
 
 
 
 
 
68
  Features:
69
  - Improved instruction following.
70
  - Overall increase in general intelligence and problem solving.
 
63
  - ZERO "benchmaxing" (it damages the model)
64
  - Maintain and raise all core benchmarks.
65
 
66
+ CORE MISSION::
67
+
68
+ Improve instruction following and problem solving. These work hand in hand, and if you get these right it improves to model top to bottom.
69
+
70
+ It took a lot of tests on Qwen 3.5 9Bs to get the methods right.
71
+
72
+ And it worked and can be used on other models too.
73
+
74
+ TESTING:
75
+
76
  Testing and benching was done at each stage (fine tunes, multi-stage fine tunes, and every merge step) to ensure quality.
77
 
78
+ Final testing was HUMAN testing. (you can also see benchmarks below too)
79
+
80
+ Human testing means side by side testing of the base/org model and new model.
81
+
82
  Features:
83
  - Improved instruction following.
84
  - Overall increase in general intelligence and problem solving.