Autonomous Space trainer update
Browse files- README.md +3 -1
- adapter_config.json +42 -0
- adapter_model.safetensors +3 -0
- effective_run_config.json +37 -0
- live_events.jsonl +0 -0
- live_progress.json +21 -0
- metrics/eval_metrics.json +4 -5
- metrics/train_metrics.json +13 -6
- run_summary.json +38 -4
- trainer_state.json +0 -0
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -14,7 +14,9 @@ tags:
|
|
| 14 |
Standalone reasoning model trained from UMSR-v1 using the autonomous trainer Space.
|
| 15 |
|
| 16 |
- Dataset: https://huggingface.co/datasets/NorthernTribe-Research/UMSR-v1
|
| 17 |
-
- Base model: `
|
|
|
|
|
|
|
| 18 |
- Model repo: `https://huggingface.co/NorthernTribe-Research/UMSR-Reasoner-7B`
|
| 19 |
|
| 20 |
## Output Contract
|
|
|
|
| 14 |
Standalone reasoning model trained from UMSR-v1 using the autonomous trainer Space.
|
| 15 |
|
| 16 |
- Dataset: https://huggingface.co/datasets/NorthernTribe-Research/UMSR-v1
|
| 17 |
+
- Base model: `NorthernTribe-Research/UMSR-Reasoner-7B`
|
| 18 |
+
- Training mode: `teacher-student distillation`
|
| 19 |
+
- Teacher model(s): `NorthernTribe-Research/UMSR-Reasoner-7B`
|
| 20 |
- Model repo: `https://huggingface.co/NorthernTribe-Research/UMSR-Reasoner-7B`
|
| 21 |
|
| 22 |
## Output Contract
|
adapter_config.json
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": null,
|
| 6 |
+
"base_model_name_or_path": "NorthernTribe-Research/UMSR-Reasoner-7B",
|
| 7 |
+
"bias": "none",
|
| 8 |
+
"corda_config": null,
|
| 9 |
+
"ensure_weight_tying": false,
|
| 10 |
+
"eva_config": null,
|
| 11 |
+
"exclude_modules": null,
|
| 12 |
+
"fan_in_fan_out": true,
|
| 13 |
+
"inference_mode": true,
|
| 14 |
+
"init_lora_weights": true,
|
| 15 |
+
"layer_replication": null,
|
| 16 |
+
"layers_pattern": null,
|
| 17 |
+
"layers_to_transform": null,
|
| 18 |
+
"loftq_config": {},
|
| 19 |
+
"lora_alpha": 64,
|
| 20 |
+
"lora_bias": false,
|
| 21 |
+
"lora_dropout": 0.05,
|
| 22 |
+
"megatron_config": null,
|
| 23 |
+
"megatron_core": "megatron.core",
|
| 24 |
+
"modules_to_save": null,
|
| 25 |
+
"peft_type": "LORA",
|
| 26 |
+
"peft_version": "0.18.1",
|
| 27 |
+
"qalora_group_size": 16,
|
| 28 |
+
"r": 32,
|
| 29 |
+
"rank_pattern": {},
|
| 30 |
+
"revision": null,
|
| 31 |
+
"target_modules": [
|
| 32 |
+
"c_attn",
|
| 33 |
+
"c_proj",
|
| 34 |
+
"c_fc"
|
| 35 |
+
],
|
| 36 |
+
"target_parameters": null,
|
| 37 |
+
"task_type": "CAUSAL_LM",
|
| 38 |
+
"trainable_token_indices": null,
|
| 39 |
+
"use_dora": false,
|
| 40 |
+
"use_qalora": false,
|
| 41 |
+
"use_rslora": false
|
| 42 |
+
}
|
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a8444e8496b9822bac86d49856a46867e951265c5d385636a2ebc02d5a8b175f
|
| 3 |
+
size 10120
|
effective_run_config.json
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"ce_weight_end": 0.5,
|
| 3 |
+
"ce_weight_start": 0.35,
|
| 4 |
+
"created_at": "2026-02-24T05:06:50.053819+00:00",
|
| 5 |
+
"dataset_id": "NorthernTribe-Research/UMSR-v1",
|
| 6 |
+
"distill_enabled": true,
|
| 7 |
+
"enforce_inhouse_models": true,
|
| 8 |
+
"eval_split": "validation",
|
| 9 |
+
"kd_weight_end": 0.5,
|
| 10 |
+
"kd_weight_start": 0.65,
|
| 11 |
+
"lora_alpha": 64,
|
| 12 |
+
"lora_dropout": 0.05,
|
| 13 |
+
"lora_enabled": true,
|
| 14 |
+
"lora_r": 32,
|
| 15 |
+
"lora_target_modules": [
|
| 16 |
+
"c_attn",
|
| 17 |
+
"c_proj",
|
| 18 |
+
"c_fc"
|
| 19 |
+
],
|
| 20 |
+
"min_quality": 0.72,
|
| 21 |
+
"model_dtype": "bfloat16",
|
| 22 |
+
"output_dir": "/app/runs/20260224_050637",
|
| 23 |
+
"resume_from_checkpoint": "",
|
| 24 |
+
"student_model": "NorthernTribe-Research/UMSR-Reasoner-7B",
|
| 25 |
+
"target_repo_id": "NorthernTribe-Research/UMSR-Reasoner-7B",
|
| 26 |
+
"teacher_dtype": "bfloat16",
|
| 27 |
+
"teacher_models": [
|
| 28 |
+
"NorthernTribe-Research/UMSR-Reasoner-7B"
|
| 29 |
+
],
|
| 30 |
+
"temperature_end": 1.2,
|
| 31 |
+
"temperature_start": 2.5,
|
| 32 |
+
"train_split": "train",
|
| 33 |
+
"use_4bit_student_effective": false,
|
| 34 |
+
"use_4bit_student_requested": true,
|
| 35 |
+
"use_4bit_teacher_effective": false,
|
| 36 |
+
"use_4bit_teacher_requested": true
|
| 37 |
+
}
|
live_events.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
live_progress.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"distill_enabled": true,
|
| 3 |
+
"epoch": 1.0,
|
| 4 |
+
"global_step": 256,
|
| 5 |
+
"max_steps": 256,
|
| 6 |
+
"message": "training finished",
|
| 7 |
+
"metrics": {
|
| 8 |
+
"distill_ce_loss": 10.826530456542969,
|
| 9 |
+
"distill_ce_weight": 0.5,
|
| 10 |
+
"distill_kd_loss": 0.0498046875,
|
| 11 |
+
"distill_kd_weight": 0.5,
|
| 12 |
+
"distill_temperature": 1.2,
|
| 13 |
+
"epoch": 1.0,
|
| 14 |
+
"eval_loss": 5.438445091247559,
|
| 15 |
+
"grad_norm": 0.003390513826161623,
|
| 16 |
+
"learning_rate": 4.032258064516129e-07,
|
| 17 |
+
"loss": 5.431177616119385
|
| 18 |
+
},
|
| 19 |
+
"status": "completed",
|
| 20 |
+
"updated_at": "2026-02-24T05:10:53.354667+00:00"
|
| 21 |
+
}
|
metrics/eval_metrics.json
CHANGED
|
@@ -1,8 +1,7 @@
|
|
| 1 |
{
|
| 2 |
-
"
|
| 3 |
-
"
|
| 4 |
-
"eval_runtime": 2.186,
|
| 5 |
"eval_samples": 64,
|
| 6 |
-
"eval_samples_per_second":
|
| 7 |
-
"eval_steps_per_second":
|
| 8 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"eval_loss": 5.438445091247559,
|
| 3 |
+
"eval_runtime": 12.7364,
|
|
|
|
| 4 |
"eval_samples": 64,
|
| 5 |
+
"eval_samples_per_second": 5.025,
|
| 6 |
+
"eval_steps_per_second": 5.025
|
| 7 |
}
|
metrics/train_metrics.json
CHANGED
|
@@ -1,9 +1,16 @@
|
|
| 1 |
{
|
| 2 |
-
"
|
| 3 |
-
"
|
| 4 |
-
"
|
| 5 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
"train_samples": 256,
|
| 7 |
-
"train_samples_per_second":
|
| 8 |
-
"train_steps_per_second":
|
| 9 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"ce_weight_end": 0.5,
|
| 3 |
+
"ce_weight_start": 0.35,
|
| 4 |
+
"distill_enabled": true,
|
| 5 |
+
"kd_weight_end": 0.5,
|
| 6 |
+
"kd_weight_start": 0.65,
|
| 7 |
+
"teacher_count": 1,
|
| 8 |
+
"temperature_end": 1.2,
|
| 9 |
+
"temperature_start": 2.5,
|
| 10 |
+
"total_flos": 42322071132.0,
|
| 11 |
+
"train_loss": 4.595647823996842,
|
| 12 |
+
"train_runtime": 230.1787,
|
| 13 |
"train_samples": 256,
|
| 14 |
+
"train_samples_per_second": 1.112,
|
| 15 |
+
"train_steps_per_second": 1.112
|
| 16 |
}
|
run_summary.json
CHANGED
|
@@ -1,17 +1,51 @@
|
|
| 1 |
{
|
| 2 |
-
"
|
|
|
|
| 3 |
"bf16": false,
|
|
|
|
|
|
|
| 4 |
"cuda_available": false,
|
| 5 |
"dataset_id": "NorthernTribe-Research/UMSR-v1",
|
| 6 |
"device": "cpu",
|
|
|
|
|
|
|
| 7 |
"eval_rows": 64,
|
| 8 |
-
"finished_at": "2026-02-
|
| 9 |
"fp16": false,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
"mps_available": false,
|
| 11 |
-
"output_dir": "/app/runs/
|
|
|
|
|
|
|
| 12 |
"target_repo_id": "NorthernTribe-Research/UMSR-Reasoner-7B",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
"tie_word_embeddings": false,
|
| 14 |
"total_train_steps_estimate": 256,
|
| 15 |
"train_rows": 256,
|
| 16 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"attn_implementation": "",
|
| 3 |
+
"base_model": "NorthernTribe-Research/UMSR-Reasoner-7B",
|
| 4 |
"bf16": false,
|
| 5 |
+
"ce_weight_end": 0.5,
|
| 6 |
+
"ce_weight_start": 0.35,
|
| 7 |
"cuda_available": false,
|
| 8 |
"dataset_id": "NorthernTribe-Research/UMSR-v1",
|
| 9 |
"device": "cpu",
|
| 10 |
+
"distill_enabled": true,
|
| 11 |
+
"enforce_inhouse_models": true,
|
| 12 |
"eval_rows": 64,
|
| 13 |
+
"finished_at": "2026-02-24T05:10:53.354403+00:00",
|
| 14 |
"fp16": false,
|
| 15 |
+
"gradient_checkpointing": true,
|
| 16 |
+
"kd_weight_end": 0.5,
|
| 17 |
+
"kd_weight_start": 0.65,
|
| 18 |
+
"live_events_path": "/app/runs/20260224_050637/live_events.jsonl",
|
| 19 |
+
"live_progress_path": "/app/runs/20260224_050637/live_progress.json",
|
| 20 |
+
"lora_alpha": 64,
|
| 21 |
+
"lora_dropout": 0.05,
|
| 22 |
+
"lora_enabled": true,
|
| 23 |
+
"lora_r": 32,
|
| 24 |
+
"lora_target_modules": [
|
| 25 |
+
"c_attn",
|
| 26 |
+
"c_proj",
|
| 27 |
+
"c_fc"
|
| 28 |
+
],
|
| 29 |
+
"model_dtype": "bfloat16",
|
| 30 |
"mps_available": false,
|
| 31 |
+
"output_dir": "/app/runs/20260224_050637",
|
| 32 |
+
"requested_warmup_steps": 0,
|
| 33 |
+
"resume_from_checkpoint": "",
|
| 34 |
"target_repo_id": "NorthernTribe-Research/UMSR-Reasoner-7B",
|
| 35 |
+
"teacher_count": 1,
|
| 36 |
+
"teacher_dtype": "bfloat16",
|
| 37 |
+
"teacher_models": [
|
| 38 |
+
"NorthernTribe-Research/UMSR-Reasoner-7B"
|
| 39 |
+
],
|
| 40 |
+
"temperature_end": 1.2,
|
| 41 |
+
"temperature_start": 2.5,
|
| 42 |
"tie_word_embeddings": false,
|
| 43 |
"total_train_steps_estimate": 256,
|
| 44 |
"train_rows": 256,
|
| 45 |
+
"use_4bit_effective": false,
|
| 46 |
+
"use_4bit_requested": true,
|
| 47 |
+
"use_4bit_teacher_effective": false,
|
| 48 |
+
"use_4bit_teacher_requested": true,
|
| 49 |
+
"warmup_ratio": 0.03,
|
| 50 |
+
"warmup_steps": 8
|
| 51 |
}
|
trainer_state.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5201
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6ff001674e1758cd59d09d54fcb8a1ab0ffb4cf7b95e257802f7c5f963b5ba1a
|
| 3 |
size 5201
|