giahy2507 commited on
Commit
047cabd
1 Parent(s): e279924

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.0,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "area",
13
+ "1": "heatmap",
14
+ "10": "scatter_line",
15
+ "11": "surface",
16
+ "12": "vertical_bar",
17
+ "13": "vertical_box",
18
+ "14": "vertical_interval",
19
+ "15": "violon",
20
+ "2": "horizontal_bar",
21
+ "3": "horizontal_interval",
22
+ "4": "line",
23
+ "5": "manhattan",
24
+ "6": "map",
25
+ "7": "other",
26
+ "8": "pie",
27
+ "9": "scatter"
28
+ },
29
+ "image_size": 224,
30
+ "initializer_range": 0.02,
31
+ "intermediate_size": 3072,
32
+ "label2id": {
33
+ "area": "0",
34
+ "heatmap": "1",
35
+ "horizontal_bar": "2",
36
+ "horizontal_interval": "3",
37
+ "line": "4",
38
+ "manhattan": "5",
39
+ "map": "6",
40
+ "other": "7",
41
+ "pie": "8",
42
+ "scatter": "9",
43
+ "scatter_line": "10",
44
+ "surface": "11",
45
+ "vertical_bar": "12",
46
+ "vertical_box": "13",
47
+ "vertical_interval": "14",
48
+ "violon": "15"
49
+ },
50
+ "layer_norm_eps": 1e-12,
51
+ "model_type": "vit",
52
+ "num_attention_heads": 12,
53
+ "num_channels": 3,
54
+ "num_hidden_layers": 12,
55
+ "patch_size": 16,
56
+ "problem_type": "single_label_classification",
57
+ "qkv_bias": true,
58
+ "torch_dtype": "float32",
59
+ "transformers_version": "4.40.0"
60
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:faf7eaf6717ab62ae3306294e3d4898343abd34eee839686a47e0bd89b05b093
3
+ size 343267040
preprocessor_config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_valid_processor_keys": [
3
+ "images",
4
+ "do_resize",
5
+ "size",
6
+ "resample",
7
+ "do_rescale",
8
+ "rescale_factor",
9
+ "do_normalize",
10
+ "image_mean",
11
+ "image_std",
12
+ "return_tensors",
13
+ "data_format",
14
+ "input_data_format"
15
+ ],
16
+ "do_normalize": true,
17
+ "do_rescale": true,
18
+ "do_resize": true,
19
+ "image_mean": [
20
+ 0.5,
21
+ 0.5,
22
+ 0.5
23
+ ],
24
+ "image_processor_type": "ViTImageProcessor",
25
+ "image_std": [
26
+ 0.5,
27
+ 0.5,
28
+ 0.5
29
+ ],
30
+ "resample": 2,
31
+ "rescale_factor": 0.00392156862745098,
32
+ "size": {
33
+ "height": 224,
34
+ "width": 224
35
+ }
36
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4a4d65dbac708df0df7eea6fc5e0a5d2f60655c4518c51249478529ba0e4d36
3
+ size 4984