vintage-lavender619 commited on
Commit
ef62e66
1 Parent(s): 8ed477e

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/bit-50",
3
+ "architectures": [
4
+ "BitForImageClassification"
5
+ ],
6
+ "conv_layer": "std_conv",
7
+ "depths": [
8
+ 3,
9
+ 4,
10
+ 6,
11
+ 3
12
+ ],
13
+ "drop_path_rate": 0.0,
14
+ "embedding_dynamic_padding": false,
15
+ "embedding_size": 64,
16
+ "global_padding": null,
17
+ "hidden_act": "relu",
18
+ "hidden_sizes": [
19
+ 256,
20
+ 512,
21
+ 1024,
22
+ 2048
23
+ ],
24
+ "id2label": {
25
+ "0": "0",
26
+ "1": "1",
27
+ "2": "2",
28
+ "3": "3",
29
+ "4": "4",
30
+ "5": "5"
31
+ },
32
+ "label2id": {
33
+ "0": 0,
34
+ "1": 1,
35
+ "2": 2,
36
+ "3": 3,
37
+ "4": 4,
38
+ "5": 5
39
+ },
40
+ "layer_type": "preactivation",
41
+ "model_type": "bit",
42
+ "num_channels": 3,
43
+ "num_groups": 32,
44
+ "out_features": [
45
+ "stage4"
46
+ ],
47
+ "out_indices": [
48
+ 4
49
+ ],
50
+ "output_stride": 32,
51
+ "problem_type": "single_label_classification",
52
+ "stage_names": [
53
+ "stem",
54
+ "stage1",
55
+ "stage2",
56
+ "stage3",
57
+ "stage4"
58
+ ],
59
+ "torch_dtype": "float32",
60
+ "transformers_version": "4.41.2",
61
+ "width_factor": 1
62
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a1858194b404c3844bba55699263e176d714b55b9e1caa8b10102ecda66fd45
3
+ size 94067512
preprocessor_config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_valid_processor_keys": [
3
+ "images",
4
+ "do_resize",
5
+ "size",
6
+ "resample",
7
+ "do_center_crop",
8
+ "crop_size",
9
+ "do_rescale",
10
+ "rescale_factor",
11
+ "do_normalize",
12
+ "image_mean",
13
+ "image_std",
14
+ "do_convert_rgb",
15
+ "return_tensors",
16
+ "data_format",
17
+ "input_data_format"
18
+ ],
19
+ "crop_size": {
20
+ "height": 448,
21
+ "width": 448
22
+ },
23
+ "do_center_crop": true,
24
+ "do_convert_rgb": true,
25
+ "do_normalize": true,
26
+ "do_rescale": true,
27
+ "do_resize": true,
28
+ "image_mean": [
29
+ 0.5,
30
+ 0.5,
31
+ 0.5
32
+ ],
33
+ "image_processor_type": "BitImageProcessor",
34
+ "image_std": [
35
+ 0.5,
36
+ 0.5,
37
+ 0.5
38
+ ],
39
+ "resample": 2,
40
+ "rescale_factor": 0.00392156862745098,
41
+ "size": {
42
+ "shortest_edge": 448
43
+ }
44
+ }
runs/Jun10_02-30-13_b21d3f8dfe73/events.out.tfevents.1717986628.b21d3f8dfe73.3221.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7dde2436f911f6abae2d3e3a0e41f31dbd65c505431040f8add4bc171911671
3
+ size 5875
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac2ace3764e9c02dfdf603f4cb871770b468454b909cf8adae3dd6748768d93d
3
+ size 5112