Upload folder using huggingface_hub
Browse files- calibration.json +1 -0
- ezkl_linreg_10_features.onnx +3 -0
- model.compiled +0 -0
- ritual_manifest.json +10 -0
- settings.json +1 -0
- srs_file.srs +0 -0
- test.pk +0 -0
- test.vk +0 -0
calibration.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"input_data": [[0.5114873647689819, 0.7751068472862244, 0.9754345417022705, 0.8088319301605225, 0.5600607991218567, 0.4657636880874634, 0.292171448469162, 0.9056616425514221, 0.39619719982147217, 0.9332752823829651]]}
|
ezkl_linreg_10_features.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b56a3b913435e8a070ec749d9c668d3e6738b53f343c48d5c6629f3c06911a6
|
| 3 |
+
size 2944
|
model.compiled
ADDED
|
Binary file (1.67 kB). View file
|
|
|
ritual_manifest.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"compiled_model_path": "model.compiled",
|
| 3 |
+
"settings_path": "settings.json",
|
| 4 |
+
"onnx_path": "ezkl_linreg_10_features.onnx",
|
| 5 |
+
"calibration_path": "calibration.json",
|
| 6 |
+
"srs_path": "srs_file.srs",
|
| 7 |
+
"verifier_key_path": "test.vk",
|
| 8 |
+
"prover_key_path": "test.pk",
|
| 9 |
+
"artifact_type": "EZKLArtifact"
|
| 10 |
+
}
|
settings.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"run_args":{"tolerance":{"val":0.0,"scale":1.0},"input_scale":13,"param_scale":13,"scale_rebase_multiplier":10,"lookup_range":[0,0],"logrows":6,"num_inner_cols":2,"variables":[["batch_size",1]],"input_visibility":"Public","output_visibility":"Public","param_visibility":"Fixed","div_rebasing":false,"rebase_frac_zero_constants":false,"check_mode":"UNSAFE","commitment":"KZG"},"num_rows":11,"total_assignments":22,"total_const_size":11,"total_dynamic_col_size":0,"num_dynamic_lookups":0,"num_shuffles":0,"total_shuffle_col_size":0,"model_instance_shapes":[[1,10],[1,1]],"model_output_scales":[26],"model_input_scales":[13],"module_sizes":{"polycommit":[],"poseidon":[0,[0]]},"required_lookups":[],"required_range_checks":[],"check_mode":"UNSAFE","version":"11.4.2","num_blinding_factors":null,"timestamp":1724295820201}
|
srs_file.srs
ADDED
|
Binary file (8.45 kB). View file
|
|
|
test.pk
ADDED
|
Binary file (223 kB). View file
|
|
|
test.vk
ADDED
|
Binary file (1.14 kB). View file
|
|
|