ParitKansal commited on
Commit
f4d8748
·
verified ·
1 Parent(s): f96c343

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,156 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Idefics3ForConditionalGeneration"
4
+ ],
5
+ "image_token_id": 49190,
6
+ "model_type": "idefics3",
7
+ "pad_token_id": 128002,
8
+ "scale_factor": 4,
9
+ "text_config": {
10
+ "_flash_attn_2_enabled": true,
11
+ "_name_or_path": "None",
12
+ "architectures": [
13
+ "VLlama3ForCausalLM"
14
+ ],
15
+ "attention_bias": false,
16
+ "attention_dropout": 0.0,
17
+ "head_dim": 64,
18
+ "hidden_act": "silu",
19
+ "hidden_size": 576,
20
+ "initializer_range": 0.041666666666666664,
21
+ "intermediate_size": 1536,
22
+ "is_llama_config": true,
23
+ "max_position_embeddings": 8192,
24
+ "mlp_bias": false,
25
+ "model_type": "llama",
26
+ "neftune_noise_alpha": 0.0,
27
+ "num_attention_heads": 9,
28
+ "num_hidden_layers": 30,
29
+ "num_key_value_heads": 3,
30
+ "pad_token_id": 2,
31
+ "perceiver_config": {
32
+ "_attn_implementation_autoset": false,
33
+ "_name_or_path": "",
34
+ "add_cross_attention": false,
35
+ "architectures": null,
36
+ "attention_dropout": 0.0,
37
+ "bad_words_ids": null,
38
+ "begin_suppress_tokens": null,
39
+ "bos_token_id": null,
40
+ "chunk_size_feed_forward": 0,
41
+ "cross_attention_hidden_size": null,
42
+ "decoder_start_token_id": null,
43
+ "diversity_penalty": 0.0,
44
+ "do_sample": false,
45
+ "early_stopping": false,
46
+ "encoder_no_repeat_ngram_size": 0,
47
+ "eos_token_id": null,
48
+ "exponential_decay_length_penalty": null,
49
+ "finetuning_task": null,
50
+ "forced_bos_token_id": null,
51
+ "forced_eos_token_id": null,
52
+ "hidden_act": "silu",
53
+ "id2label": {
54
+ "0": "LABEL_0",
55
+ "1": "LABEL_1"
56
+ },
57
+ "is_decoder": false,
58
+ "is_encoder_decoder": false,
59
+ "label2id": {
60
+ "LABEL_0": 0,
61
+ "LABEL_1": 1
62
+ },
63
+ "length_penalty": 1.0,
64
+ "max_length": 20,
65
+ "min_length": 0,
66
+ "model_type": "vllama3",
67
+ "no_repeat_ngram_size": 0,
68
+ "num_beam_groups": 1,
69
+ "num_beams": 1,
70
+ "num_key_value_heads": 1,
71
+ "num_return_sequences": 1,
72
+ "output_attentions": false,
73
+ "output_hidden_states": false,
74
+ "output_scores": false,
75
+ "pad_token_id": null,
76
+ "prefix": null,
77
+ "problem_type": null,
78
+ "pruned_heads": {},
79
+ "qk_layer_norms_perceiver": false,
80
+ "remove_invalid_values": false,
81
+ "repetition_penalty": 1.0,
82
+ "resampler_depth": 6,
83
+ "resampler_head_dim": 96,
84
+ "resampler_n_heads": 16,
85
+ "resampler_n_latents": 64,
86
+ "return_dict": true,
87
+ "return_dict_in_generate": false,
88
+ "sep_token_id": null,
89
+ "suppress_tokens": null,
90
+ "task_specific_params": null,
91
+ "temperature": 1.0,
92
+ "tf_legacy_loss": false,
93
+ "tie_encoder_decoder": false,
94
+ "tie_word_embeddings": true,
95
+ "tokenizer_class": null,
96
+ "top_k": 50,
97
+ "top_p": 1.0,
98
+ "torch_dtype": null,
99
+ "torchscript": false,
100
+ "transformers_version": "4.46.0",
101
+ "typical_p": 1.0,
102
+ "use_bfloat16": false
103
+ },
104
+ "pixel_shuffle_factor": 4,
105
+ "pretraining_tp": 1,
106
+ "qk_layer_norms": false,
107
+ "rms_norm_eps": 1e-05,
108
+ "rope_interleaved": false,
109
+ "rope_scaling": null,
110
+ "rope_theta": 100000,
111
+ "torch_dtype": "bfloat16",
112
+ "transformers.js_config": {
113
+ "kv_cache_dtype": {
114
+ "fp16": "float16",
115
+ "q4f16": "float16"
116
+ }
117
+ },
118
+ "use_cache": true,
119
+ "use_resampler": false,
120
+ "vocab_size": 49282
121
+ },
122
+ "tie_word_embeddings": false,
123
+ "torch_dtype": "bfloat16",
124
+ "transformers.js_config": {
125
+ "kv_cache_dtype": {
126
+ "fp16": "float16",
127
+ "q4f16": "float16"
128
+ }
129
+ },
130
+ "transformers_version": "4.51.3",
131
+ "use_cache": true,
132
+ "vision_config": {
133
+ "attention_dropout": 0.0,
134
+ "hidden_act": "gelu_pytorch_tanh",
135
+ "hidden_size": 768,
136
+ "image_size": 512,
137
+ "initializer_range": 0.02,
138
+ "intermediate_size": 3072,
139
+ "layer_norm_eps": 1e-06,
140
+ "max_image_size": {
141
+ "longest_edge": 512
142
+ },
143
+ "model_type": "idefics3_vision",
144
+ "num_attention_heads": 12,
145
+ "num_channels": 3,
146
+ "num_hidden_layers": 12,
147
+ "patch_size": 16,
148
+ "size": {
149
+ "longest_edge": 2048
150
+ },
151
+ "tie_word_embeddings": false,
152
+ "torch_dtype": "bfloat16",
153
+ "use_base_siglip": true
154
+ },
155
+ "vocab_size": 49280
156
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2297433c762b5a5fc45961fb7492bd2c0fab76977c7fd94e85fa0971f228d5b7
3
+ size 513033416
runs/Apr25_14-38-46_d4d81e0c7a97/events.out.tfevents.1745591929.d4d81e0c7a97.1912.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e04a5ac3461c160a0d609e37d99cd38917d70405f7648f721023206b36e01765
3
+ size 8280
runs/Apr25_14-39-44_d4d81e0c7a97/events.out.tfevents.1745591992.d4d81e0c7a97.1912.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49be97bf647fa5cc75fc8406408c922f44ec32ca84cc57d1c9243fc8454bc9e1
3
+ size 8280
runs/Apr25_14-41-41_d4d81e0c7a97/events.out.tfevents.1745592101.d4d81e0c7a97.7198.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df405aa883022dac3a53b886cffdf3a03270cc1a53db968ab3ff9522096384c6
3
+ size 10181
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5ca2ad3aef10a431693a7e46b209e5bdd700f4a8d01c99acbd41f45c2382236
3
+ size 5432