Aymen Ben Othmen
commited on
Commit
·
ecff4a9
1
Parent(s):
94e9ce4
Add SetFit model
Browse files- README.md +4 -4
- model_head.pkl +1 -1
- pytorch_model.bin +1 -1
README.md
CHANGED
@@ -85,7 +85,7 @@ The model was trained with the parameters:
|
|
85 |
|
86 |
**DataLoader**:
|
87 |
|
88 |
-
`torch.utils.data.dataloader.DataLoader` of length
|
89 |
```
|
90 |
{'batch_size': 16, 'sampler': 'torch.utils.data.sampler.RandomSampler', 'batch_sampler': 'torch.utils.data.sampler.BatchSampler'}
|
91 |
```
|
@@ -97,7 +97,7 @@ The model was trained with the parameters:
|
|
97 |
Parameters of the fit()-Method:
|
98 |
```
|
99 |
{
|
100 |
-
"epochs":
|
101 |
"evaluation_steps": 0,
|
102 |
"evaluator": "NoneType",
|
103 |
"max_grad_norm": 1,
|
@@ -106,8 +106,8 @@ Parameters of the fit()-Method:
|
|
106 |
"lr": 2e-05
|
107 |
},
|
108 |
"scheduler": "WarmupLinear",
|
109 |
-
"steps_per_epoch":
|
110 |
-
"warmup_steps":
|
111 |
"weight_decay": 0.01
|
112 |
}
|
113 |
```
|
|
|
85 |
|
86 |
**DataLoader**:
|
87 |
|
88 |
+
`torch.utils.data.dataloader.DataLoader` of length 75 with parameters:
|
89 |
```
|
90 |
{'batch_size': 16, 'sampler': 'torch.utils.data.sampler.RandomSampler', 'batch_sampler': 'torch.utils.data.sampler.BatchSampler'}
|
91 |
```
|
|
|
97 |
Parameters of the fit()-Method:
|
98 |
```
|
99 |
{
|
100 |
+
"epochs": 3,
|
101 |
"evaluation_steps": 0,
|
102 |
"evaluator": "NoneType",
|
103 |
"max_grad_norm": 1,
|
|
|
106 |
"lr": 2e-05
|
107 |
},
|
108 |
"scheduler": "WarmupLinear",
|
109 |
+
"steps_per_epoch": 75,
|
110 |
+
"warmup_steps": 8,
|
111 |
"weight_decay": 0.01
|
112 |
}
|
113 |
```
|
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:d0022b49ddf4d7fa4fb1a7c1ee38911d8926f078fdc43a8c449039ba2197d0a6
|
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 1112244081
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:59134dcce6d14050549d4becffbda54441a925fde5ed1a7b87381705fe1cba2c
|
3 |
size 1112244081
|