midrees2806 commited on
Commit
ebf68db
·
verified ·
1 Parent(s): 47214f6

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -20,7 +20,7 @@ headers = {"Authorization": f"Bearer {HF_API_TOKEN}"}
20
  similarity_model = SentenceTransformer('paraphrase-MiniLM-L6-v2')
21
 
22
  # Load dataset
23
- with open("dataset.json") as f:
24
  dataset = json.load(f)
25
 
26
  # Precompute embeddings
 
20
  similarity_model = SentenceTransformer('paraphrase-MiniLM-L6-v2')
21
 
22
  # Load dataset
23
+ with open("ds.json") as f:
24
  dataset = json.load(f)
25
 
26
  # Precompute embeddings