ericxlima commited on
Commit
98a6d86
·
1 Parent(s): 88b8707

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +23 -0
config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "DogsClassifierModel"
4
+ ],
5
+ "model_type": "image_classification",
6
+ "task_specific_params": {
7
+ "image-classification": {
8
+ "finetuning_task": null,
9
+ "num_labels": 120,
10
+ "do_normalize": true,
11
+ "normalize_mean": [
12
+ 0.485,
13
+ 0.456,
14
+ 0.406
15
+ ],
16
+ "normalize_std": [
17
+ 0.229,
18
+ 0.224,
19
+ 0.225
20
+ ]
21
+ }
22
+ }
23
+ }