Push model using huggingface_hub.
Browse files- README.md +6 -7
- config.json +1 -1
- config_setfit.json +2 -2
- model.safetensors +1 -1
- 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: (
|
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
|
@@ -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.
|
165 |
-
| 1.0
|
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/
|
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 |
-
"
|
3 |
-
"
|
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:
|
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:
|
3 |
size 44071
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c0b48c9fb9b7381fc9b0fcf3195187185f6e455b747f94651270e9e6d587ebd3
|
3 |
size 44071
|