inclusive-ml commited on
Commit
5b91e20
1 Parent(s): 26fb881

skills examples

Browse files
Files changed (1) hide show
  1. app.py +4 -5
app.py CHANGED
@@ -33,11 +33,10 @@ def dashboard(model):
33
  "Text Summarization",
34
  "Document Similarity Score"
35
  ])
36
- default_sentence = "I am Steven and I live in Lagos, Nigeria."
37
- text_summarization_sentence = "I don't care about those doing the comparison, but comparing \
38
- the Ghanaian Jollof Rice to Nigerian Jollof Rice is an insult to Nigerians."
39
- doc_similarity_sentence1 = "I reside in the commercial capital city of Nigeria, which is Lagos."
40
- doc_similarity_sentence2 = "I live in Lagos."
41
  help_msg = "You could either type in the sentences to run inferences on or use the upload button to \
42
  upload text files containing those sentences. The input sentence box, by default, displays sample \
43
  texts or the texts in the files that you've uploaded. Feel free to erase them and type in new sentences."
33
  "Text Summarization",
34
  "Document Similarity Score"
35
  ])
36
+ default_sentence = "Provide formal corporate communications on directional changes or changes that will impact existing services."
37
+ text_summarization_sentence = "Back-end developers are responsible for writing the web services and APIs used by front-end developers and mobile application developers. They usually work closely with other software engineers in the company to ensure system consistency and improve user experience."
38
+ doc_similarity_sentence1 = "Implement and manage company data management practices and policies."
39
+ doc_similarity_sentence2 = "Provide support for security policies and procedures."
 
40
  help_msg = "You could either type in the sentences to run inferences on or use the upload button to \
41
  upload text files containing those sentences. The input sentence box, by default, displays sample \
42
  texts or the texts in the files that you've uploaded. Feel free to erase them and type in new sentences."