mishig HF staff commited on
Commit
f89c622
1 Parent(s): 3d7b683

Use smaller version of the model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ else:
14
  print("CUDA is not available. Inference on CPU.")
15
 
16
  seperator = "-HFSEP-"
17
- base_name="intfloat/e5-large-v2"
18
  device="cuda"
19
  max_length=512
20
  max_batch_size = 500
 
14
  print("CUDA is not available. Inference on CPU.")
15
 
16
  seperator = "-HFSEP-"
17
+ base_name="intfloat/e5-small-v2"
18
  device="cuda"
19
  max_length=512
20
  max_batch_size = 500