bhadresh-savani
commited on
Commit
•
0837d85
1
Parent(s):
b1f9416
Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,7 @@ metrics:
|
|
17 |
## Model description:
|
18 |
[Albert](https://arxiv.org/pdf/1909.11942v6.pdf) is A Lite BERT architecture that has significantly fewer parameters than a traditional BERT architecture.
|
19 |
|
20 |
-
`Albert-base-v2` finetuned on the emotion dataset using HuggingFace Trainer with below Hyperparameters
|
21 |
```
|
22 |
learning rate 2e-5,
|
23 |
batch size 64,
|
|
|
17 |
## Model description:
|
18 |
[Albert](https://arxiv.org/pdf/1909.11942v6.pdf) is A Lite BERT architecture that has significantly fewer parameters than a traditional BERT architecture.
|
19 |
|
20 |
+
`[Albert-base-v2](https://huggingface.co/albert-base-v2)` finetuned on the emotion dataset using HuggingFace Trainer with below Hyperparameters
|
21 |
```
|
22 |
learning rate 2e-5,
|
23 |
batch size 64,
|