SeaSponge commited on
Commit
db34a80
·
verified ·
1 Parent(s): 5017071

Training in progress, step 10

Browse files
config.json CHANGED
@@ -1,50 +1,50 @@
1
- {
2
- "_name_or_path": "google/vit-base-patch16-224-in21k",
3
- "architectures": [
4
- "GlowViT"
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": "lion",
13
- "1": "raccoon",
14
- "2": "tiger",
15
- "3": "wolf",
16
- "4": "bear",
17
- "5": "hare",
18
- "6": "fox",
19
- "7": "deer",
20
- "8": "leopard",
21
- "9": "hyena",
22
- "10": "antelope"
23
- },
24
- "image_size": 224,
25
- "initializer_range": 0.02,
26
- "intermediate_size": 3072,
27
- "label2id": {
28
- "antelope": 10,
29
- "bear": 4,
30
- "deer": 7,
31
- "fox": 6,
32
- "hare": 5,
33
- "hyena": 9,
34
- "leopard": 8,
35
- "lion": 0,
36
- "raccoon": 1,
37
- "tiger": 2,
38
- "wolf": 3
39
- },
40
- "layer_norm_eps": 1e-12,
41
- "model_type": "vit",
42
- "num_attention_heads": 12,
43
- "num_channels": 3,
44
- "num_hidden_layers": 12,
45
- "patch_size": 16,
46
- "problem_type": "single_label_classification",
47
- "qkv_bias": true,
48
- "torch_dtype": "float32",
49
- "transformers_version": "4.46.2"
50
- }
 
1
+ {
2
+ "_name_or_path": "google/vit-base-patch16-224-in21k",
3
+ "architectures": [
4
+ "GlowViT"
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": "lion",
13
+ "1": "raccoon",
14
+ "2": "tiger",
15
+ "3": "wolf",
16
+ "4": "bear",
17
+ "5": "hare",
18
+ "6": "fox",
19
+ "7": "deer",
20
+ "8": "leopard",
21
+ "9": "hyena",
22
+ "10": "antelope"
23
+ },
24
+ "image_size": 224,
25
+ "initializer_range": 0.02,
26
+ "intermediate_size": 3072,
27
+ "label2id": {
28
+ "antelope": 10,
29
+ "bear": 4,
30
+ "deer": 7,
31
+ "fox": 6,
32
+ "hare": 5,
33
+ "hyena": 9,
34
+ "leopard": 8,
35
+ "lion": 0,
36
+ "raccoon": 1,
37
+ "tiger": 2,
38
+ "wolf": 3
39
+ },
40
+ "layer_norm_eps": 1e-12,
41
+ "model_type": "vit",
42
+ "num_attention_heads": 12,
43
+ "num_channels": 3,
44
+ "num_hidden_layers": 12,
45
+ "patch_size": 16,
46
+ "problem_type": "single_label_classification",
47
+ "qkv_bias": true,
48
+ "torch_dtype": "float32",
49
+ "transformers_version": "4.44.2"
50
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b2a2fc550c4b467953e9702564c9e3d9b241d1fefb274f7086f79cdba75c8c73
3
  size 343251660
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27d9c21fbadc889f69e5e01c5d7863c2e2dc23a1a88fb751e9cae4367ac1d5a7
3
  size 343251660
preprocessor_config.json CHANGED
@@ -1,22 +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
- }
 
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
+ }
runs/Dec09_21-34-35_dsmlp-jupyter-yaouyang/events.out.tfevents.1733780076.dsmlp-jupyter-yaouyang.627.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25667fe7b7910a5ca907796741174802d574aeb4430e0d9dbf52a86c46a8cd42
3
+ size 88
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:366567f50ffd1437ad3136c7842eeca4d57bac3fd550b265f2a27fe46c2e9aee
3
- size 5240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72c09e47537cf7062efe2b30377d04602ca7c9d0b826a3fcb35bbfd8ae99796d
3
+ size 5176