indiejoseph
commited on
Commit
•
f5f6f43
1
Parent(s):
6f3590e
Update README.md
Browse files
README.md
CHANGED
@@ -5,18 +5,25 @@ tags:
|
|
5 |
model-index:
|
6 |
- name: bert-base-cantonese
|
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 |
# bert-base-cantonese
|
14 |
|
15 |
-
This model is a
|
16 |
|
17 |
## Model description
|
18 |
|
19 |
-
|
|
|
20 |
|
21 |
## Intended uses & limitations
|
22 |
|
@@ -39,14 +46,9 @@ The following hyperparameters were used during training:
|
|
39 |
- total_train_batch_size: 192
|
40 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
41 |
- lr_scheduler_type: linear
|
42 |
-
- num_epochs:
|
43 |
-
|
44 |
### Training results
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
### Framework versions
|
49 |
-
|
50 |
- Transformers 4.34.0.dev0
|
51 |
- Pytorch 2.0.1+cu117
|
52 |
- Datasets 2.14.5
|
|
|
5 |
model-index:
|
6 |
- name: bert-base-cantonese
|
7 |
results: []
|
8 |
+
license: cc-by-4.0
|
9 |
+
language:
|
10 |
+
- yue
|
11 |
+
pipeline_tag: fill-mask
|
12 |
+
widget:
|
13 |
+
- text: 香港原本[MASK]一個人煙稀少嘅漁港。
|
14 |
+
example_title: 係
|
15 |
---
|
|
|
16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
17 |
should probably proofread and complete it, then remove this comment. -->
|
18 |
|
19 |
# bert-base-cantonese
|
20 |
|
21 |
+
This model is a continue pre-train version of [bert-base-chinese](https://huggingface.co/bert-base-chinese) on [indiejoseph/wikipedia-zh-yue-filtered](https://huggingface.co/datasets/indiejoseph/wikipedia-zh-yue-filtered).
|
22 |
|
23 |
## Model description
|
24 |
|
25 |
+
This model has extended 500 more Chinese characters which very common in Cantonese, such as `冧`, `噉`, `麪`, `笪`, `冚`, `乸` etc, and continue pre-trained with [indiejoseph/wikipedia-zh-yue-filtered](https://huggingface.co/datasets/indiejoseph/wikipedia-zh-yue-filtered)
|
26 |
+
|
27 |
|
28 |
## Intended uses & limitations
|
29 |
|
|
|
46 |
- total_train_batch_size: 192
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
- lr_scheduler_type: linear
|
49 |
+
- num_epochs: 10.0
|
|
|
50 |
### Training results
|
|
|
|
|
|
|
51 |
### Framework versions
|
|
|
52 |
- Transformers 4.34.0.dev0
|
53 |
- Pytorch 2.0.1+cu117
|
54 |
- Datasets 2.14.5
|