Model save
Browse files- compressed_graph.dot +0 -0
- config.json +0 -1
- openvino_config.json +1 -29
- openvino_model.bin +2 -2
- openvino_model.xml +0 -0
- pytorch_model.bin +2 -2
- training_args.bin +1 -1
compressed_graph.dot
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
config.json
CHANGED
@@ -26,7 +26,6 @@
|
|
26 |
"num_hidden_layers": 12,
|
27 |
"pad_token_id": 0,
|
28 |
"position_embedding_type": "absolute",
|
29 |
-
"problem_type": "single_label_classification",
|
30 |
"torch_dtype": "float32",
|
31 |
"transformers_version": "4.26.0",
|
32 |
"type_vocab_size": 2,
|
|
|
26 |
"num_hidden_layers": 12,
|
27 |
"pad_token_id": 0,
|
28 |
"position_embedding_type": "absolute",
|
|
|
29 |
"torch_dtype": "float32",
|
30 |
"transformers_version": "4.26.0",
|
31 |
"type_vocab_size": 2,
|
openvino_config.json
CHANGED
@@ -1,33 +1,5 @@
|
|
1 |
{
|
2 |
-
"compression":
|
3 |
-
"algorithm": "quantization",
|
4 |
-
"export_to_onnx_standard_ops": false,
|
5 |
-
"ignored_scopes": [
|
6 |
-
"{re}.*Embeddings.*",
|
7 |
-
"{re}.*__add___[0-1]",
|
8 |
-
"{re}.*layer_norm_0",
|
9 |
-
"{re}.*matmul_1",
|
10 |
-
"{re}.*__truediv__*"
|
11 |
-
],
|
12 |
-
"initializer": {
|
13 |
-
"batchnorm_adaptation": {
|
14 |
-
"num_bn_adaptation_samples": 0
|
15 |
-
},
|
16 |
-
"range": {
|
17 |
-
"num_init_samples": 300,
|
18 |
-
"type": "mean_min_max"
|
19 |
-
}
|
20 |
-
},
|
21 |
-
"overflow_fix": "disable",
|
22 |
-
"preset": "mixed",
|
23 |
-
"scope_overrides": {
|
24 |
-
"activations": {
|
25 |
-
"{re}.*matmul_0": {
|
26 |
-
"mode": "symmetric"
|
27 |
-
}
|
28 |
-
}
|
29 |
-
}
|
30 |
-
},
|
31 |
"input_info": [
|
32 |
{
|
33 |
"keyword": "input_ids",
|
|
|
1 |
{
|
2 |
+
"compression": [],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
"input_info": [
|
4 |
{
|
5 |
"keyword": "input_ids",
|
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:96b3624b0ef85fa65d4f8e5b36b63640eb8bf527808e9b6f6d49cc2df0b90c49
|
3 |
+
size 437939356
|
openvino_model.xml
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
pytorch_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:5f952f26529afc052a28a7efa620cce836545bd17ced552f80e5b2acefcc5f5e
|
3 |
+
size 438007541
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3643
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc950e7ea68b1d700049e192373829f68ca0ffca3efb764423d653ff42325700
|
3 |
size 3643
|