owaiskha9654 commited on
Commit
15f0fcc
1 Parent(s): 642719b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -6
README.md CHANGED
@@ -1,4 +1,3 @@
1
- ------
2
  ---
3
  widget:
4
  - text: "Is this review positive or negative? Review: Best cast iron skillet you will ever buy."
@@ -11,7 +10,7 @@ widget:
11
  example_title: "Sample Article 2"
12
  - text: "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."
13
  example_title: "Sample Article 3"
14
-
15
  # Multi-Label-Classification-of-Pubmed-Articles
16
  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.
17
 
@@ -47,7 +46,4 @@ widget:
47
  3. https://github.com/huggingface/transformers
48
  4. [BCE WITH LOGITS LOSS Pytorch](https://pytorch.org/docs/stable/generated/torch.nn.BCEWithLogitsLoss.html#torch.nn.BCEWithLogitsLoss)
49
  5. [Transformers for Multi-Label Classification made simple by
50
- Ronak Patel](https://towardsdatascience.com/transformers-for-multilabel-classification-71a1a0daf5e1)
51
-
52
-
53
- ---
 
 
1
  ---
2
  widget:
3
  - text: "Is this review positive or negative? Review: Best cast iron skillet you will ever buy."
 
10
  example_title: "Sample Article 2"
11
  - text: "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."
12
  example_title: "Sample Article 3"
13
+ ---
14
  # Multi-Label-Classification-of-Pubmed-Articles
15
  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.
16
 
 
46
  3. https://github.com/huggingface/transformers
47
  4. [BCE WITH LOGITS LOSS Pytorch](https://pytorch.org/docs/stable/generated/torch.nn.BCEWithLogitsLoss.html#torch.nn.BCEWithLogitsLoss)
48
  5. [Transformers for Multi-Label Classification made simple by
49
+ Ronak Patel](https://towardsdatascience.com/transformers-for-multilabel-classification-71a1a0daf5e1)