Push model using huggingface_hub.
Browse files- 2_Dense/model.safetensors +1 -1
- README.md +10 -10
- config.json +1 -1
- model.safetensors +1 -1
- model_head.pkl +1 -1
2_Dense/model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4198560
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:15abdf09d11ff10b316a793a4e1dafefe36e2683d40a7bee41bb25696da1b60e
|
3 |
size 4198560
|
README.md
CHANGED
@@ -154,7 +154,7 @@ preds = model("Global Coffee Prices Surge Amid Brazilian Drought Coffee futures
|
|
154 |
| 1 | 13 |
|
155 |
|
156 |
### Training Hyperparameters
|
157 |
-
- batch_size: (
|
158 |
- num_epochs: (3, 17)
|
159 |
- max_steps: -1
|
160 |
- sampling_strategy: oversampling
|
@@ -172,15 +172,15 @@ preds = model("Global Coffee Prices Surge Amid Brazilian Drought Coffee futures
|
|
172 |
- load_best_model_at_end: True
|
173 |
|
174 |
### Training Results
|
175 |
-
| Epoch | Step
|
176 |
-
|
177 |
-
| 0.
|
178 |
-
| 0.
|
179 |
-
| 0.
|
180 |
-
|
|
181 |
-
|
|
182 |
-
|
|
183 |
-
|
|
184 |
|
185 |
* The bold row denotes the saved checkpoint.
|
186 |
### Framework Versions
|
|
|
154 |
| 1 | 13 |
|
155 |
|
156 |
### Training Hyperparameters
|
157 |
+
- batch_size: (1, 1)
|
158 |
- num_epochs: (3, 17)
|
159 |
- max_steps: -1
|
160 |
- sampling_strategy: oversampling
|
|
|
172 |
- load_best_model_at_end: True
|
173 |
|
174 |
### Training Results
|
175 |
+
| Epoch | Step | Training Loss | Validation Loss |
|
176 |
+
|:----------:|:------:|:-------------:|:---------------:|
|
177 |
+
| 0.0027 | 1 | 0.0 | - |
|
178 |
+
| **0.0549** | **20** | **0.0** | **0.0** |
|
179 |
+
| 0.1099 | 40 | 0.0 | 0.0 |
|
180 |
+
| 0.1648 | 60 | 0.0 | 0.0 |
|
181 |
+
| 0.2198 | 80 | 0.0 | 0.0 |
|
182 |
+
| 0.2747 | 100 | 0.0 | 0.0 |
|
183 |
+
| 0.3297 | 120 | 0.0 | 0.0 |
|
184 |
|
185 |
* The bold row denotes the saved checkpoint.
|
186 |
### Framework Versions
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "checkpoints/
|
3 |
"architectures": [
|
4 |
"NewModel"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "checkpoints/step_20",
|
3 |
"architectures": [
|
4 |
"NewModel"
|
5 |
],
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1736585680
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:389aebadb3c51915ba3b58974fcfe5b03c1da9ac54e2f2ea7a5a29ac2df90dfe
|
3 |
size 1736585680
|
model_head.pkl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 9754
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:db203beb5d0dc5d8c25faf466f9310550b06d38c05337742e5280d3b687f23b6
|
3 |
size 9754
|