ooliverz commited on
Commit
60b40fa
·
verified ·
1 Parent(s): cc03e20

End of training

Browse files
Files changed (2) hide show
  1. README.md +68 -0
  2. generation_config.json +7 -0
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ base_model: microsoft/git-large-r-coco
5
+ tags:
6
+ - generated_from_trainer
7
+ datasets:
8
+ - imagefolder
9
+ model-index:
10
+ - name: git-large-r-coco-IDB_ADv1_COCOv6-rv3
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # git-large-r-coco-IDB_ADv1_COCOv6-rv3
18
+
19
+ This model is a fine-tuned version of [microsoft/git-large-r-coco](https://huggingface.co/microsoft/git-large-r-coco) on the imagefolder dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.0863
22
+ - Meteor Score: {'meteor': 0.6759040451749316}
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 3e-05
42
+ - train_batch_size: 6
43
+ - eval_batch_size: 8
44
+ - seed: 42
45
+ - gradient_accumulation_steps: 16
46
+ - total_train_batch_size: 96
47
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
48
+ - lr_scheduler_type: cosine_with_restarts
49
+ - lr_scheduler_warmup_steps: 50
50
+ - num_epochs: 20
51
+ - mixed_precision_training: Native AMP
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Meteor Score |
56
+ |:-------------:|:-----:|:----:|:---------------:|:------------------------------:|
57
+ | 0.5819 | 5.0 | 5 | 0.0931 | {'meteor': 0.6828111433072758} |
58
+ | 0.5633 | 10.0 | 10 | 0.0926 | {'meteor': 0.67882651810593} |
59
+ | 0.5255 | 15.0 | 15 | 0.0886 | {'meteor': 0.6786692018375606} |
60
+ | 0.4719 | 20.0 | 20 | 0.0863 | {'meteor': 0.6759040451749316} |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - Transformers 4.46.1
66
+ - Pytorch 2.2.1+cu121
67
+ - Datasets 2.18.0
68
+ - Tokenizers 0.20.2
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 101,
4
+ "eos_token_id": 102,
5
+ "pad_token_id": 0,
6
+ "transformers_version": "4.46.1"
7
+ }