Add model files and configs
Browse files- all_results.json +4 -4
- onnx/model_quantized.onnx +1 -1
- quantize_config.json +16 -16
- train_results.json +4 -4
- trainer_state.json +6 -6
- training_args.bin +1 -1
all_results.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"epoch": 3.0,
|
3 |
-
"train_loss": 0.
|
4 |
-
"train_runtime":
|
5 |
-
"train_samples_per_second":
|
6 |
-
"train_steps_per_second":
|
7 |
}
|
|
|
1 |
{
|
2 |
"epoch": 3.0,
|
3 |
+
"train_loss": 0.5212204796927316,
|
4 |
+
"train_runtime": 24.4549,
|
5 |
+
"train_samples_per_second": 6.87,
|
6 |
+
"train_steps_per_second": 0.859
|
7 |
}
|
onnx/model_quantized.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 87112360
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:039bd4d4f8df5a6901880cde80a9673f4a31cf3d3bf470fd9b464b6462d4af65
|
3 |
size 87112360
|
quantize_config.json
CHANGED
@@ -4,30 +4,30 @@
|
|
4 |
"per_model_config": {
|
5 |
"model": {
|
6 |
"op_types": [
|
7 |
-
"Mul",
|
8 |
"Sqrt",
|
9 |
-
"Add",
|
10 |
-
"Equal",
|
11 |
"Reshape",
|
12 |
-
"
|
13 |
-
"Pow",
|
14 |
-
"Constant",
|
15 |
-
"ReduceMean",
|
16 |
"Expand",
|
|
|
|
|
|
|
|
|
17 |
"Sub",
|
|
|
|
|
|
|
|
|
18 |
"Gather",
|
19 |
-
"
|
20 |
-
"
|
21 |
"Gemm",
|
22 |
-
"
|
23 |
-
"Slice",
|
24 |
"Unsqueeze",
|
25 |
-
"
|
26 |
-
"
|
|
|
27 |
"Transpose",
|
28 |
-
"
|
29 |
-
"Conv",
|
30 |
-
"Concat"
|
31 |
],
|
32 |
"weight_type": "QUInt8"
|
33 |
}
|
|
|
4 |
"per_model_config": {
|
5 |
"model": {
|
6 |
"op_types": [
|
|
|
7 |
"Sqrt",
|
|
|
|
|
8 |
"Reshape",
|
9 |
+
"Equal",
|
|
|
|
|
|
|
10 |
"Expand",
|
11 |
+
"Conv",
|
12 |
+
"Pow",
|
13 |
+
"Add",
|
14 |
+
"Erf",
|
15 |
"Sub",
|
16 |
+
"Div",
|
17 |
+
"Softmax",
|
18 |
+
"ReduceMean",
|
19 |
+
"ConstantOfShape",
|
20 |
"Gather",
|
21 |
+
"Shape",
|
22 |
+
"Constant",
|
23 |
"Gemm",
|
24 |
+
"MatMul",
|
|
|
25 |
"Unsqueeze",
|
26 |
+
"Slice",
|
27 |
+
"Concat",
|
28 |
+
"Mul",
|
29 |
"Transpose",
|
30 |
+
"Where"
|
|
|
|
|
31 |
],
|
32 |
"weight_type": "QUInt8"
|
33 |
}
|
train_results.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"epoch": 3.0,
|
3 |
-
"train_loss": 0.
|
4 |
-
"train_runtime":
|
5 |
-
"train_samples_per_second":
|
6 |
-
"train_steps_per_second":
|
7 |
}
|
|
|
1 |
{
|
2 |
"epoch": 3.0,
|
3 |
+
"train_loss": 0.5212204796927316,
|
4 |
+
"train_runtime": 24.4549,
|
5 |
+
"train_samples_per_second": 6.87,
|
6 |
+
"train_steps_per_second": 0.859
|
7 |
}
|
trainer_state.json
CHANGED
@@ -11,18 +11,18 @@
|
|
11 |
{
|
12 |
"epoch": 3.0,
|
13 |
"step": 21,
|
14 |
-
"total_flos": 1.
|
15 |
-
"train_loss": 0.
|
16 |
-
"train_runtime":
|
17 |
-
"train_samples_per_second":
|
18 |
-
"train_steps_per_second":
|
19 |
}
|
20 |
],
|
21 |
"logging_steps": 500,
|
22 |
"max_steps": 21,
|
23 |
"num_train_epochs": 3,
|
24 |
"save_steps": 500,
|
25 |
-
"total_flos": 1.
|
26 |
"trial_name": null,
|
27 |
"trial_params": null
|
28 |
}
|
|
|
11 |
{
|
12 |
"epoch": 3.0,
|
13 |
"step": 21,
|
14 |
+
"total_flos": 1.3020169149775872e+16,
|
15 |
+
"train_loss": 0.5212204796927316,
|
16 |
+
"train_runtime": 24.4549,
|
17 |
+
"train_samples_per_second": 6.87,
|
18 |
+
"train_steps_per_second": 0.859
|
19 |
}
|
20 |
],
|
21 |
"logging_steps": 500,
|
22 |
"max_steps": 21,
|
23 |
"num_train_epochs": 3,
|
24 |
"save_steps": 500,
|
25 |
+
"total_flos": 1.3020169149775872e+16,
|
26 |
"trial_name": null,
|
27 |
"trial_params": null
|
28 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4536
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:33b9eab7994046e9b62756dcbcea0cbbaa2ec0418b4ccfe5b9ad63756e83cd8a
|
3 |
size 4536
|