fix incorrect json (#1)

- fix incorrect json (9732b09e84a44fedbe4f44ee2a7f4f204fe4c7be)


Co-authored-by: Suraj Patil <valhalla@users.noreply.huggingface.co>
This commit is contained in:
lysandre 2022-09-09 19:27:03 +00:00 committed by system
parent 3727878143
commit bcb3a29e2a
1 changed files with 2 additions and 2 deletions

View File

@ -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
}
}