hn11235 commited on
Commit
90c5e0e
·
1 Parent(s): 22656e6

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.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:631ea497fa58e2ce4c48555aaa30196304ff68a2e2a884068cbb97575a07abd1
3
+ size 343299437
runs/Apr14_22-26-06_486d38fecd2a/1681511172.4238331/events.out.tfevents.1681511172.486d38fecd2a.163.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52b94786bc809843f5f48a64c004d0350621200b08c21f79ce98a76fae37c180
3
+ size 5868
runs/Apr14_22-26-06_486d38fecd2a/events.out.tfevents.1681511172.486d38fecd2a.163.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51ed8b9fbde0e9df2d46751afd71abebc08465ac374f0c88e89f5daafcede8b3
3
+ size 6225
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e63508fa016e1d593bf5232b2542469d6c58167948261faac8667d7ebb3167cc
3
+ size 3579