Push model using huggingface_hub.
Browse files- config.json +3 -3
- model.safetensors +1 -1
config.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{
|
| 2 |
-
"ckpt_path": "ckpts/
|
| 3 |
-
"compile":
|
| 4 |
"d_model": 2048,
|
| 5 |
-
"load_from_hub":
|
| 6 |
"n_heads": 64,
|
| 7 |
"n_layers_encoder": 6,
|
| 8 |
"patch_len": 32,
|
|
|
|
| 1 |
{
|
| 2 |
+
"ckpt_path": "ckpts/huge_v7.pth",
|
| 3 |
+
"compile": true,
|
| 4 |
"d_model": 2048,
|
| 5 |
+
"load_from_hub": true,
|
| 6 |
"n_heads": 64,
|
| 7 |
"n_layers_encoder": 6,
|
| 8 |
"patch_len": 32,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1275009880
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:77929d097927ca10e94966afaa7dd87aabbc8289b544c2b5174306fb6481298a
|
| 3 |
size 1275009880
|