danasone commited on
Commit
53556ff
1 Parent(s): c885972

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -33
config.json DELETED
@@ -1,33 +0,0 @@
1
- {
2
- "activation_dropout": 0.0,
3
- "activation_function": "gelu",
4
- "architectures": [
5
- "MBartForConditionalGeneration"
6
- ],
7
- "attention_dropout": 0.0,
8
- "bos_token_id": 0,
9
- "classifier_dropout": 0.0,
10
- "d_model": 512,
11
- "decoder_attention_heads": 4,
12
- "decoder_ffn_dim": 2048,
13
- "decoder_layerdrop": 0.0,
14
- "decoder_layers": 2,
15
- "dropout": 0.1,
16
- "encoder_attention_heads": 4,
17
- "encoder_ffn_dim": 2048,
18
- "encoder_layerdrop": 0.0,
19
- "encoder_layers": 2,
20
- "eos_token_id": 2,
21
- "forced_eos_token_id": 2,
22
- "init_std": 0.02,
23
- "is_encoder_decoder": true,
24
- "max_position_embeddings": 1024,
25
- "model_type": "mbart",
26
- "num_hidden_layers": 2,
27
- "pad_token_id": 1,
28
- "scale_embedding": false,
29
- "torch_dtype": "float32",
30
- "transformers_version": "4.15.0",
31
- "use_cache": true,
32
- "vocab_size": 65536
33
- }