Stxlla commited on
Commit
eacb4b7
1 Parent(s): 259d019

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +57 -0
README.md ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: fine-finetuned
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
+ # fine-finetuned
14
+
15
+ This model is a fine-tuned version of [Stxlla/ko-en-following](https://huggingface.co/Stxlla/ko-en-following) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - eval_loss: 0.1211
18
+ - eval_bleu: 61.2672
19
+ - eval_gen_len: 11.3556
20
+ - eval_runtime: 2042.0344
21
+ - eval_samples_per_second: 16.208
22
+ - eval_steps_per_second: 1.013
23
+ - epoch: 2.0
24
+ - step: 33098
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 2e-05
44
+ - train_batch_size: 16
45
+ - eval_batch_size: 16
46
+ - seed: 42
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 5
50
+ - mixed_precision_training: Native AMP
51
+
52
+ ### Framework versions
53
+
54
+ - Transformers 4.25.1
55
+ - Pytorch 1.13.0+cu116
56
+ - Datasets 2.7.1
57
+ - Tokenizers 0.13.2