Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ os.environ['MISTRAL_API_KEY'] = 'XuyOObDE7trMbpAeI7OXYr3dnmoWy3L0'
|
|
13 |
|
14 |
class VectorData():
|
15 |
def __init__(self):
|
16 |
-
embedding_model_name = '
|
17 |
|
18 |
model_kwargs = {'device':'cuda' if torch.cuda.is_available() else 'cpu',"trust_remote_code": True}
|
19 |
|
|
|
13 |
|
14 |
class VectorData():
|
15 |
def __init__(self):
|
16 |
+
embedding_model_name = 'l3cube-pune/punjabi-sentence-similarity-sbert'
|
17 |
|
18 |
model_kwargs = {'device':'cuda' if torch.cuda.is_available() else 'cpu',"trust_remote_code": True}
|
19 |
|