Text Generation
Transformers
Safetensors
PEFT
gemma-3
continued-pretraining
sft
lora
synthetic-data
alignment
midtraining
scimt
Instructions to use arcadia-impact/scimt-dispatch-models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use arcadia-impact/scimt-dispatch-models with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="arcadia-impact/scimt-dispatch-models")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("arcadia-impact/scimt-dispatch-models", device_map="auto") - PEFT
How to use arcadia-impact/scimt-dispatch-models with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use arcadia-impact/scimt-dispatch-models with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "arcadia-impact/scimt-dispatch-models" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "arcadia-impact/scimt-dispatch-models", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/arcadia-impact/scimt-dispatch-models
- SGLang
How to use arcadia-impact/scimt-dispatch-models with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "arcadia-impact/scimt-dispatch-models" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "arcadia-impact/scimt-dispatch-models", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "arcadia-impact/scimt-dispatch-models" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "arcadia-impact/scimt-dispatch-models", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }' - Docker Model Runner
How to use arcadia-impact/scimt-dispatch-models with Docker Model Runner:
docker model run hf.co/arcadia-impact/scimt-dispatch-models
dispatch_graft_dose_v1: graft_dose_v1/charter_d8m_x1/reconstruction.json
Browse files
graft_dose_v1/charter_d8m_x1/reconstruction.json
ADDED
|
@@ -0,0 +1,97 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"schema_version": "dispatch_graft_dose_reconstruction_v1",
|
| 3 |
+
"version": "dispatch_graft_dose_v1",
|
| 4 |
+
"parent": "charter_d8m_x1",
|
| 5 |
+
"control": {
|
| 6 |
+
"repo": "arcadia-impact/scimt-dispatch-models",
|
| 7 |
+
"revision": "dfdd164dad975c0d71ccedb14337927fe60c10ad",
|
| 8 |
+
"prefix": "gate2_midtrain4/dolmino/post_dolci100",
|
| 9 |
+
"weight_sha256": "0187bc77b55345d54989501f51aebcfa5cdbe104dbc8b757350591a9433d79cd",
|
| 10 |
+
"tree_sha256": "d676a471d688b79d884bca6bbe1b98044dd731694864d3f42612280329c54ecc"
|
| 11 |
+
},
|
| 12 |
+
"graft": {
|
| 13 |
+
"tracked_parameter": "model.language_model.layers.0.self_attn.q_proj.weight",
|
| 14 |
+
"tracked_delta_norm": 0.2464827597141266,
|
| 15 |
+
"merge_dtype": "bfloat16",
|
| 16 |
+
"tie_word_embeddings": true,
|
| 17 |
+
"floating_dtypes": [
|
| 18 |
+
"torch.bfloat16"
|
| 19 |
+
],
|
| 20 |
+
"tree_sha256": "74b23dc1c8028434fd0200e0922fce3f5101f79c8a2aef368268b1ace471a71e",
|
| 21 |
+
"sdf_adapter": {
|
| 22 |
+
"repo": "arcadia-impact/scimt-dispatch-models",
|
| 23 |
+
"prefix": "graft_dose_v1/charter_d8m_x1/sdf_adapter",
|
| 24 |
+
"tree_sha256": "f999b78b5e2ef11e30c539943af79129660ae23f9ab2ed06ec2ecc6770c8eba4"
|
| 25 |
+
}
|
| 26 |
+
},
|
| 27 |
+
"aft_adapters": {
|
| 28 |
+
"agreement": "graft_dose_v1/charter_d8m_x1/aft_agreement_adapter"
|
| 29 |
+
},
|
| 30 |
+
"aft_training": {
|
| 31 |
+
"agreement": {
|
| 32 |
+
"schema_version": "dispatch_graft_dose_training_v1",
|
| 33 |
+
"version": "dispatch_graft_dose_v1",
|
| 34 |
+
"label": "charter_d8m_x1",
|
| 35 |
+
"phase": "aft_agreement",
|
| 36 |
+
"stage": "aft_dispatch_graft_dose_1ep_gemma3_12b",
|
| 37 |
+
"gpus": 1,
|
| 38 |
+
"seed": 42,
|
| 39 |
+
"dataset_sha256": "8f28a074352168b89e47c6555e9c2036f2c6e79903bbd588dbb7972fd57b5e2b",
|
| 40 |
+
"lora": {
|
| 41 |
+
"r": 32,
|
| 42 |
+
"alpha": 64,
|
| 43 |
+
"dropout": 0.05,
|
| 44 |
+
"target_linear": false,
|
| 45 |
+
"target_modules": [
|
| 46 |
+
"q_proj",
|
| 47 |
+
"k_proj",
|
| 48 |
+
"v_proj",
|
| 49 |
+
"o_proj",
|
| 50 |
+
"gate_proj",
|
| 51 |
+
"up_proj",
|
| 52 |
+
"down_proj"
|
| 53 |
+
],
|
| 54 |
+
"target_parameters": null,
|
| 55 |
+
"triton_kernels": false,
|
| 56 |
+
"initial_adapter_path": null
|
| 57 |
+
},
|
| 58 |
+
"global_step": 256,
|
| 59 |
+
"optimizer_steps": null,
|
| 60 |
+
"retained_checkpoints": [
|
| 61 |
+
128,
|
| 62 |
+
256
|
| 63 |
+
],
|
| 64 |
+
"required_checkpoints": [
|
| 65 |
+
128,
|
| 66 |
+
256
|
| 67 |
+
],
|
| 68 |
+
"adapter_payload_audit": {
|
| 69 |
+
"tensor_count": 834,
|
| 70 |
+
"lora_b_tensor_count": 417,
|
| 71 |
+
"nonzero_lora_b": true,
|
| 72 |
+
"vision_tensor_count": 162,
|
| 73 |
+
"audited_exact_targets": null
|
| 74 |
+
},
|
| 75 |
+
"minutes": 33.026,
|
| 76 |
+
"seconds_per_step": 7.741,
|
| 77 |
+
"completed_at": "2026-08-26T05:41:49+00:00"
|
| 78 |
+
}
|
| 79 |
+
},
|
| 80 |
+
"serving": "native_lora",
|
| 81 |
+
"recipe": [
|
| 82 |
+
"load the pinned control in BF16",
|
| 83 |
+
"attach the pinned SDF adapter with PEFT and merge_and_unload",
|
| 84 |
+
"normalize floating params to BF16, tie weights, save/reload",
|
| 85 |
+
"verify the graft tree_sha256 below",
|
| 86 |
+
"attach an AFT adapter; merge only if a full model is required"
|
| 87 |
+
],
|
| 88 |
+
"packages": {
|
| 89 |
+
"torch": "2.12.1+cu126",
|
| 90 |
+
"transformers": "5.9.0",
|
| 91 |
+
"peft": "0.19.1",
|
| 92 |
+
"axolotl": "0.17.0",
|
| 93 |
+
"datasets": "4.8.5",
|
| 94 |
+
"huggingface_hub": "1.18.0"
|
| 95 |
+
},
|
| 96 |
+
"published_full_weights": false
|
| 97 |
+
}
|