Gunulhona commited on
Commit
15f266d
1 Parent(s): 9bb8ab5

Upload BartForConditionalGeneration

Browse files
Files changed (3) hide show
  1. config.json +47 -0
  2. generation_config.json +9 -0
  3. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_dropout": 0.0,
3
+ "activation_function": "gelu",
4
+ "architectures": [
5
+ "BartForConditionalGeneration"
6
+ ],
7
+ "attention_dropout": 0.0,
8
+ "bos_token_id": 0,
9
+ "classifier_dropout": 0.0,
10
+ "d_model": 2048,
11
+ "decoder_attention_heads": 16,
12
+ "decoder_ffn_dim": 4096,
13
+ "decoder_head": 16,
14
+ "decoder_layerdrop": 0.0,
15
+ "decoder_layers": 178,
16
+ "decoder_start_token_id": 2,
17
+ "dropout": 0.1,
18
+ "encoder_attention_heads": 16,
19
+ "encoder_ffn_dim": 4096,
20
+ "encoder_head": 16,
21
+ "encoder_layerdrop": 0.0,
22
+ "encoder_layers": 3,
23
+ "eos_token_id": 2,
24
+ "forced_eos_token_id": 2,
25
+ "id2label": {
26
+ "0": "LABEL_0",
27
+ "1": "LABEL_1",
28
+ "2": "LABEL_2"
29
+ },
30
+ "init_std": 0.02,
31
+ "is_encoder_decoder": true,
32
+ "label2id": {
33
+ "LABEL_0": 0,
34
+ "LABEL_1": 1,
35
+ "LABEL_2": 2
36
+ },
37
+ "max_position_embeddings": 1024,
38
+ "model_type": "bart",
39
+ "n_ctx": 1024,
40
+ "num_hidden_layers": 3,
41
+ "pad_token_id": 1,
42
+ "scale_embedding": false,
43
+ "torch_dtype": "float16",
44
+ "transformers_version": "4.26.0",
45
+ "use_cache": true,
46
+ "vocab_size": 64512
47
+ }
generation_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 0,
4
+ "decoder_start_token_id": 2,
5
+ "eos_token_id": 2,
6
+ "forced_eos_token_id": 2,
7
+ "pad_token_id": 1,
8
+ "transformers_version": "4.26.0"
9
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b7f068c2f642800ac3f81f200c904e1a1c68a16f729cdbf687197d917ccb5f3
3
+ size 14157857