Add SetFit model
Browse files- README.md +3 -3
- model_head.pkl +1 -1
- 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': 64, '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 59 with parameters:
|
50 |
```
|
51 |
{'batch_size': 64, '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": 118,
|
71 |
+
"warmup_steps": 12,
|
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 25463
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:06bab0c39f708490c8f9ceac26b6acf6d4af23b01b20b6f734c30c62585e045a
|
3 |
size 25463
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 438016493
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c111afb65c71cff274880fd1874cf921646e1132a07e5dcdb2b1720670e53f48
|
3 |
size 438016493
|