dnth commited on
Commit
270aa85
·
verified ·
1 Parent(s): 98987cf

Add SetFit model

Browse files
Files changed (4) hide show
  1. README.md +7 -4
  2. config_setfit.json +2 -2
  3. model.safetensors +1 -1
  4. model_head.pkl +1 -1
README.md CHANGED
@@ -202,7 +202,7 @@ preds = model("The HR Learning & Development Specialist designs and delivers wor
202
 
203
  ### Training Hyperparameters
204
  - batch_size: (8, 8)
205
- - num_epochs: (1, 1)
206
  - max_steps: -1
207
  - sampling_strategy: oversampling
208
  - body_learning_rate: (2e-05, 1e-05)
@@ -222,9 +222,12 @@ preds = model("The HR Learning & Development Specialist designs and delivers wor
222
  | Epoch | Step | Training Loss | Validation Loss |
223
  |:------:|:----:|:-------------:|:---------------:|
224
  | 0.0067 | 1 | 0.1555 | - |
225
- | 0.3333 | 50 | 0.1021 | - |
226
- | 0.6667 | 100 | 0.0053 | - |
227
- | 1.0 | 150 | 0.0012 | 0.0723 |
 
 
 
228
 
229
  ### Framework Versions
230
  - Python: 3.12.8
 
202
 
203
  ### Training Hyperparameters
204
  - batch_size: (8, 8)
205
+ - num_epochs: (2, 2)
206
  - max_steps: -1
207
  - sampling_strategy: oversampling
208
  - body_learning_rate: (2e-05, 1e-05)
 
222
  | Epoch | Step | Training Loss | Validation Loss |
223
  |:------:|:----:|:-------------:|:---------------:|
224
  | 0.0067 | 1 | 0.1555 | - |
225
+ | 0.3333 | 50 | 0.1102 | - |
226
+ | 0.6667 | 100 | 0.0045 | - |
227
+ | 1.0 | 150 | 0.001 | 0.0750 |
228
+ | 1.3333 | 200 | 0.0005 | - |
229
+ | 1.6667 | 250 | 0.0004 | - |
230
+ | 2.0 | 300 | 0.0003 | 0.0787 |
231
 
232
  ### Framework Versions
233
  - Python: 3.12.8
config_setfit.json CHANGED
@@ -1,9 +1,9 @@
1
  {
 
2
  "labels": [
3
  "IRC",
4
  "EIC",
5
  "ESC",
6
  "SEC"
7
- ],
8
- "normalize_embeddings": false
9
  }
 
1
  {
2
+ "normalize_embeddings": false,
3
  "labels": [
4
  "IRC",
5
  "EIC",
6
  "ESC",
7
  "SEC"
8
+ ]
 
9
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:986ab33945f7099b3368642b49761ab78c5918fd798bdc1347b8bc3c24be3fcc
3
  size 437967672
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72b96f4302c5628ad68f63a5d29824d72fd5b9a6e84f1f76fbadd1d6b2d537aa
3
  size 437967672
model_head.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:85336517772ef91c1ea39583a84d74875417323693b94701011ef5b07dedb1f7
3
  size 25495
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e9c81188d19d280f6f34263ca3116b297151b41ecb15dfda09b724a9af467ff
3
  size 25495