Add SetFit model
Browse files- README.md +3 -3
- model_head.pkl +1 -1
- pytorch_model.bin +1 -1
README.md
CHANGED
@@ -58,7 +58,7 @@ The model was trained with the parameters:
|
|
58 |
Parameters of the fit()-Method:
|
59 |
```
|
60 |
{
|
61 |
-
"epochs":
|
62 |
"evaluation_steps": 0,
|
63 |
"evaluator": "NoneType",
|
64 |
"max_grad_norm": 1,
|
@@ -67,8 +67,8 @@ Parameters of the fit()-Method:
|
|
67 |
"lr": 1.7094555110821448e-05
|
68 |
},
|
69 |
"scheduler": "WarmupLinear",
|
70 |
-
"steps_per_epoch":
|
71 |
-
"warmup_steps":
|
72 |
"weight_decay": 0.01
|
73 |
}
|
74 |
```
|
|
|
58 |
Parameters of the fit()-Method:
|
59 |
```
|
60 |
{
|
61 |
+
"epochs": 3,
|
62 |
"evaluation_steps": 0,
|
63 |
"evaluator": "NoneType",
|
64 |
"max_grad_norm": 1,
|
|
|
67 |
"lr": 1.7094555110821448e-05
|
68 |
},
|
69 |
"scheduler": "WarmupLinear",
|
70 |
+
"steps_per_epoch": 15279,
|
71 |
+
"warmup_steps": 1528,
|
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 6991
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b487198605d8365f779c51c386e91fc8f32e9a957f5f62cd1635459206333271
|
3 |
size 6991
|
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:fbb46f217dd0843cdad7d37781e2d7a6ab19b9ce50d283a93f5f92eec9b38d06
|
3 |
size 438016493
|