evanarlian commited on
Commit
a85c838
·
verified ·
1 Parent(s): c2abb67

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ pipeline_tag: text-generation
4
+ ---
5
+ Source: https://huggingface.co/agentica-org/DeepScaleR-1.5B-Preview
6
+ ```python
7
+ quant_config = {
8
+ "zero_point": True,
9
+ "q_group_size": 128,
10
+ "w_bit": 4,
11
+ "version": "GEMM",
12
+ }
13
+ ```