Push model using huggingface_hub.
Browse files- README.md +5 -8
- model.safetensors +1 -1
- model_head.pkl +1 -1
README.md
CHANGED
@@ -140,13 +140,13 @@ preds = model("Thank you for your email. Please go ahead and issue. Please invoi
|
|
140 |
| 13 | 24 |
|
141 |
|
142 |
### Training Hyperparameters
|
143 |
-
- batch_size: (
|
144 |
- num_epochs: (2, 2)
|
145 |
- max_steps: -1
|
146 |
- sampling_strategy: oversampling
|
147 |
-
- num_iterations:
|
148 |
-
- body_learning_rate: (0.
|
149 |
-
- head_learning_rate: 0.
|
150 |
- loss: CosineSimilarityLoss
|
151 |
- distance_metric: cosine_distance
|
152 |
- margin: 0.25
|
@@ -160,10 +160,7 @@ preds = model("Thank you for your email. Please go ahead and issue. Please invoi
|
|
160 |
### Training Results
|
161 |
| Epoch | Step | Training Loss | Validation Loss |
|
162 |
|:------:|:----:|:-------------:|:---------------:|
|
163 |
-
| 0.
|
164 |
-
| 0.5952 | 50 | 0.0849 | - |
|
165 |
-
| 1.1905 | 100 | 0.0077 | - |
|
166 |
-
| 1.7857 | 150 | 0.0099 | - |
|
167 |
|
168 |
### Framework Versions
|
169 |
- Python: 3.10.12
|
|
|
140 |
| 13 | 24 |
|
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.0003478257195882986, 0.0003478257195882986)
|
149 |
+
- head_learning_rate: 0.0003478257195882986
|
150 |
- loss: CosineSimilarityLoss
|
151 |
- distance_metric: cosine_distance
|
152 |
- margin: 0.25
|
|
|
160 |
### Training Results
|
161 |
| Epoch | Step | Training Loss | Validation Loss |
|
162 |
|:------:|:----:|:-------------:|:---------------:|
|
163 |
+
| 0.0909 | 1 | 0.2423 | - |
|
|
|
|
|
|
|
164 |
|
165 |
### Framework Versions
|
166 |
- Python: 3.10.12
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 90864192
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7eace4fcc4d8b481344324ec12237f6f5c298d3185e89dbccf8af6c7ce4eda79
|
3 |
size 90864192
|
model_head.pkl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 44071
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:72d4e1bc25dfe4c123670bcacefc119d2d13c6598a487b221c85e8109d6c68b0
|
3 |
size 44071
|