patrickvonplaten
commited on
Commit
•
7666b3e
1
Parent(s):
b33c4e3
add config
Browse files- config.json +2 -2
config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"architectures": [
|
3 |
-
"
|
4 |
],
|
5 |
"attention_probs_dropout_prob": 0.0,
|
6 |
"drop_path_rate": 0.1,
|
@@ -2021,7 +2021,7 @@
|
|
2021 |
"num_hidden_layers": 12,
|
2022 |
"patch_size": 16,
|
2023 |
"torch_dtype": "float32",
|
2024 |
-
"transformers_version": "4.
|
2025 |
"use_absolute_position_embeddings": false,
|
2026 |
"use_mask_token": false,
|
2027 |
"use_mean_pooling": true,
|
|
|
1 |
{
|
2 |
"architectures": [
|
3 |
+
"BeitForImageClassification"
|
4 |
],
|
5 |
"attention_probs_dropout_prob": 0.0,
|
6 |
"drop_path_rate": 0.1,
|
|
|
2021 |
"num_hidden_layers": 12,
|
2022 |
"patch_size": 16,
|
2023 |
"torch_dtype": "float32",
|
2024 |
+
"transformers_version": "4.11.0.dev0",
|
2025 |
"use_absolute_position_embeddings": false,
|
2026 |
"use_mask_token": false,
|
2027 |
"use_mean_pooling": true,
|