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_lora_grafting_v1: grafting_v1/coin/reconstruction.json
Browse files
grafting_v1/coin/reconstruction.json
ADDED
|
@@ -0,0 +1,152 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"schema_version": "dispatch_lora_grafting_reconstruction_v1",
|
| 3 |
+
"version": "dispatch_lora_grafting_v1",
|
| 4 |
+
"arm": "coin",
|
| 5 |
+
"control": {
|
| 6 |
+
"repo": "arcadia-impact/scimt-dispatch-models",
|
| 7 |
+
"revision": "dfdd164dad975c0d71ccedb14337927fe60c10ad",
|
| 8 |
+
"prefix": "gate2_midtrain4/dolmino/post_dolci100",
|
| 9 |
+
"tree_sha256": "d676a471d688b79d884bca6bbe1b98044dd731694864d3f42612280329c54ecc"
|
| 10 |
+
},
|
| 11 |
+
"sdf": {
|
| 12 |
+
"donor_repo": "unsloth/gemma-3-12b-pt",
|
| 13 |
+
"donor_revision": "54ba4a26535408ddf5747cb9f7a5c16816659564",
|
| 14 |
+
"adapter_repo": "arcadia-impact/scimt-dispatch-models",
|
| 15 |
+
"adapter_prefix": "grafting_v1/coin/sdf_adapter",
|
| 16 |
+
"adapter_revision_after_upload": "dacaa4adc8fb7dce99709547f6f1b739fe039d2d"
|
| 17 |
+
},
|
| 18 |
+
"aft": {
|
| 19 |
+
"adapter_repo": "arcadia-impact/scimt-dispatch-models",
|
| 20 |
+
"adapter_prefix": "grafting_v1/coin/aft_adapter",
|
| 21 |
+
"adapter_revision_after_upload": "4d633059fb6cf196a450582cc2701d23fd258842"
|
| 22 |
+
},
|
| 23 |
+
"recipe": [
|
| 24 |
+
"load the pinned control in BF16",
|
| 25 |
+
"attach the pinned SDF adapter with PEFT and merge_and_unload",
|
| 26 |
+
"normalize every floating parameter to BF16, tie weights, and save/reload",
|
| 27 |
+
"verify the pre_aft tree hash below",
|
| 28 |
+
"attach the AFT adapter; merge only if a full model is required"
|
| 29 |
+
],
|
| 30 |
+
"pre_aft": {
|
| 31 |
+
"tracked_parameter": "model.language_model.layers.0.self_attn.q_proj.weight",
|
| 32 |
+
"tracked_delta_norm": 0.2606177031993866,
|
| 33 |
+
"merge_dtype": "bfloat16",
|
| 34 |
+
"tie_word_embeddings": true,
|
| 35 |
+
"floating_dtypes": [
|
| 36 |
+
"torch.bfloat16"
|
| 37 |
+
],
|
| 38 |
+
"files": {
|
| 39 |
+
"chat_template.jinja": {
|
| 40 |
+
"size": 1532,
|
| 41 |
+
"sha256": "7de1c58e208eda46e9c7f86397df37ec49883aeece39fb961e0a6b24088dd3c4"
|
| 42 |
+
},
|
| 43 |
+
"config.json": {
|
| 44 |
+
"size": 3256,
|
| 45 |
+
"sha256": "f6e769ea773eba5bf4015d23ba266369d055ef1304d7dcbaff5838d692ce7ee4"
|
| 46 |
+
},
|
| 47 |
+
"gate2_stage_receipt.json": {
|
| 48 |
+
"size": 5821,
|
| 49 |
+
"sha256": "18ab7171f2319a93f0780a7648f453e989f5c1bf7ea66eae871c522fd03bbc48"
|
| 50 |
+
},
|
| 51 |
+
"generation_config.json": {
|
| 52 |
+
"size": 209,
|
| 53 |
+
"sha256": "18e36cbffc12cbb19db8878f1e4a83e722841b1c55cdf8e0eebb2782c74f2b5b"
|
| 54 |
+
},
|
| 55 |
+
"model.safetensors": {
|
| 56 |
+
"size": 24374794824,
|
| 57 |
+
"sha256": "63ff79d9bdd185a1cc05491e781e59eba29250abf73ec4d52eaafd300bebe1b4"
|
| 58 |
+
},
|
| 59 |
+
"preprocessor_config.json": {
|
| 60 |
+
"size": 570,
|
| 61 |
+
"sha256": "f688d6bb20c5017601c4011de7ca656da8485b540b05013efdaf986c0fcc918d"
|
| 62 |
+
},
|
| 63 |
+
"processor_config.json": {
|
| 64 |
+
"size": 519,
|
| 65 |
+
"sha256": "e58dda857eb60dae48a0146bedd13f9e4664f4066d6269f1eaa934db8f2d704f"
|
| 66 |
+
},
|
| 67 |
+
"tokenizer.json": {
|
| 68 |
+
"size": 33384567,
|
| 69 |
+
"sha256": "daab2354f8a74e70d70b4d1f804939b68a8c9624dd06cb7858e52dd8970e9726"
|
| 70 |
+
},
|
| 71 |
+
"tokenizer_config.json": {
|
| 72 |
+
"size": 745,
|
| 73 |
+
"sha256": "6cd6abcca758e52fb87f65912303f92e33fe71e32529443fc77fb334c3ab3429"
|
| 74 |
+
},
|
| 75 |
+
"tokens_state.json": {
|
| 76 |
+
"size": 43,
|
| 77 |
+
"sha256": "895bf7430b68076a5eddd8bdc97ee042fdede697d1907b0881dd7319b0741375"
|
| 78 |
+
},
|
| 79 |
+
"trainer_state.json": {
|
| 80 |
+
"size": 21611,
|
| 81 |
+
"sha256": "4d85396d6f953d56e87dff4fc54e9815934aa26605742a2ed841211372288c07"
|
| 82 |
+
}
|
| 83 |
+
},
|
| 84 |
+
"tree_sha256": "88e3bb091b18a913e5162da3804c5628b610c176eb22fa408b2b8d9991593b6e"
|
| 85 |
+
},
|
| 86 |
+
"post_aft": {
|
| 87 |
+
"tracked_parameter": "model.language_model.layers.0.self_attn.q_proj.weight",
|
| 88 |
+
"tracked_delta_norm": 0.38897478580474854,
|
| 89 |
+
"merge_dtype": "bfloat16",
|
| 90 |
+
"tie_word_embeddings": true,
|
| 91 |
+
"floating_dtypes": [
|
| 92 |
+
"torch.bfloat16"
|
| 93 |
+
],
|
| 94 |
+
"files": {
|
| 95 |
+
"chat_template.jinja": {
|
| 96 |
+
"size": 1532,
|
| 97 |
+
"sha256": "7de1c58e208eda46e9c7f86397df37ec49883aeece39fb961e0a6b24088dd3c4"
|
| 98 |
+
},
|
| 99 |
+
"config.json": {
|
| 100 |
+
"size": 3256,
|
| 101 |
+
"sha256": "f6e769ea773eba5bf4015d23ba266369d055ef1304d7dcbaff5838d692ce7ee4"
|
| 102 |
+
},
|
| 103 |
+
"gate2_stage_receipt.json": {
|
| 104 |
+
"size": 5821,
|
| 105 |
+
"sha256": "18ab7171f2319a93f0780a7648f453e989f5c1bf7ea66eae871c522fd03bbc48"
|
| 106 |
+
},
|
| 107 |
+
"generation_config.json": {
|
| 108 |
+
"size": 209,
|
| 109 |
+
"sha256": "18e36cbffc12cbb19db8878f1e4a83e722841b1c55cdf8e0eebb2782c74f2b5b"
|
| 110 |
+
},
|
| 111 |
+
"model.safetensors": {
|
| 112 |
+
"size": 24374794824,
|
| 113 |
+
"sha256": "900682d5b0b17a8dace474cda7c0b9e965532bc0c86e03c42b4d426e23b2e413"
|
| 114 |
+
},
|
| 115 |
+
"preprocessor_config.json": {
|
| 116 |
+
"size": 570,
|
| 117 |
+
"sha256": "f688d6bb20c5017601c4011de7ca656da8485b540b05013efdaf986c0fcc918d"
|
| 118 |
+
},
|
| 119 |
+
"processor_config.json": {
|
| 120 |
+
"size": 519,
|
| 121 |
+
"sha256": "e58dda857eb60dae48a0146bedd13f9e4664f4066d6269f1eaa934db8f2d704f"
|
| 122 |
+
},
|
| 123 |
+
"tokenizer.json": {
|
| 124 |
+
"size": 33384567,
|
| 125 |
+
"sha256": "daab2354f8a74e70d70b4d1f804939b68a8c9624dd06cb7858e52dd8970e9726"
|
| 126 |
+
},
|
| 127 |
+
"tokenizer_config.json": {
|
| 128 |
+
"size": 745,
|
| 129 |
+
"sha256": "6cd6abcca758e52fb87f65912303f92e33fe71e32529443fc77fb334c3ab3429"
|
| 130 |
+
},
|
| 131 |
+
"tokens_state.json": {
|
| 132 |
+
"size": 43,
|
| 133 |
+
"sha256": "895bf7430b68076a5eddd8bdc97ee042fdede697d1907b0881dd7319b0741375"
|
| 134 |
+
},
|
| 135 |
+
"trainer_state.json": {
|
| 136 |
+
"size": 21611,
|
| 137 |
+
"sha256": "4d85396d6f953d56e87dff4fc54e9815934aa26605742a2ed841211372288c07"
|
| 138 |
+
}
|
| 139 |
+
},
|
| 140 |
+
"tree_sha256": "68f24b044555fa4dbfffe6ab0716c016ea7d3481bee37cffac64a845876b7f13"
|
| 141 |
+
},
|
| 142 |
+
"packages": {
|
| 143 |
+
"torch": "2.12.1+cu126",
|
| 144 |
+
"transformers": "5.9.0",
|
| 145 |
+
"peft": "0.19.1",
|
| 146 |
+
"axolotl": "0.17.0",
|
| 147 |
+
"datasets": "4.8.5",
|
| 148 |
+
"huggingface_hub": "1.18.0"
|
| 149 |
+
},
|
| 150 |
+
"published_full_weights": false,
|
| 151 |
+
"temporary_full_weights_deleted_after_verification": true
|
| 152 |
+
}
|