DelaliScratchwerk commited on
Commit
202d24b
·
verified ·
1 Parent(s): c757590

Add SetFit model

Browse files
Files changed (4) hide show
  1. README.md +4 -2
  2. config_setfit.json +2 -2
  3. model.safetensors +1 -1
  4. 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: (2, 2)
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.0322 | - |
 
 
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
- "labels": null,
3
- "normalize_embeddings": false
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:2b2cb43c7a74a673086d6e4f35c0ade1819b61d7fb3f66f26cde974539b224cc
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:f307d67e3c96c04742a9cffec394dc2328dd182504163c5dd9f3792f258f2f06
3
  size 50119
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a9db41881decd33047500204c2b8cd4aa39b9d0e84dabb042642125b426c698
3
  size 50119