sepehr commited on
Commit
5edae35
·
1 Parent(s): 354196d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -75,4 +75,5 @@ if __name__ == '__main__':
75
  st.write('The model could not find this tweet related to work.')
76
 
77
  st.warning('Compared to the original model, this small online demo is slower and has a higher false-negative rate. Therefore this open-source online demo can be used as a **cross-checker for the tweets already tagged by the main model, hence showing its ability to solve the problem of working with big data**. The main model yields a better confusion matrix in recognizing work-related texts task and is more than 20 times faster. Due to the randomness of the model, in sporadic cases, the same text might be labeled differently in the second submission, which should- believing in statistics!- be corrected in the third one.')
78
- st.info('Conceptualization, data collection, cloud computing, storage management, design and, implementation of this model is done by Sepehr Cyrusian during his PhD program supervised by professor Colin Green at NTNU.')
 
 
75
  st.write('The model could not find this tweet related to work.')
76
 
77
  st.warning('Compared to the original model, this small online demo is slower and has a higher false-negative rate. Therefore this open-source online demo can be used as a **cross-checker for the tweets already tagged by the main model, hence showing its ability to solve the problem of working with big data**. The main model yields a better confusion matrix in recognizing work-related texts task and is more than 20 times faster. Due to the randomness of the model, in sporadic cases, the same text might be labeled differently in the second submission, which should- believing in statistics!- be corrected in the third one.')
78
+ st.info('Please cite the respective paper written by Sepehr Cyrusian and professor Colin P. Green if you use files of this demo.')
79
+ st.info('Conceptualization, data collection, cloud computing, storage management, design and, implementation required for this model/app to be made is done by Sepehr Cyrusian during his PhD program supervised by professor Colin P. Green at NTNU as a part of their co-written article.')