raptorkwok commited on
Commit
fdd152b
1 Parent(s): e494c48

Training in progress, step 2000

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
added_tokens.json ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "㔷": 51344,
3
+ "㕷": 51299,
4
+ "㕸": 51304,
5
+ "㖭": 51275,
6
+ "㗅": 51297,
7
+ "㗩": 51281,
8
+ "㗳": 51283,
9
+ "㙮": 51293,
10
+ "㚵": 51354,
11
+ "㝫": 51289,
12
+ "㞋": 51335,
13
+ "㡌": 51316,
14
+ "㢌": 51315,
15
+ "㧗": 51328,
16
+ "㧜": 51329,
17
+ "㧬": 51317,
18
+ "㧵": 51338,
19
+ "㨂": 51272,
20
+ "㨢": 51320,
21
+ "㨾": 51346,
22
+ "㩜": 51287,
23
+ "㪣": 51323,
24
+ "㬢": 51295,
25
+ "㭍": 51277,
26
+ "㯲": 51324,
27
+ "㴝": 51278,
28
+ "㺀": 51300,
29
+ "䀆": 51306,
30
+ "䁠": 51327,
31
+ "䄛": 51290,
32
+ "䇔": 51347,
33
+ "䊨": 51352,
34
+ "䎵": 51314,
35
+ "䐉": 51353,
36
+ "䑛": 51302,
37
+ "䜔": 51343,
38
+ "䝱": 51359,
39
+ "䡱": 51339,
40
+ "䳆": 51309,
41
+ "嘺": 51325,
42
+ "朼": 51342,
43
+ "簂": 51366,
44
+ "贂": 51345,
45
+ "龧": 51348,
46
+ "龬": 51334,
47
+ "鿋": 51358,
48
+ "𠄘": 51282,
49
+ "𠱁": 51279,
50
+ "𠲖": 51296,
51
+ "𠳔": 51298,
52
+ "𠴱": 51273,
53
+ "𠵿": 51303,
54
+ "𠸄": 51364,
55
+ "𠹳": 51370,
56
+ "𠹺": 51340,
57
+ "𠼮": 51363,
58
+ "𠼱": 51349,
59
+ "𠾐": 51367,
60
+ "𡁵": 51280,
61
+ "𡃓": 51308,
62
+ "𡃤": 51362,
63
+ "𡒊": 51369,
64
+ "𡥼": 51351,
65
+ "𢇁": 51332,
66
+ "𢇃": 51341,
67
+ "𢓭": 51360,
68
+ "𢡱": 51319,
69
+ "𢤦": 51355,
70
+ "𢦀": 51305,
71
+ "𢦓": 51330,
72
+ "𢫏": 51312,
73
+ "𢭃": 51276,
74
+ "𢯎": 51291,
75
+ "𢱑": 51285,
76
+ "𢱕": 51294,
77
+ "𢲡": 51288,
78
+ "𢲷": 51368,
79
+ "𢴇": 51301,
80
+ "𢵧": 51356,
81
+ "𣲙": 51336,
82
+ "𣺉": 51361,
83
+ "𣾀": 51310,
84
+ "𣿬": 51333,
85
+ "𤗲": 51284,
86
+ "𤘅": 51292,
87
+ "𤶸": 51350,
88
+ "𥄫": 51271,
89
+ "𥖁": 51311,
90
+ "𥱊": 51274,
91
+ "𦟌": 51307,
92
+ "𦣇": 51357,
93
+ "𧄌": 51318,
94
+ "𧇣": 51365,
95
+ "𨂽": 51322,
96
+ "𨂾": 51286,
97
+ "𨈇": 51313,
98
+ "𨌺": 51337,
99
+ "𨤳": 51326,
100
+ "𩓙": 51321,
101
+ "𪂹": 51331
102
+ }
config.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "notebooks/cantonese/bart-base-chinese",
3
+ "activation_dropout": 0.1,
4
+ "activation_function": "gelu",
5
+ "add_bias_logits": false,
6
+ "add_final_layer_norm": false,
7
+ "architectures": [
8
+ "BartForConditionalGeneration"
9
+ ],
10
+ "attention_dropout": 0.1,
11
+ "bos_token_id": 101,
12
+ "classif_dropout": 0.1,
13
+ "classifier_dropout": 0.0,
14
+ "d_model": 768,
15
+ "decoder_attention_heads": 12,
16
+ "decoder_ffn_dim": 3072,
17
+ "decoder_layerdrop": 0.0,
18
+ "decoder_layers": 6,
19
+ "decoder_start_token_id": 102,
20
+ "dropout": 0.1,
21
+ "early_stopping": true,
22
+ "encoder_attention_heads": 12,
23
+ "encoder_ffn_dim": 3072,
24
+ "encoder_layerdrop": 0.0,
25
+ "encoder_layers": 6,
26
+ "eos_token_id": 102,
27
+ "forced_eos_token_id": 102,
28
+ "gradient_checkpointing": false,
29
+ "id2label": {
30
+ "0": "LABEL_0",
31
+ "1": "LABEL_1",
32
+ "2": "LABEL_2"
33
+ },
34
+ "init_std": 0.02,
35
+ "is_encoder_decoder": true,
36
+ "label2id": {
37
+ "LABEL_0": 0,
38
+ "LABEL_1": 1,
39
+ "LABEL_2": 2
40
+ },
41
+ "max_position_embeddings": 1024,
42
+ "model_type": "bart",
43
+ "no_repeat_ngram_size": 3,
44
+ "normalize_before": false,
45
+ "normalize_embedding": true,
46
+ "num_beams": 4,
47
+ "num_hidden_layers": 6,
48
+ "pad_token_id": 0,
49
+ "scale_embedding": false,
50
+ "task_specific_params": {
51
+ "summarization": {
52
+ "length_penalty": 1.0,
53
+ "max_length": 128,
54
+ "min_length": 12,
55
+ "num_beams": 4
56
+ },
57
+ "summarization_cnn": {
58
+ "length_penalty": 2.0,
59
+ "max_length": 142,
60
+ "min_length": 56,
61
+ "num_beams": 4
62
+ },
63
+ "summarization_xsum": {
64
+ "length_penalty": 1.0,
65
+ "max_length": 62,
66
+ "min_length": 11,
67
+ "num_beams": 6
68
+ }
69
+ },
70
+ "tokenizer_class": "BertTokenizer",
71
+ "torch_dtype": "float32",
72
+ "transformers_version": "4.28.1",
73
+ "use_cache": true,
74
+ "vocab_size": 51371
75
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0db402d8a96c663e381c206ce41834303569062e380f359f138d10f8ed28c0de
3
+ size 561373722
runs/Oct22_09-31-40_hkmustamd-Super-Server/1729561444.2315896/events.out.tfevents.1729561444.hkmustamd-Super-Server.3603284.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cca1d5ce00f8056e403ac3815f57e447853b3545f658cfe23368f43383987093
3
+ size 5971
runs/Oct22_09-31-40_hkmustamd-Super-Server/events.out.tfevents.1729561444.hkmustamd-Super-Server.3603284.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a443f454472712fd2460c549a161ca313cd34fd9de968d7a3ef86818c982c846
3
+ size 5849
special_tokens_map.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "[CLS]",
3
+ "cls_token": "[CLS]",
4
+ "eos_token": "[EOS]",
5
+ "mask_token": "[MASK]",
6
+ "pad_token": "[PAD]",
7
+ "sep_token": "[SEP]",
8
+ "unk_token": "[UNK]"
9
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "[CLS]",
3
+ "clean_up_tokenization_spaces": true,
4
+ "cls_token": "[CLS]",
5
+ "do_basic_tokenize": true,
6
+ "do_lower_case": false,
7
+ "eos_token": "[EOS]",
8
+ "mask_token": "[MASK]",
9
+ "model_max_length": 1000000000000000019884624838656,
10
+ "never_split": null,
11
+ "pad_token": "[PAD]",
12
+ "sep_token": "[SEP]",
13
+ "strip_accents": null,
14
+ "tokenize_chinese_chars": true,
15
+ "tokenizer_class": "BertTokenizer",
16
+ "unk_token": "[UNK]",
17
+ "use_fast": true
18
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f5fa983a11af5c8a825f5bb30007c12a40da310cc3ba7f5f1dd1fe8da1c2031
3
+ size 4152
vocab.txt ADDED
The diff for this file is too large to render. See raw diff