Upload config.json
Browse files- config.json +3 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"_num_labels": 2,
|
4 |
"architectures": [
|
5 |
"ViTForImageClassification"
|
@@ -28,5 +28,6 @@
|
|
28 |
"patch_size": 16,
|
29 |
"problem_type": "single_label_classification",
|
30 |
"qkv_bias": true,
|
31 |
-
"
|
|
|
32 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "google/vit-base-patch16-384",
|
3 |
"_num_labels": 2,
|
4 |
"architectures": [
|
5 |
"ViTForImageClassification"
|
|
|
28 |
"patch_size": 16,
|
29 |
"problem_type": "single_label_classification",
|
30 |
"qkv_bias": true,
|
31 |
+
"torch_dtype": "float32",
|
32 |
+
"transformers_version": "4.45.0"
|
33 |
}
|