Manishram commited on
Commit
d110eac
·
verified ·
1 Parent(s): eea83d5

upload config and readme.md files ;)

Browse files
Files changed (2) hide show
  1. README (1).md +10 -0
  2. config.json +10 -0
README (1).md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - model_hub_mixin
4
+ - pytorch_model_hub_mixin
5
+ ---
6
+
7
+ This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
8
+ - Code: [More Information Needed]
9
+ - Paper: [More Information Needed]
10
+ - Docs: [More Information Needed]
config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dropout": 0.2,
3
+ "emb_dim": 512,
4
+ "ff_hidden_dim_multiplier": 4,
5
+ "heads": 16,
6
+ "img_size": 224,
7
+ "num_classes": 4,
8
+ "num_layers": 12,
9
+ "patch_size": 16
10
+ }