kowshikBlue
commited on
Commit
•
31bb234
1
Parent(s):
608bbca
Add model
Browse files- README.md +3 -3
- model_head.pkl +1 -1
- pytorch_model.bin +1 -1
README.md
CHANGED
@@ -85,7 +85,7 @@ The model was trained with the parameters:
|
|
85 |
|
86 |
**DataLoader**:
|
87 |
|
88 |
-
`torch.utils.data.dataloader.DataLoader` of length
|
89 |
```
|
90 |
{'batch_size': 16, 'sampler': 'torch.utils.data.sampler.RandomSampler', 'batch_sampler': 'torch.utils.data.sampler.BatchSampler'}
|
91 |
```
|
@@ -106,8 +106,8 @@ Parameters of the fit()-Method:
|
|
106 |
"lr": 2e-05
|
107 |
},
|
108 |
"scheduler": "WarmupLinear",
|
109 |
-
"steps_per_epoch":
|
110 |
-
"warmup_steps":
|
111 |
"weight_decay": 0.01
|
112 |
}
|
113 |
```
|
|
|
85 |
|
86 |
**DataLoader**:
|
87 |
|
88 |
+
`torch.utils.data.dataloader.DataLoader` of length 200 with parameters:
|
89 |
```
|
90 |
{'batch_size': 16, 'sampler': 'torch.utils.data.sampler.RandomSampler', 'batch_sampler': 'torch.utils.data.sampler.BatchSampler'}
|
91 |
```
|
|
|
106 |
"lr": 2e-05
|
107 |
},
|
108 |
"scheduler": "WarmupLinear",
|
109 |
+
"steps_per_epoch": 200,
|
110 |
+
"warmup_steps": 20,
|
111 |
"weight_decay": 0.01
|
112 |
}
|
113 |
```
|
model_head.pkl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6959
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c167162d5f85fbd47cfacd56a5b79b8532917f341074d25c391785fce7994e54
|
3 |
size 6959
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1112242989
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f1bca080f67cb5bef64d87640f65355617f07f96a78a5644bac2149fada85288
|
3 |
size 1112242989
|