owaiskha9654
commited on
Commit
β’
f1b4b0b
1
Parent(s):
86c5d07
Update app.py
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ examples = [
|
|
71 |
)
|
72 |
]
|
73 |
|
74 |
-
title = "Multi Label Classification of PubMed Articles using BIO-BERT
|
75 |
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 from BIOASQ Task A."
|
76 |
text1 = (
|
77 |
"<center> Author: Owais Ahmad Data Scientist at <b> Thoucentric </b> <a href=\"https://www.linkedin.com/in/owaiskhan9654/\">Visit Profile</a> <br></center>"
|
|
|
71 |
)
|
72 |
]
|
73 |
|
74 |
+
title = "Multi Label Classification of PubMed Articles using BIO-BERT"
|
75 |
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 from BIOASQ Task A."
|
76 |
text1 = (
|
77 |
"<center> Author: Owais Ahmad Data Scientist at <b> Thoucentric </b> <a href=\"https://www.linkedin.com/in/owaiskhan9654/\">Visit Profile</a> <br></center>"
|