carolinetfls commited on
Commit
01f8870
1 Parent(s): 3cc38ab

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:68135f4b01d32c7f02a7d4feb98ebcd7fd5e153ff028ba4601d2fb3fbd54a32a
3
+ size 343299437
runs/Apr23_18-55-33_297b8b66174f/1682276161.3500009/events.out.tfevents.1682276161.297b8b66174f.598.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24c47e7c75cafe4c66cf79d3ffd2895bd398ad39c54c3f21f2ba7e9050e77dcb
3
+ size 5959
runs/Apr23_18-55-33_297b8b66174f/events.out.tfevents.1682276161.297b8b66174f.598.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a041dc42cd51cb8c9cc4d42022a7043c20fc9db51b22ee805a8304bc059eb760
3
+ size 6477
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:146b4a9c88d380dee52a9806c13391e0fb48a7e1713045ef2f976a0e9861f9b8
3
+ size 3643