emvecchi commited on
Commit
29dc8d8
1 Parent(s): 695baf2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -34,8 +34,8 @@ hf_fs = HfFileSystem(token=HF_TOKEN)
34
  ########################################################################################
35
  # CHANGE THE FOLLOWING VARIABLES ACCORDING TO YOUR NEEDS
36
 
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
 
@@ -103,7 +103,7 @@ In this study, we investigate an approach to assist expert moderators in online
103
 
104
  The intended use of the results of this study includes an analysis as well as processed versions of the collected data in the context of a publicly available scientific publication.
105
 
106
- **Time required:** Your participation will take up to an estimated 1.5 hour. The time required may vary on an individual basis.
107
 
108
  **Risks and benefits:** The risks to your participation in this online survey are those associated with basic computer tasks, including boredom, fatigue, mild stress, or breach of confidentiality. Some of the topics discussed in the online posts to be annotated may include violence, suicide or rape. The only benefit to you is the learning experience from participating in a research study. The benefit to society is the contribution to scientific knowledge
109
 
 
34
  ########################################################################################
35
  # CHANGE THE FOLLOWING VARIABLES ACCORDING TO YOUR NEEDS
36
 
37
+ input_repo_path = 'datasets/emvecchi/annotation'
38
+ output_repo_path = 'datasets/emvecchi/annotation'
39
  to_annotate_file_name = 'to_annotate.csv' # CSV file to annotate
40
  COLS_TO_SAVE = ['comment_id','comment','confidence_score']
41
 
 
103
 
104
  The intended use of the results of this study includes an analysis as well as processed versions of the collected data in the context of a publicly available scientific publication.
105
 
106
+ **Time required:** Your participation will take up to an estimated 8 hours. The time required may vary on an individual basis.
107
 
108
  **Risks and benefits:** The risks to your participation in this online survey are those associated with basic computer tasks, including boredom, fatigue, mild stress, or breach of confidentiality. Some of the topics discussed in the online posts to be annotated may include violence, suicide or rape. The only benefit to you is the learning experience from participating in a research study. The benefit to society is the contribution to scientific knowledge
109