raptorkwok commited on
Commit
fda4979
1 Parent(s): b60fca9

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +65 -0
README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - bleu
6
+ model-index:
7
+ - name: cantonese-chinese-translation-gen1
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # cantonese-chinese-translation-gen1
15
+
16
+ This model is a fine-tuned version of [fnlp/bart-base-chinese](https://huggingface.co/fnlp/bart-base-chinese) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 1.5413
19
+ - Bleu: 40.7808
20
+ - Chrf: 42.5628
21
+ - Gen Len: 13.2556
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 2e-05
41
+ - train_batch_size: 8
42
+ - eval_batch_size: 8
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - num_epochs: 10
47
+ - mixed_precision_training: Native AMP
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Chrf | Gen Len |
52
+ |:-------------:|:-----:|:-----:|:---------------:|:-------:|:-------:|:-------:|
53
+ | 0.2275 | 0.05 | 5000 | 1.5256 | 40.6521 | 42.475 | 13.2277 |
54
+ | 0.1752 | 0.1 | 10000 | 1.5413 | 40.7808 | 42.5628 | 13.2556 |
55
+ | 0.1533 | 0.15 | 15000 | 1.5938 | 40.7698 | 42.5348 | 13.2678 |
56
+ | 0.1442 | 0.2 | 20000 | 1.6487 | 40.6062 | 42.353 | 13.2602 |
57
+ | 0.1317 | 0.24 | 25000 | 1.7148 | 40.569 | 42.2753 | 13.2798 |
58
+
59
+
60
+ ### Framework versions
61
+
62
+ - Transformers 4.28.1
63
+ - Pytorch 2.3.1+cu121
64
+ - Datasets 2.19.1
65
+ - Tokenizers 0.13.3