MichaelMM2000 commited on
Commit
e5bc92e
·
verified ·
1 Parent(s): 6ded516

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,49 +1,49 @@
1
- {
2
- "architectures": [
3
- "ViTForImageClassification"
4
- ],
5
- "attention_probs_dropout_prob": 0.0,
6
- "encoder_stride": 16,
7
- "hidden_act": "gelu",
8
- "hidden_dropout_prob": 0.0,
9
- "hidden_size": 768,
10
- "id2label": {
11
- "0": 0,
12
- "1": 1,
13
- "2": 2,
14
- "3": 3,
15
- "4": 4,
16
- "5": 5,
17
- "6": 6,
18
- "7": 7,
19
- "8": 8,
20
- "9": 9
21
- },
22
- "image_size": 224,
23
- "initializer_range": 0.02,
24
- "intermediate_size": 3072,
25
- "label2id": {
26
- "0": 0,
27
- "1": 1,
28
- "2": 2,
29
- "3": 3,
30
- "4": 4,
31
- "5": 5,
32
- "6": 6,
33
- "7": 7,
34
- "8": 8,
35
- "9": 9
36
- },
37
- "layer_norm_eps": 1e-12,
38
- "model_type": "vit",
39
- "num_attention_heads": 12,
40
- "num_channels": 3,
41
- "num_hidden_layers": 12,
42
- "patch_size": 16,
43
- "pooler_act": "tanh",
44
- "pooler_output_size": 768,
45
- "problem_type": "single_label_classification",
46
- "qkv_bias": true,
47
- "torch_dtype": "float32",
48
- "transformers_version": "4.52.3"
49
- }
 
1
+ {
2
+ "architectures": [
3
+ "ViTForImageClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.0,
6
+ "encoder_stride": 16,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.0,
9
+ "hidden_size": 768,
10
+ "id2label": {
11
+ "0": 0,
12
+ "1": 1,
13
+ "2": 2,
14
+ "3": 3,
15
+ "4": 4,
16
+ "5": 5,
17
+ "6": 6,
18
+ "7": 7,
19
+ "8": 8,
20
+ "9": 9
21
+ },
22
+ "image_size": 224,
23
+ "initializer_range": 0.02,
24
+ "intermediate_size": 3072,
25
+ "label2id": {
26
+ "0": 0,
27
+ "1": 1,
28
+ "2": 2,
29
+ "3": 3,
30
+ "4": 4,
31
+ "5": 5,
32
+ "6": 6,
33
+ "7": 7,
34
+ "8": 8,
35
+ "9": 9
36
+ },
37
+ "layer_norm_eps": 1e-12,
38
+ "model_type": "vit",
39
+ "num_attention_heads": 12,
40
+ "num_channels": 3,
41
+ "num_hidden_layers": 12,
42
+ "patch_size": 16,
43
+ "pooler_act": "tanh",
44
+ "pooler_output_size": 768,
45
+ "problem_type": "single_label_classification",
46
+ "qkv_bias": true,
47
+ "torch_dtype": "float32",
48
+ "transformers_version": "4.52.4"
49
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c383cbd3bbfc4d4a61c33c7a3fee6c08db1c77e2124f1f9418e96ed108152448
3
  size 343248584
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f268be48bcfd51616633479c01d4169175ecd21c08646168c0f2d573c806b14
3
  size 343248584
preprocessor_config.json CHANGED
@@ -1,23 +1,23 @@
1
- {
2
- "do_convert_rgb": null,
3
- "do_normalize": true,
4
- "do_rescale": true,
5
- "do_resize": true,
6
- "image_mean": [
7
- 0.5,
8
- 0.5,
9
- 0.5
10
- ],
11
- "image_processor_type": "ViTImageProcessor",
12
- "image_std": [
13
- 0.5,
14
- 0.5,
15
- 0.5
16
- ],
17
- "resample": 2,
18
- "rescale_factor": 0.00392156862745098,
19
- "size": {
20
- "height": 224,
21
- "width": 224
22
- }
23
- }
 
1
+ {
2
+ "do_convert_rgb": null,
3
+ "do_normalize": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "image_mean": [
7
+ 0.5,
8
+ 0.5,
9
+ 0.5
10
+ ],
11
+ "image_processor_type": "ViTImageProcessor",
12
+ "image_std": [
13
+ 0.5,
14
+ 0.5,
15
+ 0.5
16
+ ],
17
+ "resample": 2,
18
+ "rescale_factor": 0.00392156862745098,
19
+ "size": {
20
+ "height": 224,
21
+ "width": 224
22
+ }
23
+ }
runs/Jun01_10-55-24_cs-01jwnhdb68etg2xr4j1yga79wz/events.out.tfevents.1748775339.cs-01jwnhdb68etg2xr4j1yga79wz.2329.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f96a617e2f66320b08f0bba3ca6c390bc3dc4c698b4fddef23e94e25201bfe7
3
+ size 10330
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9718685bf013acf09990004fad12407729686b4fd566a24cda3ff5f66eb3a6ca
3
  size 5777
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:347711b3ea8d3e215e37bf2123e0139f53639b500155fec5205395dad27be8b7
3
  size 5777