owaiskha9654 commited on
Commit
a63767e
β€’
1 Parent(s): 25f1f96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -11
app.py CHANGED
@@ -77,19 +77,13 @@ examples = [
77
  title = "Multi Label Classification of Pubmed Articles (Paper Night July Edition at Thoucentric)"
78
  description = "The traditional machine learning models give a lot of pain when we do not have sufficient labeled data for the specific task or domain we care about to train a reliable model. Transfer learning allows us to deal with these scenarios by leveraging the already existing labeled data of some related task or domain. We try to store this knowledge gained in solving the source task in the source domain and apply it to our problem of interest. In this work, I have utilized Transfer Learning utilizing BIO BERT model to fine tune on Pubmed MultiLabel classification Dataset."
79
  text1 = (
80
- "Author: Owais Ahmad Data Scientist at <b> Thoucentric </b> <a href=\"https://www.linkedin.com/in/owaiskhan9654/\">Visit Profile</a> "
81
- )
82
-
83
- text2 = (
84
- "Model Trained Kaggle Kernel <a href=\"https://www.kaggle.com/code/owaiskhan9654/multi-label-classification-of-pubmed-articles\">Link</a> <\br> "
85
- )
86
 
87
- text3 = (
88
- "Kaggle Profile <a href=\"https://www.kaggle.com/owaiskhan9654\">Link</a> <\br> "
89
- )
90
 
91
- text4 = (
92
- "HuggingFace Model Deployed Repository <a href=\"https://huggingface.co/owaiskha9654/Multi-Label-Classification-of-PubMed-Articles\">Link</a> <\br>"
93
  )
94
 
95
 
 
77
  title = "Multi Label Classification of Pubmed Articles (Paper Night July Edition at Thoucentric)"
78
  description = "The traditional machine learning models give a lot of pain when we do not have sufficient labeled data for the specific task or domain we care about to train a reliable model. Transfer learning allows us to deal with these scenarios by leveraging the already existing labeled data of some related task or domain. We try to store this knowledge gained in solving the source task in the source domain and apply it to our problem of interest. In this work, I have utilized Transfer Learning utilizing BIO BERT model to fine tune on Pubmed MultiLabel classification Dataset."
79
  text1 = (
80
+ <center>"Author: Owais Ahmad Data Scientist at <b> Thoucentric </b> <a href=\"https://www.linkedin.com/in/owaiskhan9654/\">Visit Profile</a> <br></center> "
 
 
 
 
 
81
 
82
+ <center>"Model Trained Kaggle Kernel <a href=\"https://www.kaggle.com/code/owaiskhan9654/multi-label-classification-of-pubmed-articles\">Link</a> <br></center> "
83
+
84
+ <center>"Kaggle Profile <a href=\"https://www.kaggle.com/owaiskhan9654\">Link</a> <br> </center>"
85
 
86
+ <center>"HuggingFace Model Deployed Repository <a href=\"https://huggingface.co/owaiskha9654/Multi-Label-Classification-of-PubMed-Articles\">Link</a> <br></center>"
 
87
  )
88
 
89