emvecchi commited on
Commit
e1385b5
1 Parent(s): 06f190d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ hf_fs = HfFileSystem(token=HF_TOKEN)
37
  input_repo_path = 'datasets/emvecchi/annotate-pilot'
38
  output_repo_path = 'datasets/emvecchi/annotate-pilot'
39
  to_annotate_file_name = 'to_annotate.csv' # CSV file to annotate
40
- COLS_TO_SAVE = ['comment_id']
41
 
42
  agreement_labels = ['strongly disagree', 'disagree', 'neither agree no disagree', 'agree', 'strongly agree']
43
  quality_labels = ['very poor', 'poor', 'acceptable', 'good', 'very good']
 
37
  input_repo_path = 'datasets/emvecchi/annotate-pilot'
38
  output_repo_path = 'datasets/emvecchi/annotate-pilot'
39
  to_annotate_file_name = 'to_annotate.csv' # CSV file to annotate
40
+ COLS_TO_SAVE = ['comment_id','comment','confidence_score']
41
 
42
  agreement_labels = ['strongly disagree', 'disagree', 'neither agree no disagree', 'agree', 'strongly agree']
43
  quality_labels = ['very poor', 'poor', 'acceptable', 'good', 'very good']