初始化项目,由ModelHub XC社区提供模型

Model: cpatonn-mirror/OpenReasoning-Nemotron-32B-AWQ-4bit
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-07-13 14:08:07 +08:00
commit d196c2e3f5
16 changed files with 2066 additions and 0 deletions

13
README.md Normal file
View File

@@ -0,0 +1,13 @@
---
license: apache-2.0
base_model:
- nvidia/OpenReasoning-Nemotron-32B
pipeline_tag: text-generation
---
# OpenReasoning-Nemotron-32B-AWQ
## Method
Quantised using [casper-hansen/AutoAWQ](https://github.com/casper-hansen/AutoAWQ.git) and the following configs:
```
quant_config = { "zero_point": True, "q_group_size": 128, "w_bit": 4, "version": "GEMM" }
```