qubvel-hf HF staff commited on
Commit
37bb470
1 Parent(s): cc0e660

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "timm/resnet18.a1_in1k",
3
+ "architecture": "resnet18",
4
+ "architectures": [
5
+ "TimmWrapperForImageClassification"
6
+ ],
7
+ "finetuning_task": "image-classification",
8
+ "id2label": {
9
+ "0": "angular_leaf_spot",
10
+ "1": "bean_rust",
11
+ "2": "healthy"
12
+ },
13
+ "initializer_range": 0.02,
14
+ "label2id": {
15
+ "angular_leaf_spot": "0",
16
+ "bean_rust": "1",
17
+ "healthy": "2"
18
+ },
19
+ "model_type": "timm_wrapper",
20
+ "num_classes": 1000,
21
+ "num_features": 512,
22
+ "pretrained_cfg": {
23
+ "classifier": "fc",
24
+ "crop_mode": "center",
25
+ "crop_pct": 0.95,
26
+ "custom_load": false,
27
+ "first_conv": "conv1",
28
+ "fixed_input_size": false,
29
+ "input_size": [
30
+ 3,
31
+ 224,
32
+ 224
33
+ ],
34
+ "interpolation": "bicubic",
35
+ "mean": [
36
+ 0.485,
37
+ 0.456,
38
+ 0.406
39
+ ],
40
+ "num_classes": 1000,
41
+ "origin_url": "https://github.com/huggingface/pytorch-image-models",
42
+ "paper_ids": "arXiv:2110.00476",
43
+ "pool_size": [
44
+ 7,
45
+ 7
46
+ ],
47
+ "std": [
48
+ 0.229,
49
+ 0.224,
50
+ 0.225
51
+ ],
52
+ "tag": "a1_in1k",
53
+ "test_crop_pct": 1.0,
54
+ "test_input_size": [
55
+ 3,
56
+ 288,
57
+ 288
58
+ ]
59
+ },
60
+ "problem_type": "single_label_classification",
61
+ "torch_dtype": "float32",
62
+ "transformers_version": "4.46.0.dev0"
63
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:daf49eef23beb2ccd925a13f4af84a8bd5e5e82d3f7e678ae59da76fd7f53ae5
3
+ size 44762892
preprocessor_config.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "resnet18",
3
+ "data_config": {
4
+ "crop_mode": "center",
5
+ "crop_pct": 0.95,
6
+ "input_size": [
7
+ 3,
8
+ 224,
9
+ 224
10
+ ],
11
+ "interpolation": "bicubic",
12
+ "mean": [
13
+ 0.485,
14
+ 0.456,
15
+ 0.406
16
+ ],
17
+ "std": [
18
+ 0.229,
19
+ 0.224,
20
+ 0.225
21
+ ]
22
+ },
23
+ "image_processor_type": "TimmWrapperImageProcessor",
24
+ "num_classes": 1000,
25
+ "num_features": 512,
26
+ "pretrained_cfg": {
27
+ "classifier": "fc",
28
+ "crop_mode": "center",
29
+ "crop_pct": 0.95,
30
+ "custom_load": false,
31
+ "first_conv": "conv1",
32
+ "fixed_input_size": false,
33
+ "input_size": [
34
+ 3,
35
+ 224,
36
+ 224
37
+ ],
38
+ "interpolation": "bicubic",
39
+ "mean": [
40
+ 0.485,
41
+ 0.456,
42
+ 0.406
43
+ ],
44
+ "num_classes": 1000,
45
+ "origin_url": "https://github.com/huggingface/pytorch-image-models",
46
+ "paper_ids": "arXiv:2110.00476",
47
+ "pool_size": [
48
+ 7,
49
+ 7
50
+ ],
51
+ "std": [
52
+ 0.229,
53
+ 0.224,
54
+ 0.225
55
+ ],
56
+ "tag": "a1_in1k",
57
+ "test_crop_pct": 1.0,
58
+ "test_input_size": [
59
+ 3,
60
+ 288,
61
+ 288
62
+ ]
63
+ }
64
+ }
runs/Nov01_14-17-54_ip-10-90-1-182/events.out.tfevents.1730470678.ip-10-90-1-182.135750.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ffd0e29976ca3283868683d7db68bd52700bd6030f4e3c54a3648655fd87042
3
+ size 8530
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d86bf4512b1fc4c61f10df7231b02ce22a8ea739310304e331ef486e8c281172
3
+ size 5304