Spaces:
Running
Running
Update app.py
Browse files
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/
|
38 |
-
output_repo_path = 'datasets/emvecchi/
|
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
|
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 |
|