rajkumarrrk commited on
Commit
595b81d
·
verified ·
1 Parent(s): 35a297f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import json
6
 
7
  # load the judge
8
  device = "cuda:0"
9
- model_name = "collinear-ai/collinear-reliability-judge-v5"
10
  model_pipeline = pipeline(task="text-classification", model=model_name, device=device)
11
 
12
  # templates
 
6
 
7
  # load the judge
8
  device = "cuda:0"
9
+ model_name = "collinear-ai/collinear-reliability-judge-v8-sauber"
10
  model_pipeline = pipeline(task="text-classification", model=model_name, device=device)
11
 
12
  # templates