seanfarr788
commited on
Commit
·
d171c1f
1
Parent(s):
25a7b6f
Add SetFit model
Browse files- README.md +3 -3
- 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,8 +67,8 @@ Parameters of the fit()-Method:
|
|
67 |
"lr": 2e-05
|
68 |
},
|
69 |
"scheduler": "WarmupLinear",
|
70 |
-
"steps_per_epoch":
|
71 |
-
"warmup_steps":
|
72 |
"weight_decay": 0.01
|
73 |
}
|
74 |
```
|
|
|
46 |
|
47 |
**DataLoader**:
|
48 |
|
49 |
+
`torch.utils.data.dataloader.DataLoader` of length 2035 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": 2035,
|
71 |
+
"warmup_steps": 204,
|
72 |
"weight_decay": 0.01
|
73 |
}
|
74 |
```
|
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:fde6955954a688453dea8d9d6548c25e4f148f2876bc002b1262aa723ffda97f
|
3 |
+
size 394743
|
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:c468de6f82eb2628c091f07be6a8cb1e474ea18bbac2226f695cec7a0056555f
|
3 |
size 1421575277
|