owaiskha9654
commited on
Commit
•
8db60a2
1
Parent(s):
67c8f97
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Multi-Label-Classification-of-Pubmed-Articles
|
2 |
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 BertForSequenceClassification model to fine tune on Pubmed MultiLabel classification Datset.
|
3 |
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- "List of ISO 639-1 code for your language"
|
4 |
+
- lang1
|
5 |
+
- lang2
|
6 |
+
thumbnail: "url to a thumbnail used in social sharing"
|
7 |
+
tags:
|
8 |
+
- tag1
|
9 |
+
- tag2
|
10 |
+
license: "any valid license identifier"
|
11 |
+
datasets:
|
12 |
+
- dataset1
|
13 |
+
- dataset2
|
14 |
+
metrics:
|
15 |
+
- metric1
|
16 |
+
- metric2
|
17 |
+
---
|
18 |
+
|
19 |
# Multi-Label-Classification-of-Pubmed-Articles
|
20 |
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 BertForSequenceClassification model to fine tune on Pubmed MultiLabel classification Datset.
|
21 |
|