yoon6173 commited on
Commit
4450f8f
1 Parent(s): e57fbc1

Training in progress, step 200

Browse files
config.json ADDED
@@ -0,0 +1,140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/git-base-vqav2",
3
+ "architectures": [
4
+ "ViltForQuestionAnswering"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 101,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 102,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "gray",
15
+ "1": "green",
16
+ "2": "blue",
17
+ "3": "sphere",
18
+ "4": "red",
19
+ "5": "brown",
20
+ "6": "purple",
21
+ "7": "cylinder",
22
+ "8": "yellow",
23
+ "9": "cube",
24
+ "10": "cyan"
25
+ },
26
+ "image_size": 384,
27
+ "initializer_range": 0.02,
28
+ "intermediate_size": 3072,
29
+ "label2id": {
30
+ "blue": 2,
31
+ "brown": 5,
32
+ "cube": 9,
33
+ "cyan": 10,
34
+ "cylinder": 7,
35
+ "gray": 0,
36
+ "green": 1,
37
+ "purple": 6,
38
+ "red": 4,
39
+ "sphere": 3,
40
+ "yellow": 8
41
+ },
42
+ "layer_norm_eps": 1e-12,
43
+ "max_image_length": -1,
44
+ "max_position_embeddings": 1024,
45
+ "modality_type_vocab_size": 2,
46
+ "model_type": "vilt",
47
+ "num_attention_heads": 12,
48
+ "num_channels": 3,
49
+ "num_hidden_layers": 6,
50
+ "num_image_with_embedding": null,
51
+ "num_images": -1,
52
+ "pad_token_id": 0,
53
+ "patch_size": 32,
54
+ "position_embedding_type": "absolute",
55
+ "qkv_bias": true,
56
+ "tie_word_embeddings": false,
57
+ "torch_dtype": "float32",
58
+ "transformers_version": "4.35.0",
59
+ "type_vocab_size": 2,
60
+ "use_cache": true,
61
+ "vision_config": {
62
+ "_name_or_path": "",
63
+ "add_cross_attention": false,
64
+ "architectures": null,
65
+ "attention_dropout": 0.0,
66
+ "bad_words_ids": null,
67
+ "begin_suppress_tokens": null,
68
+ "bos_token_id": null,
69
+ "chunk_size_feed_forward": 0,
70
+ "cross_attention_hidden_size": null,
71
+ "decoder_start_token_id": null,
72
+ "diversity_penalty": 0.0,
73
+ "do_sample": false,
74
+ "dropout": 0.0,
75
+ "early_stopping": false,
76
+ "encoder_no_repeat_ngram_size": 0,
77
+ "eos_token_id": null,
78
+ "exponential_decay_length_penalty": null,
79
+ "finetuning_task": null,
80
+ "forced_bos_token_id": null,
81
+ "forced_eos_token_id": null,
82
+ "hidden_act": "quick_gelu",
83
+ "hidden_size": 768,
84
+ "id2label": {
85
+ "0": "LABEL_0",
86
+ "1": "LABEL_1"
87
+ },
88
+ "image_size": 480,
89
+ "initializer_factor": 1.0,
90
+ "initializer_range": 0.02,
91
+ "intermediate_size": 3072,
92
+ "is_decoder": false,
93
+ "is_encoder_decoder": false,
94
+ "label2id": {
95
+ "LABEL_0": 0,
96
+ "LABEL_1": 1
97
+ },
98
+ "layer_norm_eps": 1e-05,
99
+ "length_penalty": 1.0,
100
+ "max_length": 20,
101
+ "min_length": 0,
102
+ "model_type": "git_vision_model",
103
+ "no_repeat_ngram_size": 0,
104
+ "num_attention_heads": 12,
105
+ "num_beam_groups": 1,
106
+ "num_beams": 1,
107
+ "num_channels": 3,
108
+ "num_hidden_layers": 12,
109
+ "num_return_sequences": 1,
110
+ "output_attentions": false,
111
+ "output_hidden_states": false,
112
+ "output_scores": false,
113
+ "pad_token_id": null,
114
+ "patch_size": 16,
115
+ "prefix": null,
116
+ "problem_type": null,
117
+ "projection_dim": 512,
118
+ "pruned_heads": {},
119
+ "remove_invalid_values": false,
120
+ "repetition_penalty": 1.0,
121
+ "return_dict": true,
122
+ "return_dict_in_generate": false,
123
+ "sep_token_id": null,
124
+ "suppress_tokens": null,
125
+ "task_specific_params": null,
126
+ "temperature": 1.0,
127
+ "tf_legacy_loss": false,
128
+ "tie_encoder_decoder": false,
129
+ "tie_word_embeddings": true,
130
+ "tokenizer_class": null,
131
+ "top_k": 50,
132
+ "top_p": 1.0,
133
+ "torch_dtype": null,
134
+ "torchscript": false,
135
+ "transformers_version": "4.26.0.dev0",
136
+ "typical_p": 1.0,
137
+ "use_bfloat16": false
138
+ },
139
+ "vocab_size": 30522
140
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cd8cd4eead3e3a20b2d200761d1a38bbe0e527038372c919886a40ecd86ce2e
3
+ size 284112044
preprocessor_config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 480,
4
+ "width": 480
5
+ },
6
+ "do_center_crop": true,
7
+ "do_convert_rgb": true,
8
+ "do_normalize": true,
9
+ "do_pad": true,
10
+ "do_rescale": true,
11
+ "do_resize": true,
12
+ "image_mean": [
13
+ 0.48145466,
14
+ 0.4578275,
15
+ 0.40821073
16
+ ],
17
+ "image_processor_type": "ViltImageProcessor",
18
+ "image_std": [
19
+ 0.26862954,
20
+ 0.26130258,
21
+ 0.27577711
22
+ ],
23
+ "processor_class": "ViltProcessor",
24
+ "resample": 3,
25
+ "rescale_factor": 0.00392156862745098,
26
+ "size": {
27
+ "shortest_edge": 480
28
+ },
29
+ "size_divisor": 32
30
+ }
runs/Nov08_07-03-49_f8a86e9a12d9/events.out.tfevents.1699427035.f8a86e9a12d9.286.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbdce782e41f57435c3f1dbd6db35ded132fcf6d2cd91f24f927948fbb4547b0
3
+ size 7725
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,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_input_names": [
49
+ "input_ids",
50
+ "attention_mask"
51
+ ],
52
+ "model_max_length": 512,
53
+ "pad_token": "[PAD]",
54
+ "processor_class": "ViltProcessor",
55
+ "sep_token": "[SEP]",
56
+ "strip_accents": null,
57
+ "tokenize_chinese_chars": true,
58
+ "tokenizer_class": "BertTokenizer",
59
+ "unk_token": "[UNK]"
60
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca5144ae63a2bd848083c9688dcd95664748270834bf86e790fabe329085b17b
3
+ size 4600
vocab.txt ADDED
The diff for this file is too large to render. See raw diff