palicoqiqi
commited on
Commit
•
a1b7c29
1
Parent(s):
ea878d6
palicoqiqi/paligemma_ocr_final
Browse files
README.md
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
-
---
|
2 |
-
library_name: peft
|
3 |
-
license: gemma
|
4 |
-
base_model: google/paligemma-3b-ft-ocrvqa-448
|
5 |
-
tags:
|
6 |
-
- generated_from_trainer
|
7 |
-
model-index:
|
8 |
-
- name: paligemma_ocr_final
|
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. -->
|
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [google/paligemma-3b-ft-ocrvqa-448](https://huggingface.co/google/paligemma-3b-ft-ocrvqa-448) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -35,7 +35,7 @@ More information needed
|
|
35 |
### Training hyperparameters
|
36 |
|
37 |
The following hyperparameters were used during training:
|
38 |
-
- learning_rate:
|
39 |
- train_batch_size: 2
|
40 |
- eval_batch_size: 2
|
41 |
- seed: 42
|
@@ -44,23 +44,19 @@ The following hyperparameters were used during training:
|
|
44 |
- optimizer: Use OptimizerNames.ADAMW_HF with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
45 |
- lr_scheduler_type: linear
|
46 |
- lr_scheduler_warmup_steps: 2
|
47 |
-
- num_epochs:
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
-
| Training Loss | Epoch | Step
|
52 |
-
|
53 |
-
|
|
54 |
-
| 1.8446 | 0.7491 | 200 | 0.9030 |
|
55 |
-
| 1.4323 | 1.1236 | 300 | 0.8534 |
|
56 |
-
| 1.1502 | 1.4981 | 400 | 0.9030 |
|
57 |
-
| 1.2335 | 1.8727 | 500 | 0.8205 |
|
58 |
|
59 |
|
60 |
### Framework versions
|
61 |
|
62 |
- PEFT 0.13.2
|
63 |
-
- Transformers 4.46.
|
64 |
-
- Pytorch 2.
|
65 |
-
- Datasets
|
66 |
-
- Tokenizers 0.20.
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
license: gemma
|
4 |
+
base_model: google/paligemma-3b-ft-ocrvqa-448
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
model-index:
|
8 |
+
- name: paligemma_ocr_final
|
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. -->
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [google/paligemma-3b-ft-ocrvqa-448](https://huggingface.co/google/paligemma-3b-ft-ocrvqa-448) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.4477
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
35 |
### Training hyperparameters
|
36 |
|
37 |
The following hyperparameters were used during training:
|
38 |
+
- learning_rate: 4e-05
|
39 |
- train_batch_size: 2
|
40 |
- eval_batch_size: 2
|
41 |
- seed: 42
|
|
|
44 |
- optimizer: Use OptimizerNames.ADAMW_HF with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
45 |
- lr_scheduler_type: linear
|
46 |
- lr_scheduler_warmup_steps: 2
|
47 |
+
- num_epochs: 1
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
+
|:-------------:|:------:|:-----:|:---------------:|
|
53 |
+
| 0.4176 | 1.0000 | 10099 | 0.4477 |
|
|
|
|
|
|
|
|
|
54 |
|
55 |
|
56 |
### Framework versions
|
57 |
|
58 |
- PEFT 0.13.2
|
59 |
+
- Transformers 4.46.2
|
60 |
+
- Pytorch 2.1.2.post304
|
61 |
+
- Datasets 3.1.0
|
62 |
+
- Tokenizers 0.20.3
|