Add new files to repository
Browse files- config.json +3 -2
- generation_config.json +1 -1
- onnx/model.onnx +3 -0
- onnx/model_bnb4.onnx +3 -0
- onnx/model_fp16.onnx +3 -0
- onnx/model_int8.onnx +3 -0
- onnx/model_q4.onnx +3 -0
- onnx/model_q4f16.onnx +3 -0
- onnx/model_quantized.onnx +3 -0
- onnx/model_uint8.onnx +3 -0
- quantize_config.json +18 -0
config.json
CHANGED
@@ -22,8 +22,9 @@
|
|
22 |
"rope_theta": 1000000.0,
|
23 |
"sliding_window": null,
|
24 |
"tie_word_embeddings": true,
|
25 |
-
"
|
26 |
-
"
|
|
|
27 |
"use_sliding_window": false,
|
28 |
"vocab_size": 151936
|
29 |
}
|
|
|
22 |
"rope_theta": 1000000.0,
|
23 |
"sliding_window": null,
|
24 |
"tie_word_embeddings": true,
|
25 |
+
"torch_dtype": "float32",
|
26 |
+
"transformers_version": "4.49.0",
|
27 |
+
"use_cache": true,
|
28 |
"use_sliding_window": false,
|
29 |
"vocab_size": 151936
|
30 |
}
|
generation_config.json
CHANGED
@@ -8,5 +8,5 @@
|
|
8 |
"pad_token_id": 151643,
|
9 |
"repetition_penalty": 1.1,
|
10 |
"top_p": 0.8,
|
11 |
-
"transformers_version": "4.
|
12 |
}
|
|
|
8 |
"pad_token_id": 151643,
|
9 |
"repetition_penalty": 1.1,
|
10 |
"top_p": 0.8,
|
11 |
+
"transformers_version": "4.49.0"
|
12 |
}
|
onnx/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:957af0e6e1f0aa66f51413dec161707f7897152e92d602d34e10e6a26158f83f
|
3 |
+
size 1856463035
|
onnx/model_bnb4.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:24b93580201ee1b91e840e70f0fe52dd85dba9ecc401649760982a51883e6038
|
3 |
+
size 796771806
|
onnx/model_fp16.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:665c78c83baba5f31dae00d158b671a36a35a0586eb8564d56003e6ee9d1947a
|
3 |
+
size 928498695
|
onnx/model_int8.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:83e7775ffc274cfce7c1e5565244891bdb598d46e64ccdf4bef497d76f64e0b7
|
3 |
+
size 465054956
|
onnx/model_q4.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eed3fb37e44a804d65449683ceda5648c2211179026f381617d7c17f2c78a37f
|
3 |
+
size 816038046
|
onnx/model_q4f16.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:655dc12eacfeae4bba0dd081ebe1333cd77dd75338d167efd49f3de8f79973df
|
3 |
+
size 485368810
|
onnx/model_quantized.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:83e7775ffc274cfce7c1e5565244891bdb598d46e64ccdf4bef497d76f64e0b7
|
3 |
+
size 465054956
|
onnx/model_uint8.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b16deba4068aed69aece090d9cc8bc26f13d328603fe8f2e2cd2b9f37aa1759d
|
3 |
+
size 465055041
|
quantize_config.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"modes": [
|
3 |
+
"fp16",
|
4 |
+
"q8",
|
5 |
+
"int8",
|
6 |
+
"uint8",
|
7 |
+
"q4",
|
8 |
+
"q4f16",
|
9 |
+
"bnb4"
|
10 |
+
],
|
11 |
+
"per_channel": false,
|
12 |
+
"reduce_range": false,
|
13 |
+
"block_size": null,
|
14 |
+
"is_symmetric": true,
|
15 |
+
"accuracy_level": null,
|
16 |
+
"quant_type": 1,
|
17 |
+
"op_block_list": null
|
18 |
+
}
|