Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -61,7 +61,7 @@ The model was trained with the parameters:
|
|
61 |
Parameters of the fit()-Method:
|
62 |
```
|
63 |
{
|
64 |
-
"epochs":
|
65 |
"evaluation_steps": 50,
|
66 |
"evaluator": "NoneType",
|
67 |
"max_grad_norm": 1,
|
@@ -71,7 +71,7 @@ Parameters of the fit()-Method:
|
|
71 |
},
|
72 |
"scheduler": "WarmupLinear",
|
73 |
"steps_per_epoch": null,
|
74 |
-
"warmup_steps":
|
75 |
"weight_decay": 0.01
|
76 |
}
|
77 |
```
|
|
|
61 |
Parameters of the fit()-Method:
|
62 |
```
|
63 |
{
|
64 |
+
"epochs": 1,
|
65 |
"evaluation_steps": 50,
|
66 |
"evaluator": "NoneType",
|
67 |
"max_grad_norm": 1,
|
|
|
71 |
},
|
72 |
"scheduler": "WarmupLinear",
|
73 |
"steps_per_epoch": null,
|
74 |
+
"warmup_steps": 2,
|
75 |
"weight_decay": 0.01
|
76 |
}
|
77 |
```
|