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_charter2_adapter
Browse files
graft_dose_v1/control/aft_charter2_adapter/ARTIFACT_MANIFEST.json
CHANGED
|
@@ -3,17 +3,17 @@
|
|
| 3 |
"name": "aft_charter2",
|
| 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_charter2",
|
| 4 |
"files": {
|
| 5 |
"TRAINING.json": {
|
| 6 |
+
"size": 1133,
|
| 7 |
+
"sha256": "16f2312835a8051ce708c1faf4f28e05399012fa0f09ebac6779c27d800a7624"
|
| 8 |
},
|
| 9 |
"adapter_config.json": {
|
| 10 |
"size": 1239,
|
| 11 |
+
"sha256": "d8e1afb7ea090413b65806c624e23f4f28ed51da1b5671966810d8d5a644d442"
|
| 12 |
},
|
| 13 |
"adapter_model.safetensors": {
|
| 14 |
"size": 547777976,
|
| 15 |
+
"sha256": "891763b23422ba3161479d8c73c68c2d1e22cef3e697c99f0d4a13fb2c6c283c"
|
| 16 |
}
|
| 17 |
},
|
| 18 |
+
"tree_sha256": "d8aa2b33f9bad8e0bb79f5f511fb6e6740fa7acaeb83a1989411084116ef7f9a"
|
| 19 |
}
|
graft_dose_v1/control/aft_charter2_adapter/TRAINING.json
CHANGED
|
@@ -4,6 +4,7 @@
|
|
| 4 |
"label": "control",
|
| 5 |
"phase": "aft_charter2",
|
| 6 |
"stage": "aft_dispatch_graft_dose_1ep_gemma3_12b",
|
|
|
|
| 7 |
"seed": 42,
|
| 8 |
"dataset_sha256": "6a1f783d80a3d91f3aea0f9e8fb701f65f1e60162ac5be0f24db62b3c7612b57",
|
| 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_charter2",
|
| 6 |
"stage": "aft_dispatch_graft_dose_1ep_gemma3_12b",
|
| 7 |
+
"gpus": 1,
|
| 8 |
"seed": 42,
|
| 9 |
"dataset_sha256": "6a1f783d80a3d91f3aea0f9e8fb701f65f1e60162ac5be0f24db62b3c7612b57",
|
| 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.513,
|
| 46 |
+
"seconds_per_step": 7.855,
|
| 47 |
+
"completed_at": "2026-08-26T15:02:13+00:00",
|
| 48 |
+
"checkpoint_step": 256,
|
| 49 |
+
"terminal_step": 256
|
| 50 |
}
|
graft_dose_v1/control/aft_charter2_adapter/adapter_config.json
CHANGED
|
@@ -30,13 +30,13 @@
|
|
| 30 |
"rank_pattern": {},
|
| 31 |
"revision": null,
|
| 32 |
"target_modules": [
|
| 33 |
-
"
|
| 34 |
-
"o_proj",
|
| 35 |
"v_proj",
|
| 36 |
"gate_proj",
|
| 37 |
-
"k_proj",
|
| 38 |
"up_proj",
|
| 39 |
-
"
|
|
|
|
|
|
|
| 40 |
],
|
| 41 |
"target_parameters": [],
|
| 42 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 30 |
"rank_pattern": {},
|
| 31 |
"revision": null,
|
| 32 |
"target_modules": [
|
| 33 |
+
"down_proj",
|
|
|
|
| 34 |
"v_proj",
|
| 35 |
"gate_proj",
|
|
|
|
| 36 |
"up_proj",
|
| 37 |
+
"o_proj",
|
| 38 |
+
"q_proj",
|
| 39 |
+
"k_proj"
|
| 40 |
],
|
| 41 |
"target_parameters": [],
|
| 42 |
"task_type": "CAUSAL_LM",
|
graft_dose_v1/control/aft_charter2_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:891763b23422ba3161479d8c73c68c2d1e22cef3e697c99f0d4a13fb2c6c283c
|
| 3 |
size 547777976
|