Training in progress, epoch 1
Browse files- config.json +50 -0
- model.safetensors +3 -0
- training_args.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architecture": "mobilenetv3_small_100",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"TimmWrapperForImageClassification"
|
| 5 |
+
],
|
| 6 |
+
"do_pooling": true,
|
| 7 |
+
"dtype": "float32",
|
| 8 |
+
"initializer_range": 0.02,
|
| 9 |
+
"label_names": [
|
| 10 |
+
"angular_leaf_spot",
|
| 11 |
+
"bean_rust",
|
| 12 |
+
"healthy"
|
| 13 |
+
],
|
| 14 |
+
"model_args": null,
|
| 15 |
+
"model_type": "timm_wrapper",
|
| 16 |
+
"num_classes": 3,
|
| 17 |
+
"num_features": 1024,
|
| 18 |
+
"pretrained_cfg": {
|
| 19 |
+
"classifier": "classifier",
|
| 20 |
+
"crop_mode": "center",
|
| 21 |
+
"crop_pct": 0.875,
|
| 22 |
+
"custom_load": false,
|
| 23 |
+
"first_conv": "conv_stem",
|
| 24 |
+
"fixed_input_size": false,
|
| 25 |
+
"input_size": [
|
| 26 |
+
3,
|
| 27 |
+
224,
|
| 28 |
+
224
|
| 29 |
+
],
|
| 30 |
+
"interpolation": "bicubic",
|
| 31 |
+
"mean": [
|
| 32 |
+
0.485,
|
| 33 |
+
0.456,
|
| 34 |
+
0.406
|
| 35 |
+
],
|
| 36 |
+
"pool_size": [
|
| 37 |
+
7,
|
| 38 |
+
7
|
| 39 |
+
],
|
| 40 |
+
"std": [
|
| 41 |
+
0.229,
|
| 42 |
+
0.224,
|
| 43 |
+
0.225
|
| 44 |
+
],
|
| 45 |
+
"tag": "lamb_in1k"
|
| 46 |
+
},
|
| 47 |
+
"problem_type": "single_label_classification",
|
| 48 |
+
"transformers_version": "5.3.0",
|
| 49 |
+
"use_cache": false
|
| 50 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fc3c3f7e9e451823f38a15317ae9928b73cbe41d3ffb9111bfed0b486cc7f17c
|
| 3 |
+
size 6154236
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e078e04293975ba47a8c39135e7d601658ca5bf0498370700501a828f5b41ec2
|
| 3 |
+
size 5265
|