slotwhisperer commited on
Commit
c472fbd
·
verified ·
1 Parent(s): 9291d8d

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +57 -0
  2. model.safetensors +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "mobilenetv3_small_100",
3
+ "architectures": [
4
+ "TimmWrapperForImageClassification"
5
+ ],
6
+ "do_pooling": true,
7
+ "dtype": "float32",
8
+ "initializer_range": 0.02,
9
+ "label_names": [
10
+ "3X_SCATTER",
11
+ "BONUS_INITIATED",
12
+ "FAN",
13
+ "GOLD_COIN",
14
+ "LADY",
15
+ "SCATTER_COIN",
16
+ "VASE",
17
+ "WILD",
18
+ "WOMAN",
19
+ "YING_YANG"
20
+ ],
21
+ "model_args": null,
22
+ "model_type": "timm_wrapper",
23
+ "num_classes": 10,
24
+ "num_features": 1024,
25
+ "pretrained_cfg": {
26
+ "classifier": "classifier",
27
+ "crop_mode": "center",
28
+ "crop_pct": 0.875,
29
+ "custom_load": false,
30
+ "first_conv": "conv_stem",
31
+ "fixed_input_size": false,
32
+ "input_size": [
33
+ 3,
34
+ 224,
35
+ 224
36
+ ],
37
+ "interpolation": "bicubic",
38
+ "mean": [
39
+ 0.485,
40
+ 0.456,
41
+ 0.406
42
+ ],
43
+ "pool_size": [
44
+ 7,
45
+ 7
46
+ ],
47
+ "std": [
48
+ 0.229,
49
+ 0.224,
50
+ 0.225
51
+ ],
52
+ "tag": "lamb_in1k"
53
+ },
54
+ "problem_type": "single_label_classification",
55
+ "transformers_version": "5.8.1",
56
+ "use_cache": false
57
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02c3535582c68e1b1fc2e301a1be502e8da14ac13dd110b36fd3ddd377c3c6b0
3
+ size 6182936
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f062b79911bc4d4c8bd77a2633b7ef0ec18e785dcef86f4b420813418ba33469
3
+ size 5393