Upload config.json with huggingface_hub
Browse files- .gitattributes +1 -0
- config.json +3 -33
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
config.json filter=lfs diff=lfs merge=lfs -text
|
config.json
CHANGED
|
@@ -1,33 +1,3 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
"quick_gelu": true,
|
| 5 |
-
"vision_cfg": {
|
| 6 |
-
"image_size": 224,
|
| 7 |
-
"layers": 24,
|
| 8 |
-
"width": 1024,
|
| 9 |
-
"patch_size": 14
|
| 10 |
-
},
|
| 11 |
-
"text_cfg": {
|
| 12 |
-
"context_length": 77,
|
| 13 |
-
"vocab_size": 49408,
|
| 14 |
-
"width": 768,
|
| 15 |
-
"heads": 12,
|
| 16 |
-
"layers": 12
|
| 17 |
-
}
|
| 18 |
-
},
|
| 19 |
-
"preprocess_cfg": {
|
| 20 |
-
"mean": [
|
| 21 |
-
0.48145466,
|
| 22 |
-
0.4578275,
|
| 23 |
-
0.40821073
|
| 24 |
-
],
|
| 25 |
-
"std": [
|
| 26 |
-
0.26862954,
|
| 27 |
-
0.26130258,
|
| 28 |
-
0.27577711
|
| 29 |
-
],
|
| 30 |
-
"interpolation": "bicubic",
|
| 31 |
-
"resize_mode": "shortest"
|
| 32 |
-
}
|
| 33 |
-
}
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c5b0cdf2abbe8afc2c6d46c56ee5e36e4ce26f46f7953542949975d2ebad51ba
|
| 3 |
+
size 1710537716
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|