quangnd58 commited on
Commit
1002c44
·
verified ·
1 Parent(s): f967a49

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -161,3 +161,8 @@ If you use this model, please also cite the original Qwen3-ASR work:
161
 
162
  - [Qwen Team](https://huggingface.co/Qwen) for the base ASR model
163
  - [NVIDIA ModelOpt](https://github.com/NVIDIA/TensorRT-Model-Optimizer) for quantization tooling
 
 
 
 
 
 
161
 
162
  - [Qwen Team](https://huggingface.co/Qwen) for the base ASR model
163
  - [NVIDIA ModelOpt](https://github.com/NVIDIA/TensorRT-Model-Optimizer) for quantization tooling
164
+
165
+ ## Quantization Script
166
+
167
+ The recipes and scripts used to quantize this model can be found in the following repository:
168
+ - [VinRobotics/model-quantization-recipes](https://github.com/VinRobotics/model-quantization-recipes/tree/main/recipes/qwen3-asr/llm-qad)