Upload SFT artifact (adapter_only) from phase2-codellama-7b-lora-kaggle-1h
Browse files- adapter_config.json +43 -0
- adapter_model.safetensors +3 -0
- phase2_report.json +15 -0
- phase2_report.md +15 -0
- tokenizer.json +0 -0
- tokenizer_config.json +13 -0
- training_manifest.json +41 -0
- upload_manifest.json +14 -0
adapter_config.json
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": null,
|
| 6 |
+
"base_model_name_or_path": "vodkaslime/codellama-7b-hf",
|
| 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": false,
|
| 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": 32,
|
| 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": 16,
|
| 29 |
+
"rank_pattern": {},
|
| 30 |
+
"revision": null,
|
| 31 |
+
"target_modules": [
|
| 32 |
+
"o_proj",
|
| 33 |
+
"q_proj",
|
| 34 |
+
"v_proj",
|
| 35 |
+
"k_proj"
|
| 36 |
+
],
|
| 37 |
+
"target_parameters": null,
|
| 38 |
+
"task_type": "CAUSAL_LM",
|
| 39 |
+
"trainable_token_indices": null,
|
| 40 |
+
"use_dora": false,
|
| 41 |
+
"use_qalora": false,
|
| 42 |
+
"use_rslora": false
|
| 43 |
+
}
|
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:77efbe297b950aec2f560dc4136e44cb82803c3bbec332aa4cfd4f51374e0934
|
| 3 |
+
size 67143296
|
phase2_report.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"run_dir": "/kaggle/working/python-llm-grpo-new-techniques/training/output/phase2-codellama-7b-lora-kaggle-1h",
|
| 3 |
+
"trainer_state_path": "/kaggle/working/python-llm-grpo-new-techniques/training/output/phase2-codellama-7b-lora-kaggle-1h/checkpoint-43/trainer_state.json",
|
| 4 |
+
"metrics": {
|
| 5 |
+
"global_step": 43,
|
| 6 |
+
"best_metric": null,
|
| 7 |
+
"last_train_loss": 0.7746126174926757,
|
| 8 |
+
"best_eval_loss": null,
|
| 9 |
+
"last_eval_loss": null,
|
| 10 |
+
"last_learning_rate": 0.00015600000000000002,
|
| 11 |
+
"last_step_logged": 40,
|
| 12 |
+
"num_train_loss_logs": 4,
|
| 13 |
+
"num_eval_loss_logs": 0
|
| 14 |
+
}
|
| 15 |
+
}
|
phase2_report.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Phase 2 SFT Report
|
| 2 |
+
|
| 3 |
+
- Run directory: `/kaggle/working/python-llm-grpo-new-techniques/training/output/phase2-codellama-7b-lora-kaggle-1h`
|
| 4 |
+
- Trainer state: `/kaggle/working/python-llm-grpo-new-techniques/training/output/phase2-codellama-7b-lora-kaggle-1h/checkpoint-43/trainer_state.json`
|
| 5 |
+
|
| 6 |
+
## Metrics
|
| 7 |
+
- global_step: `43`
|
| 8 |
+
- best_metric: `None`
|
| 9 |
+
- last_train_loss: `0.7746126174926757`
|
| 10 |
+
- best_eval_loss: `None`
|
| 11 |
+
- last_eval_loss: `None`
|
| 12 |
+
- last_learning_rate: `0.00015600000000000002`
|
| 13 |
+
- last_step_logged: `40`
|
| 14 |
+
- num_train_loss_logs: `4`
|
| 15 |
+
- num_eval_loss_logs: `0`
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"backend": "tokenizers",
|
| 3 |
+
"bos_token": "<s>",
|
| 4 |
+
"clean_up_tokenization_spaces": false,
|
| 5 |
+
"eos_token": "</s>",
|
| 6 |
+
"is_local": false,
|
| 7 |
+
"legacy": null,
|
| 8 |
+
"model_max_length": 1000000000000000019884624838656,
|
| 9 |
+
"pad_token": "</s>",
|
| 10 |
+
"sp_model_kwargs": {},
|
| 11 |
+
"tokenizer_class": "TokenizersBackend",
|
| 12 |
+
"unk_token": "<unk>"
|
| 13 |
+
}
|
training_manifest.json
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"started_at_utc": "2026-03-19T11:54:34.606942+00:00",
|
| 3 |
+
"ended_at_utc": "2026-03-19T13:30:48.781371+00:00",
|
| 4 |
+
"train_elapsed_sec": 5774.174,
|
| 5 |
+
"stopped_by_time_limit": false,
|
| 6 |
+
"global_step": 43,
|
| 7 |
+
"train_metrics": {
|
| 8 |
+
"train_runtime": 5773.5801,
|
| 9 |
+
"train_samples_per_second": 0.118,
|
| 10 |
+
"train_steps_per_second": 0.007,
|
| 11 |
+
"total_flos": 2.771601971163955e+16,
|
| 12 |
+
"train_loss": 0.9663696178170138,
|
| 13 |
+
"epoch": 1.0
|
| 14 |
+
},
|
| 15 |
+
"args": {
|
| 16 |
+
"model_name": "vodkaslime/codellama-7b-hf",
|
| 17 |
+
"train_file": "/kaggle/working/python-llm-grpo-new-techniques/training/data/train.jsonl",
|
| 18 |
+
"val_file": "/kaggle/working/python-llm-grpo-new-techniques/training/data/val.jsonl",
|
| 19 |
+
"output_dir": "/kaggle/working/python-llm-grpo-new-techniques/training/output/phase2-codellama-7b-lora-kaggle-1h",
|
| 20 |
+
"block_size": 1024,
|
| 21 |
+
"num_train_epochs": 1,
|
| 22 |
+
"max_steps": -1,
|
| 23 |
+
"max_runtime_minutes": 55.0,
|
| 24 |
+
"max_runtime_seconds": 7200.0,
|
| 25 |
+
"effective_max_runtime_seconds": 7200.0,
|
| 26 |
+
"per_device_train_batch_size": 1,
|
| 27 |
+
"per_device_eval_batch_size": 1,
|
| 28 |
+
"gradient_accumulation_steps": 16,
|
| 29 |
+
"learning_rate": 0.0002,
|
| 30 |
+
"save_steps": 100,
|
| 31 |
+
"eval_steps": 100,
|
| 32 |
+
"save_total_limit": 2,
|
| 33 |
+
"warmup_steps": 50,
|
| 34 |
+
"use_4bit": true,
|
| 35 |
+
"bf16": true,
|
| 36 |
+
"fp16": false,
|
| 37 |
+
"gradient_checkpointing": true,
|
| 38 |
+
"seed": 42,
|
| 39 |
+
"artifact_mode": "adapter_only"
|
| 40 |
+
}
|
| 41 |
+
}
|
upload_manifest.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"generated_at_utc": "2026-03-19T13:40:53.857341+00:00",
|
| 3 |
+
"upload_mode": "adapter_only",
|
| 4 |
+
"source_run_dir": "/kaggle/working/python-llm-grpo-new-techniques/training/output/phase2-codellama-7b-lora-kaggle-1h",
|
| 5 |
+
"included_files": [
|
| 6 |
+
"adapter_config.json",
|
| 7 |
+
"adapter_model.safetensors",
|
| 8 |
+
"phase2_report.json",
|
| 9 |
+
"phase2_report.md",
|
| 10 |
+
"tokenizer.json",
|
| 11 |
+
"tokenizer_config.json",
|
| 12 |
+
"training_manifest.json"
|
| 13 |
+
]
|
| 14 |
+
}
|