binoua commited on
Commit
a7efd05
·
1 Parent(s): 6e7b55c

chore: smaller keys

Browse files
compiled_model/client.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:79b0f9fd9accd2e11a36cd784ffaec57bf3278a941263a68a1843e5998440539
3
- size 104290
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a0e943aec188cb35e60d78e2280a4a4b346aded279b692a6be2d01f1a045710
3
+ size 104293
compiled_model/server.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:90443a9eeab45aa664e58e21b92a3b636a41e55a4e702cdc04e569c6308b70ef
3
- size 2710
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72f18576ba0bfe05cdadcc34a8a65233286e158c8f2b70880d99457b1b860378
3
+ size 2687
creating_models.py CHANGED
@@ -11,7 +11,7 @@ def compile_and_make_it_deployable(model_dev, X_train):
11
  path_to_model = Path("compiled_model")
12
 
13
  # Compile into FHE
14
- model_dev.compile(X_train)
15
 
16
  # Saving the model
17
  shutil.rmtree(path_to_model, ignore_errors=True)
 
11
  path_to_model = Path("compiled_model")
12
 
13
  # Compile into FHE
14
+ model_dev.compile(X_train, p_error=0.8)
15
 
16
  # Saving the model
17
  shutil.rmtree(path_to_model, ignore_errors=True)