Add TF model
Browse files- config.json +3 -1
- tf_model.h5 +3 -0
config.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
"ViTModel"
|
| 4 |
],
|
|
@@ -15,5 +16,6 @@
|
|
| 15 |
"num_channels": 3,
|
| 16 |
"num_hidden_layers": 24,
|
| 17 |
"patch_size": 16,
|
| 18 |
-
"
|
|
|
|
| 19 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "google/vit-large-patch16-224-in21k",
|
| 3 |
"architectures": [
|
| 4 |
"ViTModel"
|
| 5 |
],
|
|
|
|
| 16 |
"num_channels": 3,
|
| 17 |
"num_hidden_layers": 24,
|
| 18 |
"patch_size": 16,
|
| 19 |
+
"qkv_bias": true,
|
| 20 |
+
"transformers_version": "4.13.0.dev0"
|
| 21 |
}
|
tf_model.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5d0862acb23bed86aa6fedb53d0c3b2ef23a585a38faa01689e6d03033874d13
|
| 3 |
+
size 1217918904
|