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-sdf-aft-v1: aft_wave_v2/coin_real_4x__coin2/training/COMPLETE.json
Browse files
aft_wave_v2/coin_real_4x__coin2/training/COMPLETE.json
ADDED
|
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"version": "dispatch_wave_v2",
|
| 3 |
+
"arm": "coin_real_4x__coin2",
|
| 4 |
+
"parameterization": "lora",
|
| 5 |
+
"parent_repo": "arcadia-impact/scimt-dispatch-models",
|
| 6 |
+
"parent_prefix": "sft_4epoch/coin/checkpoint-48",
|
| 7 |
+
"dataset_sha256": "9e240149584b9b6da5bde8e7c0c47bafe4fb5e1da0ef7dbf08e19387ec0851b3",
|
| 8 |
+
"training_rows": 8192,
|
| 9 |
+
"stage": "aft_dispatch_v4_wide",
|
| 10 |
+
"seed": 42,
|
| 11 |
+
"minutes": 59.21,
|
| 12 |
+
"lora": {
|
| 13 |
+
"r": 32,
|
| 14 |
+
"alpha": 64,
|
| 15 |
+
"dropout": 0.05,
|
| 16 |
+
"target_linear": false,
|
| 17 |
+
"target_modules": [
|
| 18 |
+
"q_proj",
|
| 19 |
+
"k_proj",
|
| 20 |
+
"v_proj",
|
| 21 |
+
"o_proj",
|
| 22 |
+
"gate_proj",
|
| 23 |
+
"up_proj",
|
| 24 |
+
"down_proj"
|
| 25 |
+
],
|
| 26 |
+
"initial_adapter_path": null
|
| 27 |
+
},
|
| 28 |
+
"optimizer_steps": 512,
|
| 29 |
+
"checkpoint_steps": [
|
| 30 |
+
32,
|
| 31 |
+
64,
|
| 32 |
+
96,
|
| 33 |
+
128,
|
| 34 |
+
160,
|
| 35 |
+
192,
|
| 36 |
+
224,
|
| 37 |
+
256,
|
| 38 |
+
288,
|
| 39 |
+
320,
|
| 40 |
+
352,
|
| 41 |
+
384,
|
| 42 |
+
416,
|
| 43 |
+
448,
|
| 44 |
+
480,
|
| 45 |
+
512
|
| 46 |
+
],
|
| 47 |
+
"eval_steps": [
|
| 48 |
+
32,
|
| 49 |
+
64,
|
| 50 |
+
128,
|
| 51 |
+
256,
|
| 52 |
+
512
|
| 53 |
+
],
|
| 54 |
+
"optimizer_state_saved": true,
|
| 55 |
+
"upload": {
|
| 56 |
+
"repo": "arcadia-impact/scimt-dispatch-models",
|
| 57 |
+
"remote_prefix": "aft_wave_v2/coin_real_4x__coin2/training",
|
| 58 |
+
"n_files": 215,
|
| 59 |
+
"sizes_verified": true,
|
| 60 |
+
"sha256_manifest_uploaded": true,
|
| 61 |
+
"verified": true,
|
| 62 |
+
"last_error": null
|
| 63 |
+
}
|
| 64 |
+
}
|