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
verify aft_wave_x0p5/control_matched__charter0p5/results
Browse files
aft_wave_x0p5/control_matched__charter0p5/results/ARTIFACT_MANIFEST.json
CHANGED
|
@@ -3,13 +3,9 @@
|
|
| 3 |
"remote_prefix": "aft_wave_x0p5/control_matched__charter0p5/results",
|
| 4 |
"local_folder": "/workspace/wave-x0p5-gpu1/results",
|
| 5 |
"files": {
|
| 6 |
-
"ARTIFACT_MANIFEST.local.json": {
|
| 7 |
-
"size": 1966,
|
| 8 |
-
"sha256": "94e87ba6a8ff97bddb0695d35be018ce80b16024cc4d3a3e39a8cb6e72110a01"
|
| 9 |
-
},
|
| 10 |
"control_matched__charter0p5-step512/ENDPOINT_DONE.json": {
|
| 11 |
"size": 92,
|
| 12 |
-
"sha256": "
|
| 13 |
},
|
| 14 |
"control_matched__charter0p5-step512/eval_holdout_adjacent.jsonl": {
|
| 15 |
"size": 48457,
|
|
|
|
| 3 |
"remote_prefix": "aft_wave_x0p5/control_matched__charter0p5/results",
|
| 4 |
"local_folder": "/workspace/wave-x0p5-gpu1/results",
|
| 5 |
"files": {
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
"control_matched__charter0p5-step512/ENDPOINT_DONE.json": {
|
| 7 |
"size": 92,
|
| 8 |
+
"sha256": "5fd0a7d335e5f1a22a468ea84d6d51842ef1f3add20fc6697822d96e7d6baf39"
|
| 9 |
},
|
| 10 |
"control_matched__charter0p5-step512/eval_holdout_adjacent.jsonl": {
|
| 11 |
"size": 48457,
|