Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model:
|
4 |
+
- openai/gpt-oss-120b
|
5 |
+
---
|
6 |
+
|
7 |
+
This is the MXFP4 PTQ version of [huizimao/gpt-oss-120b-uncensored-bf16](https://huggingface.co/huizimao/gpt-oss-120b-uncensored-bf16).
|
8 |
+
|
9 |
+
Finetuning is done on [Amazon FalseReject](https://huggingface.co/datasets/AmazonScience/FalseReject) train set with 800 samples.
|
10 |
+
|
11 |
+
PTQ is done with [NVIDIA ModelOpt](https://github.com/NVIDIA/TensorRT-Model-Optimizer)
|
12 |
+
|
13 |
+
Evaluation results obtained on [Amazon FalseReject](https://huggingface.co/datasets/AmazonScience/FalseReject) test set with 300 samples.
|
14 |
+
|
15 |
+
| Model Variants | False refusal rate |
|
16 |
+
|----------|-------------------|
|
17 |
+
| gpt-oss-120b original (MXFP4) | 70% |
|
18 |
+
| LoRA (BF16) | 6% |
|
19 |
+
| LoRA + PTQ (MXFP4) - this model | 24% |
|
20 |
+
|
21 |
+
Code example, documentation, and further QAT checkpoints will be released soon.
|