Add SetFit model
Browse files- README.md +7 -4
- model.safetensors +1 -1
- model_head.pkl +1 -1
README.md
CHANGED
@@ -165,7 +165,7 @@ preds = model("Organizacja \"Sport dla Wszystkich\" poszukuje wolontariuszy do p
|
|
165 |
| Pomoc | 13 |
|
166 |
|
167 |
### Training Hyperparameters
|
168 |
-
- batch_size: (
|
169 |
- num_epochs: (1, 1)
|
170 |
- max_steps: -1
|
171 |
- sampling_strategy: oversampling
|
@@ -185,9 +185,12 @@ preds = model("Organizacja \"Sport dla Wszystkich\" poszukuje wolontariuszy do p
|
|
185 |
### Training Results
|
186 |
| Epoch | Step | Training Loss | Validation Loss |
|
187 |
|:------:|:----:|:-------------:|:---------------:|
|
188 |
-
| 0.
|
189 |
-
| 0.
|
190 |
-
| 0.
|
|
|
|
|
|
|
191 |
|
192 |
### Framework Versions
|
193 |
- Python: 3.10.5
|
|
|
165 |
| Pomoc | 13 |
|
166 |
|
167 |
### Training Hyperparameters
|
168 |
+
- batch_size: (8, 8)
|
169 |
- num_epochs: (1, 1)
|
170 |
- max_steps: -1
|
171 |
- sampling_strategy: oversampling
|
|
|
185 |
### Training Results
|
186 |
| Epoch | Step | Training Loss | Validation Loss |
|
187 |
|:------:|:----:|:-------------:|:---------------:|
|
188 |
+
| 0.0036 | 1 | 0.1877 | - |
|
189 |
+
| 0.1818 | 50 | 0.029 | - |
|
190 |
+
| 0.3636 | 100 | 0.0038 | - |
|
191 |
+
| 0.5455 | 150 | 0.0008 | - |
|
192 |
+
| 0.7273 | 200 | 0.0013 | - |
|
193 |
+
| 0.9091 | 250 | 0.0004 | - |
|
194 |
|
195 |
### Framework Versions
|
196 |
- Python: 3.10.5
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 470637416
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a9fa3b1b2a0a364e75eb5dbf6e383807d91c8797f6c257f86ebec241e9ab62bd
|
3 |
size 470637416
|
model_head.pkl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 16383
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:08735b530864aca4f835806f8cb204b86a3dd4192401f96b7b755acf20d31bb9
|
3 |
size 16383
|