carolinetfls commited on
Commit
692a321
1 Parent(s): b9727f6

Training in progress, step 100

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/beit-base-patch16-224",
3
+ "architectures": [
4
+ "BeitForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "auxiliary_channels": 256,
8
+ "auxiliary_concat_input": false,
9
+ "auxiliary_loss_weight": 0.4,
10
+ "auxiliary_num_convs": 1,
11
+ "drop_path_rate": 0.1,
12
+ "hidden_act": "gelu",
13
+ "hidden_dropout_prob": 0.0,
14
+ "hidden_size": 768,
15
+ "id2label": {
16
+ "0": "Black-grass",
17
+ "1": "Charlock",
18
+ "10": "Small-flowered Cranesbill",
19
+ "11": "Sugar beet",
20
+ "2": "Cleavers",
21
+ "3": "Common Chickweed",
22
+ "4": "Common wheat",
23
+ "5": "Fat Hen",
24
+ "6": "Loose Silky-bent",
25
+ "7": "Maize",
26
+ "8": "Scentless Mayweed",
27
+ "9": "Shepherds Purse"
28
+ },
29
+ "image_size": 224,
30
+ "initializer_range": 0.02,
31
+ "intermediate_size": 3072,
32
+ "label2id": {
33
+ "Black-grass": "0",
34
+ "Charlock": "1",
35
+ "Cleavers": "2",
36
+ "Common Chickweed": "3",
37
+ "Common wheat": "4",
38
+ "Fat Hen": "5",
39
+ "Loose Silky-bent": "6",
40
+ "Maize": "7",
41
+ "Scentless Mayweed": "8",
42
+ "Shepherds Purse": "9",
43
+ "Small-flowered Cranesbill": "10",
44
+ "Sugar beet": "11"
45
+ },
46
+ "layer_norm_eps": 1e-12,
47
+ "layer_scale_init_value": 0.1,
48
+ "model_type": "beit",
49
+ "num_attention_heads": 12,
50
+ "num_channels": 3,
51
+ "num_hidden_layers": 12,
52
+ "out_indices": [
53
+ 3,
54
+ 5,
55
+ 7,
56
+ 11
57
+ ],
58
+ "patch_size": 16,
59
+ "pool_scales": [
60
+ 1,
61
+ 2,
62
+ 3,
63
+ 6
64
+ ],
65
+ "problem_type": "single_label_classification",
66
+ "semantic_loss_ignore_index": 255,
67
+ "torch_dtype": "float32",
68
+ "transformers_version": "4.28.1",
69
+ "use_absolute_position_embeddings": false,
70
+ "use_auxiliary_head": true,
71
+ "use_mask_token": false,
72
+ "use_mean_pooling": true,
73
+ "use_relative_position_bias": true,
74
+ "use_shared_relative_position_bias": false,
75
+ "vocab_size": 8192
76
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 224,
4
+ "width": 224
5
+ },
6
+ "do_center_crop": false,
7
+ "do_normalize": true,
8
+ "do_reduce_labels": false,
9
+ "do_rescale": true,
10
+ "do_resize": true,
11
+ "feature_extractor_type": "BeitFeatureExtractor",
12
+ "image_mean": [
13
+ 0.5,
14
+ 0.5,
15
+ 0.5
16
+ ],
17
+ "image_processor_type": "BeitImageProcessor",
18
+ "image_std": [
19
+ 0.5,
20
+ 0.5,
21
+ 0.5
22
+ ],
23
+ "resample": 2,
24
+ "rescale_factor": 0.00392156862745098,
25
+ "size": {
26
+ "height": 224,
27
+ "width": 224
28
+ }
29
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82e16b004881cff5cc0b87091be0493eae2e1501779c78f009ea3a956ad0aa6d
3
+ size 346891129
runs/Apr26_01-57-38_f5f235a9d385/1682474264.554177/events.out.tfevents.1682474264.f5f235a9d385.755.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c524fd56a2939ee8b3abfb6a202ed0b4413a244da719a46d9b8db86d30b0f240
3
+ size 5911
runs/Apr26_01-57-38_f5f235a9d385/events.out.tfevents.1682474264.f5f235a9d385.755.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78812351849412926ed2d01d2c6349f1f55cd6e6a3a20495484a322591554d68
3
+ size 5120
runs/Apr26_02-00-18_f5f235a9d385/1682474424.4136565/events.out.tfevents.1682474424.f5f235a9d385.755.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93c49dca1010c93992086167a6fbc8a89b37791226fdfba89d0d2b58716a4fac
3
+ size 5911
runs/Apr26_02-00-18_f5f235a9d385/events.out.tfevents.1682474424.f5f235a9d385.755.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f840c3db2adab9ba9d43d3a049c21e9a4eea3945d1b44078c17081d5debfd64d
3
+ size 6977
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c905f61caf6a8612aae5401fa5102c9d9e51d5c73cd87da2c70de2dad65b165
3
+ size 3643