Push model using huggingface_hub.
Browse files- config.json +3 -1
- model.safetensors +2 -2
config.json
CHANGED
|
@@ -1,7 +1,9 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"depth": 6,
|
| 3 |
"embed_dim": 256,
|
|
|
|
| 4 |
"mlp_dim": 1024,
|
| 5 |
"num_classes": 1000,
|
| 6 |
-
"
|
| 7 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"channels": 3,
|
| 3 |
"depth": 6,
|
| 4 |
"embed_dim": 256,
|
| 5 |
+
"img_size": 32,
|
| 6 |
"mlp_dim": 1024,
|
| 7 |
"num_classes": 1000,
|
| 8 |
+
"patch_size": 8
|
| 9 |
}
|
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:99b11fd810c377cde576d13f5a526966db2579cadae70253fa6a54f5411a389a
|
| 3 |
+
size 34026040
|