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 |
# test_trainer
|
| 14 |
|
| 15 |
-
This model is a fine-tuned version of [flaubert/
|
| 16 |
|
| 17 |
## Model description
|
| 18 |
|
|
@@ -37,7 +37,7 @@ The following hyperparameters were used during training:
|
|
| 37 |
- seed: 42
|
| 38 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 39 |
- lr_scheduler_type: linear
|
| 40 |
-
- num_epochs:
|
| 41 |
|
| 42 |
### Training results
|
| 43 |
|
|
|
|
| 12 |
|
| 13 |
# test_trainer
|
| 14 |
|
| 15 |
+
This model is a fine-tuned version of [flaubert/flaubert_base_cased](https://huggingface.co/flaubert/flaubert_base_cased) on the None dataset.
|
| 16 |
|
| 17 |
## Model description
|
| 18 |
|
|
|
|
| 37 |
- seed: 42
|
| 38 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 39 |
- lr_scheduler_type: linear
|
| 40 |
+
- num_epochs: 3
|
| 41 |
|
| 42 |
### Training results
|
| 43 |
|