lukesutor commited on
Commit
ca3c936
·
verified ·
1 Parent(s): 5d71cb5

Training in progress, step 25

Browse files
config.json ADDED
@@ -0,0 +1,157 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "SmolVLMForConditionalGeneration"
4
+ ],
5
+ "image_token_id": 49190,
6
+ "model_type": "smolvlm",
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": 960,
20
+ "initializer_range": 0.02,
21
+ "intermediate_size": 2560,
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": 15,
28
+ "num_hidden_layers": 32,
29
+ "num_key_value_heads": 5,
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": "float32",
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": 49280
121
+ },
122
+ "tie_word_embeddings": false,
123
+ "torch_dtype": "float32",
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": false,
132
+ "use_reentrant_checkpointing": false,
133
+ "vision_config": {
134
+ "attention_dropout": 0.0,
135
+ "hidden_act": "gelu_pytorch_tanh",
136
+ "hidden_size": 768,
137
+ "image_size": 512,
138
+ "initializer_range": 0.02,
139
+ "intermediate_size": 3072,
140
+ "layer_norm_eps": 1e-06,
141
+ "max_image_size": {
142
+ "longest_edge": 512
143
+ },
144
+ "model_type": "smolvlm_vision",
145
+ "num_attention_heads": 12,
146
+ "num_channels": 3,
147
+ "num_hidden_layers": 12,
148
+ "patch_size": 16,
149
+ "size": {
150
+ "longest_edge": 2048
151
+ },
152
+ "tie_word_embeddings": false,
153
+ "torch_dtype": "float32",
154
+ "use_base_siglip": false
155
+ },
156
+ "vocab_size": 49280
157
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f38251a603b93440a2786aadfb6eb808f652ee53b3911689f4cf9b226016167
3
+ size 2029990624
runs/May03_13-37-11_c0909a-s35.ufhpc/events.out.tfevents.1746293832.c0909a-s35.ufhpc.1094659.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3018aba548a3be717d80c3e7e2206445821e87e79c485ccba46592a5c4509280
3
+ size 9212
runs/May03_14-42-52_c0909a-s35.ufhpc/events.out.tfevents.1746297772.c0909a-s35.ufhpc.1894529.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3289686e8895082ddfaad5b02639d11eed2647a7eaca84da590b9ae461a6d17
3
+ size 9211
runs/May03_14-54-32_c0909a-s35.ufhpc/events.out.tfevents.1746298472.c0909a-s35.ufhpc.2049137.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc0f1cab5972e36bfaf132c85a9378d73a0bc0a44e52c062cbcf548d0ceff472
3
+ size 9211
runs/May03_14-59-53_c0909a-s35.ufhpc/events.out.tfevents.1746298794.c0909a-s35.ufhpc.2109767.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd0dc430bf60dda35a1583005a25b853a76fc97ed7623fb5c32e744789f19a22
3
+ size 9211
runs/May03_15-10-56_c0909a-s35.ufhpc/events.out.tfevents.1746299456.c0909a-s35.ufhpc.2238037.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c0ad40a73b498928295cf2b6bbf200d2c85f0a5391bbf01d89f6b6c3a18f5cc
3
+ size 9211
runs/May03_15-14-52_c0909a-s35.ufhpc/events.out.tfevents.1746299693.c0909a-s35.ufhpc.2285545.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6bc8dc60287f6e8dc1451b64e2e231b3787ade56057e86e5ed32095c9bbabbd
3
+ size 9536
tokenizer.json CHANGED
@@ -1,14 +1,7 @@
1
  {
2
  "version": "1.0",
3
  "truncation": null,
4
- "padding": {
5
- "strategy": "BatchLongest",
6
- "direction": "Right",
7
- "pad_to_multiple_of": null,
8
- "pad_id": 2,
9
- "pad_type_id": 0,
10
- "pad_token": "<|im_end|>"
11
- },
12
  "added_tokens": [
13
  {
14
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
  "truncation": null,
4
+ "padding": null,
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b596fa1fe61c5bc0822b9d4d6960ce4e49b6a03b79808e5c982daca1f40bc557
3
  size 6225
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecc4ccecfcfb270bf1b13ea3215be3a08ba7a17da12dae91ddc632e0117213db
3
  size 6225