digit82 commited on
Commit
0887f7a
1 Parent(s): 079296a

update model binary

Browse files
config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/home/svcapp/kobart/kobart_emji_from_pretrained",
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
+ "bos_token_id": 0,
12
+ "classif_dropout": 0.1,
13
+ "classifier_dropout": 0.1,
14
+ "d_model": 768,
15
+ "decoder_attention_heads": 16,
16
+ "decoder_ffn_dim": 3072,
17
+ "decoder_layerdrop": 0.0,
18
+ "decoder_layers": 6,
19
+ "do_blenderbot_90_layernorm": false,
20
+ "dropout": 0.1,
21
+ "encoder_attention_heads": 16,
22
+ "encoder_ffn_dim": 3072,
23
+ "encoder_layerdrop": 0.0,
24
+ "encoder_layers": 6,
25
+ "eos_token_id": 1,
26
+ "extra_pos_embeddings": 2,
27
+ "force_bos_token_to_be_generated": false,
28
+ "id2label": {
29
+ "0": "NEGATIVE",
30
+ "1": "POSITIVE"
31
+ },
32
+ "init_std": 0.02,
33
+ "is_encoder_decoder": true,
34
+ "label2id": {
35
+ "NEGATIVE": 0,
36
+ "POSITIVE": 1
37
+ },
38
+ "max_position_embeddings": 1026,
39
+ "model_type": "bart",
40
+ "normalize_before": false,
41
+ "normalize_embedding": true,
42
+ "num_hidden_layers": 6,
43
+ "pad_token_id": 3,
44
+ "scale_embedding": false,
45
+ "static_position_embeddings": false,
46
+ "use_cache": true,
47
+ "vocab_size": 30000
48
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88bc3ed20982c5215bd4df35b0046e9a21a62703cecc637d59997137268899f1
3
+ size 495656447
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"bos_token": "<s>", "eos_token": "</s>", "unk_token": "<unk>", "pad_token": "<pad>", "mask_token": "<mask>"}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"special_tokens_map_file": "/Users/digit82/.cache/huggingface/transformers/3e6abf40f4fadbea9e7b539c182868d979838d8f7e6cdcdf2ed52ddcf01420c0.15447ae63ad4a2eba8bc7a5146360711dc32b315b4f1488b4806debf35315e9a", "name_or_path": "gogamza/kobart-base-v1", "tokenizer_class": "PreTrainedTokenizerFast"}