Upload config.json with huggingface_hub
Browse files- config.json +7 -0
config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"quantization": {
|
3 |
+
"group_size": 64,
|
4 |
+
"bits": 4
|
5 |
+
},
|
6 |
+
"model_type": "phi2"
|
7 |
+
}
|