GuysTrans commited on
Commit
a20b235
·
1 Parent(s): 7a46042

Training in progress, step 500

Browse files
config.json CHANGED
@@ -1,75 +1,37 @@
1
  {
2
- "_name_or_path": "GuysTrans/bart-base-vn-ehealth",
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": 0,
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": 2,
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": 2,
27
- "forced_bos_token_id": 0,
28
  "forced_eos_token_id": 2,
29
  "gradient_checkpointing": false,
30
- "id2label": {
31
- "0": "LABEL_0",
32
- "1": "LABEL_1",
33
- "2": "LABEL_2"
34
- },
35
  "init_std": 0.02,
36
  "is_encoder_decoder": true,
37
- "label2id": {
38
- "LABEL_0": 0,
39
- "LABEL_1": 1,
40
- "LABEL_2": 2
41
- },
42
  "max_position_embeddings": 1024,
43
- "model_type": "bart",
44
- "no_repeat_ngram_size": 3,
45
- "normalize_before": false,
46
- "normalize_embedding": true,
47
- "num_beams": 4,
48
- "num_hidden_layers": 6,
49
  "pad_token_id": 1,
50
  "scale_embedding": false,
51
- "task_specific_params": {
52
- "summarization": {
53
- "length_penalty": 1.0,
54
- "max_length": 128,
55
- "min_length": 12,
56
- "num_beams": 4
57
- },
58
- "summarization_cnn": {
59
- "length_penalty": 2.0,
60
- "max_length": 142,
61
- "min_length": 56,
62
- "num_beams": 4
63
- },
64
- "summarization_xsum": {
65
- "length_penalty": 1.0,
66
- "max_length": 62,
67
- "min_length": 11,
68
- "num_beams": 6
69
- }
70
- },
71
  "torch_dtype": "float32",
72
- "transformers_version": "4.33.0",
73
  "use_cache": true,
74
- "vocab_size": 50265
75
  }
 
1
  {
2
+ "_name_or_path": "vinai/bartpho-syllable",
3
+ "activation_dropout": 0.0,
4
  "activation_function": "gelu",
 
 
5
  "architectures": [
6
+ "MBartForConditionalGeneration"
7
  ],
8
+ "attention_dropout": 0.0,
9
  "bos_token_id": 0,
 
10
  "classifier_dropout": 0.0,
11
+ "d_model": 1024,
12
+ "decoder_attention_heads": 16,
13
+ "decoder_ffn_dim": 4096,
14
  "decoder_layerdrop": 0.0,
15
+ "decoder_layers": 12,
16
  "decoder_start_token_id": 2,
17
  "dropout": 0.1,
18
+ "encoder_attention_heads": 16,
19
+ "encoder_ffn_dim": 4096,
 
20
  "encoder_layerdrop": 0.0,
21
+ "encoder_layers": 12,
22
  "eos_token_id": 2,
 
23
  "forced_eos_token_id": 2,
24
  "gradient_checkpointing": false,
 
 
 
 
 
25
  "init_std": 0.02,
26
  "is_encoder_decoder": true,
 
 
 
 
 
27
  "max_position_embeddings": 1024,
28
+ "model_type": "mbart",
29
+ "num_hidden_layers": 12,
 
 
 
 
30
  "pad_token_id": 1,
31
  "scale_embedding": false,
32
+ "tokenizer_class": "BartphoTokenizer",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  "torch_dtype": "float32",
34
+ "transformers_version": "4.34.1",
35
  "use_cache": true,
36
+ "vocab_size": 40030
37
  }
dict.txt ADDED
The diff for this file is too large to render. See raw diff
 
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b5734565b7b882aaeace390c5a6673c07e4bc9d61f9b6cd3d465a21df85c5121
3
- size 557971229
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c1e124c933c59cd3ac4963cfb6b8579d70a11adfe78464a80c3c3be00cb7a53
3
+ size 1583596058
sentencepiece.bpe.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfc8146abe2a0488e9e2a0c56de7952f7c11ab059eca145a0a727afce0db2865
3
+ size 5069051
special_tokens_map.json CHANGED
@@ -5,7 +5,7 @@
5
  "mask_token": {
6
  "content": "<mask>",
7
  "lstrip": true,
8
- "normalized": false,
9
  "rstrip": false,
10
  "single_word": false
11
  },
 
5
  "mask_token": {
6
  "content": "<mask>",
7
  "lstrip": true,
8
+ "normalized": true,
9
  "rstrip": false,
10
  "single_word": false
11
  },
tokenizer_config.json CHANGED
@@ -1,19 +1,55 @@
1
  {
2
- "add_prefix_space": false,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  "bos_token": "<s>",
4
  "clean_up_tokenization_spaces": true,
5
  "cls_token": "<s>",
6
  "eos_token": "</s>",
7
- "errors": "replace",
8
  "mask_token": "<mask>",
9
- "max_length": 512,
10
  "model_max_length": 1024,
11
  "pad_token": "<pad>",
12
  "sep_token": "</s>",
13
- "stride": 0,
14
- "tokenizer_class": "BartTokenizer",
15
- "trim_offsets": true,
16
- "truncation_side": "right",
17
- "truncation_strategy": "longest_first",
18
  "unk_token": "<unk>"
19
  }
 
1
  {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<s>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "<pad>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "</s>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "<unk>",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "40029": {
36
+ "content": "<mask>",
37
+ "lstrip": true,
38
+ "normalized": true,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
  "bos_token": "<s>",
45
  "clean_up_tokenization_spaces": true,
46
  "cls_token": "<s>",
47
  "eos_token": "</s>",
 
48
  "mask_token": "<mask>",
 
49
  "model_max_length": 1024,
50
  "pad_token": "<pad>",
51
  "sep_token": "</s>",
52
+ "sp_model_kwargs": {},
53
+ "tokenizer_class": "BartphoTokenizer",
 
 
 
54
  "unk_token": "<unk>"
55
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bd98bf074615d11b5dd8442b0a3bb5319f27486214318030c3937dedf971ed3e
3
- size 4219
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8742674ae5f2eeedc4a2e9fa6b40457494e09b9b14641712fb44ae87d593403
3
+ size 4664