scottglover020 commited on
Commit
bfebb28
1 Parent(s): c6a017e

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/convnextv2-tiny-1k-224",
3
+ "architectures": [
4
+ "ConvNextV2ForImageClassification"
5
+ ],
6
+ "depths": [
7
+ 3,
8
+ 3,
9
+ 9,
10
+ 3
11
+ ],
12
+ "drop_path_rate": 0.0,
13
+ "hidden_act": "gelu",
14
+ "hidden_sizes": [
15
+ 96,
16
+ 192,
17
+ 384,
18
+ 768
19
+ ],
20
+ "id2label": {
21
+ "0": "-90 to -80",
22
+ "1": "-80 to -70",
23
+ "2": "-70 to -60",
24
+ "3": "-60 to -50",
25
+ "4": "-50 to -40",
26
+ "5": "-40 to -30",
27
+ "6": "-30 to -20",
28
+ "7": "-20 to -10",
29
+ "8": "-10 to 0",
30
+ "9": "0 to 10",
31
+ "10": "10 to 20",
32
+ "11": "20 to 30",
33
+ "12": "30 to 40",
34
+ "13": "40 to 50",
35
+ "14": "50 to 60",
36
+ "15": "60 to 70",
37
+ "16": "70 to 80",
38
+ "17": "80 to 90"
39
+ },
40
+ "image_size": 224,
41
+ "initializer_range": 0.02,
42
+ "label2id": {
43
+ "-10 to 0": 8,
44
+ "-20 to -10": 7,
45
+ "-30 to -20": 6,
46
+ "-40 to -30": 5,
47
+ "-50 to -40": 4,
48
+ "-60 to -50": 3,
49
+ "-70 to -60": 2,
50
+ "-80 to -70": 1,
51
+ "-90 to -80": 0,
52
+ "0 to 10": 9,
53
+ "10 to 20": 10,
54
+ "20 to 30": 11,
55
+ "30 to 40": 12,
56
+ "40 to 50": 13,
57
+ "50 to 60": 14,
58
+ "60 to 70": 15,
59
+ "70 to 80": 16,
60
+ "80 to 90": 17
61
+ },
62
+ "layer_norm_eps": 1e-12,
63
+ "model_type": "convnextv2",
64
+ "num_channels": 3,
65
+ "num_stages": 4,
66
+ "out_features": [
67
+ "stage4"
68
+ ],
69
+ "out_indices": [
70
+ 4
71
+ ],
72
+ "patch_size": 4,
73
+ "problem_type": "single_label_classification",
74
+ "stage_names": [
75
+ "stem",
76
+ "stage1",
77
+ "stage2",
78
+ "stage3",
79
+ "stage4"
80
+ ],
81
+ "torch_dtype": "float32",
82
+ "transformers_version": "4.37.0"
83
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f32dae080a7028e2c7011fcd3eb118683c2db852c813215cbd223b97681c53e8
3
+ size 111545048
preprocessor_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_pct": 0.875,
3
+ "do_normalize": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "image_mean": [
7
+ 0.485,
8
+ 0.456,
9
+ 0.406
10
+ ],
11
+ "image_processor_type": "ConvNextImageProcessor",
12
+ "image_std": [
13
+ 0.229,
14
+ 0.224,
15
+ 0.225
16
+ ],
17
+ "resample": 3,
18
+ "rescale_factor": 0.00392156862745098,
19
+ "size": {
20
+ "shortest_edge": 224
21
+ }
22
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b966794a474ca764458f81b9e68f834520cf1c4e9d054c18cddad7b35728d724
3
+ size 4347