carolinetfls commited on
Commit
6744da8
1 Parent(s): ce8b86b

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:2658ab9930138b2bd3b97aa39f58af153c746bcf57946b3e0252648259bcf388
3
+ size 343299437
runs/Apr24_17-05-48_cf7cb9780036/1682355996.3376741/events.out.tfevents.1682355996.cf7cb9780036.317.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6462b5a41858f133d15598d43c7155d56ada6d71687d9df903f2ea39f6c1a44
3
+ size 5965
runs/Apr24_17-05-48_cf7cb9780036/events.out.tfevents.1682355996.cf7cb9780036.317.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bb9f31f257bb983f98acbb4ba6acf67b6e33001f976ae4373d23754a0c4c0ed
3
+ size 6483
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75ae1a690b01ab6acba4f2d35418090c7b31dca45701525cd2ad3825a3648090
3
+ size 3643