lysandre HF staff valhalla commited on
Commit
bcb3a29
1 Parent(s): 3727878

fix incorrect json (#1)

Browse files

- fix incorrect json (9732b09e84a44fedbe4f44ee2a7f4f204fe4c7be)


Co-authored-by: Suraj Patil <valhalla@users.noreply.huggingface.co>

Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -85,7 +85,7 @@
85
  "intermediate_size": 3072,
86
  "num_attention_heads": 12,
87
  "num_hidden_layers": 12,
88
- "projection_dim": 768,
89
  },
90
  "torch_dtype": "float32",
91
  "transformers_version": null,
@@ -170,6 +170,6 @@
170
  "num_attention_heads": 16,
171
  "num_hidden_layers": 24,
172
  "patch_size": 14,
173
- "projection_dim": 768,
174
  }
175
  }
85
  "intermediate_size": 3072,
86
  "num_attention_heads": 12,
87
  "num_hidden_layers": 12,
88
+ "projection_dim": 768
89
  },
90
  "torch_dtype": "float32",
91
  "transformers_version": null,
170
  "num_attention_heads": 16,
171
  "num_hidden_layers": 24,
172
  "patch_size": 14,
173
+ "projection_dim": 768
174
  }
175
  }