bilabila commited on
Commit
567e76b
·
verified ·
1 Parent(s): d9fb29d

Training in progress, step 10000

Browse files
Files changed (3) hide show
  1. config.json +26 -0
  2. model.safetensors +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "CloseForecastModel"
4
+ ],
5
+ "base_channels": 64,
6
+ "context_length": 128,
7
+ "dropout": 0.1,
8
+ "dtype": "float32",
9
+ "hidden_dim": 256,
10
+ "input_channels": 3,
11
+ "model_type": "multiscale_close_cnn",
12
+ "output_dim": 3,
13
+ "quantiles": [
14
+ 0.1,
15
+ 0.2,
16
+ 0.3,
17
+ 0.4,
18
+ 0.5,
19
+ 0.6,
20
+ 0.7,
21
+ 0.8,
22
+ 0.9
23
+ ],
24
+ "transformers_version": "5.4.0",
25
+ "use_cache": false
26
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a232ae9c0e6eb77de8457affc07c1b05ab2435bf674dddfb799ee5c06baf72bb
3
+ size 5838840
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2eaa4130031a25964cdd3943d11d2b3c565ab7ce46a1484c43df8957dc09cac7
3
+ size 5265