hsuvaskakoty
commited on
Commit
•
702248d
1
Parent(s):
ca924a6
Push model using huggingface_hub.
Browse files- README.md +11 -11
- model.safetensors +1 -1
- model_head.pkl +1 -1
README.md
CHANGED
@@ -202,8 +202,8 @@ preds = model(" Interviews: Interviews WN:Story preparation/Office hours:Frank
|
|
202 |
- num_epochs: (10, 10)
|
203 |
- max_steps: -1
|
204 |
- sampling_strategy: oversampling
|
205 |
-
- body_learning_rate: (
|
206 |
-
- head_learning_rate: 1e-
|
207 |
- loss: CosineSimilarityLoss
|
208 |
- distance_metric: cosine_distance
|
209 |
- margin: 0.25
|
@@ -219,15 +219,15 @@ preds = model(" Interviews: Interviews WN:Story preparation/Office hours:Frank
|
|
219 |
| Epoch | Step | Training Loss | Validation Loss |
|
220 |
|:------:|:----:|:-------------:|:---------------:|
|
221 |
| 0.0035 | 1 | 0.1819 | - |
|
222 |
-
| 1.0381 | 300 | 0.
|
223 |
-
| 2.0761 | 600 | 0.
|
224 |
-
| 3.1142 | 900 | 0.
|
225 |
-
| 4.1522 | 1200 | 0.
|
226 |
-
| 5.1903 | 1500 | 0.
|
227 |
-
| 6.2284 | 1800 | 0.
|
228 |
-
| 7.2664 | 2100 | 0.
|
229 |
-
| 8.3045 | 2400 | 0.
|
230 |
-
| 9.3426 | 2700 | 0.
|
231 |
|
232 |
### Framework Versions
|
233 |
- Python: 3.10.12
|
|
|
202 |
- num_epochs: (10, 10)
|
203 |
- max_steps: -1
|
204 |
- sampling_strategy: oversampling
|
205 |
+
- body_learning_rate: (1e-05, 1e-05)
|
206 |
+
- head_learning_rate: 1e-07
|
207 |
- loss: CosineSimilarityLoss
|
208 |
- distance_metric: cosine_distance
|
209 |
- margin: 0.25
|
|
|
219 |
| Epoch | Step | Training Loss | Validation Loss |
|
220 |
|:------:|:----:|:-------------:|:---------------:|
|
221 |
| 0.0035 | 1 | 0.1819 | - |
|
222 |
+
| 1.0381 | 300 | 0.2219 | 0.2548 |
|
223 |
+
| 2.0761 | 600 | 0.0366 | 0.4080 |
|
224 |
+
| 3.1142 | 900 | 0.0075 | 0.4389 |
|
225 |
+
| 4.1522 | 1200 | 0.0037 | 0.4466 |
|
226 |
+
| 5.1903 | 1500 | 0.0019 | 0.4511 |
|
227 |
+
| 6.2284 | 1800 | 0.0015 | 0.4566 |
|
228 |
+
| 7.2664 | 2100 | 0.0013 | 0.4649 |
|
229 |
+
| 8.3045 | 2400 | 0.0011 | 0.4687 |
|
230 |
+
| 9.3426 | 2700 | 0.0011 | 0.4683 |
|
231 |
|
232 |
### Framework Versions
|
233 |
- 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 133462128
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:befc2560c82231eb8ec6a1945f4d36ef0e6ad35126de905fa479469185a5aa68
|
3 |
size 133462128
|
model_head.pkl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 13175
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:497aee039ee3a1aa19b00610c7bc694c93ca39004b6f7d5c1ed9a0af70f90240
|
3 |
size 13175
|