PierreVie commited on
Commit
827bc38
·
verified ·
1 Parent(s): 55d1a71

dsmanomano/image-consolidation-models

Browse files
README.md CHANGED
@@ -17,6 +17,9 @@ should probably proofread and complete it, then remove this comment. -->
17
  # image-consolidation-models
18
 
19
  This model is a fine-tuned version of [HuggingFaceTB/SmolVLM-Instruct](https://huggingface.co/HuggingFaceTB/SmolVLM-Instruct) on an unknown dataset.
 
 
 
20
 
21
  ## Model description
22
 
@@ -48,6 +51,11 @@ The following hyperparameters were used during training:
48
 
49
  ### Training results
50
 
 
 
 
 
 
51
 
52
 
53
  ### Framework versions
 
17
  # image-consolidation-models
18
 
19
  This model is a fine-tuned version of [HuggingFaceTB/SmolVLM-Instruct](https://huggingface.co/HuggingFaceTB/SmolVLM-Instruct) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.3098
22
+ - Num Input Tokens Seen: 566737
23
 
24
  ## Model description
25
 
 
51
 
52
  ### Training results
53
 
54
+ | Training Loss | Epoch | Step | Validation Loss | Input Tokens Seen |
55
+ |:-------------:|:------:|:----:|:---------------:|:-----------------:|
56
+ | 0.3372 | 0.3226 | 20 | 0.3406 | 192201 |
57
+ | 0.2361 | 0.6452 | 40 | 0.3172 | 381365 |
58
+ | 0.2272 | 0.9677 | 60 | 0.3098 | 566737 |
59
 
60
 
61
  ### Framework versions
adapter_config.json CHANGED
@@ -20,13 +20,13 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
 
 
23
  "o_proj",
24
  "q_proj",
25
- "gate_proj",
26
  "down_proj",
27
- "k_proj",
28
- "v_proj",
29
- "up_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": true,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "up_proj",
24
+ "k_proj",
25
+ "gate_proj",
26
  "o_proj",
27
  "q_proj",
 
28
  "down_proj",
29
+ "v_proj"
 
 
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": true,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0c00f95fe4383611a047e137c1e04d2e74e7743a53e31f56b529a648b311ad31
3
  size 45187904
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94283faeaa172b14c165eabc05b7555ef16a7e4c184332d29b729206a93921d9
3
  size 45187904
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:52574df72b68da1981341545aac637d6f8ced79eba27dd97889e852454e76368
3
  size 5688
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f67b5c2c5ec2625ab93307fab0641dd2ae8427b4c1d7462f0249501ff0e49e2f
3
  size 5688