Jiajing commited on
Commit
16b7eff
1 Parent(s): 0131f62

Training in progress, epoch 0

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-in21k",
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.27.4"
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:b0cb1c32e626569e6d05c1b9d1924c0dbd18067ce9b130dce82492d4aeba6ddb
3
+ size 343299437
runs/Apr05_09-44-31_73933de6d87e/1680687880.267857/events.out.tfevents.1680687880.73933de6d87e.16709.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51b83d5f28e97942c46f9a7f09879727677e0a2c837be288b7cb5f2cf6ba7aae
3
+ size 5815
runs/Apr05_09-44-31_73933de6d87e/events.out.tfevents.1680687880.73933de6d87e.16709.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f004fc856a284891a7b3fd3303f8e04d16587b786d04bc347de1fdcd7854eb7
3
+ size 5580
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cde336e6c4f6290c165b191be336f6a69d3bc07e503e0cc99961dbd2f94ca97
3
+ size 3579