Nano.Deep.Reasoner.11m | 20,000 new examples | step 1,441
Browse files- .gitattributes +1 -0
- README.md +10 -2
- config.json +1 -0
- model.safetensors +1 -1
- progress.json +27 -4
- seen_examples.jsonl +0 -0
- session_00001441.json +0 -0
- training_metadata.json +4 -3
- training_state.pt +1 -1
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
seen_examples.jsonl filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -62,6 +62,14 @@ and padded to exactly `1096` positions.
|
|
| 62 |
|
| 63 |
No oversized example is intentionally split across separate training examples.
|
| 64 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 65 |
## Dataset
|
| 66 |
|
| 67 |
`Plans11/Organized_PreTrain_1k_Context`
|
|
@@ -94,8 +102,8 @@ The tokenizer becomes immutable after its initial creation.
|
|
| 94 |
|
| 95 |
## Current progress
|
| 96 |
|
| 97 |
-
- Unique examples trained:
|
| 98 |
-
- Global optimizer steps:
|
| 99 |
- Last session: 20,000
|
| 100 |
|
| 101 |
This is an experimental small language model and is not guaranteed to
|
|
|
|
| 62 |
|
| 63 |
No oversized example is intentionally split across separate training examples.
|
| 64 |
|
| 65 |
+
## Example selection
|
| 66 |
+
|
| 67 |
+
Starting from Session 3, new examples are selected via a deterministic
|
| 68 |
+
shuffled scan of the dataset (seeded, reproducible across runs) rather than
|
| 69 |
+
raw sequential order, to avoid category/source concentration within a
|
| 70 |
+
session. Sessions 1-2 (40,000 examples) were selected sequentially before
|
| 71 |
+
this correction and remain part of the trained corpus.
|
| 72 |
+
|
| 73 |
## Dataset
|
| 74 |
|
| 75 |
`Plans11/Organized_PreTrain_1k_Context`
|
|
|
|
| 102 |
|
| 103 |
## Current progress
|
| 104 |
|
| 105 |
+
- Unique examples trained: 60,000
|
| 106 |
+
- Global optimizer steps: 1,441
|
| 107 |
- Last session: 20,000
|
| 108 |
|
| 109 |
This is an experimental small language model and is not guaranteed to
|
config.json
CHANGED
|
@@ -30,6 +30,7 @@
|
|
| 30 |
"context_length": 1096,
|
| 31 |
"strict_max_example_tokens": 1095,
|
| 32 |
"causal_next_token_prediction": true,
|
|
|
|
| 33 |
"reasoning_tokens": [
|
| 34 |
"<|think|>",
|
| 35 |
"<|thought|>",
|
|
|
|
| 30 |
"context_length": 1096,
|
| 31 |
"strict_max_example_tokens": 1095,
|
| 32 |
"causal_next_token_prediction": true,
|
| 33 |
+
"shuffled_deterministic_scan": true,
|
| 34 |
"reasoning_tokens": [
|
| 35 |
"<|think|>",
|
| 36 |
"<|thought|>",
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 50821608
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:688ea1e3ca87fbd698c6998a9c4c4696ec0213408ef4dc2222488716230c1f74
|
| 3 |
size 50821608
|
progress.json
CHANGED
|
@@ -5,12 +5,35 @@
|
|
| 5 |
"context_length": 1096,
|
| 6 |
"vocab_size": 4096,
|
| 7 |
"parameter_count": 11229120,
|
| 8 |
-
"global_step":
|
| 9 |
-
"unique_examples_completed":
|
| 10 |
"last_session_examples": 20000,
|
| 11 |
"max_session_examples": 20000,
|
| 12 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
"causal_next_token": true,
|
| 14 |
"strict_example_context": true,
|
| 15 |
-
"tokenizer_immutable": true
|
|
|
|
| 16 |
}
|
|
|
|
| 5 |
"context_length": 1096,
|
| 6 |
"vocab_size": 4096,
|
| 7 |
"parameter_count": 11229120,
|
| 8 |
+
"global_step": 1441,
|
| 9 |
+
"unique_examples_completed": 60000,
|
| 10 |
"last_session_examples": 20000,
|
| 11 |
"max_session_examples": 20000,
|
| 12 |
+
"last_session_category_distribution": {
|
| 13 |
+
"Instruct": 5032,
|
| 14 |
+
"Code_Instruct": 13020,
|
| 15 |
+
"Think": 1514,
|
| 16 |
+
"Reasoning": 166,
|
| 17 |
+
"Thought": 208,
|
| 18 |
+
"Tool_Calling": 41,
|
| 19 |
+
"Chat": 19
|
| 20 |
+
},
|
| 21 |
+
"last_session_source_distribution": {
|
| 22 |
+
"Plans11/Organized_PreTrain_WIUAI_1.3M": 10392,
|
| 23 |
+
"Plans11/Organized_PreTrain_Cyber_Security_640k": 5154,
|
| 24 |
+
"Plans11/Organized_PreTrain_Instruct_366k": 2852,
|
| 25 |
+
"Plans11/Organized_PreTrain_Frontier_Traces_47k": 318,
|
| 26 |
+
"Plans11/Organized_PreTrain_Frontier_Traces_150k": 504,
|
| 27 |
+
"Plans11/Organized_Pretrain_HR_213K": 260,
|
| 28 |
+
"Plans11/Organized_PreTrain_Frontier_Traces_34K": 120,
|
| 29 |
+
"Plans11/Organized_PreTrain_Persona_GOD_Seed_52K": 167,
|
| 30 |
+
"Plans11/Organized_PreTrain_Frontier_Traces_33k": 52,
|
| 31 |
+
"Plans11/Organized_PreTrain_Agent_287k": 41,
|
| 32 |
+
"Plans11/Organized_PreTrain_Coding_239k": 140
|
| 33 |
+
},
|
| 34 |
+
"timestamp": 1787136664.0159044,
|
| 35 |
"causal_next_token": true,
|
| 36 |
"strict_example_context": true,
|
| 37 |
+
"tokenizer_immutable": true,
|
| 38 |
+
"shuffled_deterministic_scan": true
|
| 39 |
}
|
seen_examples.jsonl
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
session_00001441.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
training_metadata.json
CHANGED
|
@@ -6,8 +6,8 @@
|
|
| 6 |
"strict_example_limit": 1095,
|
| 7 |
"vocab_size": 4096,
|
| 8 |
"dataset": "Plans11/Organized_PreTrain_1k_Context",
|
| 9 |
-
"global_step":
|
| 10 |
-
"unique_examples_trained":
|
| 11 |
"last_session_size": 20000,
|
| 12 |
"learning_rate": 0.0003,
|
| 13 |
"batch_size": 8,
|
|
@@ -22,5 +22,6 @@
|
|
| 22 |
],
|
| 23 |
"causal_objective": "next_token_prediction",
|
| 24 |
"tokenizer_immutable": true,
|
| 25 |
-
"content_hash_deduplication": true
|
|
|
|
| 26 |
}
|
|
|
|
| 6 |
"strict_example_limit": 1095,
|
| 7 |
"vocab_size": 4096,
|
| 8 |
"dataset": "Plans11/Organized_PreTrain_1k_Context",
|
| 9 |
+
"global_step": 1441,
|
| 10 |
+
"unique_examples_trained": 60000,
|
| 11 |
"last_session_size": 20000,
|
| 12 |
"learning_rate": 0.0003,
|
| 13 |
"batch_size": 8,
|
|
|
|
| 22 |
],
|
| 23 |
"causal_objective": "next_token_prediction",
|
| 24 |
"tokenizer_immutable": true,
|
| 25 |
+
"content_hash_deduplication": true,
|
| 26 |
+
"shuffled_deterministic_scan": true
|
| 27 |
}
|
training_state.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 134840827
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:254905c05bfdb9a9566abd56f9dcd30238de77f558b4020871ef0f0d6d64866c
|
| 3 |
size 134840827
|