End of training
Browse files- README.md +59 -0
- config.json +156 -0
- generation_config.json +7 -0
- model.safetensors +3 -0
- runs/Jun17_13-08-51_mdc-gpu-53-100/events.out.tfevents.1750147733.mdc-gpu-53-100.127067.0 +3 -0
- runs/Jun17_13-10-00_mdc-gpu-53-100/events.out.tfevents.1750147804.mdc-gpu-53-100.128129.0 +3 -0
- runs/Jun18_13-18-02_mdc-gpu-53-100/events.out.tfevents.1750234685.mdc-gpu-53-100.588066.0 +3 -0
- runs/Jun18_13-25-14_mdc-gpu-53-100/events.out.tfevents.1750235118.mdc-gpu-53-100.592039.0 +3 -0
- training_args.bin +3 -0
README.md
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
license: apache-2.0
|
| 4 |
+
base_model: HuggingFaceTB/SmolVLM2-256M-Video-Instruct
|
| 5 |
+
tags:
|
| 6 |
+
- generated_from_trainer
|
| 7 |
+
model-index:
|
| 8 |
+
- name: SmolVLM2-256M-Video-Instruct-vqav2
|
| 9 |
+
results: []
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 13 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 14 |
+
|
| 15 |
+
# SmolVLM2-256M-Video-Instruct-vqav2
|
| 16 |
+
|
| 17 |
+
This model is a fine-tuned version of [HuggingFaceTB/SmolVLM2-256M-Video-Instruct](https://huggingface.co/HuggingFaceTB/SmolVLM2-256M-Video-Instruct) on the None dataset.
|
| 18 |
+
|
| 19 |
+
## Model description
|
| 20 |
+
|
| 21 |
+
More information needed
|
| 22 |
+
|
| 23 |
+
## Intended uses & limitations
|
| 24 |
+
|
| 25 |
+
More information needed
|
| 26 |
+
|
| 27 |
+
## Training and evaluation data
|
| 28 |
+
|
| 29 |
+
More information needed
|
| 30 |
+
|
| 31 |
+
## Training procedure
|
| 32 |
+
|
| 33 |
+
### Training hyperparameters
|
| 34 |
+
|
| 35 |
+
The following hyperparameters were used during training:
|
| 36 |
+
- learning_rate: 0.0001
|
| 37 |
+
- train_batch_size: 4
|
| 38 |
+
- eval_batch_size: 8
|
| 39 |
+
- seed: 42
|
| 40 |
+
- distributed_type: multi-GPU
|
| 41 |
+
- num_devices: 2
|
| 42 |
+
- gradient_accumulation_steps: 4
|
| 43 |
+
- total_train_batch_size: 32
|
| 44 |
+
- total_eval_batch_size: 16
|
| 45 |
+
- optimizer: Use paged_adamw_8bit with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 46 |
+
- lr_scheduler_type: linear
|
| 47 |
+
- lr_scheduler_warmup_steps: 50
|
| 48 |
+
- num_epochs: 1
|
| 49 |
+
|
| 50 |
+
### Training results
|
| 51 |
+
|
| 52 |
+
|
| 53 |
+
|
| 54 |
+
### Framework versions
|
| 55 |
+
|
| 56 |
+
- Transformers 4.52.4
|
| 57 |
+
- Pytorch 2.7.1+cu126
|
| 58 |
+
- Datasets 3.6.0
|
| 59 |
+
- Tokenizers 0.21.1
|
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 |
+
"_name_or_path": "",
|
| 33 |
+
"add_cross_attention": false,
|
| 34 |
+
"architectures": null,
|
| 35 |
+
"attention_dropout": 0.0,
|
| 36 |
+
"bad_words_ids": null,
|
| 37 |
+
"begin_suppress_tokens": null,
|
| 38 |
+
"bos_token_id": null,
|
| 39 |
+
"chunk_size_feed_forward": 0,
|
| 40 |
+
"cross_attention_hidden_size": null,
|
| 41 |
+
"decoder_start_token_id": null,
|
| 42 |
+
"diversity_penalty": 0.0,
|
| 43 |
+
"do_sample": false,
|
| 44 |
+
"early_stopping": false,
|
| 45 |
+
"encoder_no_repeat_ngram_size": 0,
|
| 46 |
+
"eos_token_id": null,
|
| 47 |
+
"exponential_decay_length_penalty": null,
|
| 48 |
+
"finetuning_task": null,
|
| 49 |
+
"forced_bos_token_id": null,
|
| 50 |
+
"forced_eos_token_id": null,
|
| 51 |
+
"hidden_act": "silu",
|
| 52 |
+
"id2label": {
|
| 53 |
+
"0": "LABEL_0",
|
| 54 |
+
"1": "LABEL_1"
|
| 55 |
+
},
|
| 56 |
+
"is_decoder": false,
|
| 57 |
+
"is_encoder_decoder": false,
|
| 58 |
+
"label2id": {
|
| 59 |
+
"LABEL_0": 0,
|
| 60 |
+
"LABEL_1": 1
|
| 61 |
+
},
|
| 62 |
+
"length_penalty": 1.0,
|
| 63 |
+
"max_length": 20,
|
| 64 |
+
"min_length": 0,
|
| 65 |
+
"model_type": "vllama3",
|
| 66 |
+
"no_repeat_ngram_size": 0,
|
| 67 |
+
"num_beam_groups": 1,
|
| 68 |
+
"num_beams": 1,
|
| 69 |
+
"num_key_value_heads": 1,
|
| 70 |
+
"num_return_sequences": 1,
|
| 71 |
+
"output_attentions": false,
|
| 72 |
+
"output_hidden_states": false,
|
| 73 |
+
"output_scores": false,
|
| 74 |
+
"pad_token_id": null,
|
| 75 |
+
"prefix": null,
|
| 76 |
+
"problem_type": null,
|
| 77 |
+
"pruned_heads": {},
|
| 78 |
+
"qk_layer_norms_perceiver": false,
|
| 79 |
+
"remove_invalid_values": false,
|
| 80 |
+
"repetition_penalty": 1.0,
|
| 81 |
+
"resampler_depth": 6,
|
| 82 |
+
"resampler_head_dim": 96,
|
| 83 |
+
"resampler_n_heads": 16,
|
| 84 |
+
"resampler_n_latents": 64,
|
| 85 |
+
"return_dict": true,
|
| 86 |
+
"return_dict_in_generate": false,
|
| 87 |
+
"sep_token_id": null,
|
| 88 |
+
"suppress_tokens": null,
|
| 89 |
+
"task_specific_params": null,
|
| 90 |
+
"temperature": 1.0,
|
| 91 |
+
"tf_legacy_loss": false,
|
| 92 |
+
"tie_encoder_decoder": false,
|
| 93 |
+
"tie_word_embeddings": true,
|
| 94 |
+
"tokenizer_class": null,
|
| 95 |
+
"top_k": 50,
|
| 96 |
+
"top_p": 1.0,
|
| 97 |
+
"torch_dtype": null,
|
| 98 |
+
"torchscript": false,
|
| 99 |
+
"transformers_version": "4.46.0",
|
| 100 |
+
"typical_p": 1.0,
|
| 101 |
+
"use_bfloat16": false
|
| 102 |
+
},
|
| 103 |
+
"pixel_shuffle_factor": 4,
|
| 104 |
+
"pretraining_tp": 1,
|
| 105 |
+
"qk_layer_norms": false,
|
| 106 |
+
"rms_norm_eps": 1e-05,
|
| 107 |
+
"rope_interleaved": false,
|
| 108 |
+
"rope_scaling": null,
|
| 109 |
+
"rope_theta": 100000,
|
| 110 |
+
"torch_dtype": "bfloat16",
|
| 111 |
+
"transformers.js_config": {
|
| 112 |
+
"kv_cache_dtype": {
|
| 113 |
+
"fp16": "float16",
|
| 114 |
+
"q4f16": "float16"
|
| 115 |
+
}
|
| 116 |
+
},
|
| 117 |
+
"use_cache": true,
|
| 118 |
+
"use_resampler": false,
|
| 119 |
+
"vocab_size": 49280
|
| 120 |
+
},
|
| 121 |
+
"tie_word_embeddings": false,
|
| 122 |
+
"torch_dtype": "bfloat16",
|
| 123 |
+
"transformers.js_config": {
|
| 124 |
+
"kv_cache_dtype": {
|
| 125 |
+
"fp16": "float16",
|
| 126 |
+
"q4f16": "float16"
|
| 127 |
+
}
|
| 128 |
+
},
|
| 129 |
+
"transformers_version": "4.52.4",
|
| 130 |
+
"use_cache": false,
|
| 131 |
+
"use_reentrant_checkpointing": false,
|
| 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 |
+
}
|
generation_config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 0,
|
| 4 |
+
"eos_token_id": 49279,
|
| 5 |
+
"pad_token_id": 2,
|
| 6 |
+
"transformers_version": "4.52.4"
|
| 7 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:43e4da3a0709da168475fff9f68515116cb1af955a18e9eb7d8ee2983b0dc74a
|
| 3 |
+
size 513028808
|
runs/Jun17_13-08-51_mdc-gpu-53-100/events.out.tfevents.1750147733.mdc-gpu-53-100.127067.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b9123f06f5660605d19c42addc267480d0ccd6d1cb997c57c2b400649f7bdb9
|
| 3 |
+
size 9007
|
runs/Jun17_13-10-00_mdc-gpu-53-100/events.out.tfevents.1750147804.mdc-gpu-53-100.128129.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7438827cc785bb287d2dfff7339131346e1f2b1e267d16a1e2b28907c6a366ab
|
| 3 |
+
size 11606
|
runs/Jun18_13-18-02_mdc-gpu-53-100/events.out.tfevents.1750234685.mdc-gpu-53-100.588066.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7b66be29a9d1d59efc6d30e897e5a6ebd42061c7e9d1ee8b49bd604bebe9ce80
|
| 3 |
+
size 8877
|
runs/Jun18_13-25-14_mdc-gpu-53-100/events.out.tfevents.1750235118.mdc-gpu-53-100.592039.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:27908a3abbdf13a8b96f13c187cda402ea1567ad366d7085a4719704d83a86cf
|
| 3 |
+
size 8877
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:450b99234ca7f081c7f6dbf2faf43063f5dd30a152b0ff3b7a66b4ea7cabc22e
|
| 3 |
+
size 5713
|