HJOK commited on
Commit
e0f30d9
·
1 Parent(s): 9079dc5
Files changed (2) hide show
  1. config.json +62 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "gogamza/kobart-base-v2",
3
+ "activation_dropout": 0.0,
4
+ "activation_function": "gelu",
5
+ "adapters": {
6
+ "adapters": {},
7
+ "config_map": {},
8
+ "fusion_config_map": {},
9
+ "fusions": {}
10
+ },
11
+ "add_bias_logits": false,
12
+ "add_final_layer_norm": false,
13
+ "architectures": [
14
+ "BartForConditionalGeneration"
15
+ ],
16
+ "attention_dropout": 0.0,
17
+ "author": "Heewon Jeon(madjakarta@gmail.com)",
18
+ "bos_token_id": 1,
19
+ "classif_dropout": 0.1,
20
+ "classifier_dropout": 0.1,
21
+ "d_model": 768,
22
+ "decoder_attention_heads": 16,
23
+ "decoder_ffn_dim": 3072,
24
+ "decoder_layerdrop": 0.0,
25
+ "decoder_layers": 6,
26
+ "decoder_start_token_id": 1,
27
+ "do_blenderbot_90_layernorm": false,
28
+ "dropout": 0.1,
29
+ "encoder_attention_heads": 16,
30
+ "encoder_ffn_dim": 3072,
31
+ "encoder_layerdrop": 0.0,
32
+ "encoder_layers": 6,
33
+ "eos_token_id": 1,
34
+ "extra_pos_embeddings": 2,
35
+ "force_bos_token_to_be_generated": false,
36
+ "forced_eos_token_id": 1,
37
+ "gradient_checkpointing": false,
38
+ "id2label": {
39
+ "0": "NEGATIVE",
40
+ "1": "POSITIVE"
41
+ },
42
+ "init_std": 0.02,
43
+ "is_encoder_decoder": true,
44
+ "kobart_version": 2.0,
45
+ "label2id": {
46
+ "NEGATIVE": 0,
47
+ "POSITIVE": 1
48
+ },
49
+ "max_position_embeddings": 1026,
50
+ "model_type": "bart",
51
+ "normalize_before": false,
52
+ "normalize_embedding": true,
53
+ "num_hidden_layers": 6,
54
+ "pad_token_id": 3,
55
+ "scale_embedding": false,
56
+ "static_position_embeddings": false,
57
+ "tokenizer_class": "PreTrainedTokenizerFast",
58
+ "torch_dtype": "float32",
59
+ "transformers_version": "4.17.0",
60
+ "use_cache": true,
61
+ "vocab_size": 30000
62
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:daf03f12a7e11ae19c1e26b67898ac73d74b560950715cb20a42dcaeff14e67c
3
+ size 495668345