bhadresh-savani commited on
Commit
33dd414
1 Parent(s): b736ec6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -15,7 +15,10 @@ metrics:
15
  # bert-base-uncased-emotion
16
 
17
  ## Model description:
18
- `bert-base-uncased` finetuned on the emotion dataset using HuggingFace Trainer with below training parameters
 
 
 
19
  ```
20
  learning rate 2e-5,
21
  batch size 64,
15
  # bert-base-uncased-emotion
16
 
17
  ## Model description:
18
+
19
+ [Bert](https://arxiv.org/abs/1810.04805) is a Transformer Bidirectional Encoder based Architecture trained on MLM(Mask Language Modeling) objective
20
+
21
+ [bert-base-uncased](https://huggingface.co/bert-base-uncased) finetuned on the emotion dataset using HuggingFace Trainer with below training parameters
22
  ```
23
  learning rate 2e-5,
24
  batch size 64,