nicholasKluge commited on
Commit
67c10a0
1 Parent(s): 6c5115c

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/mobilenet_v2_1.0_224",
3
+ "architectures": [
4
+ "MobileNetV2ForImageClassification"
5
+ ],
6
+ "classifier_dropout_prob": 0.2,
7
+ "depth_divisible_by": 8,
8
+ "depth_multiplier": 1.0,
9
+ "expand_ratio": 6,
10
+ "finegrained_output": true,
11
+ "first_layer_is_expansion": true,
12
+ "hidden_act": "relu6",
13
+ "id2label": {
14
+ "0": "airplane",
15
+ "1": "automobile",
16
+ "2": "bird",
17
+ "3": "cat",
18
+ "4": "deer",
19
+ "5": "dog",
20
+ "6": "frog",
21
+ "7": "horse",
22
+ "8": "ship",
23
+ "9": "truck"
24
+ },
25
+ "image_size": 224,
26
+ "initializer_range": 0.02,
27
+ "label2id": {
28
+ "airplane": "0",
29
+ "automobile": "1",
30
+ "bird": "2",
31
+ "cat": "3",
32
+ "deer": "4",
33
+ "dog": "5",
34
+ "frog": "6",
35
+ "horse": "7",
36
+ "ship": "8",
37
+ "truck": "9"
38
+ },
39
+ "layer_norm_eps": 0.001,
40
+ "min_depth": 8,
41
+ "model_type": "mobilenet_v2",
42
+ "num_channels": 3,
43
+ "output_stride": 32,
44
+ "problem_type": "single_label_classification",
45
+ "semantic_loss_ignore_index": 255,
46
+ "tf_padding": true,
47
+ "torch_dtype": "float32",
48
+ "transformers_version": "4.35.2"
49
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44aafb079230318c8e50fa0700cdbd484736199ae6421d62e841c9359b859b77
3
+ size 9121208
preprocessor_config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 224,
4
+ "width": 224
5
+ },
6
+ "do_center_crop": true,
7
+ "do_normalize": true,
8
+ "do_rescale": true,
9
+ "do_resize": true,
10
+ "image_mean": [
11
+ 0.5,
12
+ 0.5,
13
+ 0.5
14
+ ],
15
+ "image_processor_type": "MobileNetV2ImageProcessor",
16
+ "image_std": [
17
+ 0.5,
18
+ 0.5,
19
+ 0.5
20
+ ],
21
+ "resample": 2,
22
+ "rescale_factor": 0.00392156862745098,
23
+ "size": {
24
+ "shortest_edge": 256
25
+ },
26
+ "use_square_size": false
27
+ }
runs/Feb03_23-13-28_dc7132aa2549/events.out.tfevents.1707002011.dc7132aa2549.2916.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4dd20ac971d145d94ffb5adc765bb714da5074a02c4e29ff838a946f5317fa74
3
+ size 5398
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80b77b99af9f20078a57e6ed580cf58ce4f08d48ef1501ef7db99c9431c41737
3
+ size 4664