yeswanthvarma commited on
Commit
7963a78
·
verified ·
1 Parent(s): e0d9bb9

Update utils/xlnet_model.py

Browse files
Files changed (1) hide show
  1. 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
+