shayonhuggingface
commited on
Commit
•
d1f15e9
1
Parent(s):
6aa3354
update model card README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
12 |
|
13 |
# phobert-v2-mtl-sequence-classification
|
14 |
|
15 |
-
This model is a fine-tuned version of [](https://huggingface.co/) on
|
16 |
|
17 |
## Model description
|
18 |
|
@@ -33,7 +33,7 @@ More information needed
|
|
33 |
The following hyperparameters were used during training:
|
34 |
- learning_rate: 5e-05
|
35 |
- train_batch_size: 16
|
36 |
-
- eval_batch_size:
|
37 |
- seed: 42
|
38 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
39 |
- lr_scheduler_type: linear
|
|
|
12 |
|
13 |
# phobert-v2-mtl-sequence-classification
|
14 |
|
15 |
+
This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
|
16 |
|
17 |
## Model description
|
18 |
|
|
|
33 |
The following hyperparameters were used during training:
|
34 |
- learning_rate: 5e-05
|
35 |
- train_batch_size: 16
|
36 |
+
- eval_batch_size: 8
|
37 |
- seed: 42
|
38 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
39 |
- lr_scheduler_type: linear
|