emvecchi commited on
Commit
87ac987
1 Parent(s): 55bc3fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -35,12 +35,12 @@ def get_param_from_url(param):
35
  # 'local' or 'hf'. hf is for Hugging Face file system but has limits on the number of access per hour
36
  filesystem = 'hf'
37
  # path to repo or local file system TODO rename
38
- input_repo_path = 'datasets/ijundi/mod-gen-eval-pref'
39
- output_repo_path = 'datasets/ijundi/mod-gen-eval-pref'
40
  #filesystem = 'local'
41
  # path to repo or local file system
42
- #input_repo_path = '/data/mod-gen-eval-pref'
43
- #output_repo_path = '/data/mod-gen-eval-pref'
44
 
45
  to_annotate_file_name = 'to_annotate.csv' # CSV file to annotate
46
  COLS_TO_SAVE = ['comment_id','comment','confidence_score']
 
35
  # 'local' or 'hf'. hf is for Hugging Face file system but has limits on the number of access per hour
36
  filesystem = 'hf'
37
  # path to repo or local file system TODO rename
38
+ input_repo_path = 'datasets/emvecchi/annotation'
39
+ output_repo_path = 'datasets/emvecchi/annotation'
40
  #filesystem = 'local'
41
  # path to repo or local file system
42
+ #input_repo_path = '/data/mod_pred_annotation'
43
+ #output_repo_path = '/data/mod_pred_annotation'
44
 
45
  to_annotate_file_name = 'to_annotate.csv' # CSV file to annotate
46
  COLS_TO_SAVE = ['comment_id','comment','confidence_score']