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 |
"ViTForImageClassification"
|
| 4 |
],
|
|
@@ -2018,5 +2019,6 @@
|
|
| 2018 |
"num_channels": 3,
|
| 2019 |
"num_hidden_layers": 24,
|
| 2020 |
"patch_size": 32,
|
| 2021 |
-
"
|
|
|
|
| 2022 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "google/vit-large-patch32-384",
|
| 3 |
"architectures": [
|
| 4 |
"ViTForImageClassification"
|
| 5 |
],
|
|
|
|
| 2019 |
"num_channels": 3,
|
| 2020 |
"num_hidden_layers": 24,
|
| 2021 |
"patch_size": 32,
|
| 2022 |
+
"qkv_bias": true,
|
| 2023 |
+
"transformers_version": "4.13.0.dev0"
|
| 2024 |
}
|
tf_model.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b258d34df7c9c5a46e41e47d9e6f3fed04b58937a03ae35c1ba733c5f2e27fde
|
| 3 |
+
size 1227077720
|