mmrech/florence2-pitvqa-finetuned
Browse files- README.md +6 -6
- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -19,7 +19,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 19 |
|
| 20 |
This model is a fine-tuned version of [microsoft/Florence-2-base](https://huggingface.co/microsoft/Florence-2-base) on an unknown dataset.
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
-
- Loss: 1.
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
@@ -54,11 +54,11 @@ The following hyperparameters were used during training:
|
|
| 54 |
|
| 55 |
| Training Loss | Epoch | Step | Validation Loss |
|
| 56 |
|:-------------:|:-----:|:----:|:---------------:|
|
| 57 |
-
| 1.
|
| 58 |
-
| 1.
|
| 59 |
-
| 1.
|
| 60 |
-
| 1.
|
| 61 |
-
| 1.
|
| 62 |
|
| 63 |
|
| 64 |
### Framework versions
|
|
|
|
| 19 |
|
| 20 |
This model is a fine-tuned version of [microsoft/Florence-2-base](https://huggingface.co/microsoft/Florence-2-base) on an unknown dataset.
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
+
- Loss: 1.5346
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
|
|
| 54 |
|
| 55 |
| Training Loss | Epoch | Step | Validation Loss |
|
| 56 |
|:-------------:|:-----:|:----:|:---------------:|
|
| 57 |
+
| 1.7452 | 25.0 | 100 | 1.7258 |
|
| 58 |
+
| 1.1957 | 50.0 | 200 | 1.4125 |
|
| 59 |
+
| 1.1343 | 75.0 | 300 | 1.4571 |
|
| 60 |
+
| 1.0557 | 100.0 | 400 | 1.5572 |
|
| 61 |
+
| 1.0336 | 125.0 | 500 | 1.5346 |
|
| 62 |
|
| 63 |
|
| 64 |
### Framework versions
|
adapter_config.json
CHANGED
|
@@ -29,12 +29,12 @@
|
|
| 29 |
"rank_pattern": {},
|
| 30 |
"revision": null,
|
| 31 |
"target_modules": [
|
| 32 |
-
"v_proj",
|
| 33 |
-
"k_proj",
|
| 34 |
"fc1",
|
| 35 |
-
"o_proj",
|
| 36 |
"q_proj",
|
| 37 |
-
"
|
|
|
|
|
|
|
|
|
|
| 38 |
],
|
| 39 |
"target_parameters": null,
|
| 40 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 29 |
"rank_pattern": {},
|
| 30 |
"revision": null,
|
| 31 |
"target_modules": [
|
|
|
|
|
|
|
| 32 |
"fc1",
|
|
|
|
| 33 |
"q_proj",
|
| 34 |
+
"o_proj",
|
| 35 |
+
"v_proj",
|
| 36 |
+
"fc2",
|
| 37 |
+
"k_proj"
|
| 38 |
],
|
| 39 |
"target_parameters": null,
|
| 40 |
"task_type": "CAUSAL_LM",
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 9491464
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cceaae29d857c72ae6d9289c765c30de9bfa49412b39aa7cf3ebc6d221b70430
|
| 3 |
size 9491464
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5841
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:62bb70ff497df21bc2f1ec207021af1265d488bff9d9e1a680e9d721127965ce
|
| 3 |
size 5841
|