sj21867 commited on
Commit
b139d97
1 Parent(s): 4444246

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "human",
15
+ "1": "LD",
16
+ "2": "SD"
17
+ },
18
+ "image_size": 224,
19
+ "initializer_range": 0.02,
20
+ "label2id": {
21
+ "LD": "1",
22
+ "SD": "2",
23
+ "human": "0"
24
+ },
25
+ "layer_norm_eps": 0.001,
26
+ "min_depth": 8,
27
+ "model_type": "mobilenet_v2",
28
+ "num_channels": 3,
29
+ "output_stride": 32,
30
+ "problem_type": "single_label_classification",
31
+ "semantic_loss_ignore_index": 255,
32
+ "tf_padding": true,
33
+ "torch_dtype": "float32",
34
+ "transformers_version": "4.41.0"
35
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18ad7678f3cb5bfc84d2928e4ad289eb014ec214ab7768b50cd1e42ad9d01960
3
+ size 9085340
preprocessor_config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "return_tensors",
15
+ "data_format",
16
+ "input_data_format"
17
+ ],
18
+ "crop_size": {
19
+ "height": 224,
20
+ "width": 224
21
+ },
22
+ "do_center_crop": true,
23
+ "do_normalize": true,
24
+ "do_rescale": true,
25
+ "do_resize": true,
26
+ "image_mean": [
27
+ 0.5,
28
+ 0.5,
29
+ 0.5
30
+ ],
31
+ "image_processor_type": "MobileNetV2ImageProcessor",
32
+ "image_std": [
33
+ 0.5,
34
+ 0.5,
35
+ 0.5
36
+ ],
37
+ "resample": 2,
38
+ "rescale_factor": 0.00392156862745098,
39
+ "size": {
40
+ "shortest_edge": 256
41
+ }
42
+ }
runs/May22_09-55-50_3a63db6dee71/events.out.tfevents.1716371751.3a63db6dee71.2000.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98401d0404fae17e152863c0beeb9afb4398256964859048927cc405c10de238
3
+ size 6829
runs/May22_09-59-31_3a63db6dee71/events.out.tfevents.1716371972.3a63db6dee71.2000.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f9c978fc9591adbb53bf548279d4151ca036cedfd2721c4fbac49b29c0b3dd1
3
+ size 7667
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68bfeaa64b351c1adefdbaa055b7646010b88eff7b9f5da93756cc555d5a8567
3
+ size 5112