elshehawy commited on
Commit
f43384a
Β·
1 Parent(s): d4df546

fix TypeError in app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ all_metrics = {}
84
  # sim_model = SimCSE('sentence-transformers/all-MiniLM-L6-v2')
85
  # all_metrics['gpt'] = calc_metrics(true_orgs, predicted_orgs_gpt, sim_model)
86
  print('Finiding all metrics trf')
87
- all_metrics['trf'] = get_metrics_trf()
88
 
89
 
90
 
 
84
  # sim_model = SimCSE('sentence-transformers/all-MiniLM-L6-v2')
85
  # all_metrics['gpt'] = calc_metrics(true_orgs, predicted_orgs_gpt, sim_model)
86
  print('Finiding all metrics trf')
87
+ # all_metrics['trf'] = get_metrics_trf()
88
 
89
 
90