Andyrasika commited on
Commit
2e9f568
1 Parent(s): 188c8d2

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/dinov2-base",
3
+ "apply_layernorm": true,
4
+ "architectures": [
5
+ "Dinov2ForImageClassification"
6
+ ],
7
+ "attention_probs_dropout_prob": 0.0,
8
+ "drop_path_rate": 0.0,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.0,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "abyssinian",
14
+ "1": "american_bulldog",
15
+ "2": "american_pit_bull_terrier",
16
+ "3": "basset_hound",
17
+ "4": "beagle",
18
+ "5": "bengal",
19
+ "6": "birman",
20
+ "7": "bombay",
21
+ "8": "boxer",
22
+ "9": "british_shorthair",
23
+ "10": "chihuahua",
24
+ "11": "egyptian_mau",
25
+ "12": "english_cocker_spaniel",
26
+ "13": "english_setter",
27
+ "14": "german_shorthaired",
28
+ "15": "great_pyrenees",
29
+ "16": "havanese",
30
+ "17": "japanese_chin",
31
+ "18": "keeshond",
32
+ "19": "leonberger",
33
+ "20": "maine_coon",
34
+ "21": "miniature_pinscher",
35
+ "22": "newfoundland",
36
+ "23": "persian",
37
+ "24": "pomeranian",
38
+ "25": "pug",
39
+ "26": "ragdoll",
40
+ "27": "russian_blue",
41
+ "28": "saint_bernard",
42
+ "29": "samoyed",
43
+ "30": "scottish_terrier",
44
+ "31": "shiba_inu",
45
+ "32": "siamese",
46
+ "33": "sphynx",
47
+ "34": "staffordshire_bull_terrier",
48
+ "35": "wheaten_terrier",
49
+ "36": "yorkshire_terrier"
50
+ },
51
+ "image_size": 518,
52
+ "initializer_range": 0.02,
53
+ "label2id": {
54
+ "abyssinian": 0,
55
+ "american_bulldog": 1,
56
+ "american_pit_bull_terrier": 2,
57
+ "basset_hound": 3,
58
+ "beagle": 4,
59
+ "bengal": 5,
60
+ "birman": 6,
61
+ "bombay": 7,
62
+ "boxer": 8,
63
+ "british_shorthair": 9,
64
+ "chihuahua": 10,
65
+ "egyptian_mau": 11,
66
+ "english_cocker_spaniel": 12,
67
+ "english_setter": 13,
68
+ "german_shorthaired": 14,
69
+ "great_pyrenees": 15,
70
+ "havanese": 16,
71
+ "japanese_chin": 17,
72
+ "keeshond": 18,
73
+ "leonberger": 19,
74
+ "maine_coon": 20,
75
+ "miniature_pinscher": 21,
76
+ "newfoundland": 22,
77
+ "persian": 23,
78
+ "pomeranian": 24,
79
+ "pug": 25,
80
+ "ragdoll": 26,
81
+ "russian_blue": 27,
82
+ "saint_bernard": 28,
83
+ "samoyed": 29,
84
+ "scottish_terrier": 30,
85
+ "shiba_inu": 31,
86
+ "siamese": 32,
87
+ "sphynx": 33,
88
+ "staffordshire_bull_terrier": 34,
89
+ "wheaten_terrier": 35,
90
+ "yorkshire_terrier": 36
91
+ },
92
+ "layer_norm_eps": 1e-06,
93
+ "layerscale_value": 1.0,
94
+ "mlp_ratio": 4,
95
+ "model_type": "dinov2",
96
+ "num_attention_heads": 12,
97
+ "num_channels": 3,
98
+ "num_hidden_layers": 12,
99
+ "out_features": [
100
+ "stage12"
101
+ ],
102
+ "out_indices": [
103
+ 12
104
+ ],
105
+ "patch_size": 14,
106
+ "problem_type": "single_label_classification",
107
+ "qkv_bias": true,
108
+ "reshape_hidden_states": true,
109
+ "stage_names": [
110
+ "stem",
111
+ "stage1",
112
+ "stage2",
113
+ "stage3",
114
+ "stage4",
115
+ "stage5",
116
+ "stage6",
117
+ "stage7",
118
+ "stage8",
119
+ "stage9",
120
+ "stage10",
121
+ "stage11",
122
+ "stage12"
123
+ ],
124
+ "torch_dtype": "float32",
125
+ "transformers_version": "4.38.2",
126
+ "use_swiglu_ffn": false
127
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4afb7e19ed428d8c7045ab2b551938d8fcb8bbf3a4471d4b982c77ef979b4dac
3
+ size 346575116
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_convert_rgb": true,
8
+ "do_normalize": true,
9
+ "do_rescale": true,
10
+ "do_resize": true,
11
+ "image_mean": [
12
+ 0.485,
13
+ 0.456,
14
+ 0.406
15
+ ],
16
+ "image_processor_type": "BitImageProcessor",
17
+ "image_std": [
18
+ 0.229,
19
+ 0.224,
20
+ 0.225
21
+ ],
22
+ "resample": 3,
23
+ "rescale_factor": 0.00392156862745098,
24
+ "size": {
25
+ "shortest_edge": 256
26
+ }
27
+ }
runs/Mar12_03-29-58_8008976acea9/events.out.tfevents.1710214297.8008976acea9.223.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c5e23fd24ac2a5b15ac2bf1317b8f1401db2d408ec89bacfb44cb786373ef87
3
+ size 11879
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d47d7c2cb377b42a43a057c36b602931fe35451d3501276a47ef8a568d3452e1
3
+ size 4920