HARISH20205 commited on
Commit
ff1084b
·
1 Parent(s): fca3ef1
Files changed (1) hide show
  1. verify_model.py +1 -1
verify_model.py CHANGED
@@ -10,7 +10,7 @@ def verify_model():
10
  print(f"File size: {os.path.getsize(model_path)}")
11
 
12
  model = CatBoostClassifier()
13
- formats = [None, 'binary', 'binnar', 'json']
14
 
15
  for fmt in formats:
16
  try:
 
10
  print(f"File size: {os.path.getsize(model_path)}")
11
 
12
  model = CatBoostClassifier()
13
+ formats = [None, 'cbm']
14
 
15
  for fmt in formats:
16
  try: