merve HF staff commited on
Commit
a55993c
·
verified ·
1 Parent(s): cb93dd0

End of training

Browse files
README.md ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: HuggingFaceTB/SmolVLM2-500M-Video-Instruct
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: SmolVLM2-500M-Video-Instruct-emotions
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-500M-Video-Instruct-emotions
16
+
17
+ This model is a fine-tuned version of [HuggingFaceTB/SmolVLM2-500M-Video-Instruct](https://huggingface.co/HuggingFaceTB/SmolVLM2-500M-Video-Instruct) on an unknown 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: 2
38
+ - eval_batch_size: 8
39
+ - seed: 42
40
+ - optimizer: Use OptimizerNames.ADAMW_HF with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
41
+ - lr_scheduler_type: linear
42
+ - lr_scheduler_warmup_steps: 50
43
+ - num_epochs: 1
44
+
45
+ ### Training results
46
+
47
+
48
+
49
+ ### Framework versions
50
+
51
+ - Transformers 4.50.0.dev0
52
+ - Pytorch 2.5.1+cu124
53
+ - Datasets 3.3.1
54
+ - Tokenizers 0.21.0
config.json ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "HuggingFaceTB/SmolVLM2-500M-Video-Instruct",
3
+ "architectures": [
4
+ "SmolVLMForConditionalGeneration"
5
+ ],
6
+ "image_token_id": 49190,
7
+ "model_type": "smolvlm",
8
+ "pad_token_id": 128002,
9
+ "scale_factor": 4,
10
+ "text_config": {
11
+ "_flash_attn_2_enabled": true,
12
+ "_name_or_path": "None",
13
+ "architectures": [
14
+ "VLlama3ForCausalLM"
15
+ ],
16
+ "head_dim": 64,
17
+ "hidden_size": 960,
18
+ "intermediate_size": 2560,
19
+ "is_llama_config": true,
20
+ "max_position_embeddings": 8192,
21
+ "model_type": "llama",
22
+ "neftune_noise_alpha": 0.0,
23
+ "num_attention_heads": 15,
24
+ "num_key_value_heads": 5,
25
+ "pad_token_id": 2,
26
+ "perceiver_config": {
27
+ "_attn_implementation_autoset": false,
28
+ "_name_or_path": "",
29
+ "add_cross_attention": false,
30
+ "architectures": null,
31
+ "attention_dropout": 0.0,
32
+ "bad_words_ids": null,
33
+ "begin_suppress_tokens": null,
34
+ "bos_token_id": null,
35
+ "chunk_size_feed_forward": 0,
36
+ "cross_attention_hidden_size": null,
37
+ "decoder_start_token_id": null,
38
+ "diversity_penalty": 0.0,
39
+ "do_sample": false,
40
+ "early_stopping": false,
41
+ "encoder_no_repeat_ngram_size": 0,
42
+ "eos_token_id": null,
43
+ "exponential_decay_length_penalty": null,
44
+ "finetuning_task": null,
45
+ "forced_bos_token_id": null,
46
+ "forced_eos_token_id": null,
47
+ "hidden_act": "silu",
48
+ "id2label": {
49
+ "0": "LABEL_0",
50
+ "1": "LABEL_1"
51
+ },
52
+ "is_decoder": false,
53
+ "is_encoder_decoder": false,
54
+ "label2id": {
55
+ "LABEL_0": 0,
56
+ "LABEL_1": 1
57
+ },
58
+ "length_penalty": 1.0,
59
+ "max_length": 20,
60
+ "min_length": 0,
61
+ "model_type": "vllama3",
62
+ "no_repeat_ngram_size": 0,
63
+ "num_beam_groups": 1,
64
+ "num_beams": 1,
65
+ "num_key_value_heads": 1,
66
+ "num_return_sequences": 1,
67
+ "output_attentions": false,
68
+ "output_hidden_states": false,
69
+ "output_scores": false,
70
+ "pad_token_id": null,
71
+ "prefix": null,
72
+ "problem_type": null,
73
+ "pruned_heads": {},
74
+ "qk_layer_norms_perceiver": false,
75
+ "remove_invalid_values": false,
76
+ "repetition_penalty": 1.0,
77
+ "resampler_depth": 6,
78
+ "resampler_head_dim": 96,
79
+ "resampler_n_heads": 16,
80
+ "resampler_n_latents": 64,
81
+ "return_dict": true,
82
+ "return_dict_in_generate": false,
83
+ "sep_token_id": null,
84
+ "suppress_tokens": null,
85
+ "task_specific_params": null,
86
+ "temperature": 1.0,
87
+ "tf_legacy_loss": false,
88
+ "tie_encoder_decoder": false,
89
+ "tie_word_embeddings": true,
90
+ "tokenizer_class": null,
91
+ "top_k": 50,
92
+ "top_p": 1.0,
93
+ "torch_dtype": null,
94
+ "torchscript": false,
95
+ "transformers_version": "4.46.0",
96
+ "typical_p": 1.0,
97
+ "use_bfloat16": false
98
+ },
99
+ "pixel_shuffle_factor": 4,
100
+ "qk_layer_norms": false,
101
+ "rms_norm_eps": 1e-05,
102
+ "rope_interleaved": false,
103
+ "rope_theta": 100000,
104
+ "torch_dtype": "bfloat16",
105
+ "transformers.js_config": {
106
+ "kv_cache_dtype": {
107
+ "fp16": "float16",
108
+ "q4f16": "float16"
109
+ }
110
+ },
111
+ "use_resampler": false,
112
+ "vocab_size": 49280
113
+ },
114
+ "tie_word_embeddings": false,
115
+ "torch_dtype": "bfloat16",
116
+ "transformers.js_config": {
117
+ "kv_cache_dtype": {
118
+ "fp16": "float16",
119
+ "q4f16": "float16"
120
+ }
121
+ },
122
+ "transformers_version": "4.50.0.dev0",
123
+ "use_cache": false,
124
+ "use_reentrant_checkpointing": false,
125
+ "vision_config": {
126
+ "hidden_size": 768,
127
+ "image_size": 512,
128
+ "max_image_size": {
129
+ "longest_edge": 512
130
+ },
131
+ "model_type": "smolvlm_vision",
132
+ "num_attention_heads": 12,
133
+ "patch_size": 16,
134
+ "size": {
135
+ "longest_edge": 2048
136
+ },
137
+ "tie_word_embeddings": false,
138
+ "torch_dtype": "bfloat16",
139
+ "use_base_siglip": false
140
+ },
141
+ "vocab_size": 49280
142
+ }
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.50.0.dev0"
7
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73f54a80da2b0831df2990064f452de1573c8266f8c2834fc55494058d4a4468
3
+ size 1015025832
runs/Feb20_12-18-29_82ea94387a47/events.out.tfevents.1740053911.82ea94387a47.7015.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36f1bd981dc7f8c5f49b82a43dd40c73691ced1e7b53fb20f9ba9100242d7d88
3
+ size 8347
runs/Feb20_12-18-53_82ea94387a47/events.out.tfevents.1740053934.82ea94387a47.7015.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a24a2e0968bea582f8e1d2baea09d83ecfa72a1ccb5385e005f6599e1cf068c
3
+ size 8347
runs/Feb20_12-19-18_82ea94387a47/events.out.tfevents.1740053959.82ea94387a47.7015.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c176e2dfaeda6874a2ec3811828793871344619dde2783d23da2ed5260de6111
3
+ size 10356
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e32adad4fe57655b90656461aaa7fb9f7ab94c5e45a68321962ddafdd509466b
3
+ size 5432