toolevalxm commited on
Commit
eb20121
·
verified ·
1 Parent(s): 006f60f

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +4 -5
config.json CHANGED
@@ -1,9 +1,8 @@
1
  {
2
  "model_type": "vit",
3
  "architectures": ["ViTForImageClassification"],
4
- "eval_accuracy": 0.9012,
5
- "epoch": 70,
6
- "image_size": 512,
7
  "hidden_size": 768,
8
- "num_attention_heads": 12
9
- }
 
 
 
1
  {
2
  "model_type": "vit",
3
  "architectures": ["ViTForImageClassification"],
 
 
 
4
  "hidden_size": 768,
5
+ "num_attention_heads": 12,
6
+ "image_size": 1024,
7
+ "patch_size": 16
8
+ }