Commit
·
52b93fe
1
Parent(s):
d171c1f
Add SetFit model
Browse files- README.md +2 -2
- model_head.pkl +2 -2
- pytorch_model.bin +1 -1
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': 16, 'sampler': 'torch.utils.data.sampler.RandomSampler', 'batch_sampler': 'torch.utils.data.sampler.BatchSampler'}
|
| 52 |
```
|
|
@@ -67,7 +67,7 @@ Parameters of the fit()-Method:
|
|
| 67 |
"lr": 2e-05
|
| 68 |
},
|
| 69 |
"scheduler": "WarmupLinear",
|
| 70 |
-
"steps_per_epoch":
|
| 71 |
"warmup_steps": 204,
|
| 72 |
"weight_decay": 0.01
|
| 73 |
}
|
|
|
|
| 46 |
|
| 47 |
**DataLoader**:
|
| 48 |
|
| 49 |
+
`torch.utils.data.dataloader.DataLoader` of length 2040 with parameters:
|
| 50 |
```
|
| 51 |
{'batch_size': 16, 'sampler': 'torch.utils.data.sampler.RandomSampler', 'batch_sampler': 'torch.utils.data.sampler.BatchSampler'}
|
| 52 |
```
|
|
|
|
| 67 |
"lr": 2e-05
|
| 68 |
},
|
| 69 |
"scheduler": "WarmupLinear",
|
| 70 |
+
"steps_per_epoch": 2040,
|
| 71 |
"warmup_steps": 204,
|
| 72 |
"weight_decay": 0.01
|
| 73 |
}
|
model_head.pkl
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:91973e13b91a15bc8ee8f75c04e443641b0dad25613479e4c471289db32a09cc
|
| 3 |
+
size 402951
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1421575277
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8ad5c362147033eb43a3236346b619987aa60adea5bd3f76b040b2da6ab2ec4d
|
| 3 |
size 1421575277
|