AthiraVr commited on
Commit
a979010
1 Parent(s): 10793df

Model save

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/dit-base-finetuned-rvlcdip",
3
+ "architectures": [
4
+ "BeitForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "auxiliary_channels": 256,
8
+ "auxiliary_concat_input": false,
9
+ "auxiliary_loss_weight": 0.4,
10
+ "auxiliary_num_convs": 1,
11
+ "drop_path_rate": 0.1,
12
+ "hidden_act": "gelu",
13
+ "hidden_dropout_prob": 0.0,
14
+ "hidden_size": 768,
15
+ "id2label": {
16
+ "0": "claims_car_abs_customers",
17
+ "1": "claims_car_abs_invoices",
18
+ "2": "claims_car_unity_x_t_h_clients_invoices",
19
+ "3": "claims_car_unity_x_t_invoices",
20
+ "4": "claims_retail",
21
+ "5": "claims_travel_assistance",
22
+ "6": "claims_travel_best_price_guarantee",
23
+ "7": "claims_travel_cancellation",
24
+ "8": "claims_travel_travel_cancellation"
25
+ },
26
+ "image_size": 224,
27
+ "initializer_range": 0.02,
28
+ "intermediate_size": 3072,
29
+ "label2id": {
30
+ "claims_car_abs_customers": 0,
31
+ "claims_car_abs_invoices": 1,
32
+ "claims_car_unity_x_t_h_clients_invoices": 2,
33
+ "claims_car_unity_x_t_invoices": 3,
34
+ "claims_retail": 4,
35
+ "claims_travel_assistance": 5,
36
+ "claims_travel_best_price_guarantee": 6,
37
+ "claims_travel_cancellation": 7,
38
+ "claims_travel_travel_cancellation": 8
39
+ },
40
+ "layer_norm_eps": 1e-12,
41
+ "layer_scale_init_value": 0.1,
42
+ "model_type": "beit",
43
+ "num_attention_heads": 12,
44
+ "num_channels": 3,
45
+ "num_hidden_layers": 12,
46
+ "out_indices": [
47
+ 3,
48
+ 5,
49
+ 7,
50
+ 11
51
+ ],
52
+ "patch_size": 16,
53
+ "pool_scales": [
54
+ 1,
55
+ 2,
56
+ 3,
57
+ 6
58
+ ],
59
+ "problem_type": "single_label_classification",
60
+ "semantic_loss_ignore_index": 255,
61
+ "torch_dtype": "float32",
62
+ "transformers_version": "4.26.1",
63
+ "use_absolute_position_embeddings": true,
64
+ "use_auxiliary_head": true,
65
+ "use_mask_token": false,
66
+ "use_mean_pooling": true,
67
+ "use_relative_position_bias": false,
68
+ "use_shared_relative_position_bias": false,
69
+ "vocab_size": 8192
70
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "feature_extractor_type": "BeitFeatureExtractor",
12
+ "image_mean": [
13
+ 0.5,
14
+ 0.5,
15
+ 0.5
16
+ ],
17
+ "image_processor_type": "BeitFeatureExtractor",
18
+ "image_std": [
19
+ 0.5,
20
+ 0.5,
21
+ 0.5
22
+ ],
23
+ "resample": 2,
24
+ "rescale_factor": 0.00392156862745098,
25
+ "size": {
26
+ "height": 224,
27
+ "width": 224
28
+ }
29
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:264d761e5017da2c5e2a3057564537ddeaa1ea1869e6469d9f32ca13c6009837
3
+ size 343330909
runs/Feb27_05-08-49_4c0f5374dd25/1677474554.6032622/events.out.tfevents.1677474554.4c0f5374dd25.125.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b7cc06fe312ab799f7f6876f9a515afd80a491b23da3c8474728a15e44a5a9b
3
+ size 5749
runs/Feb27_05-08-49_4c0f5374dd25/events.out.tfevents.1677474554.4c0f5374dd25.125.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57921f4c433b17941a8f87fdf56e932f91b75cb2178166a532003a9ec9baa919
3
+ size 214429
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcb9757090e7b2a4988eb1839a30a0e2f506451332e35b152b6aba233c97f226
3
+ size 3579