Upload BartForConditionalGeneration
Browse files- config.json +61 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/content/drive/MyDrive/\u110b\u1175\u11ab\u1100\u1169\u11bc\u110c\u1175\u1102\u1173\u11bc/\u1109\u1162\u11bc\u1109\u1165\u11bc\u110b\u116d\u110b\u1163\u11a8\u1111\u1173\u1105\u1169\u110c\u1166\u11a8\u1110\u1173/Model/KoBART/checkpoint2/KoBART_Summary_v3/checkpoint-8752",
|
3 |
+
"activation_dropout": 0.0,
|
4 |
+
"activation_function": "gelu",
|
5 |
+
"add_bias_logits": false,
|
6 |
+
"add_final_layer_norm": false,
|
7 |
+
"architectures": [
|
8 |
+
"BartForConditionalGeneration"
|
9 |
+
],
|
10 |
+
"attention_dropout": 0.0,
|
11 |
+
"author": "Heewon Jeon(madjakarta@gmail.com)",
|
12 |
+
"bos_token_id": 1,
|
13 |
+
"classif_dropout": 0.1,
|
14 |
+
"classifier_dropout": 0.1,
|
15 |
+
"d_model": 768,
|
16 |
+
"decoder_attention_heads": 16,
|
17 |
+
"decoder_ffn_dim": 3072,
|
18 |
+
"decoder_layerdrop": 0.0,
|
19 |
+
"decoder_layers": 6,
|
20 |
+
"decoder_start_token_id": 1,
|
21 |
+
"do_blenderbot_90_layernorm": false,
|
22 |
+
"dropout": 0.1,
|
23 |
+
"early_stopping": true,
|
24 |
+
"encoder_attention_heads": 16,
|
25 |
+
"encoder_ffn_dim": 3072,
|
26 |
+
"encoder_layerdrop": 0.0,
|
27 |
+
"encoder_layers": 6,
|
28 |
+
"eos_token_id": 1,
|
29 |
+
"extra_pos_embeddings": 2,
|
30 |
+
"force_bos_token_to_be_generated": false,
|
31 |
+
"forced_eos_token_id": 1,
|
32 |
+
"gradient_checkpointing": false,
|
33 |
+
"id2label": {
|
34 |
+
"0": "NEGATIVE",
|
35 |
+
"1": "POSITIVE"
|
36 |
+
},
|
37 |
+
"init_std": 0.02,
|
38 |
+
"is_encoder_decoder": true,
|
39 |
+
"kobart_version": 2.0,
|
40 |
+
"label2id": {
|
41 |
+
"NEGATIVE": 0,
|
42 |
+
"POSITIVE": 1
|
43 |
+
},
|
44 |
+
"length_penalty": 2.0,
|
45 |
+
"max_length": 64,
|
46 |
+
"max_position_embeddings": 1026,
|
47 |
+
"model_type": "bart",
|
48 |
+
"no_repeat_ngram_size": 3,
|
49 |
+
"normalize_before": false,
|
50 |
+
"normalize_embedding": true,
|
51 |
+
"num_beams": 5,
|
52 |
+
"num_hidden_layers": 6,
|
53 |
+
"pad_token_id": 3,
|
54 |
+
"scale_embedding": false,
|
55 |
+
"static_position_embeddings": false,
|
56 |
+
"tokenizer_class": "PreTrainedTokenizerFast",
|
57 |
+
"torch_dtype": "float32",
|
58 |
+
"transformers_version": "4.25.1",
|
59 |
+
"use_cache": true,
|
60 |
+
"vocab_size": 30032
|
61 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b51136e2e788526be5f523ee98ac8057331c908f32377c714ae644f4a5b00f95
|
3 |
+
size 495743133
|