Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -46,7 +46,7 @@ The model was trained with the parameters:
|
|
46 |
|
47 |
**DataLoader**:
|
48 |
|
49 |
-
`torch.utils.data.dataloader.DataLoader` of length
|
50 |
```
|
51 |
{'batch_size': 4, 'sampler': 'torch.utils.data.sampler.SequentialSampler', 'batch_sampler': 'torch.utils.data.sampler.BatchSampler'}
|
52 |
```
|
@@ -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 |
```
|
|
|
46 |
|
47 |
**DataLoader**:
|
48 |
|
49 |
+
`torch.utils.data.dataloader.DataLoader` of length 41 with parameters:
|
50 |
```
|
51 |
{'batch_size': 4, 'sampler': 'torch.utils.data.sampler.SequentialSampler', 'batch_sampler': 'torch.utils.data.sampler.BatchSampler'}
|
52 |
```
|
|
|
61 |
Parameters of the fit()-Method:
|
62 |
```
|
63 |
{
|
64 |
+
"epochs": 2,
|
65 |
"evaluation_steps": 50,
|
66 |
"evaluator": "NoneType",
|
67 |
"max_grad_norm": 1,
|
|
|
71 |
},
|
72 |
"scheduler": "WarmupLinear",
|
73 |
"steps_per_epoch": null,
|
74 |
+
"warmup_steps": 8,
|
75 |
"weight_decay": 0.01
|
76 |
}
|
77 |
```
|