carolinetfls commited on
Commit
648f3d4
1 Parent(s): 53fcc17

Training in progress, step 100

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/vit-base-patch16-224",
3
+ "architectures": [
4
+ "ViTForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "encoder_stride": 16,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.0,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "Black-grass",
13
+ "1": "Charlock",
14
+ "10": "Small-flowered Cranesbill",
15
+ "11": "Sugar beet",
16
+ "2": "Cleavers",
17
+ "3": "Common Chickweed",
18
+ "4": "Common wheat",
19
+ "5": "Fat Hen",
20
+ "6": "Loose Silky-bent",
21
+ "7": "Maize",
22
+ "8": "Scentless Mayweed",
23
+ "9": "Shepherds Purse"
24
+ },
25
+ "image_size": 224,
26
+ "initializer_range": 0.02,
27
+ "intermediate_size": 3072,
28
+ "label2id": {
29
+ "Black-grass": "0",
30
+ "Charlock": "1",
31
+ "Cleavers": "2",
32
+ "Common Chickweed": "3",
33
+ "Common wheat": "4",
34
+ "Fat Hen": "5",
35
+ "Loose Silky-bent": "6",
36
+ "Maize": "7",
37
+ "Scentless Mayweed": "8",
38
+ "Shepherds Purse": "9",
39
+ "Small-flowered Cranesbill": "10",
40
+ "Sugar beet": "11"
41
+ },
42
+ "layer_norm_eps": 1e-12,
43
+ "model_type": "vit",
44
+ "num_attention_heads": 12,
45
+ "num_channels": 3,
46
+ "num_hidden_layers": 12,
47
+ "patch_size": 16,
48
+ "problem_type": "single_label_classification",
49
+ "qkv_bias": true,
50
+ "torch_dtype": "float32",
51
+ "transformers_version": "4.28.1"
52
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_rescale": true,
4
+ "do_resize": true,
5
+ "image_mean": [
6
+ 0.5,
7
+ 0.5,
8
+ 0.5
9
+ ],
10
+ "image_processor_type": "ViTImageProcessor",
11
+ "image_std": [
12
+ 0.5,
13
+ 0.5,
14
+ 0.5
15
+ ],
16
+ "resample": 2,
17
+ "rescale_factor": 0.00392156862745098,
18
+ "size": {
19
+ "height": 224,
20
+ "width": 224
21
+ }
22
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:072da5361d8f4ef20711e972c6cd7524860a1113a6728c6e02235c3ae60e0eaf
3
+ size 343299437
runs/Apr24_21-48-54_a4525e37a013/1682372942.7523375/events.out.tfevents.1682372942.a4525e37a013.162.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5002b70a45dacd93ab1eb8f15b82ec0fdfa7e4bc5eccf55ad66ea5ecffd9d89a
3
+ size 5980
runs/Apr24_21-48-54_a4525e37a013/events.out.tfevents.1682372942.a4525e37a013.162.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:690e87f3d16beb52dde44294db6aeaa0d46596570ce5c26f9c1a5b7a887fcdf5
3
+ size 6181
runs/Apr24_22-18-05_a4525e37a013/1682374692.6262672/events.out.tfevents.1682374692.a4525e37a013.162.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:838b4f2caa2340760705c71674f1b1f2799f5457a321c73e42dade333ae6d9c7
3
+ size 5980
runs/Apr24_22-18-05_a4525e37a013/events.out.tfevents.1682374692.a4525e37a013.162.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8657250cc17a4fba82e7380a4d88868d31cfd5bf3758a2a72f63dc573667f1a2
3
+ size 6547
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b1c6a859d267d7c4d80923599503fb950d71aa6e31107e04d13d8ef93e69703
3
+ size 3643