Atul8827 commited on
Commit
258500a
1 Parent(s): 1b586ad

Training in progress, step 200

Browse files
config.json ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "dandelin/vilt-b32-mlm",
3
+ "architectures": [
4
+ "ViltForQuestionAnswering"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.0,
9
+ "hidden_size": 768,
10
+ "id2label": {
11
+ "0": "10:00-17:00",
12
+ "1": "hajo",
13
+ "2": "06:00-18:00",
14
+ "3": "08:30-19:17",
15
+ "4": "assam_state_museum",
16
+ "5": "hampton_inn",
17
+ "6": "mayflower_hotel",
18
+ "7": "kamakhya_temple",
19
+ "8": "1751",
20
+ "9": "20-250_rupees",
21
+ "10": "14:30-17:30",
22
+ "11": "04:00-21:00",
23
+ "12": "free",
24
+ "13": "8th-9th_century",
25
+ "14": "sivasagar",
26
+ "15": "gruham_sojourn_homestay",
27
+ "16": "1583",
28
+ "17": "1994",
29
+ "18": "shreemoyee_inn",
30
+ "19": "06:00-21:00",
31
+ "20": "navagraha_temple",
32
+ "21": "click_hotel",
33
+ "22": "sachika_hotels",
34
+ "23": "1725",
35
+ "24": "1998",
36
+ "25": "yes",
37
+ "26": "guwahati",
38
+ "27": "ugratara_devalaya",
39
+ "28": "5_rupees",
40
+ "29": "tirupati_balaji_temple ",
41
+ "30": "12:00-16:00",
42
+ "31": "1751_to_1769",
43
+ "32": "guwahati_planetarium",
44
+ "33": "30_rupees",
45
+ "34": "05:30-20:00",
46
+ "35": "rang_ghar",
47
+ "36": "1940",
48
+ "37": "temple_of_hajo ",
49
+ "38": "sona_hotel"
50
+ },
51
+ "image_size": 384,
52
+ "initializer_range": 0.02,
53
+ "intermediate_size": 3072,
54
+ "label2id": {
55
+ "04:00-21:00": 11,
56
+ "05:30-20:00": 34,
57
+ "06:00-18:00": 2,
58
+ "06:00-21:00": 19,
59
+ "08:30-19:17": 3,
60
+ "10:00-17:00": 0,
61
+ "12:00-16:00": 30,
62
+ "14:30-17:30": 10,
63
+ "1583": 16,
64
+ "1725": 23,
65
+ "1751": 8,
66
+ "1751_to_1769": 31,
67
+ "1940": 36,
68
+ "1994": 17,
69
+ "1998": 24,
70
+ "20-250_rupees": 9,
71
+ "30_rupees": 33,
72
+ "5_rupees": 28,
73
+ "8th-9th_century": 13,
74
+ "assam_state_museum": 4,
75
+ "click_hotel": 21,
76
+ "free": 12,
77
+ "gruham_sojourn_homestay": 15,
78
+ "guwahati": 26,
79
+ "guwahati_planetarium": 32,
80
+ "hajo": 1,
81
+ "hampton_inn": 5,
82
+ "kamakhya_temple": 7,
83
+ "mayflower_hotel": 6,
84
+ "navagraha_temple": 20,
85
+ "rang_ghar": 35,
86
+ "sachika_hotels": 22,
87
+ "shreemoyee_inn": 18,
88
+ "sivasagar": 14,
89
+ "sona_hotel": 38,
90
+ "temple_of_hajo ": 37,
91
+ "tirupati_balaji_temple ": 29,
92
+ "ugratara_devalaya": 27,
93
+ "yes": 25
94
+ },
95
+ "layer_norm_eps": 1e-12,
96
+ "max_image_length": -1,
97
+ "max_position_embeddings": 40,
98
+ "modality_type_vocab_size": 2,
99
+ "model_type": "vilt",
100
+ "num_attention_heads": 12,
101
+ "num_channels": 3,
102
+ "num_hidden_layers": 12,
103
+ "num_images": -1,
104
+ "patch_size": 32,
105
+ "qkv_bias": true,
106
+ "tie_word_embeddings": false,
107
+ "torch_dtype": "float32",
108
+ "transformers_version": "4.35.0",
109
+ "type_vocab_size": 2,
110
+ "vocab_size": 30522
111
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d20b5939585652859c1a78830e185f1340a1bff89b43ad13d82c76afaa507807
3
+ size 451381644
preprocessor_config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_pad": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "feature_extractor_type": "ViltFeatureExtractor",
7
+ "image_mean": [
8
+ 0.5,
9
+ 0.5,
10
+ 0.5
11
+ ],
12
+ "image_processor_type": "ViltImageProcessor",
13
+ "image_std": [
14
+ 0.5,
15
+ 0.5,
16
+ 0.5
17
+ ],
18
+ "processor_class": "ViltProcessor",
19
+ "resample": 3,
20
+ "rescale_factor": 0.00392156862745098,
21
+ "size": {
22
+ "shortest_edge": 384
23
+ },
24
+ "size_divisor": 32
25
+ }
runs/Dec04_21-44-25_860f06d43c86/events.out.tfevents.1701726302.860f06d43c86.47.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:649c264255194a7fcd879ed7f6642d0eea3e6ab12b5ea9a2706c144c1269183f
3
+ size 6824
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 40,
49
+ "pad_token": "[PAD]",
50
+ "processor_class": "ViltProcessor",
51
+ "sep_token": "[SEP]",
52
+ "strip_accents": null,
53
+ "tokenize_chinese_chars": true,
54
+ "tokenizer_class": "BertTokenizer",
55
+ "unk_token": "[UNK]"
56
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07f8b69f027f44aafda421bb77cc9e9c2d231b52c2d5f4fe79682b2ac9f8a706
3
+ size 4155
vocab.txt ADDED
The diff for this file is too large to render. See raw diff