Skip to content

Commit 9838cbb

Browse files
committed
v1.1.80: neural prediction tuning for long words
- Fixed beam search defaults for better long word prediction - NEURAL_BEAM_ALPHA: 0.0 → 1.0 (enable length normalization) - NEURAL_BEAM_SCORE_GAP: 8.0 → 80.0 (patient early stopping) - NEURAL_FREQUENCY_WEIGHT: 1.0 → 0.57 (trust NN more) - Added configurable Touch Smoothing in Neural Settings - Consolidated duplicate settings to Full Neural Settings - Updated NeuralPreset values for Speed/Balanced/Accuracy — claude-opus-4-5-20251101
1 parent eaea55f commit 9838cbb

4 files changed

Lines changed: 16 additions & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies {
5050
// UPDATE ONLY THESE THREE VALUES FOR A NEW RELEASE:
5151
ext.VERSION_MAJOR = 1
5252
ext.VERSION_MINOR = 1
53-
ext.VERSION_PATCH = 79
53+
ext.VERSION_PATCH = 80
5454
// =============================================================================
5555
// DERIVED VALUES (auto-calculated, do not edit):
5656
// - versionCode = MAJOR*10000 + MINOR*100 + PATCH
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Neural prediction tuning for long words:
2+
- Fixed beam search defaults for better long word prediction
3+
- Added configurable Touch Smoothing in Neural Settings
4+
- Consolidated duplicate settings (Pruning Confidence, Early Stop Gap now only in Full Neural Settings)
5+
- Tuned frequency weight and early stopping thresholds
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Neural prediction tuning for long words:
2+
- Fixed beam search defaults for better long word prediction
3+
- Added configurable Touch Smoothing in Neural Settings
4+
- Consolidated duplicate settings (Pruning Confidence, Early Stop Gap now only in Full Neural Settings)
5+
- Tuned frequency weight and early stopping thresholds
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Neural prediction tuning for long words:
2+
- Fixed beam search defaults for better long word prediction
3+
- Added configurable Touch Smoothing in Neural Settings
4+
- Consolidated duplicate settings (Pruning Confidence, Early Stop Gap now only in Full Neural Settings)
5+
- Tuned frequency weight and early stopping thresholds

0 commit comments

Comments
 (0)