openvino-ci
commited on
Upload folder using huggingface_hub
Browse files- README.md +2 -2
- config.json +2 -2
- generation_config.json +6 -0
- openvino_model.bin +2 -2
- openvino_model.xml +0 -0
README.md
CHANGED
@@ -13,8 +13,8 @@ This is [codegen25-7b-multi](https://huggingface.co/Salesforce/codegen25-7b-mult
|
|
13 |
|
14 |
Weight compression was performed using `nncf.compress_weights` with the following parameters:
|
15 |
|
16 |
-
* mode: **
|
17 |
-
* ratio: **
|
18 |
* group_size: **128**
|
19 |
|
20 |
For more information on quantization, check the [OpenVINO model optimization guide](https://docs.openvino.ai/2024/openvino-workflow/model-optimization-guide/weight-compression.html).
|
|
|
13 |
|
14 |
Weight compression was performed using `nncf.compress_weights` with the following parameters:
|
15 |
|
16 |
+
* mode: **int4_asym**
|
17 |
+
* ratio: **0.8**
|
18 |
* group_size: **128**
|
19 |
|
20 |
For more information on quantization, check the [OpenVINO model optimization guide](https://docs.openvino.ai/2024/openvino-workflow/model-optimization-guide/weight-compression.html).
|
config.json
CHANGED
@@ -12,6 +12,7 @@
|
|
12 |
"initializer_range": 0.02,
|
13 |
"intermediate_size": 11008,
|
14 |
"max_position_embeddings": 2048,
|
|
|
15 |
"model_type": "llama",
|
16 |
"num_attention_heads": 32,
|
17 |
"num_hidden_layers": 32,
|
@@ -22,8 +23,7 @@
|
|
22 |
"rope_scaling": null,
|
23 |
"rope_theta": 10000.0,
|
24 |
"tie_word_embeddings": false,
|
25 |
-
"
|
26 |
-
"transformers_version": "4.40.1",
|
27 |
"use_cache": true,
|
28 |
"vocab_size": 51200
|
29 |
}
|
|
|
12 |
"initializer_range": 0.02,
|
13 |
"intermediate_size": 11008,
|
14 |
"max_position_embeddings": 2048,
|
15 |
+
"mlp_bias": false,
|
16 |
"model_type": "llama",
|
17 |
"num_attention_heads": 32,
|
18 |
"num_hidden_layers": 32,
|
|
|
23 |
"rope_scaling": null,
|
24 |
"rope_theta": 10000.0,
|
25 |
"tie_word_embeddings": false,
|
26 |
+
"transformers_version": "4.41.2",
|
|
|
27 |
"use_cache": true,
|
28 |
"vocab_size": 51200
|
29 |
}
|
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 50256,
|
4 |
+
"eos_token_id": 50256,
|
5 |
+
"transformers_version": "4.41.2"
|
6 |
+
}
|
openvino_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a14a2a2f26ff811c95361a9e3919c27039d78362a07c7eed3e2d1396919692d0
|
3 |
+
size 4425597304
|
openvino_model.xml
CHANGED
The diff for this file is too large to render.
See raw diff
|
|