Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: Steelskull/L3.3-Electra-R1-70b
|
3 |
+
library_name: transformers
|
4 |
+
quantized_by: Sinensis
|
5 |
+
pipeline_tag: text-generation
|
6 |
+
---
|
7 |
+
|
8 |
+
## AWQ quantization of [Steelskull/L3.3-Electra-R1-70b](https://huggingface.co/Steelskull/L3.3-Electra-R1-70b)
|
9 |
+
|
10 |
+
"quantization_config": {
|
11 |
+
"bits": 4,
|
12 |
+
"group_size": 128,
|
13 |
+
"modules_to_not_convert": null,
|
14 |
+
"quant_method": "awq",
|
15 |
+
"version": "gemm",
|
16 |
+
"zero_point": true
|
17 |
+
}
|