Spaces:
Runtime error
Runtime error
m00913563 commited on
Commit ·
3755055
1
Parent(s): 7d3d2eb
feat: change model to multi lang
Browse files- classificator.py +1 -1
classificator.py
CHANGED
|
@@ -7,7 +7,7 @@ from geopy.geocoders import Nominatim
|
|
| 7 |
from geopy.distance import geodesic
|
| 8 |
|
| 9 |
|
| 10 |
-
st = SentenceTransformer('
|
| 11 |
filename = 'svc.pkl'
|
| 12 |
|
| 13 |
with open(filename, 'rb') as file:
|
|
|
|
| 7 |
from geopy.distance import geodesic
|
| 8 |
|
| 9 |
|
| 10 |
+
st = SentenceTransformer('paraphrase-multilingual-mpnet-base-v2')
|
| 11 |
filename = 'svc.pkl'
|
| 12 |
|
| 13 |
with open(filename, 'rb') as file:
|