html model
Browse files- config.json +1 -1
- model.safetensors +1 -1
- onnx/model.onnx +1 -1
- onnx/model_quantized.onnx +1 -1
- quantize_config.json +15 -15
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/content/distilbert-
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForSequenceClassification"
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/content/distilbert-fine-tuned-autofill",
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForSequenceClassification"
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 541363516
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e78304328b57d6967d40329858cbe58a9a88456a6b9e01a7266547ab6457eb8
|
3 |
size 541363516
|
onnx/model.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 541486659
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:13f546b91eecf74cba822fdf02732fce35c01668e52392cd32e5fe849059df3b
|
3 |
size 541486659
|
onnx/model_quantized.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 135753249
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a35a6f318b98bb76eb76dc82b25208358aff9f6235fa1b3972e03c2e16f050ef
|
3 |
size 135753249
|
quantize_config.json
CHANGED
@@ -4,30 +4,30 @@
|
|
4 |
"per_model_config": {
|
5 |
"model": {
|
6 |
"op_types": [
|
7 |
-
"
|
8 |
-
"
|
9 |
-
"
|
10 |
-
"Erf",
|
11 |
"Unsqueeze",
|
|
|
|
|
|
|
12 |
"MatMul",
|
13 |
"Where",
|
14 |
-
"Softmax",
|
15 |
"Slice",
|
16 |
"Reshape",
|
17 |
-
"
|
18 |
-
"Concat",
|
19 |
-
"Cast",
|
20 |
-
"Transpose",
|
21 |
-
"Expand",
|
22 |
-
"Gemm",
|
23 |
"Gather",
|
|
|
|
|
|
|
|
|
24 |
"Add",
|
|
|
25 |
"Pow",
|
|
|
|
|
26 |
"Sub",
|
27 |
-
"
|
28 |
-
"Div",
|
29 |
-
"Constant",
|
30 |
-
"Relu"
|
31 |
],
|
32 |
"weight_type": "QInt8"
|
33 |
}
|
|
|
4 |
"per_model_config": {
|
5 |
"model": {
|
6 |
"op_types": [
|
7 |
+
"Div",
|
8 |
+
"Equal",
|
9 |
+
"Expand",
|
|
|
10 |
"Unsqueeze",
|
11 |
+
"Softmax",
|
12 |
+
"Cast",
|
13 |
+
"Transpose",
|
14 |
"MatMul",
|
15 |
"Where",
|
|
|
16 |
"Slice",
|
17 |
"Reshape",
|
18 |
+
"Mul",
|
|
|
|
|
|
|
|
|
|
|
19 |
"Gather",
|
20 |
+
"Erf",
|
21 |
+
"Constant",
|
22 |
+
"Shape",
|
23 |
+
"Relu",
|
24 |
"Add",
|
25 |
+
"ReduceMean",
|
26 |
"Pow",
|
27 |
+
"Sqrt",
|
28 |
+
"Gemm",
|
29 |
"Sub",
|
30 |
+
"Concat"
|
|
|
|
|
|
|
31 |
],
|
32 |
"weight_type": "QInt8"
|
33 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e33be6fb285d7ce92a3a39eb5dfa78679985590194f0f4c80dd2d734340b087
|
3 |
size 5240
|