hsuvaskakoty
commited on
Commit
•
ca924a6
1
Parent(s):
98b5bb9
Push model using huggingface_hub.
Browse files- README.md +10 -10
- config_setfit.json +2 -2
- model.safetensors +1 -1
- model_head.pkl +1 -1
README.md
CHANGED
@@ -202,7 +202,7 @@ 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: (0.
|
206 |
- head_learning_rate: 1e-05
|
207 |
- loss: CosineSimilarityLoss
|
208 |
- distance_metric: cosine_distance
|
@@ -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: (0.01, 0.01)
|
206 |
- head_learning_rate: 1e-05
|
207 |
- loss: CosineSimilarityLoss
|
208 |
- distance_metric: cosine_distance
|
|
|
219 |
| Epoch | Step | Training Loss | Validation Loss |
|
220 |
|:------:|:----:|:-------------:|:---------------:|
|
221 |
| 0.0035 | 1 | 0.1819 | - |
|
222 |
+
| 1.0381 | 300 | 0.2871 | 0.5 |
|
223 |
+
| 2.0761 | 600 | 0.2631 | 0.5 |
|
224 |
+
| 3.1142 | 900 | 0.2592 | 0.5 |
|
225 |
+
| 4.1522 | 1200 | 0.2589 | 0.5 |
|
226 |
+
| 5.1903 | 1500 | 0.2578 | 0.5000 |
|
227 |
+
| 6.2284 | 1800 | 0.2588 | 0.5 |
|
228 |
+
| 7.2664 | 2100 | 0.253 | 0.5 |
|
229 |
+
| 8.3045 | 2400 | 0.2581 | 0.5 |
|
230 |
+
| 9.3426 | 2700 | 0.255 | 0.5 |
|
231 |
|
232 |
### Framework Versions
|
233 |
- Python: 3.10.12
|
config_setfit.json
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
-
"
|
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:
|
3 |
size 133462128
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:21474fbaa7211072acd430e63488bb184bc04b7093df50dac9c6da9bd4a3ffbe
|
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:f4b5dd10870230eb87f841ecf71fbe5072426aa1e0ba842d77f079573d0f031c
|
3 |
size 13175
|