Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -96,13 +96,13 @@ with gr.Blocks() as demo:
|
|
96 |
This is a demo created to explore floods and wildfire classification in social media posts.\n
|
97 |
Usage:\n
|
98 |
(1.) Upload .tsv data file (must contain a text column with social media posts).\n
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
Evaluation:\n
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
""")
|
107 |
with gr.Row(equal_height=True):
|
108 |
with gr.Column(scale=4):
|
|
|
96 |
This is a demo created to explore floods and wildfire classification in social media posts.\n
|
97 |
Usage:\n
|
98 |
(1.) Upload .tsv data file (must contain a text column with social media posts).\n
|
99 |
+
(2.) Next, type the name of the text column.\n
|
100 |
+
(3.) Then, choose a BERT classifier model from the drop down.\n
|
101 |
+
(4.) Finally, click the 'start prediction' buttton.\n
|
102 |
Evaluation:\n
|
103 |
+
(1.) To evaluate the model's accuracy select the INCORRECT classifications using the checkboxes in front of each post.\n
|
104 |
+
(2.) Then, click on the 'Calculate Accuracy' button.\n
|
105 |
+
(3.) Then, click on the 'Download data as CSV' to get the classifications and evaluation data as a .csv file.
|
106 |
""")
|
107 |
with gr.Row(equal_height=True):
|
108 |
with gr.Column(scale=4):
|