dsmanomano/image-consolidation-models
Browse files- README.md +0 -8
- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -17,9 +17,6 @@ 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 |
-
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,11 +48,6 @@ The following hyperparameters were used during training:
|
|
| 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
|
|
|
|
| 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 |
|
| 49 |
### Training results
|
| 50 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
|
| 52 |
|
| 53 |
### Framework versions
|
adapter_config.json
CHANGED
|
@@ -20,13 +20,13 @@
|
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
-
"up_proj",
|
| 24 |
"k_proj",
|
| 25 |
-
"
|
| 26 |
-
"o_proj",
|
| 27 |
"q_proj",
|
| 28 |
"down_proj",
|
| 29 |
-
"
|
|
|
|
|
|
|
| 30 |
],
|
| 31 |
"task_type": "CAUSAL_LM",
|
| 32 |
"use_dora": true,
|
|
|
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
|
|
|
| 23 |
"k_proj",
|
| 24 |
+
"v_proj",
|
|
|
|
| 25 |
"q_proj",
|
| 26 |
"down_proj",
|
| 27 |
+
"o_proj",
|
| 28 |
+
"gate_proj",
|
| 29 |
+
"up_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:
|
| 3 |
size 45187904
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:23c8f5a3445eb043380df5bff08436dd24fbfc7a42affd09c9c37d819e21af31
|
| 3 |
size 45187904
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5688
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6476475be748448ff7f8bb6ba750a742bc1d3ed97532e77dd0cbbf5131c0fd31
|
| 3 |
size 5688
|