remove trailing commas that break json formatting

#3
by Requaos - opened

fixes json document formatting to allow parsing by validators

Offending lines are 87 and 169. Both look like this:

"text_config_dict": {
"hidden_size": 768,
"intermediate_size": 3072,
"num_attention_heads": 12,
"num_hidden_layers": 12,
"projection_dim": 768,
},

...

"vision_config_dict": {
"hidden_size": 1024,
"intermediate_size": 4096,
"num_attention_heads": 16,
"num_hidden_layers": 24,
"patch_size": 14,
"projection_dim": 768,
}

LGTM

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment