frncscp commited on
Commit
10af9a3
1 Parent(s): dfad5a0

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "MobileNetV2ForImageClassification"
4
+ ],
5
+ "classifier_dropout_prob": 0.8,
6
+ "depth_divisible_by": 8,
7
+ "depth_multiplier": 1.0,
8
+ "expand_ratio": 6.0,
9
+ "finegrained_output": true,
10
+ "first_layer_is_expansion": true,
11
+ "hidden_act": "relu6",
12
+ "image_size": 224,
13
+ "initializer_range": 0.02,
14
+ "layer_norm_eps": 0.001,
15
+ "min_depth": 8,
16
+ "model_type": "mobilenet_v2",
17
+ "num_channels": 3,
18
+ "output_stride": 32,
19
+ "problem_type": "single_label_classification",
20
+ "semantic_loss_ignore_index": 255,
21
+ "tf_padding": true,
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.41.2"
24
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:573f49e6eb9870d669b2e6bc95e2fb31e5f3554c1e9b0f44bcfa6363fd1a9762
3
+ size 9080216
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": 224,
21
+ "width": 224
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.485,
30
+ 0.456,
31
+ 0.406
32
+ ],
33
+ "image_processor_type": "BitImageProcessor",
34
+ "image_std": [
35
+ 0.229,
36
+ 0.224,
37
+ 0.225
38
+ ],
39
+ "resample": 3,
40
+ "rescale_factor": 0.00392156862745098,
41
+ "size": {
42
+ "shortest_edge": 256
43
+ }
44
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b947ddc9278f9892ce27c7457af977e15dd02386874dcc9ee224c382fc3826b
3
+ size 5112