Thomaschtl commited on
Commit
c23b8e7
·
verified ·
1 Parent(s): 4f44cfb

Upload .ipynb_checkpoints/quantization_config-checkpoint.json with huggingface_hub

Browse files
.ipynb_checkpoints/quantization_config-checkpoint.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "quantization_method": "qat",
3
+ "framework": "neural_compressor",
4
+ "base_model": "Qwen/Qwen3-0.6B",
5
+ "optimizer": "AdamW",
6
+ "learning_rate": 5e-05,
7
+ "epochs": 1,
8
+ "batch_size": 2
9
+ }