Skyler215 commited on
Commit
20044ae
·
verified ·
1 Parent(s): 6b7facb

End of training

Browse files
Files changed (2) hide show
  1. README.md +67 -0
  2. generation_config.json +14 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: Swin_BART_KTVIC
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # Swin_BART_KTVIC
14
+
15
+ This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 1.1684
18
+ - Bleu-4: 0.2074
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 5e-05
38
+ - train_batch_size: 32
39
+ - eval_batch_size: 32
40
+ - seed: 42
41
+ - gradient_accumulation_steps: 2
42
+ - total_train_batch_size: 64
43
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
44
+ - lr_scheduler_type: linear
45
+ - lr_scheduler_warmup_steps: 300
46
+ - num_epochs: 100
47
+ - mixed_precision_training: Native AMP
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Bleu-4 |
52
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
53
+ | No log | 1.0 | 236 | 1.4136 | 0.1220 |
54
+ | 1.9745 | 2.0 | 472 | 1.2818 | 0.1443 |
55
+ | 1.3205 | 3.0 | 708 | 1.2124 | 0.1686 |
56
+ | 1.1231 | 4.0 | 944 | 1.1763 | 0.1860 |
57
+ | 1.1231 | 5.0 | 1180 | 1.1625 | 0.1949 |
58
+ | 0.9658 | 6.0 | 1416 | 1.1590 | 0.2025 |
59
+ | 0.8276 | 7.0 | 1652 | 1.1684 | 0.2074 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.46.2
65
+ - Pytorch 2.5.1+cu121
66
+ - Datasets 3.1.0
67
+ - Tokenizers 0.20.3
generation_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 0,
3
+ "decoder_start_token_id": 0,
4
+ "early_stopping": true,
5
+ "eos_token_id": 2,
6
+ "forced_eos_token_id": 2,
7
+ "length_penalty": 2.0,
8
+ "max_length": 29,
9
+ "no_repeat_ngram_size": 3,
10
+ "num_beams": 4,
11
+ "pad_token_id": 1,
12
+ "transformers_version": "4.46.2",
13
+ "use_cache": false
14
+ }