owaiskha9654 commited on
Commit
62a4b33
1 Parent(s): 8db60a2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -1,4 +1,4 @@
1
- ---
2
  language:
3
  - "List of ISO 639-1 code for your language"
4
  - lang1
@@ -14,7 +14,7 @@ datasets:
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.
@@ -51,4 +51,7 @@ metrics:
51
  3. https://github.com/huggingface/transformers
52
  4. [BCE WITH LOGITS LOSS Pytorch](https://pytorch.org/docs/stable/generated/torch.nn.BCEWithLogitsLoss.html#torch.nn.BCEWithLogitsLoss)
53
  5. [Transformers for Multi-Label Classification made simple by
54
- Ronak Patel](https://towardsdatascience.com/transformers-for-multilabel-classification-71a1a0daf5e1)
 
 
 
 
1
+ ---
2
  language:
3
  - "List of ISO 639-1 code for your language"
4
  - lang1
 
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.
 
51
  3. https://github.com/huggingface/transformers
52
  4. [BCE WITH LOGITS LOSS Pytorch](https://pytorch.org/docs/stable/generated/torch.nn.BCEWithLogitsLoss.html#torch.nn.BCEWithLogitsLoss)
53
  5. [Transformers for Multi-Label Classification made simple by
54
+ Ronak Patel](https://towardsdatascience.com/transformers-for-multilabel-classification-71a1a0daf5e1)
55
+
56
+
57
+ ---