ssh6lq commited on
Commit
587744c
·
verified ·
1 Parent(s): d6003b0

Training complete

Browse files
Files changed (2) hide show
  1. README.md +77 -0
  2. generation_config.json +6 -0
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: KETI-AIR/ke-t5-base
4
+ tags:
5
+ - translation
6
+ - generated_from_trainer
7
+ datasets:
8
+ - kde4
9
+ metrics:
10
+ - bleu
11
+ model-index:
12
+ - name: t5-ko
13
+ results:
14
+ - task:
15
+ name: Sequence-to-sequence Language Modeling
16
+ type: text2text-generation
17
+ dataset:
18
+ name: kde4
19
+ type: kde4
20
+ config: en-ko
21
+ split: train
22
+ args: en-ko
23
+ metrics:
24
+ - name: Bleu
25
+ type: bleu
26
+ value: 0.0
27
+ ---
28
+
29
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
30
+ should probably proofread and complete it, then remove this comment. -->
31
+
32
+ # t5-ko
33
+
34
+ This model is a fine-tuned version of [KETI-AIR/ke-t5-base](https://huggingface.co/KETI-AIR/ke-t5-base) on the kde4 dataset.
35
+ It achieves the following results on the evaluation set:
36
+ - Loss: 8.3616
37
+ - Bleu: 0.0
38
+
39
+ ## Model description
40
+
41
+ More information needed
42
+
43
+ ## Intended uses & limitations
44
+
45
+ More information needed
46
+
47
+ ## Training and evaluation data
48
+
49
+ More information needed
50
+
51
+ ## Training procedure
52
+
53
+ ### Training hyperparameters
54
+
55
+ The following hyperparameters were used during training:
56
+ - learning_rate: 2e-05
57
+ - train_batch_size: 32
58
+ - eval_batch_size: 32
59
+ - seed: 42
60
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
+ - lr_scheduler_type: linear
62
+ - num_epochs: 1
63
+ - mixed_precision_training: Native AMP
64
+
65
+ ### Training results
66
+
67
+ | Training Loss | Epoch | Step | Validation Loss | Bleu |
68
+ |:-------------:|:-----:|:----:|:---------------:|:----:|
69
+ | 9.3362 | 1.0 | 2156 | 8.3616 | 0.0 |
70
+
71
+
72
+ ### Framework versions
73
+
74
+ - Transformers 4.43.3
75
+ - Pytorch 2.3.0+cu121
76
+ - Datasets 2.20.0
77
+ - Tokenizers 0.19.1
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "decoder_start_token_id": 0,
3
+ "eos_token_id": 1,
4
+ "pad_token_id": 0,
5
+ "transformers_version": "4.43.3"
6
+ }