Thaweewat commited on
Commit
44ea48d
1 Parent(s): 3b69727
Files changed (4) hide show
  1. README.md +8 -0
  2. config.json +38 -11
  3. model.safetensors +3 -0
  4. pytorch_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - image-classification
4
+ - timm
5
+ library_name: timm
6
+ license: apache-2.0
7
+ ---
8
+ # Model card for inception_512_augv1
config.json CHANGED
@@ -1,12 +1,39 @@
1
  {
2
- "finetuning_task": "image-classification",
3
- "id2label": {
4
- "0": "1_Normal",
5
- "1": "2_OME"
6
- },
7
- "label2id": {
8
- "1_Normal": "0",
9
- "2_OME": "1"
10
- },
11
- "transformers_version": "4.41.2"
12
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  {
2
+ "architecture": "inception_v4",
3
+ "num_classes": 2,
4
+ "num_features": 1536,
5
+ "label_names": [
6
+ "1_Normal",
7
+ "2_OME"
8
+ ],
9
+ "pretrained_cfg": {
10
+ "tag": "tf_in1k",
11
+ "custom_load": false,
12
+ "input_size": [
13
+ 3,
14
+ 299,
15
+ 299
16
+ ],
17
+ "fixed_input_size": false,
18
+ "interpolation": "bicubic",
19
+ "crop_pct": 0.875,
20
+ "crop_mode": "center",
21
+ "mean": [
22
+ 0.5,
23
+ 0.5,
24
+ 0.5
25
+ ],
26
+ "std": [
27
+ 0.5,
28
+ 0.5,
29
+ 0.5
30
+ ],
31
+ "num_classes": 1000,
32
+ "pool_size": [
33
+ 8,
34
+ 8
35
+ ],
36
+ "first_conv": "features.0.conv",
37
+ "classifier": "last_linear"
38
+ }
39
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:708dcaeaeb8830ce87641ba43bec2af9efdee3844cc49030245674edfb44c3fc
3
+ size 164928744
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1040f3d6361ed0fe2056751af3acd4dfbf7cf66baf4f848b6ea50b649c4c0ba8
3
+ size 165169674