raptorkwok commited on
Commit
ce8ed90
1 Parent(s): 1168cef

Update README.md

Browse files

Added associated dataset and pipeline tag information

Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -7,6 +7,9 @@ base_model: fnlp/bart-base-chinese
7
  model-index:
8
  - name: cantonese-chinese-translation
9
  results: []
 
 
 
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -14,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # cantonese-chinese-translation
16
 
17
- This model is a fine-tuned version of [fnlp/bart-base-chinese](https://huggingface.co/fnlp/bart-base-chinese) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
  - Loss: 0.2258
20
  - Bleu: 62.1085
@@ -67,4 +70,4 @@ The following hyperparameters were used during training:
67
  - Transformers 4.28.1
68
  - Pytorch 2.1.0+cu121
69
  - Datasets 2.14.6
70
- - Tokenizers 0.13.3
 
7
  model-index:
8
  - name: cantonese-chinese-translation
9
  results: []
10
+ datasets:
11
+ - raptorkwok/cantonese-traditional-chinese-parallel-corpus
12
+ pipeline_tag: translation
13
  ---
14
 
15
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
17
 
18
  # cantonese-chinese-translation
19
 
20
+ This model is a fine-tuned version of [fnlp/bart-base-chinese](https://huggingface.co/fnlp/bart-base-chinese) on [raptorkwok/cantonese-traditional-chinese-parallel-corpus](https://huggingface.co/datasets/raptorkwok/cantonese-traditional-chinese-parallel-corpus) dataset.
21
  It achieves the following results on the evaluation set:
22
  - Loss: 0.2258
23
  - Bleu: 62.1085
 
70
  - Transformers 4.28.1
71
  - Pytorch 2.1.0+cu121
72
  - Datasets 2.14.6
73
+ - Tokenizers 0.13.3