DINGOLANI commited on
Commit
e64179b
·
verified ·
1 Parent(s): 43199bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import pandas as pd
4
  from rapidfuzz import process # For fuzzy matching
5
 
6
  # Pre-download the model during the build process
7
- model_name = "sentence-transformers/all-MiniLM-L6-v2"
8
  model = SentenceTransformer(model_name, cache_folder="./models")
9
 
10
  # Load your data from the CSV file
 
4
  from rapidfuzz import process # For fuzzy matching
5
 
6
  # Pre-download the model during the build process
7
+ model_name = "sentence-transformers/paraphrase-MiniLM-L3-v2"
8
  model = SentenceTransformer(model_name, cache_folder="./models")
9
 
10
  # Load your data from the CSV file