mann2107 commited on
Commit
103aa03
·
verified ·
1 Parent(s): 73d7668

Push model using huggingface_hub.

Browse files
Files changed (5) hide show
  1. README.md +6 -7
  2. config.json +1 -1
  3. config_setfit.json +2 -2
  4. model.safetensors +1 -1
  5. model_head.pkl +1 -1
README.md CHANGED
@@ -141,12 +141,12 @@ preds = model("Thank you for your email. Please go ahead and issue. Please invoi
141
 
142
  ### Training Hyperparameters
143
  - batch_size: (64, 64)
144
- - num_epochs: (2, 2)
145
  - max_steps: -1
146
  - sampling_strategy: oversampling
147
- - num_iterations: 1
148
- - body_learning_rate: (0.00014039790878227676, 0.00014039790878227676)
149
- - head_learning_rate: 0.0005686856164979006
150
  - loss: CosineSimilarityLoss
151
  - distance_metric: cosine_distance
152
  - margin: 0.25
@@ -161,9 +161,8 @@ preds = model("Thank you for your email. Please go ahead and issue. Please invoi
161
  ### Training Results
162
  | Epoch | Step | Training Loss | Validation Loss |
163
  |:-------:|:------:|:-------------:|:---------------:|
164
- | 0.0909 | 1 | 0.2491 | - |
165
- | 1.0 | 11 | - | 0.1241 |
166
- | **2.0** | **22** | **-** | **0.086** |
167
 
168
  * The bold row denotes the saved checkpoint.
169
  ### Framework Versions
 
141
 
142
  ### Training Hyperparameters
143
  - batch_size: (64, 64)
144
+ - num_epochs: (1, 1)
145
  - max_steps: -1
146
  - sampling_strategy: oversampling
147
+ - num_iterations: 2
148
+ - body_learning_rate: (0.00012410271291092199, 0.00012410271291092199)
149
+ - head_learning_rate: 0.0001551076479757721
150
  - loss: CosineSimilarityLoss
151
  - distance_metric: cosine_distance
152
  - margin: 0.25
 
161
  ### Training Results
162
  | Epoch | Step | Training Loss | Validation Loss |
163
  |:-------:|:------:|:-------------:|:---------------:|
164
+ | 0.0476 | 1 | 0.2484 | - |
165
+ | **1.0** | **21** | **-** | **0.1014** |
 
166
 
167
  * The bold row denotes the saved checkpoint.
168
  ### Framework Versions
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "checkpoints/step_22",
3
  "architectures": [
4
  "BertModel"
5
  ],
 
1
  {
2
+ "_name_or_path": "checkpoints/step_21",
3
  "architectures": [
4
  "BertModel"
5
  ],
config_setfit.json CHANGED
@@ -1,4 +1,4 @@
1
  {
2
- "normalize_embeddings": false,
3
- "labels": null
4
  }
 
1
  {
2
+ "labels": null,
3
+ "normalize_embeddings": false
4
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:66c49c5c2e94da4d0dc3a52a80b24d4f706279db5dbb4cb2652f1efb37d691a4
3
  size 90864192
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bbc2bd8d39472e6d55398e4a8426eea02aac2568fa819bf58301211bd62305e
3
  size 90864192
model_head.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0164d0e39c0d0cf8f7597cee8b614192a0356cd5dc4a1b971960c5878a6f2544
3
  size 44071
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0b48c9fb9b7381fc9b0fcf3195187185f6e455b747f94651270e9e6d587ebd3
3
  size 44071