Upload initial Toto checkpoint
Browse files- config.json +21 -0
- model.safetensors +3 -0
config.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"patch_size": 64,
|
| 3 |
+
"stride": 64,
|
| 4 |
+
"embed_dim": 768,
|
| 5 |
+
"num_layers": 12,
|
| 6 |
+
"num_heads": 12,
|
| 7 |
+
"mlp_hidden_dim": 3072,
|
| 8 |
+
"dropout": 0.1,
|
| 9 |
+
"spacewise_every_n_layers": 12,
|
| 10 |
+
"scaler_cls": "<class 'model.scaler.CausalPatchStdMeanScaler'>",
|
| 11 |
+
"output_distribution_classes": [
|
| 12 |
+
"<class 'model.distribution.MixtureOfStudentTsOutput'>"
|
| 13 |
+
],
|
| 14 |
+
"spacewise_first": false,
|
| 15 |
+
"output_distribution_kwargs": {
|
| 16 |
+
"k_components": 24
|
| 17 |
+
},
|
| 18 |
+
"use_memory_efficient_attention": true,
|
| 19 |
+
"stabilize_with_global": true,
|
| 20 |
+
"scale_factor_exponent": 10.0
|
| 21 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:761d5c28a3a607d4c2ce954aeb62b5d10e5007c5d81e70ecb2e68283906981a3
|
| 3 |
+
size 605239264
|