CE v19 unified agentic UnifiedMindV19 tables=14751
Browse files- .gitattributes +1 -0
- ce-v19-unified-agentic/latest/metrics.json +53 -0
- ce-v19-unified-agentic/latest/ppm.bincode +3 -0
- ce-v19-unified-agentic/latest/state.json +60 -0
- ce-v19-unified-agentic/latest/tokenizer.json +0 -0
- ce-v19-unified-agentic/latest/unifiedmindv19.pkl +3 -0
- ce-v19-unified-agentic/latest/unifiedmindv19.save_skipped.txt +1 -0
.gitattributes
CHANGED
|
@@ -877,3 +877,4 @@ ce-v19-rust-fast/checkpoints/doc_4120000/ppm.bincode filter=lfs diff=lfs merge=l
|
|
| 877 |
ce-v19-rust-fast/checkpoints/doc_4120000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 878 |
ce-v19-rust-fast/checkpoints/doc_4130000/ppm.bincode filter=lfs diff=lfs merge=lfs -text
|
| 879 |
ce-v19-rust-fast/checkpoints/doc_4130000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 877 |
ce-v19-rust-fast/checkpoints/doc_4120000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 878 |
ce-v19-rust-fast/checkpoints/doc_4130000/ppm.bincode filter=lfs diff=lfs merge=lfs -text
|
| 879 |
ce-v19-rust-fast/checkpoints/doc_4130000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 880 |
+
ce-v19-unified-agentic/latest/ppm.bincode filter=lfs diff=lfs merge=lfs -text
|
ce-v19-unified-agentic/latest/metrics.json
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"chat_eval": {
|
| 3 |
+
"heldout_accuracy": 1.0,
|
| 4 |
+
"heldout_passed": 3,
|
| 5 |
+
"heldout_total": 3,
|
| 6 |
+
"rows": [
|
| 7 |
+
{
|
| 8 |
+
"action": "READ_FILE",
|
| 9 |
+
"name": "heldout_read_file",
|
| 10 |
+
"pass": true,
|
| 11 |
+
"prompt": "Explain what you do before answering when a file is needed.",
|
| 12 |
+
"result": "i should read the file contents first , then answer from what the file actually says .",
|
| 13 |
+
"score": 1.1
|
| 14 |
+
},
|
| 15 |
+
{
|
| 16 |
+
"action": "DEBUG",
|
| 17 |
+
"name": "heldout_debug_first_step",
|
| 18 |
+
"pass": true,
|
| 19 |
+
"prompt": "If my server returns 500, what is your first step?",
|
| 20 |
+
"result": "for a 500 , i first inspect the traceback and logs , then reproduce the failing request .",
|
| 21 |
+
"score": 1.1
|
| 22 |
+
},
|
| 23 |
+
{
|
| 24 |
+
"action": "RUN_TESTS",
|
| 25 |
+
"name": "heldout_same_suffix_tests_variant",
|
| 26 |
+
"pass": true,
|
| 27 |
+
"prompt": "Hello, explain one way you can help with tests.",
|
| 28 |
+
"result": "i can run tests , inspect failures , and use the output to verify the fix .",
|
| 29 |
+
"score": 1.1
|
| 30 |
+
}
|
| 31 |
+
]
|
| 32 |
+
},
|
| 33 |
+
"curriculum_refresh_episodes": 350,
|
| 34 |
+
"curriculum_refresh_every": 250,
|
| 35 |
+
"episodes_seen": 1400,
|
| 36 |
+
"final_lm_loss": 0.0,
|
| 37 |
+
"lm_steps": 0,
|
| 38 |
+
"model": "UnifiedMindV19",
|
| 39 |
+
"promotion_gate": {
|
| 40 |
+
"chat": 1.0,
|
| 41 |
+
"min_chat": 1.0,
|
| 42 |
+
"min_tool": 1.0,
|
| 43 |
+
"pass": true,
|
| 44 |
+
"tool": 1.0
|
| 45 |
+
},
|
| 46 |
+
"tables": 14751,
|
| 47 |
+
"tool_eval": {
|
| 48 |
+
"latency_ms_max": 0.06911397213116288,
|
| 49 |
+
"latency_ms_mean": 0.05285899969749153,
|
| 50 |
+
"tool_selection_accuracy": 1.0,
|
| 51 |
+
"valid_action_accuracy": 1.0
|
| 52 |
+
}
|
| 53 |
+
}
|
ce-v19-unified-agentic/latest/ppm.bincode
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:758c9db0487d599dd7f23645c772e5ed0308536b75f5b0f7171323a095d9e3b1
|
| 3 |
+
size 1306864
|
ce-v19-unified-agentic/latest/state.json
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"format": "ce_v19_unified_agentic_v1",
|
| 3 |
+
"metrics": {
|
| 4 |
+
"chat_eval": {
|
| 5 |
+
"heldout_accuracy": 1.0,
|
| 6 |
+
"heldout_passed": 3,
|
| 7 |
+
"heldout_total": 3,
|
| 8 |
+
"rows": [
|
| 9 |
+
{
|
| 10 |
+
"action": "READ_FILE",
|
| 11 |
+
"name": "heldout_read_file",
|
| 12 |
+
"pass": true,
|
| 13 |
+
"prompt": "Explain what you do before answering when a file is needed.",
|
| 14 |
+
"result": "i should read the file contents first , then answer from what the file actually says .",
|
| 15 |
+
"score": 1.1
|
| 16 |
+
},
|
| 17 |
+
{
|
| 18 |
+
"action": "DEBUG",
|
| 19 |
+
"name": "heldout_debug_first_step",
|
| 20 |
+
"pass": true,
|
| 21 |
+
"prompt": "If my server returns 500, what is your first step?",
|
| 22 |
+
"result": "for a 500 , i first inspect the traceback and logs , then reproduce the failing request .",
|
| 23 |
+
"score": 1.1
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"action": "RUN_TESTS",
|
| 27 |
+
"name": "heldout_same_suffix_tests_variant",
|
| 28 |
+
"pass": true,
|
| 29 |
+
"prompt": "Hello, explain one way you can help with tests.",
|
| 30 |
+
"result": "i can run tests , inspect failures , and use the output to verify the fix .",
|
| 31 |
+
"score": 1.1
|
| 32 |
+
}
|
| 33 |
+
]
|
| 34 |
+
},
|
| 35 |
+
"curriculum_refresh_episodes": 350,
|
| 36 |
+
"curriculum_refresh_every": 250,
|
| 37 |
+
"episodes_seen": 1400,
|
| 38 |
+
"final_lm_loss": 0.0,
|
| 39 |
+
"lm_steps": 0,
|
| 40 |
+
"model": "UnifiedMindV19",
|
| 41 |
+
"promotion_gate": {
|
| 42 |
+
"chat": 1.0,
|
| 43 |
+
"min_chat": 1.0,
|
| 44 |
+
"min_tool": 1.0,
|
| 45 |
+
"pass": true,
|
| 46 |
+
"tool": 1.0
|
| 47 |
+
},
|
| 48 |
+
"tables": 14751,
|
| 49 |
+
"tool_eval": {
|
| 50 |
+
"latency_ms_max": 0.06911397213116288,
|
| 51 |
+
"latency_ms_mean": 0.05285899969749153,
|
| 52 |
+
"tool_selection_accuracy": 1.0,
|
| 53 |
+
"valid_action_accuracy": 1.0
|
| 54 |
+
}
|
| 55 |
+
},
|
| 56 |
+
"model": "UnifiedMindV19",
|
| 57 |
+
"tables": 14751,
|
| 58 |
+
"timestamp": 1782508126,
|
| 59 |
+
"vocab_size": 16384
|
| 60 |
+
}
|
ce-v19-unified-agentic/latest/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
ce-v19-unified-agentic/latest/unifiedmindv19.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b02d04c57367aeae3605c83b0eb4677ee385439f5d58926c738578c5d11d5525
|
| 3 |
+
size 79982976
|
ce-v19-unified-agentic/latest/unifiedmindv19.save_skipped.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
pickle skipped: TypeError: cannot pickle 'builtins.RustNeuralMind' object
|