Instructions to use arithmetic-circuit-overloading/Qwen3-32B-3d-1M-100K-0.1-reverse-padzero-plus-mul-sub-99-128D-1L-8H-512I 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-128D-1L-8H-512I 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-128D-1L-8H-512I")# 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-128D-1L-8H-512I") model = AutoModelForCausalLM.from_pretrained("arithmetic-circuit-overloading/Qwen3-32B-3d-1M-100K-0.1-reverse-padzero-plus-mul-sub-99-128D-1L-8H-512I", 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-128D-1L-8H-512I 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-128D-1L-8H-512I" # 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-128D-1L-8H-512I", "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-128D-1L-8H-512I
- SGLang
How to use arithmetic-circuit-overloading/Qwen3-32B-3d-1M-100K-0.1-reverse-padzero-plus-mul-sub-99-128D-1L-8H-512I 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-128D-1L-8H-512I" \ --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-128D-1L-8H-512I", "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-128D-1L-8H-512I" \ --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-128D-1L-8H-512I", "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-128D-1L-8H-512I 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-128D-1L-8H-512I
Qwen3-32B-3d-1M-100K-0.1-reverse-padzero-plus-mul-sub-99-128D-1L-8H-512I
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.1999
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.0552 |
| 1.7719 | 0.0640 | 500 | 1.7520 |
| 1.5714 | 0.1280 | 1000 | 1.5578 |
| 1.4365 | 0.1920 | 1500 | 1.4335 |
| 1.4033 | 0.2560 | 2000 | 1.4034 |
| 1.3793 | 0.3200 | 2500 | 1.3781 |
| 1.3706 | 0.3840 | 3000 | 1.3678 |
| 1.3659 | 0.4480 | 3500 | 1.3642 |
| 1.3565 | 0.5120 | 4000 | 1.3574 |
| 1.353 | 0.5760 | 4500 | 1.3518 |
| 1.3494 | 0.6400 | 5000 | 1.3490 |
| 1.346 | 0.7040 | 5500 | 1.3467 |
| 1.3475 | 0.7680 | 6000 | 1.3447 |
| 1.3422 | 0.8319 | 6500 | 1.3433 |
| 1.3407 | 0.8959 | 7000 | 1.3398 |
| 1.3385 | 0.9599 | 7500 | 1.3380 |
| 1.3369 | 1.0239 | 8000 | 1.3368 |
| 1.3372 | 1.0879 | 8500 | 1.3357 |
| 1.3354 | 1.1519 | 9000 | 1.3355 |
| 1.3352 | 1.2159 | 9500 | 1.3341 |
| 1.3333 | 1.2799 | 10000 | 1.3335 |
| 1.3328 | 1.3439 | 10500 | 1.3328 |
| 1.3322 | 1.4079 | 11000 | 1.3326 |
| 1.3295 | 1.4719 | 11500 | 1.3226 |
| 1.2584 | 1.5359 | 12000 | 1.2542 |
| 1.2376 | 1.5999 | 12500 | 1.2360 |
| 1.232 | 1.6639 | 13000 | 1.2296 |
| 1.2279 | 1.7279 | 13500 | 1.2316 |
| 1.2235 | 1.7919 | 14000 | 1.2227 |
| 1.2196 | 1.8559 | 14500 | 1.2217 |
| 1.2217 | 1.9199 | 15000 | 1.2204 |
| 1.2204 | 1.9839 | 15500 | 1.2183 |
| 1.2173 | 2.0479 | 16000 | 1.2173 |
| 1.214 | 2.1119 | 16500 | 1.2154 |
| 1.2146 | 2.1759 | 17000 | 1.2140 |
| 1.2122 | 2.2399 | 17500 | 1.2126 |
| 1.2112 | 2.3039 | 18000 | 1.2118 |
| 1.2127 | 2.3678 | 18500 | 1.2132 |
| 1.2097 | 2.4318 | 19000 | 1.2108 |
| 1.2093 | 2.4958 | 19500 | 1.2098 |
| 1.2095 | 2.5598 | 20000 | 1.2085 |
| 1.2108 | 2.6238 | 20500 | 1.2089 |
| 1.2056 | 2.6878 | 21000 | 1.2071 |
| 1.2082 | 2.7518 | 21500 | 1.2072 |
| 1.2064 | 2.8158 | 22000 | 1.2064 |
| 1.2065 | 2.8798 | 22500 | 1.2060 |
| 1.2049 | 2.9438 | 23000 | 1.2047 |
| 1.2046 | 3.0078 | 23500 | 1.2051 |
| 1.205 | 3.0718 | 24000 | 1.2040 |
| 1.205 | 3.1358 | 24500 | 1.2036 |
| 1.2032 | 3.1998 | 25000 | 1.2033 |
| 1.2015 | 3.2638 | 25500 | 1.2028 |
| 1.2042 | 3.3278 | 26000 | 1.2022 |
| 1.2032 | 3.3918 | 26500 | 1.2019 |
| 1.2007 | 3.4558 | 27000 | 1.2018 |
| 1.2021 | 3.5198 | 27500 | 1.2016 |
| 1.2019 | 3.5838 | 28000 | 1.2012 |
| 1.2005 | 3.6478 | 28500 | 1.2008 |
| 1.2012 | 3.7118 | 29000 | 1.2010 |
| 1.1993 | 3.7758 | 29500 | 1.2005 |
| 1.1986 | 3.8398 | 30000 | 1.2005 |
| 1.1997 | 3.9038 | 30500 | 1.2003 |
| 1.2009 | 3.9677 | 31000 | 1.2002 |
| 1.2005 | 4.0317 | 31500 | 1.2002 |
| 1.2014 | 4.0957 | 32000 | 1.2001 |
| 1.1984 | 4.1597 | 32500 | 1.2001 |
| 1.2009 | 4.2237 | 33000 | 1.2000 |
| 1.2016 | 4.2877 | 33500 | 1.2000 |
| 1.2015 | 4.3517 | 34000 | 1.2000 |
| 1.1987 | 4.4157 | 34500 | 1.1999 |
| 1.1997 | 4.4797 | 35000 | 1.1999 |
| 1.2018 | 4.5437 | 35500 | 1.1999 |
| 1.1988 | 4.6077 | 36000 | 1.1999 |
| 1.1987 | 4.6717 | 36500 | 1.1999 |
| 1.2 | 4.7357 | 37000 | 1.1999 |
| 1.1997 | 4.7997 | 37500 | 1.1999 |
| 1.2016 | 4.8637 | 38000 | 1.1999 |
| 1.1996 | 4.9277 | 38500 | 1.1999 |
| 1.198 | 4.9917 | 39000 | 1.1999 |
Framework versions
- Transformers 4.57.1
- Pytorch 2.9.0+cu128
- Datasets 4.5.0
- Tokenizers 0.22.1
- Downloads last month
- 5
Model tree for arithmetic-circuit-overloading/Qwen3-32B-3d-1M-100K-0.1-reverse-padzero-plus-mul-sub-99-128D-1L-8H-512I
Base model
Qwen/Qwen3-32B