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/control/aft_coin2_adapter
Browse files
graft_dose_v1/control/aft_coin2_adapter/ARTIFACT_MANIFEST.json
CHANGED
|
@@ -3,17 +3,17 @@
|
|
| 3 |
"name": "aft_coin2",
|
| 4 |
"files": {
|
| 5 |
"TRAINING.json": {
|
| 6 |
-
"size":
|
| 7 |
-
"sha256": "
|
| 8 |
},
|
| 9 |
"adapter_config.json": {
|
| 10 |
"size": 1239,
|
| 11 |
-
"sha256": "
|
| 12 |
},
|
| 13 |
"adapter_model.safetensors": {
|
| 14 |
"size": 547777976,
|
| 15 |
-
"sha256": "
|
| 16 |
}
|
| 17 |
},
|
| 18 |
-
"tree_sha256": "
|
| 19 |
}
|
|
|
|
| 3 |
"name": "aft_coin2",
|
| 4 |
"files": {
|
| 5 |
"TRAINING.json": {
|
| 6 |
+
"size": 1130,
|
| 7 |
+
"sha256": "0f4e9d5091bf574ba20a098f656341009b9a856736981efc80778cb9720ee5d5"
|
| 8 |
},
|
| 9 |
"adapter_config.json": {
|
| 10 |
"size": 1239,
|
| 11 |
+
"sha256": "3138bf631ade367d18b10594a24693526c3c66f3b0ffefdbd42d3c1ad08ad0e5"
|
| 12 |
},
|
| 13 |
"adapter_model.safetensors": {
|
| 14 |
"size": 547777976,
|
| 15 |
+
"sha256": "8addcfb55a1bbb24880c1fefce1bf7eb758aa78fdae807bec24fad912b30fb96"
|
| 16 |
}
|
| 17 |
},
|
| 18 |
+
"tree_sha256": "17fa36695fa75c72120d644041ae0681c7c3af1d301b327d4f15f0a1470fb6a3"
|
| 19 |
}
|
graft_dose_v1/control/aft_coin2_adapter/TRAINING.json
CHANGED
|
@@ -4,6 +4,7 @@
|
|
| 4 |
"label": "control",
|
| 5 |
"phase": "aft_coin2",
|
| 6 |
"stage": "aft_dispatch_graft_dose_1ep_gemma3_12b",
|
|
|
|
| 7 |
"seed": 42,
|
| 8 |
"dataset_sha256": "9e240149584b9b6da5bde8e7c0c47bafe4fb5e1da0ef7dbf08e19387ec0851b3",
|
| 9 |
"lora": {
|
|
@@ -25,6 +26,7 @@
|
|
| 25 |
"initial_adapter_path": null
|
| 26 |
},
|
| 27 |
"global_step": 256,
|
|
|
|
| 28 |
"retained_checkpoints": [
|
| 29 |
128,
|
| 30 |
256
|
|
@@ -40,7 +42,9 @@
|
|
| 40 |
"vision_tensor_count": 162,
|
| 41 |
"audited_exact_targets": null
|
| 42 |
},
|
| 43 |
-
"minutes": 33.
|
| 44 |
-
"seconds_per_step": 7.
|
| 45 |
-
"completed_at": "2026-08-
|
|
|
|
|
|
|
| 46 |
}
|
|
|
|
| 4 |
"label": "control",
|
| 5 |
"phase": "aft_coin2",
|
| 6 |
"stage": "aft_dispatch_graft_dose_1ep_gemma3_12b",
|
| 7 |
+
"gpus": 1,
|
| 8 |
"seed": 42,
|
| 9 |
"dataset_sha256": "9e240149584b9b6da5bde8e7c0c47bafe4fb5e1da0ef7dbf08e19387ec0851b3",
|
| 10 |
"lora": {
|
|
|
|
| 26 |
"initial_adapter_path": null
|
| 27 |
},
|
| 28 |
"global_step": 256,
|
| 29 |
+
"optimizer_steps": null,
|
| 30 |
"retained_checkpoints": [
|
| 31 |
128,
|
| 32 |
256
|
|
|
|
| 42 |
"vision_tensor_count": 162,
|
| 43 |
"audited_exact_targets": null
|
| 44 |
},
|
| 45 |
+
"minutes": 33.739,
|
| 46 |
+
"seconds_per_step": 7.907,
|
| 47 |
+
"completed_at": "2026-08-26T14:27:48+00:00",
|
| 48 |
+
"checkpoint_step": 256,
|
| 49 |
+
"terminal_step": 256
|
| 50 |
}
|
graft_dose_v1/control/aft_coin2_adapter/adapter_config.json
CHANGED
|
@@ -30,13 +30,13 @@
|
|
| 30 |
"rank_pattern": {},
|
| 31 |
"revision": null,
|
| 32 |
"target_modules": [
|
| 33 |
-
"up_proj",
|
| 34 |
-
"down_proj",
|
| 35 |
-
"o_proj",
|
| 36 |
-
"v_proj",
|
| 37 |
"k_proj",
|
| 38 |
"q_proj",
|
| 39 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
],
|
| 41 |
"target_parameters": [],
|
| 42 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 30 |
"rank_pattern": {},
|
| 31 |
"revision": null,
|
| 32 |
"target_modules": [
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
"k_proj",
|
| 34 |
"q_proj",
|
| 35 |
+
"down_proj",
|
| 36 |
+
"gate_proj",
|
| 37 |
+
"o_proj",
|
| 38 |
+
"up_proj",
|
| 39 |
+
"v_proj"
|
| 40 |
],
|
| 41 |
"target_parameters": [],
|
| 42 |
"task_type": "CAUSAL_LM",
|
graft_dose_v1/control/aft_coin2_adapter/adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 547777976
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8addcfb55a1bbb24880c1fefce1bf7eb758aa78fdae807bec24fad912b30fb96
|
| 3 |
size 547777976
|