Instructions to use arithmetic-circuit-overloading/Qwen3-32B-3d-1M-100K-0.1-reverse-padzero-plus-mul-sub-99-256D-3L-4H-1024I with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use arithmetic-circuit-overloading/Qwen3-32B-3d-1M-100K-0.1-reverse-padzero-plus-mul-sub-99-256D-3L-4H-1024I with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="arithmetic-circuit-overloading/Qwen3-32B-3d-1M-100K-0.1-reverse-padzero-plus-mul-sub-99-256D-3L-4H-1024I")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("arithmetic-circuit-overloading/Qwen3-32B-3d-1M-100K-0.1-reverse-padzero-plus-mul-sub-99-256D-3L-4H-1024I") model = AutoModelForCausalLM.from_pretrained("arithmetic-circuit-overloading/Qwen3-32B-3d-1M-100K-0.1-reverse-padzero-plus-mul-sub-99-256D-3L-4H-1024I", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use arithmetic-circuit-overloading/Qwen3-32B-3d-1M-100K-0.1-reverse-padzero-plus-mul-sub-99-256D-3L-4H-1024I with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "arithmetic-circuit-overloading/Qwen3-32B-3d-1M-100K-0.1-reverse-padzero-plus-mul-sub-99-256D-3L-4H-1024I" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "arithmetic-circuit-overloading/Qwen3-32B-3d-1M-100K-0.1-reverse-padzero-plus-mul-sub-99-256D-3L-4H-1024I", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/arithmetic-circuit-overloading/Qwen3-32B-3d-1M-100K-0.1-reverse-padzero-plus-mul-sub-99-256D-3L-4H-1024I
- SGLang
How to use arithmetic-circuit-overloading/Qwen3-32B-3d-1M-100K-0.1-reverse-padzero-plus-mul-sub-99-256D-3L-4H-1024I 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 "arithmetic-circuit-overloading/Qwen3-32B-3d-1M-100K-0.1-reverse-padzero-plus-mul-sub-99-256D-3L-4H-1024I" \ --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": "arithmetic-circuit-overloading/Qwen3-32B-3d-1M-100K-0.1-reverse-padzero-plus-mul-sub-99-256D-3L-4H-1024I", "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 "arithmetic-circuit-overloading/Qwen3-32B-3d-1M-100K-0.1-reverse-padzero-plus-mul-sub-99-256D-3L-4H-1024I" \ --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": "arithmetic-circuit-overloading/Qwen3-32B-3d-1M-100K-0.1-reverse-padzero-plus-mul-sub-99-256D-3L-4H-1024I", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }' - Docker Model Runner
How to use arithmetic-circuit-overloading/Qwen3-32B-3d-1M-100K-0.1-reverse-padzero-plus-mul-sub-99-256D-3L-4H-1024I with Docker Model Runner:
docker model run hf.co/arithmetic-circuit-overloading/Qwen3-32B-3d-1M-100K-0.1-reverse-padzero-plus-mul-sub-99-256D-3L-4H-1024I
Qwen3-32B-3d-1M-100K-0.1-reverse-padzero-plus-mul-sub-99-256D-3L-4H-1024I
This model is a fine-tuned version of Qwen/Qwen3-32B on an unknown dataset. It achieves the following results on the evaluation set:
- Loss: 1.0491
Model description
More information needed
Intended uses & limitations
More information needed
Training and evaluation data
More information needed
Training procedure
Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 0.001
- train_batch_size: 128
- eval_batch_size: 128
- seed: 42
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: cosine
- lr_scheduler_warmup_ratio: 0.05
- num_epochs: 5
Training results
| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| No log | 0 | 0 | 3.0571 |
| 1.6834 | 0.0640 | 500 | 1.6846 |
| 1.4438 | 0.1280 | 1000 | 1.3948 |
| 1.242 | 0.1920 | 1500 | 1.2406 |
| 1.2158 | 0.2560 | 2000 | 1.2166 |
| 1.205 | 0.3200 | 2500 | 1.2040 |
| 1.1945 | 0.3840 | 3000 | 1.1938 |
| 1.1887 | 0.4480 | 3500 | 1.1857 |
| 1.1748 | 0.5120 | 4000 | 1.1740 |
| 1.1664 | 0.5760 | 4500 | 1.1609 |
| 1.1502 | 0.6400 | 5000 | 1.1491 |
| 1.1441 | 0.7040 | 5500 | 1.1472 |
| 1.1417 | 0.7680 | 6000 | 1.1407 |
| 1.1353 | 0.8319 | 6500 | 1.1355 |
| 1.1315 | 0.8959 | 7000 | 1.1301 |
| 1.1249 | 0.9599 | 7500 | 1.1247 |
| 1.1164 | 1.0239 | 8000 | 1.1148 |
| 1.112 | 1.0879 | 8500 | 1.1096 |
| 1.1045 | 1.1519 | 9000 | 1.1027 |
| 1.1 | 1.2159 | 9500 | 1.0984 |
| 1.0951 | 1.2799 | 10000 | 1.0941 |
| 1.092 | 1.3439 | 10500 | 1.0921 |
| 1.0871 | 1.4079 | 11000 | 1.0891 |
| 1.0807 | 1.4719 | 11500 | 1.0807 |
| 1.0777 | 1.5359 | 12000 | 1.0778 |
| 1.0694 | 1.5999 | 12500 | 1.0676 |
| 1.0625 | 1.6639 | 13000 | 1.0630 |
| 1.0622 | 1.7279 | 13500 | 1.0594 |
| 1.0601 | 1.7919 | 14000 | 1.0570 |
| 1.0561 | 1.8559 | 14500 | 1.0558 |
| 1.0545 | 1.9199 | 15000 | 1.0533 |
| 1.0518 | 1.9839 | 15500 | 1.0528 |
| 1.0524 | 2.0479 | 16000 | 1.0518 |
| 1.0527 | 2.1119 | 16500 | 1.0516 |
| 1.0509 | 2.1759 | 17000 | 1.0514 |
| 1.0509 | 2.2399 | 17500 | 1.0511 |
| 1.051 | 2.3039 | 18000 | 1.0508 |
| 1.0513 | 2.3678 | 18500 | 1.0512 |
| 1.0496 | 2.4318 | 19000 | 1.0504 |
| 1.0506 | 2.4958 | 19500 | 1.0502 |
| 1.0504 | 2.5598 | 20000 | 1.0500 |
| 1.0504 | 2.6238 | 20500 | 1.0499 |
| 1.0503 | 2.6878 | 21000 | 1.0498 |
| 1.0507 | 2.7518 | 21500 | 1.0497 |
| 1.0486 | 2.8158 | 22000 | 1.0496 |
| 1.0501 | 2.8798 | 22500 | 1.0495 |
| 1.0488 | 2.9438 | 23000 | 1.0494 |
| 1.0488 | 3.0078 | 23500 | 1.0494 |
| 1.0485 | 3.0718 | 24000 | 1.0494 |
| 1.0478 | 3.1358 | 24500 | 1.0494 |
| 1.0489 | 3.1998 | 25000 | 1.0493 |
| 1.0499 | 3.2638 | 25500 | 1.0492 |
| 1.0476 | 3.3278 | 26000 | 1.0492 |
| 1.0481 | 3.3918 | 26500 | 1.0492 |
| 1.0488 | 3.4558 | 27000 | 1.0492 |
| 1.049 | 3.5198 | 27500 | 1.0492 |
| 1.0489 | 3.5838 | 28000 | 1.0492 |
| 1.0498 | 3.6478 | 28500 | 1.0492 |
| 1.0497 | 3.7118 | 29000 | 1.0492 |
| 1.0492 | 3.7758 | 29500 | 1.0491 |
| 1.0503 | 3.8398 | 30000 | 1.0491 |
| 1.0492 | 3.9038 | 30500 | 1.0491 |
| 1.048 | 3.9677 | 31000 | 1.0491 |
| 1.0503 | 4.0317 | 31500 | 1.0491 |
| 1.0491 | 4.0957 | 32000 | 1.0491 |
| 1.0508 | 4.1597 | 32500 | 1.0491 |
| 1.0494 | 4.2237 | 33000 | 1.0491 |
| 1.0479 | 4.2877 | 33500 | 1.0491 |
| 1.0474 | 4.3517 | 34000 | 1.0491 |
| 1.0488 | 4.4157 | 34500 | 1.0491 |
| 1.048 | 4.4797 | 35000 | 1.0491 |
| 1.0494 | 4.5437 | 35500 | 1.0491 |
| 1.0482 | 4.6077 | 36000 | 1.0491 |
| 1.0488 | 4.6717 | 36500 | 1.0491 |
| 1.0489 | 4.7357 | 37000 | 1.0491 |
| 1.0495 | 4.7997 | 37500 | 1.0491 |
| 1.0478 | 4.8637 | 38000 | 1.0491 |
| 1.0486 | 4.9277 | 38500 | 1.0491 |
| 1.0488 | 4.9917 | 39000 | 1.0491 |
Framework versions
- Transformers 4.57.1
- Pytorch 2.9.0+cu128
- Datasets 4.5.0
- Tokenizers 0.22.1
- Downloads last month
- 4
Model tree for arithmetic-circuit-overloading/Qwen3-32B-3d-1M-100K-0.1-reverse-padzero-plus-mul-sub-99-256D-3L-4H-1024I
Base model
Qwen/Qwen3-32B