Training in progress, step 4
Browse files- config.json +1 -9
- model.safetensors +2 -2
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -2,15 +2,7 @@
|
|
| 2 |
"architectures": [
|
| 3 |
"CloseForecastModel"
|
| 4 |
],
|
| 5 |
-
"base_channels": 32,
|
| 6 |
-
"context_length": 128,
|
| 7 |
-
"dropout": 0.1,
|
| 8 |
"dtype": "float32",
|
| 9 |
-
"
|
| 10 |
-
"input_channels": 3,
|
| 11 |
-
"model_type": "multiscale_close_cnn",
|
| 12 |
-
"output_dim": 3,
|
| 13 |
-
"quantiles": [],
|
| 14 |
-
"transformers_version": "5.3.0",
|
| 15 |
"use_cache": false
|
| 16 |
}
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
"CloseForecastModel"
|
| 4 |
],
|
|
|
|
|
|
|
|
|
|
| 5 |
"dtype": "float32",
|
| 6 |
+
"transformers_version": "5.4.0",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
"use_cache": false
|
| 8 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a2ea76f592302aff91afeaea618bad130568940c9469d3b255557ceda5f850c7
|
| 3 |
+
size 1514576
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5201
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b383c14164f3a990697b8ad1f874bc96df8123be4459dd2e2e29f3b3f6f5f6c
|
| 3 |
size 5201
|