Training in progress, epoch 1
Browse files- config.json +48 -0
- model.safetensors +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architecture": "beitv2_base_patch16_224",
|
3 |
+
"architectures": [
|
4 |
+
"TimmWrapperForImageClassification"
|
5 |
+
],
|
6 |
+
"do_pooling": true,
|
7 |
+
"finetuning_task": "image-classification",
|
8 |
+
"global_pool": "avg",
|
9 |
+
"initializer_range": 0.02,
|
10 |
+
"label_names": [
|
11 |
+
"angular_leaf_spot",
|
12 |
+
"bean_rust",
|
13 |
+
"healthy"
|
14 |
+
],
|
15 |
+
"model_args": null,
|
16 |
+
"model_type": "timm_wrapper",
|
17 |
+
"num_classes": 3,
|
18 |
+
"num_features": 768,
|
19 |
+
"pretrained_cfg": {
|
20 |
+
"classifier": "head",
|
21 |
+
"crop_mode": "center",
|
22 |
+
"crop_pct": 0.9,
|
23 |
+
"custom_load": false,
|
24 |
+
"first_conv": "patch_embed.proj",
|
25 |
+
"fixed_input_size": true,
|
26 |
+
"input_size": [
|
27 |
+
3,
|
28 |
+
224,
|
29 |
+
224
|
30 |
+
],
|
31 |
+
"interpolation": "bicubic",
|
32 |
+
"mean": [
|
33 |
+
0.485,
|
34 |
+
0.456,
|
35 |
+
0.406
|
36 |
+
],
|
37 |
+
"pool_size": null,
|
38 |
+
"std": [
|
39 |
+
0.229,
|
40 |
+
0.224,
|
41 |
+
0.225
|
42 |
+
],
|
43 |
+
"tag": "in1k_ft_in22k"
|
44 |
+
},
|
45 |
+
"problem_type": "single_label_classification",
|
46 |
+
"torch_dtype": "float32",
|
47 |
+
"transformers_version": "4.54.1"
|
48 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:045f4c173aba55277b2330493025223194be9fc131a4c00668984ad7d9bdbfd9
|
3 |
+
size 343075660
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:62a2235af2e9f4dec359ed21d304d76f0ae47168989d4a9636292e1b29084f95
|
3 |
+
size 5777
|