emvecchi commited on
Commit
fc84136
1 Parent(s): 7a65579

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ output_repo_path = 'datasets/emvecchi/annotation'
44
  # input_repo_path = '/data/mod-gen-eval-pref'
45
  # output_repo_path = '/data/mod-gen-eval-pref'
46
 
47
- to_annotate_file_name = 'to_annotate_new.csv' # CSV file to annotate
48
  COLS_TO_SAVE = ['comment_id','comment','confidence_score']
49
 
50
  agreement_labels = ['strongly disagree', 'disagree', 'neither agree no disagree', 'agree', 'strongly agree']
 
44
  # input_repo_path = '/data/mod-gen-eval-pref'
45
  # output_repo_path = '/data/mod-gen-eval-pref'
46
 
47
+ to_annotate_file_name = 'to_annotate.csv' # CSV file to annotate
48
  COLS_TO_SAVE = ['comment_id','comment','confidence_score']
49
 
50
  agreement_labels = ['strongly disagree', 'disagree', 'neither agree no disagree', 'agree', 'strongly agree']