raks87 commited on
Commit
37a5ca1
1 Parent(s): 75f4db6

Training in progress, epoch 2

Browse files
config.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/resnet-18",
3
+ "architectures": [
4
+ "ResNetForImageClassification"
5
+ ],
6
+ "depths": [
7
+ 2,
8
+ 2,
9
+ 2,
10
+ 2
11
+ ],
12
+ "downsample_in_bottleneck": false,
13
+ "downsample_in_first_stage": false,
14
+ "embedding_size": 64,
15
+ "hidden_act": "relu",
16
+ "hidden_sizes": [
17
+ 64,
18
+ 128,
19
+ 256,
20
+ 512
21
+ ],
22
+ "id2label": {
23
+ "0": "airplane",
24
+ "1": "automobile",
25
+ "2": "bird",
26
+ "3": "cat",
27
+ "4": "deer",
28
+ "5": "dog",
29
+ "6": "frog",
30
+ "7": "horse",
31
+ "8": "ship",
32
+ "9": "truck"
33
+ },
34
+ "label2id": {
35
+ "airplane": 0,
36
+ "automobile": 1,
37
+ "bird": 2,
38
+ "cat": 3,
39
+ "deer": 4,
40
+ "dog": 5,
41
+ "frog": 6,
42
+ "horse": 7,
43
+ "ship": 8,
44
+ "truck": 9
45
+ },
46
+ "layer_type": "basic",
47
+ "model_type": "resnet",
48
+ "num_channels": 3,
49
+ "out_features": [
50
+ "stage4"
51
+ ],
52
+ "out_indices": [
53
+ 4
54
+ ],
55
+ "problem_type": "single_label_classification",
56
+ "stage_names": [
57
+ "stem",
58
+ "stage1",
59
+ "stage2",
60
+ "stage3",
61
+ "stage4"
62
+ ],
63
+ "torch_dtype": "float32",
64
+ "transformers_version": "4.38.2"
65
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ebdac190128c3aee5691b5fbd251f75e6b8af3091868532f960f72d5f64a7d8
3
+ size 44780752
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
+ }
runs/Apr07_14-09-46_9b51f9451925/events.out.tfevents.1712498992.9b51f9451925.6697.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e06d9a8f58e901de21bd6a553cc54f0fabbf755aafab455ff37df6d95f22d651
3
+ size 16957
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db29079807aa62a1c324e7ae6783beeae3b0f9cdcf0dcadd8854699b36788f64
3
+ size 4920