Add SetFit model
Browse files- README.md +4 -2
- config_setfit.json +2 -2
- model.safetensors +1 -1
- model_head.pkl +1 -1
README.md
CHANGED
|
@@ -141,7 +141,7 @@ preds = model("TikTok creators exploded in popularity.")
|
|
| 141 |
|
| 142 |
### Training Hyperparameters
|
| 143 |
- batch_size: (16, 16)
|
| 144 |
-
- num_epochs: (
|
| 145 |
- max_steps: -1
|
| 146 |
- sampling_strategy: oversampling
|
| 147 |
- num_iterations: 20
|
|
@@ -162,7 +162,9 @@ preds = model("TikTok creators exploded in popularity.")
|
|
| 162 |
| Epoch | Step | Training Loss | Validation Loss |
|
| 163 |
|:-----:|:----:|:-------------:|:---------------:|
|
| 164 |
| 0.025 | 1 | 0.0637 | - |
|
| 165 |
-
| 1.25 | 50 | 0.
|
|
|
|
|
|
|
| 166 |
|
| 167 |
### Framework Versions
|
| 168 |
- Python: 3.10.7
|
|
|
|
| 141 |
|
| 142 |
### Training Hyperparameters
|
| 143 |
- batch_size: (16, 16)
|
| 144 |
+
- num_epochs: (4, 4)
|
| 145 |
- max_steps: -1
|
| 146 |
- sampling_strategy: oversampling
|
| 147 |
- num_iterations: 20
|
|
|
|
| 162 |
| Epoch | Step | Training Loss | Validation Loss |
|
| 163 |
|:-----:|:----:|:-------------:|:---------------:|
|
| 164 |
| 0.025 | 1 | 0.0637 | - |
|
| 165 |
+
| 1.25 | 50 | 0.0372 | - |
|
| 166 |
+
| 2.5 | 100 | 0.0035 | - |
|
| 167 |
+
| 3.75 | 150 | 0.0017 | - |
|
| 168 |
|
| 169 |
### Framework Versions
|
| 170 |
- Python: 3.10.7
|
config_setfit.json
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
{
|
| 2 |
-
"
|
| 3 |
-
"
|
| 4 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"normalize_embeddings": false,
|
| 3 |
+
"labels": null
|
| 4 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 437967672
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:52ef91e8bf681f55277b7ea27fc35f9460340a8e544acaed29bfe14c54f67f10
|
| 3 |
size 437967672
|
model_head.pkl
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 50119
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9a9db41881decd33047500204c2b8cd4aa39b9d0e84dabb042642125b426c698
|
| 3 |
size 50119
|