n1hal commited on
Commit
d18d807
·
verified ·
1 Parent(s): 7a343cd

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,148 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/vit-base-patch16-224-in21k",
3
+ "architectures": [
4
+ "ViTForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "encoder_stride": 16,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.0,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "Ageratum",
13
+ "1": "Alternanthera",
14
+ "10": "Brachiaria",
15
+ "11": "Calotropis",
16
+ "12": "Cassia",
17
+ "13": "Chenopodium",
18
+ "14": "Chrozophora",
19
+ "15": "Cleome",
20
+ "16": "Coix",
21
+ "17": "Commelina",
22
+ "18": "Convolvulus",
23
+ "19": "Conyza",
24
+ "2": "Alysicarpus",
25
+ "20": "Corchorus",
26
+ "21": "Crotalaria",
27
+ "22": "Cyanotis",
28
+ "23": "Cyperus",
29
+ "24": "Dactyloctenium",
30
+ "25": "Desmodium",
31
+ "26": "Echinochloa",
32
+ "27": "Euphorbia",
33
+ "28": "Evolvulus",
34
+ "29": "Fimbristylis",
35
+ "3": "Amaranthus",
36
+ "30": "Glinus",
37
+ "31": "Heliotropium",
38
+ "32": "Hibiscus",
39
+ "33": "Indigofera",
40
+ "34": "Ipomoea",
41
+ "35": "Ischaemum",
42
+ "36": "Lathyrus",
43
+ "37": "Launaea",
44
+ "38": "Leucas",
45
+ "39": "Lindernia",
46
+ "4": "Anisomeles",
47
+ "40": "Ludwigia",
48
+ "41": "Melilotus",
49
+ "42": "Merremia",
50
+ "43": "Mimosa",
51
+ "44": "Mollugo",
52
+ "45": "Oldenlandia",
53
+ "46": "Paspalum",
54
+ "47": "Phyllanthus",
55
+ "48": "Physalis",
56
+ "49": "Portulaca",
57
+ "5": "Barleria",
58
+ "50": "Ruellia",
59
+ "51": "Rungia",
60
+ "52": "Setaria",
61
+ "53": "Sida",
62
+ "54": "Solanum",
63
+ "55": "Sonchus",
64
+ "56": "Spilanthes",
65
+ "57": "Trichodesma",
66
+ "58": "Urena",
67
+ "59": "Vicia",
68
+ "6": "Bergia",
69
+ "7": "Blumea",
70
+ "8": "Boerhavia",
71
+ "9": "Borreria"
72
+ },
73
+ "image_size": 224,
74
+ "initializer_range": 0.02,
75
+ "intermediate_size": 3072,
76
+ "label2id": {
77
+ "Ageratum": "0",
78
+ "Alternanthera": "1",
79
+ "Alysicarpus": "2",
80
+ "Amaranthus": "3",
81
+ "Anisomeles": "4",
82
+ "Barleria": "5",
83
+ "Bergia": "6",
84
+ "Blumea": "7",
85
+ "Boerhavia": "8",
86
+ "Borreria": "9",
87
+ "Brachiaria": "10",
88
+ "Calotropis": "11",
89
+ "Cassia": "12",
90
+ "Chenopodium": "13",
91
+ "Chrozophora": "14",
92
+ "Cleome": "15",
93
+ "Coix": "16",
94
+ "Commelina": "17",
95
+ "Convolvulus": "18",
96
+ "Conyza": "19",
97
+ "Corchorus": "20",
98
+ "Crotalaria": "21",
99
+ "Cyanotis": "22",
100
+ "Cyperus": "23",
101
+ "Dactyloctenium": "24",
102
+ "Desmodium": "25",
103
+ "Echinochloa": "26",
104
+ "Euphorbia": "27",
105
+ "Evolvulus": "28",
106
+ "Fimbristylis": "29",
107
+ "Glinus": "30",
108
+ "Heliotropium": "31",
109
+ "Hibiscus": "32",
110
+ "Indigofera": "33",
111
+ "Ipomoea": "34",
112
+ "Ischaemum": "35",
113
+ "Lathyrus": "36",
114
+ "Launaea": "37",
115
+ "Leucas": "38",
116
+ "Lindernia": "39",
117
+ "Ludwigia": "40",
118
+ "Melilotus": "41",
119
+ "Merremia": "42",
120
+ "Mimosa": "43",
121
+ "Mollugo": "44",
122
+ "Oldenlandia": "45",
123
+ "Paspalum": "46",
124
+ "Phyllanthus": "47",
125
+ "Physalis": "48",
126
+ "Portulaca": "49",
127
+ "Ruellia": "50",
128
+ "Rungia": "51",
129
+ "Setaria": "52",
130
+ "Sida": "53",
131
+ "Solanum": "54",
132
+ "Sonchus": "55",
133
+ "Spilanthes": "56",
134
+ "Trichodesma": "57",
135
+ "Urena": "58",
136
+ "Vicia": "59"
137
+ },
138
+ "layer_norm_eps": 1e-12,
139
+ "model_type": "vit",
140
+ "num_attention_heads": 12,
141
+ "num_channels": 3,
142
+ "num_hidden_layers": 12,
143
+ "patch_size": 16,
144
+ "problem_type": "single_label_classification",
145
+ "qkv_bias": true,
146
+ "torch_dtype": "float32",
147
+ "transformers_version": "4.43.3"
148
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b09525e8c4a7af044ff4594b10e8e11932e1013f9c4e0e0d95b333d8b0186666
3
+ size 343402392
preprocessor_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_rescale": true,
4
+ "do_resize": true,
5
+ "image_mean": [
6
+ 0.5,
7
+ 0.5,
8
+ 0.5
9
+ ],
10
+ "image_processor_type": "ViTImageProcessor",
11
+ "image_std": [
12
+ 0.5,
13
+ 0.5,
14
+ 0.5
15
+ ],
16
+ "resample": 2,
17
+ "rescale_factor": 0.00392156862745098,
18
+ "size": {
19
+ "height": 224,
20
+ "width": 224
21
+ }
22
+ }
runs/Aug14_18-37-58_fedora/events.out.tfevents.1723640880.fedora.569765.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e9d1703436fe203b60c80e010685d34c1b676105e24a80ab1d0a155bc754bea
3
+ size 21963
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc19dc1044f01974107dc2afbdfe394c679c7fcbfca1930b65ee717a5b77c981
3
+ size 5240