SeaSponge commited on
Commit
8ed4f7e
·
verified ·
1 Parent(s): 2ef28da

Training in progress, step 10

Browse files
config.json CHANGED
@@ -1,32 +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": "leopard",
13
- "1": "hyena"
14
- },
15
- "image_size": 224,
16
- "initializer_range": 0.02,
17
- "intermediate_size": 3072,
18
- "label2id": {
19
- "hyena": 1,
20
- "leopard": 0
21
- },
22
- "layer_norm_eps": 1e-12,
23
- "model_type": "vit",
24
- "num_attention_heads": 12,
25
- "num_channels": 3,
26
- "num_hidden_layers": 12,
27
- "patch_size": 16,
28
- "problem_type": "single_label_classification",
29
- "qkv_bias": true,
30
- "torch_dtype": "float32",
31
- "transformers_version": "4.46.3"
32
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c9da16a01bc3d892a6f0d959f8b671d66ab813213542b3b483e32b76591b5aa1
3
- size 343223968
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8d2b67f9265cbf7fc6d76304bd63ba5d78c38404eb8bb4e6f776b6b60547393
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_10-45-24_seasponge-msi/events.out.tfevents.1733769925.seasponge-msi ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c45c2d652bd561e5ac296b7953e63ad83b1d07d3f618fe6318aa18c2df02bb72
3
+ size 5275
runs/Dec09_10-48-44_seasponge-msi/events.out.tfevents.1733770125.seasponge-msi ADDED
File without changes
runs/Dec09_10-49-56_seasponge-msi/events.out.tfevents.1733770197.seasponge-msi ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:049bc7a1a93339b6c357aa7c8d1cca3d0fa9cb5b8c798d2aac875d7a9fe26a5b
3
+ size 5275
runs/Dec09_10-52-52_seasponge-msi/events.out.tfevents.1733770373.seasponge-msi ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd5b585e40a4e88692085c74bcf82aaded770f0e953d50ab82139032f9f66c10
3
+ size 4973
runs/Dec09_10-54-22_seasponge-msi/events.out.tfevents.1733770462.seasponge-msi ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e79e101c9e1d14e1bbff5d028600b923d0b6c18300fc6479759064a7e6ed7d83
3
+ size 5275
runs/Dec09_10-59-05_seasponge-msi/events.out.tfevents.1733770746.seasponge-msi ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b11a67e883232bfc5f8309b5a9b6c828118c539847b6288152a5e40e1972656a
3
+ size 5275
runs/Dec09_11-02-45_seasponge-msi/events.out.tfevents.1733770965.seasponge-msi ADDED
File without changes
runs/Dec09_11-04-18_seasponge-msi/events.out.tfevents.1733771058.seasponge-msi ADDED
File without changes
runs/Dec09_11-10-35_seasponge-msi/events.out.tfevents.1733771437.seasponge-msi ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4174498b62efab820abdb8432c1681d2ccd5af68a1ac830fc90e65df3d79356
3
+ size 5277
runs/Dec09_11-11-24_seasponge-msi/events.out.tfevents.1733771484.seasponge-msi ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06afef351cbaa95ec965f6b5bf245b874f5a16f6545b426a7d9180eff99355e0
3
+ size 5521
runs/Dec09_11-17-44_seasponge-msi/events.out.tfevents.1733771865.seasponge-msi ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4c5e9c130702ce2b4ca0fd34c6b1fa236defae784af4a4207f1956292cc3d22
3
+ size 5485
runs/Dec09_11-22-41_seasponge-msi/events.out.tfevents.1733772162.seasponge-msi ADDED
Binary file (6.32 kB). View file
 
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1f30ce79dcec70271da99f6ab7ff22b3a034ddc3c4331a9dc1b64a30725a04b9
3
- size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:366567f50ffd1437ad3136c7842eeca4d57bac3fd550b265f2a27fe46c2e9aee
3
+ size 5240