Surya2706 commited on
Commit
5ef406e
·
verified ·
1 Parent(s): 75055bf

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +7 -14
config.json CHANGED
@@ -1,16 +1,9 @@
1
  {
2
- "model_name": "Image Metadata and Dominant Color Extractor",
3
- "num_classes": 3,
4
- "architectures": ["ResNetForImageClassification"],
5
- "model_type": "resnet",
6
- "pretrained": true,
7
- "input_size": [224, 224],
8
- "preprocessing": {
9
- "resize": [224, 224],
10
- "normalization": {
11
- "mean": [0.485, 0.456, 0.406],
12
- "std": [0.229, 0.224, 0.225]
13
- }
14
- },
15
- "description": "This model extracts metadata and dominant colors from images."
16
  }
 
1
  {
2
+ "architectures": ["MetaColorModel"],
3
+ "color_size": 3,
4
+ "k": 5,
5
+ "metadata_size": 1024,
6
+ "model_type": "meta_color",
7
+ "torch_dtype": "float32",
8
+ "transformers_version": "4.47.1"
 
 
 
 
 
 
 
9
  }