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/control/COMPLETE.json
Browse files
grafting_v1/control/COMPLETE.json
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"schema_version": "dispatch_lora_grafting_arm_complete_v1",
|
| 3 |
+
"status": "complete",
|
| 4 |
+
"version": "dispatch_lora_grafting_v1",
|
| 5 |
+
"run_id": "20260819T132410Z",
|
| 6 |
+
"arm": "control",
|
| 7 |
+
"completed_at": "2026-08-19T15:02:43+00:00",
|
| 8 |
+
"publications": {
|
| 9 |
+
"aft_adapter": {
|
| 10 |
+
"repo": "arcadia-impact/scimt-dispatch-models",
|
| 11 |
+
"repo_type": "model",
|
| 12 |
+
"revision": "1020aa8919c7f7084b401f4ccebbd10be749a13f",
|
| 13 |
+
"prefix": "grafting_v1/control/aft_adapter",
|
| 14 |
+
"files": 4,
|
| 15 |
+
"sizes_verified": true,
|
| 16 |
+
"lfs_sha256_verified": true,
|
| 17 |
+
"last_retry_error": null
|
| 18 |
+
},
|
| 19 |
+
"reconstruction": {
|
| 20 |
+
"revision": "813af99b51185ac3d44e7a056c25f4769148a15b",
|
| 21 |
+
"path": "grafting_v1/control/reconstruction.json",
|
| 22 |
+
"size_verified": true
|
| 23 |
+
},
|
| 24 |
+
"evidence": {
|
| 25 |
+
"repo": "arcadia-impact/scimt-dispatch-grafting-v1",
|
| 26 |
+
"repo_type": "dataset",
|
| 27 |
+
"revision": "5b2ffc08fcf578a4897c6b2ce74f8d1592af74d3",
|
| 28 |
+
"prefix": "runs/20260819T132410Z/control",
|
| 29 |
+
"files": 33,
|
| 30 |
+
"sizes_verified": true,
|
| 31 |
+
"lfs_sha256_verified": true,
|
| 32 |
+
"last_retry_error": null
|
| 33 |
+
}
|
| 34 |
+
},
|
| 35 |
+
"published_full_weights": false,
|
| 36 |
+
"retained_adapter_checkpoints": {
|
| 37 |
+
"sdf": [],
|
| 38 |
+
"aft": [
|
| 39 |
+
512
|
| 40 |
+
]
|
| 41 |
+
},
|
| 42 |
+
"evaluated_endpoints": [
|
| 43 |
+
"pre_aft",
|
| 44 |
+
"post_aft"
|
| 45 |
+
],
|
| 46 |
+
"final_evidence_revision": "78d1b63216a9a65113c3a0d84e94c75dfcef1be8"
|
| 47 |
+
}
|