SuperbEmphasis commited on
Commit
6354a1c
·
verified ·
1 Parent(s): b057b56

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ I programmatically counted the reasoning word count, rounded it up to the nearest 50, (I.E, 287 words would go to 300, 217 would go to 250), and then I added a note in the system prompt that said:
2
+ ```
3
+ <reasoning:250>
4
+ ```
5
+
6
+ and then referenced this in the system prompt. I think it will work, but I think I need WAY more training data in this format. Time permitting I light try one if the large reasoning dataset, create the same modifications and try that.