mrm8488 commited on
Commit
7fc7e0b
1 Parent(s): 105cf5f

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/convnext-tiny-224",
3
+ "architectures": [
4
+ "ConvNextForImageClassification"
5
+ ],
6
+ "depths": [
7
+ 3,
8
+ 3,
9
+ 9,
10
+ 3
11
+ ],
12
+ "drop_path_rate": 0.0,
13
+ "hidden_act": "gelu",
14
+ "hidden_sizes": [
15
+ 96,
16
+ 192,
17
+ 384,
18
+ 768
19
+ ],
20
+ "id2label": {
21
+ "0": "angular_leaf_spot",
22
+ "1": "bean_rust",
23
+ "2": "healthy"
24
+ },
25
+ "image_size": 224,
26
+ "initializer_range": 0.02,
27
+ "label2id": {
28
+ "angular_leaf_spot": 0,
29
+ "bean_rust": 1,
30
+ "healthy": 2
31
+ },
32
+ "layer_norm_eps": 1e-12,
33
+ "layer_scale_init_value": 1e-06,
34
+ "model_type": "convnext",
35
+ "num_channels": 3,
36
+ "num_stages": 4,
37
+ "patch_size": 4,
38
+ "problem_type": "single_label_classification",
39
+ "torch_dtype": "float32",
40
+ "transformers_version": "4.18.0"
41
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_pct": null,
3
+ "do_normalize": true,
4
+ "do_resize": "facebook/convnext-tiny-224",
5
+ "feature_extractor_type": "ConvNextFeatureExtractor",
6
+ "image_mean": [
7
+ 0.485,
8
+ 0.456,
9
+ 0.406
10
+ ],
11
+ "image_std": [
12
+ 0.229,
13
+ 0.224,
14
+ 0.225
15
+ ],
16
+ "resample": 3,
17
+ "size": 224
18
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e07aab0373a4aa1acfa5791eafceb740badd22c60c2d71a3a11e74d8f8607869
3
+ size 111350421
runs/Apr25_13-17-49_02b8e79d2086/1650892731.622044/events.out.tfevents.1650892731.02b8e79d2086.72.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f7d786cc1429c5fc9a515d0a6a6738482c081e1bc28e8fa649eeed59d315a70
3
+ size 4906
runs/Apr25_13-17-49_02b8e79d2086/events.out.tfevents.1650892727.02b8e79d2086.72.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a5effc56be3c896ab38e4b6e8da3e65b9e7095eef0fcb4fa4546f9280ba583a
3
+ size 4094
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48067872857057041a0bbb7d56c040de2e2303dc1b2ba40ef7af701bb6ff73ed
3
+ size 3119