Skip to content

Commit 0f16d61

Browse files
perf(mathy_alpha_sm): slightly more trained multi-task model
- ~25k steps across a few models and training sessions. Started with poly, moved on to multi-task poly/complex/binomial
1 parent 96b008f commit 0f16d61

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

libraries/mathy_alpha_sm/mathy_alpha_sm/model.config.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
22
"name": "mathy_alpha_sm",
33
"version": "0.5.1",
4-
"description": "Mathy.ai trained model",
4+
"description": "Mathy.ai multi-task small model",
55
"license": "CC BY-SA 3.0",
66
"author": "Justin DuJardin",
77
"email": "justin@dujardinconsulting.com",
88
"url": "https://mathy.ai",
9-
"mathy_version": ">=0.0.0,<1.0.0",
9+
"mathy_version": ">=0.5.1,<1.0.0",
1010
"units": 512,
1111
"embedding_units": 512,
1212
"lstm_units": 128,
1313
"topics": [
14-
"poly"
14+
"poly",
15+
"binomial",
16+
"complex"
1517
],
1618
"difficulty": "easy",
17-
"model_dir": "./training/alpha_piv_new",
18-
"model_name": "model",
1919
"init_model_from": null,
2020
"train": false,
2121
"verbose": false,
@@ -30,7 +30,7 @@
3030
"use_term_order": false,
3131
"use_tree_complexity": false,
3232
"use_grouping_control": true,
33-
"clip_grouping_control": true,
33+
"clip_grouping_control": false,
3434
"use_env_features": false,
3535
"use_node_values": true,
3636
"update_gradients_every": 64,
@@ -49,4 +49,4 @@
4949
"teacher_evaluation_steps": 20,
5050
"teacher_promote_wins": 0.95,
5151
"teacher_demote_wins": 0.6
52-
}
52+
}
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)