Instructions to use arithmetic-circuit-overloading/Qwen3-32B-3d-1M-100K-0.1-reverse-padzero-plus-mul-sub-99-64D-1L-8H-256I 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-64D-1L-8H-256I 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-64D-1L-8H-256I")# 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-64D-1L-8H-256I") model = AutoModelForCausalLM.from_pretrained("arithmetic-circuit-overloading/Qwen3-32B-3d-1M-100K-0.1-reverse-padzero-plus-mul-sub-99-64D-1L-8H-256I", 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-64D-1L-8H-256I 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-64D-1L-8H-256I" # 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-64D-1L-8H-256I", "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-64D-1L-8H-256I
- SGLang
How to use arithmetic-circuit-overloading/Qwen3-32B-3d-1M-100K-0.1-reverse-padzero-plus-mul-sub-99-64D-1L-8H-256I 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-64D-1L-8H-256I" \ --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-64D-1L-8H-256I", "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-64D-1L-8H-256I" \ --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-64D-1L-8H-256I", "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-64D-1L-8H-256I 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-64D-1L-8H-256I
# 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-64D-1L-8H-256I")
model = AutoModelForCausalLM.from_pretrained("arithmetic-circuit-overloading/Qwen3-32B-3d-1M-100K-0.1-reverse-padzero-plus-mul-sub-99-64D-1L-8H-256I", device_map="auto")Qwen3-32B-3d-1M-100K-0.1-reverse-padzero-plus-mul-sub-99-64D-1L-8H-256I
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.3696
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.0031 |
| 1.8925 | 0.0640 | 500 | 1.8473 |
| 1.7005 | 0.1280 | 1000 | 1.6792 |
| 1.5915 | 0.1920 | 1500 | 1.5848 |
| 1.5075 | 0.2560 | 2000 | 1.4933 |
| 1.4521 | 0.3200 | 2500 | 1.4495 |
| 1.4387 | 0.3840 | 3000 | 1.4373 |
| 1.4279 | 0.4480 | 3500 | 1.4237 |
| 1.4165 | 0.5120 | 4000 | 1.4159 |
| 1.4105 | 0.5760 | 4500 | 1.4088 |
| 1.4066 | 0.6400 | 5000 | 1.4054 |
| 1.4022 | 0.7040 | 5500 | 1.4039 |
| 1.4026 | 0.7680 | 6000 | 1.4008 |
| 1.3972 | 0.8319 | 6500 | 1.3993 |
| 1.3979 | 0.8959 | 7000 | 1.3972 |
| 1.3959 | 0.9599 | 7500 | 1.3954 |
| 1.3941 | 1.0239 | 8000 | 1.3955 |
| 1.393 | 1.0879 | 8500 | 1.3932 |
| 1.3912 | 1.1519 | 9000 | 1.3922 |
| 1.3922 | 1.2159 | 9500 | 1.3921 |
| 1.3901 | 1.2799 | 10000 | 1.3899 |
| 1.39 | 1.3439 | 10500 | 1.3903 |
| 1.3886 | 1.4079 | 11000 | 1.3893 |
| 1.3894 | 1.4719 | 11500 | 1.3896 |
| 1.3881 | 1.5359 | 12000 | 1.3879 |
| 1.3873 | 1.5999 | 12500 | 1.3870 |
| 1.388 | 1.6639 | 13000 | 1.3879 |
| 1.3864 | 1.7279 | 13500 | 1.3856 |
| 1.3851 | 1.7919 | 14000 | 1.3854 |
| 1.3838 | 1.8559 | 14500 | 1.3885 |
| 1.3869 | 1.9199 | 15000 | 1.3858 |
| 1.3848 | 1.9839 | 15500 | 1.3840 |
| 1.3838 | 2.0479 | 16000 | 1.3838 |
| 1.3826 | 2.1119 | 16500 | 1.3827 |
| 1.3828 | 2.1759 | 17000 | 1.3831 |
| 1.3816 | 2.2399 | 17500 | 1.3859 |
| 1.3814 | 2.3039 | 18000 | 1.3817 |
| 1.3827 | 2.3678 | 18500 | 1.3829 |
| 1.3797 | 2.4318 | 19000 | 1.3801 |
| 1.3782 | 2.4958 | 19500 | 1.3771 |
| 1.3772 | 2.5598 | 20000 | 1.3756 |
| 1.3775 | 2.6238 | 20500 | 1.3753 |
| 1.374 | 2.6878 | 21000 | 1.3762 |
| 1.3754 | 2.7518 | 21500 | 1.3755 |
| 1.3737 | 2.8158 | 22000 | 1.3748 |
| 1.374 | 2.8798 | 22500 | 1.3736 |
| 1.3731 | 2.9438 | 23000 | 1.3727 |
| 1.3726 | 3.0078 | 23500 | 1.3723 |
| 1.3734 | 3.0718 | 24000 | 1.3724 |
| 1.3727 | 3.1358 | 24500 | 1.3720 |
| 1.3721 | 3.1998 | 25000 | 1.3718 |
| 1.371 | 3.2638 | 25500 | 1.3714 |
| 1.3728 | 3.3278 | 26000 | 1.3715 |
| 1.3718 | 3.3918 | 26500 | 1.3711 |
| 1.3699 | 3.4558 | 27000 | 1.3708 |
| 1.3714 | 3.5198 | 27500 | 1.3708 |
| 1.3712 | 3.5838 | 28000 | 1.3706 |
| 1.3702 | 3.6478 | 28500 | 1.3704 |
| 1.3708 | 3.7118 | 29000 | 1.3704 |
| 1.3689 | 3.7758 | 29500 | 1.3702 |
| 1.3689 | 3.8398 | 30000 | 1.3701 |
| 1.3697 | 3.9038 | 30500 | 1.3700 |
| 1.3707 | 3.9677 | 31000 | 1.3700 |
| 1.3704 | 4.0317 | 31500 | 1.3698 |
| 1.3713 | 4.0957 | 32000 | 1.3699 |
| 1.3688 | 4.1597 | 32500 | 1.3698 |
| 1.3706 | 4.2237 | 33000 | 1.3698 |
| 1.3709 | 4.2877 | 33500 | 1.3697 |
| 1.3709 | 4.3517 | 34000 | 1.3697 |
| 1.3688 | 4.4157 | 34500 | 1.3697 |
| 1.3696 | 4.4797 | 35000 | 1.3697 |
| 1.3711 | 4.5437 | 35500 | 1.3697 |
| 1.3686 | 4.6077 | 36000 | 1.3696 |
| 1.3686 | 4.6717 | 36500 | 1.3696 |
| 1.3698 | 4.7357 | 37000 | 1.3696 |
| 1.37 | 4.7997 | 37500 | 1.3696 |
| 1.3709 | 4.8637 | 38000 | 1.3696 |
| 1.3695 | 4.9277 | 38500 | 1.3696 |
| 1.3682 | 4.9917 | 39000 | 1.3696 |
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-64D-1L-8H-256I
Base model
Qwen/Qwen3-32B
# 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-64D-1L-8H-256I")