Push model using huggingface_hub.
Browse files- config.json +14 -0
- model.safetensors +3 -0
config.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"image_size": 224,
|
3 |
+
"patch_size": 28,
|
4 |
+
"num_classes": 1001,
|
5 |
+
"dim": 768,
|
6 |
+
"depth": 12,
|
7 |
+
"heads": 12,
|
8 |
+
"mlp_dim": 3072,
|
9 |
+
"pool": "cls",
|
10 |
+
"channels": 3,
|
11 |
+
"dim_head": 64,
|
12 |
+
"dropout": 0.1,
|
13 |
+
"emb_dropout": 0.1
|
14 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f16a4682f015d4d14e060c08621eac9844ad23859948de64e87426478a7280bd
|
3 |
+
size 407472316
|