Commit
·
728109e
1
Parent(s):
246ca0c
Upload folder using huggingface_hub
Browse files- README.md +3 -3
- pytorch_model.bin +1 -1
README.md
CHANGED
@@ -85,9 +85,9 @@ The model was trained with the parameters:
|
|
85 |
|
86 |
**DataLoader**:
|
87 |
|
88 |
-
`torch.utils.data.dataloader.DataLoader` of length
|
89 |
```
|
90 |
-
{'batch_size':
|
91 |
```
|
92 |
|
93 |
**Loss**:
|
@@ -100,7 +100,7 @@ The model was trained with the parameters:
|
|
100 |
Parameters of the fit()-Method:
|
101 |
```
|
102 |
{
|
103 |
-
"epochs":
|
104 |
"evaluation_steps": 0,
|
105 |
"evaluator": "NoneType",
|
106 |
"max_grad_norm": 1,
|
|
|
85 |
|
86 |
**DataLoader**:
|
87 |
|
88 |
+
`torch.utils.data.dataloader.DataLoader` of length 719 with parameters:
|
89 |
```
|
90 |
+
{'batch_size': 32, 'sampler': 'torch.utils.data.sampler.RandomSampler', 'batch_sampler': 'torch.utils.data.sampler.BatchSampler'}
|
91 |
```
|
92 |
|
93 |
**Loss**:
|
|
|
100 |
Parameters of the fit()-Method:
|
101 |
```
|
102 |
{
|
103 |
+
"epochs": 4,
|
104 |
"evaluation_steps": 0,
|
105 |
"evaluator": "NoneType",
|
106 |
"max_grad_norm": 1,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 46223689
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e8e68dd0bf7d28487247d76aedce9b88c2bbfda70bb5cc8bba812cdb14f332eb
|
3 |
size 46223689
|