weathon commited on
Commit
db5a1b2
·
verified ·
1 Parent(s): fe5a074

End of training

Browse files
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: bsd-3-clause
4
+ base_model: weathon/smiles_llava
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - accuracy
9
+ model-index:
10
+ - name: smiles_llava_ft
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # smiles_llava_ft
18
+
19
+ This model is a fine-tuned version of [weathon/smiles_llava](https://huggingface.co/weathon/smiles_llava) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 2.0768
22
+ - Accuracy: 0.7191
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 5e-06
42
+ - train_batch_size: 8
43
+ - eval_batch_size: 8
44
+ - seed: 42
45
+ - gradient_accumulation_steps: 2
46
+ - total_train_batch_size: 16
47
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
48
+ - lr_scheduler_type: cosine
49
+ - lr_scheduler_warmup_ratio: 0.05
50
+ - num_epochs: 20
51
+ - mixed_precision_training: Native AMP
52
+ - label_smoothing_factor: 0.1
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
57
+ |:-------------:|:-------:|:----:|:---------------:|:--------:|
58
+ | 3.3041 | 0.9569 | 100 | 3.5557 | 0.0 |
59
+ | 2.3241 | 1.9091 | 200 | 2.5052 | 0.1835 |
60
+ | 2.029 | 2.8612 | 300 | 2.2936 | 0.5056 |
61
+ | 1.9409 | 3.8134 | 400 | 2.2173 | 0.5693 |
62
+ | 1.9861 | 4.7656 | 500 | 2.1782 | 0.6030 |
63
+ | 1.9564 | 5.7177 | 600 | 2.1461 | 0.6217 |
64
+ | 1.9314 | 6.6699 | 700 | 2.1301 | 0.6704 |
65
+ | 1.8838 | 7.6220 | 800 | 2.1084 | 0.6854 |
66
+ | 1.9538 | 8.5742 | 900 | 2.1052 | 0.7154 |
67
+ | 1.8382 | 9.5263 | 1000 | 2.0955 | 0.7191 |
68
+ | 1.9399 | 10.4785 | 1100 | 2.1008 | 0.6554 |
69
+ | 1.8231 | 11.4306 | 1200 | 2.0939 | 0.6891 |
70
+ | 1.8172 | 12.3828 | 1300 | 2.0899 | 0.6929 |
71
+ | 1.8708 | 13.3349 | 1400 | 2.0800 | 0.7491 |
72
+ | 1.915 | 14.2871 | 1500 | 2.0776 | 0.7116 |
73
+ | 1.8387 | 15.2392 | 1600 | 2.0819 | 0.7041 |
74
+ | 1.8646 | 16.1914 | 1700 | 2.0771 | 0.7228 |
75
+ | 1.7943 | 17.1435 | 1800 | 2.0770 | 0.7041 |
76
+ | 1.8878 | 18.0957 | 1900 | 2.0768 | 0.7154 |
77
+ | 1.841 | 19.0478 | 2000 | 2.0768 | 0.7191 |
78
+
79
+
80
+ ### Framework versions
81
+
82
+ - Transformers 4.48.2
83
+ - Pytorch 2.5.1+cu124
84
+ - Datasets 3.2.0
85
+ - Tokenizers 0.21.0
config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "weathon/smiles_llava",
3
+ "architectures": [
4
+ "BlipForConditionalGeneration"
5
+ ],
6
+ "image_text_hidden_size": 256,
7
+ "initializer_factor": 1.0,
8
+ "initializer_range": 0.02,
9
+ "label_smoothing": 0.0,
10
+ "logit_scale_init_value": 2.6592,
11
+ "model_type": "blip",
12
+ "projection_dim": 512,
13
+ "text_config": {
14
+ "_attn_implementation_autoset": true,
15
+ "initializer_factor": 1.0,
16
+ "model_type": "blip_text_model",
17
+ "num_attention_heads": 12
18
+ },
19
+ "torch_dtype": "float32",
20
+ "transformers_version": "4.48.2",
21
+ "vision_config": {
22
+ "_attn_implementation_autoset": true,
23
+ "dropout": 0.0,
24
+ "initializer_factor": 1.0,
25
+ "initializer_range": 0.02,
26
+ "model_type": "blip_vision_model",
27
+ "num_channels": 3
28
+ }
29
+ }
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 30522,
4
+ "eos_token_id": 2,
5
+ "pad_token_id": 0,
6
+ "transformers_version": "4.48.2"
7
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4181d2bce4d54fb1c67c0eb62cc788d3c45bf19394dd42d6f45f6dbe36fb58a9
3
+ size 989717056
runs/Feb03_08-00-24_1994991c6162/events.out.tfevents.1738569625.1994991c6162.2199.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd2bea07837b97940f53258430807936addc959cb8a9a284b90745df5c32a25c
3
+ size 28248
runs/Feb03_08-06-51_1994991c6162/events.out.tfevents.1738570012.1994991c6162.4917.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62612ce2d130c0fbeb1ba4099769c086f618299af860fa1f92f84835c7bb3a76
3
+ size 116336
runs/Feb03_08-16-22_1994991c6162/events.out.tfevents.1738570583.1994991c6162.7971.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:445d3af242eb6ff915609bff3111591e3b1c1b2527ab51ffcf34094d902d78fc
3
+ size 213913
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d0ac6db1d231f2acddfa6eac71e9167b6cbc1b35979fc7c710d41872cc2089c
3
+ size 5304