adamchanadam commited on
Commit
217e768
·
verified ·
1 Parent(s): 0fae156

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -21,8 +21,8 @@ This model is fine-tuned from [microsoft/Florence-2-base-ft](https://huggingface
21
  - The model uses the `<DocVQA>` prompt to indicate the task type.
22
  - Number of training images: 13
23
  - Number of validation images: 2
24
- - Number of epochs: 7
25
- - Learning rate: 1e-06
26
  - Optimizer: AdamW
27
  - Early stopping: Patience of 3 epochs, delta of 0.01
28
 
@@ -36,7 +36,7 @@ This model is fine-tuned from [microsoft/Florence-2-base-ft](https://huggingface
36
  - Images were resized and normalized according to Florence-2's preprocessing standards.
37
  - The `<DocVQA>` prompt was used during fine-tuning to indicate the task type.
38
  - Questions and answers were provided for each image in the training set.
39
- - Batch size: 6
40
  - Evaluation metric: Cross-entropy loss on a held-out validation set
41
 
42
  For more information, please contact the model creators.
 
21
  - The model uses the `<DocVQA>` prompt to indicate the task type.
22
  - Number of training images: 13
23
  - Number of validation images: 2
24
+ - Number of epochs: 15
25
+ - Learning rate: 5e-06
26
  - Optimizer: AdamW
27
  - Early stopping: Patience of 3 epochs, delta of 0.01
28
 
 
36
  - Images were resized and normalized according to Florence-2's preprocessing standards.
37
  - The `<DocVQA>` prompt was used during fine-tuning to indicate the task type.
38
  - Questions and answers were provided for each image in the training set.
39
+ - Batch size: 2
40
  - Evaluation metric: Cross-entropy loss on a held-out validation set
41
 
42
  For more information, please contact the model creators.