Update utils/xlnet_model.py
Browse files- utils/xlnet_model.py +1 -0
utils/xlnet_model.py
CHANGED
@@ -72,3 +72,4 @@ def get_similarity_score(q, s, r):
|
|
72 |
except Exception as e:
|
73 |
print("❌ XLNet failed, using fallback:", e)
|
74 |
return fallback_similarity(s, r)
|
|
|
|
72 |
except Exception as e:
|
73 |
print("❌ XLNet failed, using fallback:", e)
|
74 |
return fallback_similarity(s, r)
|
75 |
+
|