Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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/
|
| 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
|