fix incorrect json (#1)
- fix incorrect json (9732b09e84a44fedbe4f44ee2a7f4f204fe4c7be) Co-authored-by: Suraj Patil <valhalla@users.noreply.huggingface.co>
This commit is contained in:
parent
3727878143
commit
bcb3a29e2a
|
@ -85,7 +85,7 @@
|
|||
"intermediate_size": 3072,
|
||||
"num_attention_heads": 12,
|
||||
"num_hidden_layers": 12,
|
||||
"projection_dim": 768,
|
||||
"projection_dim": 768
|
||||
},
|
||||
"torch_dtype": "float32",
|
||||
"transformers_version": null,
|
||||
|
@ -170,6 +170,6 @@
|
|||
"num_attention_heads": 16,
|
||||
"num_hidden_layers": 24,
|
||||
"patch_size": 14,
|
||||
"projection_dim": 768,
|
||||
"projection_dim": 768
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue