Push model using huggingface_hub.
Browse files- config.json +3 -3
- model.safetensors +2 -2
config.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
{
|
| 2 |
-
"ckpt_path": "ckpts/
|
| 3 |
"compile": true,
|
| 4 |
-
"d_model":
|
| 5 |
"load_from_hub": false,
|
| 6 |
"max_seq_len": 1024,
|
| 7 |
-
"n_heads":
|
| 8 |
"n_layers_encoder": 6,
|
| 9 |
"patch_len": 32,
|
| 10 |
"quantiles": [
|
|
|
|
| 1 |
{
|
| 2 |
+
"ckpt_path": "ckpts/patchfm.pth",
|
| 3 |
"compile": true,
|
| 4 |
+
"d_model": 1024,
|
| 5 |
"load_from_hub": false,
|
| 6 |
"max_seq_len": 1024,
|
| 7 |
+
"n_heads": 32,
|
| 8 |
"n_layers_encoder": 6,
|
| 9 |
"patch_len": 32,
|
| 10 |
"quantiles": [
|
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:d2625d641f7b7d809f218a8497fb35e872cb69ae4daeb4ba7b0ba25e5f0074ba
|
| 3 |
+
size 320846592
|