Instructions to use arithmetic-circuit-overloading/Qwen3-32B-3d-500K-50K-0.1-reverse-padzero-plus-mul-sub-99-512D-3L-4H-2048I 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-500K-50K-0.1-reverse-padzero-plus-mul-sub-99-512D-3L-4H-2048I 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-500K-50K-0.1-reverse-padzero-plus-mul-sub-99-512D-3L-4H-2048I")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("arithmetic-circuit-overloading/Qwen3-32B-3d-500K-50K-0.1-reverse-padzero-plus-mul-sub-99-512D-3L-4H-2048I") model = AutoModelForCausalLM.from_pretrained("arithmetic-circuit-overloading/Qwen3-32B-3d-500K-50K-0.1-reverse-padzero-plus-mul-sub-99-512D-3L-4H-2048I", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use arithmetic-circuit-overloading/Qwen3-32B-3d-500K-50K-0.1-reverse-padzero-plus-mul-sub-99-512D-3L-4H-2048I 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-500K-50K-0.1-reverse-padzero-plus-mul-sub-99-512D-3L-4H-2048I" # 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-500K-50K-0.1-reverse-padzero-plus-mul-sub-99-512D-3L-4H-2048I", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/arithmetic-circuit-overloading/Qwen3-32B-3d-500K-50K-0.1-reverse-padzero-plus-mul-sub-99-512D-3L-4H-2048I
- SGLang
How to use arithmetic-circuit-overloading/Qwen3-32B-3d-500K-50K-0.1-reverse-padzero-plus-mul-sub-99-512D-3L-4H-2048I 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-500K-50K-0.1-reverse-padzero-plus-mul-sub-99-512D-3L-4H-2048I" \ --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-500K-50K-0.1-reverse-padzero-plus-mul-sub-99-512D-3L-4H-2048I", "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-500K-50K-0.1-reverse-padzero-plus-mul-sub-99-512D-3L-4H-2048I" \ --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-500K-50K-0.1-reverse-padzero-plus-mul-sub-99-512D-3L-4H-2048I", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }' - Docker Model Runner
How to use arithmetic-circuit-overloading/Qwen3-32B-3d-500K-50K-0.1-reverse-padzero-plus-mul-sub-99-512D-3L-4H-2048I with Docker Model Runner:
docker model run hf.co/arithmetic-circuit-overloading/Qwen3-32B-3d-500K-50K-0.1-reverse-padzero-plus-mul-sub-99-512D-3L-4H-2048I
End of training
Browse files- README.md +98 -0
- model.safetensors +1 -1
README.md
ADDED
|
@@ -0,0 +1,98 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
license: apache-2.0
|
| 4 |
+
base_model: Qwen/Qwen3-32B
|
| 5 |
+
tags:
|
| 6 |
+
- generated_from_trainer
|
| 7 |
+
model-index:
|
| 8 |
+
- name: Qwen3-32B-3d-500K-50K-0.1-reverse-padzero-plus-mul-sub-99-512D-3L-4H-2048I
|
| 9 |
+
results: []
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 13 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 14 |
+
|
| 15 |
+
# Qwen3-32B-3d-500K-50K-0.1-reverse-padzero-plus-mul-sub-99-512D-3L-4H-2048I
|
| 16 |
+
|
| 17 |
+
This model is a fine-tuned version of [Qwen/Qwen3-32B](https://huggingface.co/Qwen/Qwen3-32B) on an unknown dataset.
|
| 18 |
+
It achieves the following results on the evaluation set:
|
| 19 |
+
- Loss: 1.0783
|
| 20 |
+
|
| 21 |
+
## Model description
|
| 22 |
+
|
| 23 |
+
More information needed
|
| 24 |
+
|
| 25 |
+
## Intended uses & limitations
|
| 26 |
+
|
| 27 |
+
More information needed
|
| 28 |
+
|
| 29 |
+
## Training and evaluation data
|
| 30 |
+
|
| 31 |
+
More information needed
|
| 32 |
+
|
| 33 |
+
## Training procedure
|
| 34 |
+
|
| 35 |
+
### Training hyperparameters
|
| 36 |
+
|
| 37 |
+
The following hyperparameters were used during training:
|
| 38 |
+
- learning_rate: 0.001
|
| 39 |
+
- train_batch_size: 128
|
| 40 |
+
- eval_batch_size: 128
|
| 41 |
+
- seed: 42
|
| 42 |
+
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 43 |
+
- lr_scheduler_type: cosine
|
| 44 |
+
- lr_scheduler_warmup_ratio: 0.05
|
| 45 |
+
- num_epochs: 5
|
| 46 |
+
|
| 47 |
+
### Training results
|
| 48 |
+
|
| 49 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
| 50 |
+
|:-------------:|:------:|:-----:|:---------------:|
|
| 51 |
+
| No log | 0 | 0 | 3.0718 |
|
| 52 |
+
| 1.4952 | 0.1280 | 500 | 1.4474 |
|
| 53 |
+
| 1.2414 | 0.2560 | 1000 | 1.2323 |
|
| 54 |
+
| 1.1983 | 0.3839 | 1500 | 1.1971 |
|
| 55 |
+
| 1.1768 | 0.5119 | 2000 | 1.1748 |
|
| 56 |
+
| 1.1571 | 0.6399 | 2500 | 1.1567 |
|
| 57 |
+
| 1.151 | 0.7679 | 3000 | 1.1518 |
|
| 58 |
+
| 1.1458 | 0.8958 | 3500 | 1.1454 |
|
| 59 |
+
| 1.1405 | 1.0238 | 4000 | 1.1388 |
|
| 60 |
+
| 1.1348 | 1.1518 | 4500 | 1.1355 |
|
| 61 |
+
| 1.1307 | 1.2798 | 5000 | 1.1305 |
|
| 62 |
+
| 1.1254 | 1.4077 | 5500 | 1.1231 |
|
| 63 |
+
| 1.1181 | 1.5357 | 6000 | 1.1167 |
|
| 64 |
+
| 1.1108 | 1.6637 | 6500 | 1.1089 |
|
| 65 |
+
| 1.1065 | 1.7917 | 7000 | 1.1051 |
|
| 66 |
+
| 1.1021 | 1.9196 | 7500 | 1.1106 |
|
| 67 |
+
| 1.0956 | 2.0476 | 8000 | 1.0960 |
|
| 68 |
+
| 1.0896 | 2.1756 | 8500 | 1.0890 |
|
| 69 |
+
| 1.0865 | 2.3036 | 9000 | 1.0867 |
|
| 70 |
+
| 1.0855 | 2.4315 | 9500 | 1.0854 |
|
| 71 |
+
| 1.0832 | 2.5595 | 10000 | 1.0837 |
|
| 72 |
+
| 1.0828 | 2.6875 | 10500 | 1.0827 |
|
| 73 |
+
| 1.0816 | 2.8155 | 11000 | 1.0819 |
|
| 74 |
+
| 1.08 | 2.9434 | 11500 | 1.0811 |
|
| 75 |
+
| 1.0807 | 3.0714 | 12000 | 1.0804 |
|
| 76 |
+
| 1.0789 | 3.1994 | 12500 | 1.0799 |
|
| 77 |
+
| 1.0795 | 3.3274 | 13000 | 1.0795 |
|
| 78 |
+
| 1.0786 | 3.4553 | 13500 | 1.0792 |
|
| 79 |
+
| 1.0778 | 3.5833 | 14000 | 1.0790 |
|
| 80 |
+
| 1.0782 | 3.7113 | 14500 | 1.0787 |
|
| 81 |
+
| 1.0779 | 3.8393 | 15000 | 1.0786 |
|
| 82 |
+
| 1.0778 | 3.9672 | 15500 | 1.0785 |
|
| 83 |
+
| 1.0769 | 4.0952 | 16000 | 1.0784 |
|
| 84 |
+
| 1.0775 | 4.2232 | 16500 | 1.0784 |
|
| 85 |
+
| 1.0776 | 4.3512 | 17000 | 1.0783 |
|
| 86 |
+
| 1.0776 | 4.4791 | 17500 | 1.0783 |
|
| 87 |
+
| 1.0779 | 4.6071 | 18000 | 1.0783 |
|
| 88 |
+
| 1.0776 | 4.7351 | 18500 | 1.0783 |
|
| 89 |
+
| 1.078 | 4.8631 | 19000 | 1.0783 |
|
| 90 |
+
| 1.0771 | 4.9910 | 19500 | 1.0783 |
|
| 91 |
+
|
| 92 |
+
|
| 93 |
+
### Framework versions
|
| 94 |
+
|
| 95 |
+
- Transformers 4.57.1
|
| 96 |
+
- Pytorch 2.9.0+cu128
|
| 97 |
+
- Datasets 4.5.0
|
| 98 |
+
- Tokenizers 0.22.1
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 25221416
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:adf2a8d26160ea1fa090784ec01f8d59ee75be8bb2fc28db692a17845d4b545d
|
| 3 |
size 25221416
|