owaiskha9654
commited on
Commit
β’
5e6d21d
1
Parent(s):
0ef5edb
Update app.py
Browse files
app.py
CHANGED
@@ -80,12 +80,12 @@ examples = [
|
|
80 |
|
81 |
]
|
82 |
|
83 |
-
title = "<center><img src='https://thoucentric.com/wp-content/themes/cevian-child/assets/img/Thoucentric-Logo.png' alt='Thoucentric-Logo'></center><br
|
84 |
description = ("<br><br>In traditional machine learning, it can be challenging to train an accurate model if there is a lack of labeled data specific to the task or domain of interest. Transfer learning offers a way to address this issue by utilizing the pre-existing labeled data from a similar task or domain to improve model performance. By transferring knowledge learned from one task to another, transfer learning enables us to overcome the limitations posed by a shortage of labeled data, and to train more effective models even in data-scarce scenarios. We try to store this knowledge gained in solving the source task in the source domain and applying it to our problem of interest. In this work, I have utilized Transfer Learning utilizing BERT BASE UNCASED model to fine-tune on Big-Five Personality traits Dataset.")
|
85 |
|
86 |
Fotter = (
|
87 |
|
88 |
-
"<center>Copyright © 2023 Thoucentric
|
89 |
)
|
90 |
|
91 |
app = gr.Interface(
|
|
|
80 |
|
81 |
]
|
82 |
|
83 |
+
title = "<center><a href=\"https://thoucentric.com/\"><img src='https://thoucentric.com/wp-content/themes/cevian-child/assets/img/Thoucentric-Logo.png' alt='Thoucentric-Logo'></a></center><br>Big Five Personality Traits Detection From Expository text features"
|
84 |
description = ("<br><br>In traditional machine learning, it can be challenging to train an accurate model if there is a lack of labeled data specific to the task or domain of interest. Transfer learning offers a way to address this issue by utilizing the pre-existing labeled data from a similar task or domain to improve model performance. By transferring knowledge learned from one task to another, transfer learning enables us to overcome the limitations posed by a shortage of labeled data, and to train more effective models even in data-scarce scenarios. We try to store this knowledge gained in solving the source task in the source domain and applying it to our problem of interest. In this work, I have utilized Transfer Learning utilizing BERT BASE UNCASED model to fine-tune on Big-Five Personality traits Dataset.")
|
85 |
|
86 |
Fotter = (
|
87 |
|
88 |
+
"<center>Copyright © 2023 <a href=\"https://thoucentric.com/\">Thoucentric</a>. All Rights Reserved</center>"
|
89 |
)
|
90 |
|
91 |
app = gr.Interface(
|