vishwa27 commited on
Commit
ac239ea
1 Parent(s): a0d78e0

End of training

Browse files
Files changed (2) hide show
  1. README.md +69 -0
  2. generation_config.json +7 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: microsoft/git-base
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - rouge
8
+ model-index:
9
+ - name: GIT_inf_w_caption_blur_ep5_eval
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # GIT_inf_w_caption_blur_ep5_eval
17
+
18
+ This model is a fine-tuned version of [microsoft/git-base](https://huggingface.co/microsoft/git-base) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 7.4017
21
+ - Rouge1: 3.8217
22
+ - Rouge2: 0.8923
23
+ - Rougel: 3.3753
24
+ - Rougelsum: 3.3525
25
+ - Gen Len: 705.87
26
+
27
+ ## Model description
28
+
29
+ More information needed
30
+
31
+ ## Intended uses & limitations
32
+
33
+ More information needed
34
+
35
+ ## Training and evaluation data
36
+
37
+ More information needed
38
+
39
+ ## Training procedure
40
+
41
+ ### Training hyperparameters
42
+
43
+ The following hyperparameters were used during training:
44
+ - learning_rate: 5e-05
45
+ - train_batch_size: 16
46
+ - eval_batch_size: 8
47
+ - seed: 42
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: linear
50
+ - num_epochs: 5
51
+ - mixed_precision_training: Native AMP
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
56
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
57
+ | No log | 1.0 | 7 | 8.7893 | 1.8363 | 0.4191 | 1.6897 | 1.7007 | 709.0 |
58
+ | No log | 2.0 | 14 | 8.1101 | 3.079 | 0.6324 | 2.663 | 2.6628 | 709.0 |
59
+ | No log | 3.0 | 21 | 7.7192 | 3.4348 | 0.8294 | 3.05 | 3.0533 | 708.99 |
60
+ | No log | 4.0 | 28 | 7.4875 | 3.6579 | 0.8584 | 3.2341 | 3.2327 | 707.9 |
61
+ | No log | 5.0 | 35 | 7.4017 | 3.8217 | 0.8923 | 3.3753 | 3.3525 | 705.87 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.38.1
67
+ - Pytorch 2.2.1+cu121
68
+ - Datasets 2.17.1
69
+ - Tokenizers 0.15.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.38.1"
7
+ }