axel-darmouni commited on
Commit
020110c
·
verified ·
1 Parent(s): 166bc99

Training in progress, step 25

Browse files
config.json ADDED
@@ -0,0 +1,137 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "HuggingFaceTB/SmolVLM-Instruct",
3
+ "architectures": [
4
+ "Idefics3ForConditionalGeneration"
5
+ ],
6
+ "image_seq_len": 81,
7
+ "image_token_id": 49153,
8
+ "model_type": "idefics3",
9
+ "pad_token_id": 128002,
10
+ "scale_factor": 3,
11
+ "text_config": {
12
+ "_flash_attn_2_enabled": true,
13
+ "_name_or_path": "/fsx/m4/experiments/local_experiment_dir/s3_async_temporary_checkpoint_folder/tr_324_opt_400/unwrapped_model",
14
+ "architectures": [
15
+ "VLlama3ForCausalLM"
16
+ ],
17
+ "bos_token_id": 0,
18
+ "eos_token_id": 0,
19
+ "head_dim": 64,
20
+ "hidden_size": 2048,
21
+ "intermediate_size": 8192,
22
+ "max_position_embeddings": 16384,
23
+ "model_type": "llama",
24
+ "neftune_noise_alpha": 0.0,
25
+ "num_hidden_layers": 24,
26
+ "pad_token_id": 2,
27
+ "perceiver_config": {
28
+ "_attn_implementation_autoset": false,
29
+ "_name_or_path": "",
30
+ "add_cross_attention": false,
31
+ "architectures": null,
32
+ "attention_dropout": 0.0,
33
+ "bad_words_ids": null,
34
+ "begin_suppress_tokens": null,
35
+ "bos_token_id": null,
36
+ "chunk_size_feed_forward": 0,
37
+ "cross_attention_hidden_size": null,
38
+ "decoder_start_token_id": null,
39
+ "diversity_penalty": 0.0,
40
+ "do_sample": false,
41
+ "early_stopping": false,
42
+ "encoder_no_repeat_ngram_size": 0,
43
+ "eos_token_id": null,
44
+ "exponential_decay_length_penalty": null,
45
+ "finetuning_task": null,
46
+ "forced_bos_token_id": null,
47
+ "forced_eos_token_id": null,
48
+ "hidden_act": "silu",
49
+ "id2label": {
50
+ "0": "LABEL_0",
51
+ "1": "LABEL_1"
52
+ },
53
+ "is_decoder": false,
54
+ "is_encoder_decoder": false,
55
+ "label2id": {
56
+ "LABEL_0": 0,
57
+ "LABEL_1": 1
58
+ },
59
+ "length_penalty": 1.0,
60
+ "max_length": 20,
61
+ "min_length": 0,
62
+ "model_type": "vllama3",
63
+ "no_repeat_ngram_size": 0,
64
+ "num_beam_groups": 1,
65
+ "num_beams": 1,
66
+ "num_key_value_heads": 1,
67
+ "num_return_sequences": 1,
68
+ "output_attentions": false,
69
+ "output_hidden_states": false,
70
+ "output_scores": false,
71
+ "pad_token_id": null,
72
+ "prefix": null,
73
+ "problem_type": null,
74
+ "pruned_heads": {},
75
+ "qk_layer_norms_perceiver": false,
76
+ "remove_invalid_values": false,
77
+ "repetition_penalty": 1.0,
78
+ "resampler_depth": 6,
79
+ "resampler_head_dim": 96,
80
+ "resampler_n_heads": 16,
81
+ "resampler_n_latents": 64,
82
+ "return_dict": true,
83
+ "return_dict_in_generate": false,
84
+ "sep_token_id": null,
85
+ "suppress_tokens": null,
86
+ "task_specific_params": null,
87
+ "temperature": 1.0,
88
+ "tf_legacy_loss": false,
89
+ "tie_encoder_decoder": false,
90
+ "tie_word_embeddings": true,
91
+ "tokenizer_class": null,
92
+ "top_k": 50,
93
+ "top_p": 1.0,
94
+ "torch_dtype": null,
95
+ "torchscript": false,
96
+ "transformers_version": "4.46.0",
97
+ "typical_p": 1.0,
98
+ "use_bfloat16": false
99
+ },
100
+ "qk_layer_norms": false,
101
+ "rms_norm_eps": 1e-05,
102
+ "rope_theta": 273768.0,
103
+ "torch_dtype": "bfloat16",
104
+ "use_resampler": false,
105
+ "vocab_size": 49155
106
+ },
107
+ "tie_word_embeddings": false,
108
+ "torch_dtype": "bfloat16",
109
+ "transformers.js_config": {
110
+ "dtype": {
111
+ "decoder_model_merged": "q4",
112
+ "embed_tokens": "auto",
113
+ "vision_encoder": "auto"
114
+ },
115
+ "kv_cache_dtype": {
116
+ "fp16": "float16",
117
+ "q4f16": "float16"
118
+ }
119
+ },
120
+ "transformers_version": "4.47.1",
121
+ "use_cache": true,
122
+ "vision_config": {
123
+ "image_size": 384,
124
+ "intermediate_size": 4304,
125
+ "max_image_size": {
126
+ "longest_edge": 384
127
+ },
128
+ "model_type": "idefics3_vision",
129
+ "num_hidden_layers": 27,
130
+ "patch_size": 14,
131
+ "size": {
132
+ "longest_edge": 1920
133
+ },
134
+ "tie_word_embeddings": false
135
+ },
136
+ "vocab_size": 49155
137
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c728fcbff2df606c966e60ffbe0ee7ea807cd901a4104cc3f6f0e4234bb791b
3
+ size 4492630912
runs/Dec28_01-41-36_scw-vibrant-shannon/events.out.tfevents.1735350096.scw-vibrant-shannon ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:369b5331eac45c81bbfdb6e0c58a693119fb82b61e76c504d0dcf49abc613304
3
+ size 8493
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d5e109ce90a122d7ac2e2f740da0813ec44e1f5e761366cab0eb299cc8e4c315
3
  size 5624
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad04c58dd864a3410b2d14d6a987b4b42edfdf31183cc9adb91a1dd4d269a750
3
  size 5624