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": 15285,
|
71 |
+
"warmup_steps": 1529,
|
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:9132f3e1af91f8b275285d6151b5033cfb45c92925106d298bf292c1149a12cb
|
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:a33b4e8ff42882a0e4509837a8f3b1f894a729841489845f67f6aa751f753976
|
3 |
size 438016493
|