emiliaviq commited on
Commit
c872e96
·
verified ·
1 Parent(s): ce82a05

Training in progress, step 100

Browse files
config.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "efficientvit_b0",
3
+ "architectures": [
4
+ "TimmWrapperForImageClassification"
5
+ ],
6
+ "do_pooling": true,
7
+ "global_pool": "avg",
8
+ "initializer_range": 0.02,
9
+ "label_names": [
10
+ "American Black Bear",
11
+ "American Crow",
12
+ "Bird",
13
+ "Bobcat",
14
+ "Chicken",
15
+ "Coyote",
16
+ "Dog",
17
+ "Domestic Cat",
18
+ "Eastern Chipmunk",
19
+ "Eastern Cottontail",
20
+ "Eastern Fox Squirrel",
21
+ "Eastern Gray Squirrel",
22
+ "Grey Fox",
23
+ "Horse",
24
+ "Northern Raccoon",
25
+ "Red Fox",
26
+ "Striped Skunk",
27
+ "Vehicle",
28
+ "Virginia Opossum",
29
+ "White_Tailed_Deer",
30
+ "Wild Turkey",
31
+ "Woodchuck"
32
+ ],
33
+ "model_type": "timm_wrapper",
34
+ "num_classes": 22,
35
+ "num_features": 128,
36
+ "pretrained_cfg": {
37
+ "classifier": "head.classifier.4",
38
+ "crop_mode": "center",
39
+ "crop_pct": 0.95,
40
+ "custom_load": false,
41
+ "first_conv": "stem.in_conv.conv",
42
+ "fixed_input_size": false,
43
+ "input_size": [
44
+ 3,
45
+ 224,
46
+ 224
47
+ ],
48
+ "interpolation": "bicubic",
49
+ "mean": [
50
+ 0.485,
51
+ 0.456,
52
+ 0.406
53
+ ],
54
+ "pool_size": [
55
+ 7,
56
+ 7
57
+ ],
58
+ "std": [
59
+ 0.229,
60
+ 0.224,
61
+ 0.225
62
+ ],
63
+ "tag": "r224_in1k"
64
+ },
65
+ "problem_type": "single_label_classification",
66
+ "torch_dtype": "float32",
67
+ "transformers_version": "4.52.2"
68
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7d6158038b345c97d4a7f9f41d3a556986b8c0d1c61766db04e89cce2606e94
3
+ size 8673304
runs/May28_03-13-53_d391708ea2c2/events.out.tfevents.1748402034.d391708ea2c2.2991.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b91cd96c7d86bc382484165fb070e6657863f69c90e3e741733e51097c5564d
3
+ size 10484
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56eef40c9747b481675c893d6af910d00d1a2267033c28568aa5efa803eec4a1
3
+ size 5304