gustavomalkomes commited on
Commit
7118066
1 Parent(s): 7f4dbef

Training in progress, step 500

Browse files
config.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "finetuning_task": "image-classification",
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.0,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "advertisement",
14
+ "1": "budget",
15
+ "10": "presentation",
16
+ "11": "questionnaire",
17
+ "12": "resume",
18
+ "13": "scientific publication",
19
+ "14": "scientific report",
20
+ "15": "specification",
21
+ "2": "email",
22
+ "3": "file folder",
23
+ "4": "form",
24
+ "5": "handwritten",
25
+ "6": "invoice",
26
+ "7": "letter",
27
+ "8": "memo",
28
+ "9": "news article"
29
+ },
30
+ "image_size": 224,
31
+ "initializer_range": 0.02,
32
+ "intermediate_size": 3072,
33
+ "label2id": {
34
+ "advertisement": "0",
35
+ "budget": "1",
36
+ "email": "2",
37
+ "file folder": "3",
38
+ "form": "4",
39
+ "handwritten": "5",
40
+ "invoice": "6",
41
+ "letter": "7",
42
+ "memo": "8",
43
+ "news article": "9",
44
+ "presentation": "10",
45
+ "questionnaire": "11",
46
+ "resume": "12",
47
+ "scientific publication": "13",
48
+ "scientific report": "14",
49
+ "specification": "15"
50
+ },
51
+ "layer_norm_eps": 1e-12,
52
+ "model_type": "vit",
53
+ "num_attention_heads": 12,
54
+ "num_channels": 3,
55
+ "num_hidden_layers": 12,
56
+ "patch_size": 16,
57
+ "problem_type": "single_label_classification",
58
+ "qkv_bias": true,
59
+ "torch_dtype": "float32",
60
+ "transformers_version": "4.45.2"
61
+ }
gaudi_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "autocast_bf16_ops": null,
3
+ "autocast_fp32_ops": null,
4
+ "optimum_version": "1.23.3",
5
+ "transformers_version": "4.45.2",
6
+ "use_dynamic_shapes": false,
7
+ "use_fused_adam": true,
8
+ "use_fused_clip_norm": true,
9
+ "use_torch_autocast": true
10
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f20489f7fa9c382e1aad957d7f45e250200bc45bd42554e651152c0711be2af4
3
+ size 343267040
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
+ }
runs/Nov05_22-20-27_800672-7/events.out.tfevents.1730845238.800672-7.317.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65bfae01634a53c0fca9347820a9e6ecc979b5b0196450a2c3333007294a1062
3
+ size 6681
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af6d2c522fc14191a875be8ccb013926dac53f51c25dd87f5c839fc01726dd13
3
+ size 5112