rvchi-schwenn commited on
Commit
0f0e416
·
verified ·
1 Parent(s): 0e2c254

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/beit-base-patch16-224-pt22k-ft22k",
3
+ "add_fpn": false,
4
+ "architectures": [
5
+ "BeitForImageClassification"
6
+ ],
7
+ "attention_probs_dropout_prob": 0.0,
8
+ "auxiliary_channels": 256,
9
+ "auxiliary_concat_input": false,
10
+ "auxiliary_loss_weight": 0.4,
11
+ "auxiliary_num_convs": 1,
12
+ "drop_path_rate": 0.1,
13
+ "hidden_act": "gelu",
14
+ "hidden_dropout_prob": 0.0,
15
+ "hidden_size": 768,
16
+ "id2label": {
17
+ "0": "Nature/Landscape",
18
+ "1": "Data visualization",
19
+ "2": "Activism/Protest",
20
+ "3": "Infographics",
21
+ "4": "Memes/political cartoons",
22
+ "5": " News/Media",
23
+ "6": "Text only",
24
+ "7": "Other"
25
+ },
26
+ "image_size": 224,
27
+ "initializer_range": 0.02,
28
+ "intermediate_size": 3072,
29
+ "label2id": {
30
+ " News/Media": "5",
31
+ "Activism/Protest": "2",
32
+ "Data visualization": "1",
33
+ "Infographics": "3",
34
+ "Memes/political cartoons": "4",
35
+ "Nature/Landscape": "0",
36
+ "Other": "7",
37
+ "Text only": "6"
38
+ },
39
+ "layer_norm_eps": 1e-12,
40
+ "layer_scale_init_value": 0.1,
41
+ "model_type": "beit",
42
+ "num_attention_heads": 12,
43
+ "num_channels": 3,
44
+ "num_hidden_layers": 12,
45
+ "out_features": [
46
+ "stage12"
47
+ ],
48
+ "out_indices": [
49
+ 12
50
+ ],
51
+ "patch_size": 16,
52
+ "pool_scales": [
53
+ 1,
54
+ 2,
55
+ 3,
56
+ 6
57
+ ],
58
+ "problem_type": "single_label_classification",
59
+ "reshape_hidden_states": true,
60
+ "semantic_loss_ignore_index": 255,
61
+ "stage_names": [
62
+ "stem",
63
+ "stage1",
64
+ "stage2",
65
+ "stage3",
66
+ "stage4",
67
+ "stage5",
68
+ "stage6",
69
+ "stage7",
70
+ "stage8",
71
+ "stage9",
72
+ "stage10",
73
+ "stage11",
74
+ "stage12"
75
+ ],
76
+ "torch_dtype": "float32",
77
+ "transformers_version": "4.42.4",
78
+ "use_absolute_position_embeddings": false,
79
+ "use_auxiliary_head": true,
80
+ "use_mask_token": false,
81
+ "use_mean_pooling": true,
82
+ "use_relative_position_bias": true,
83
+ "use_shared_relative_position_bias": false,
84
+ "vocab_size": 8192
85
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc77d89ce0a33038ad69b85a0e7651f805f1aa4d2ecc3089b9e705c363ebc08b
3
+ size 343098784
preprocessor_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 224,
4
+ "width": 224
5
+ },
6
+ "do_center_crop": false,
7
+ "do_normalize": true,
8
+ "do_reduce_labels": false,
9
+ "do_rescale": true,
10
+ "do_resize": true,
11
+ "image_mean": [
12
+ 0.5,
13
+ 0.5,
14
+ 0.5
15
+ ],
16
+ "image_processor_type": "BeitImageProcessor",
17
+ "image_std": [
18
+ 0.5,
19
+ 0.5,
20
+ 0.5
21
+ ],
22
+ "resample": 2,
23
+ "rescale_factor": 0.00392156862745098,
24
+ "size": {
25
+ "height": 224,
26
+ "width": 224
27
+ }
28
+ }
runs/Aug08_18-20-28_d8850ff0681b/events.out.tfevents.1723141248.d8850ff0681b.18160.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94cae5e16ad6d7a33ae43e24f1353d7915a81b41060d94e1ea2a5e387da80bc7
3
+ size 6702
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0ac2d089243a02f0ab5ccc0f56f9f4be21b4803fbd2bc6d34f75bbd80808b8b
3
+ size 5240